body {
    font-family: "proxima-nova", sans-serif;
    color: #100f0f;
}

.container {
    max-width: 1340px;
}

.container--header {
    max-width: 1780px;
}

p {
    font-weight: 300;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

h5,
h6 {
    font-weight: 600;
}

.content h6 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}

.content p {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.header.cleantech {background: #fff}

.inside-page {
    padding-top: 145px;
}

.logo-holder {
    position: relative;
    padding: 20px 0 30px;
    display: flex;
    justify-content: center;
}

.logo-holder__link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    left: 0;
    top: 0;
}

.header .column:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .column:first-child {
    display: flex;
    align-items: center;
}

.menu {
    opacity: 0;
    display: none;
}

.menu.-open {
    opacity: 1;
    width: 100%;
    height: 100vh;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    transition: 0.2s;
    display: block;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 100px;
}

nav.menu.-open:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

.menu ul {
    list-style: none;
    position: relative;
    z-index: 99;
}

.menu li {
    margin: 30px 0;
}

.menu li a {
    font-size: 30px;
    font-weight: 600;
    color: #004168;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
    cursor: pointer;
}

.hamburger.is-active:hover {
    opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #006a7c;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #006a7c;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}


/** 3DY */

.hamburger--3dy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.section--hero {
    position: relative;
}
.section--hero img {width: 100%;}
.hero-content {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: calc(100% - 30%);
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    top: 0;
    left: 0;
}

.hero-content .container {
    width: 100%;
}

.hero-content h1 {
    color: #fff;
    line-height: 1.155;
    font-size: 60px;
    font-weight: 300;
    max-width: 790px;
}

.hero-content h1 strong {
    font-weight: 700;
}

.hero-tagline {
    padding: 50px 0;
}

.hero-tagline h2 {
    font-size: 36px;
    color: #006b7e;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

.section--highlights {
    background-color: #006a7c;
    padding: 90px 0 50px;
    overflow: hidden;
}

.title {
    margin-bottom: 60px;
}

.title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.container--bleed {
    max-width: none;
}

.highlights-slider .slick-slide {
    margin: 0 20px;
}

.highlights-slider .slick-list {
    margin: 0 -20px;
}

.slider-nav .slick-arrow {
    cursor: pointer;
}

.highlights-slider__item {
    padding: 70px 60px;
    background-color: #005f6f;
}

.highlights-slider__item:hover,
.highlights-slider__item.slick-active {
    background-color: #1a7989;
    box-shadow: 1px 1px 28px 0px rgba(73, 74, 76, 0.39);
}

.highlights-slider__item h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.2px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.highlights-slider__item p {
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
}

.highlights-slider .slick-slide:focus {
    outline: 0;
    border: 0;
}

.container--no-slider {
    padding: 0 30px;
}

.no-slider {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px;
}

.no-slider .highlights-slider__item {
    padding: 0 20px;
    flex: 0 0 33.33%;
    margin-bottom: 40px;
    background-color: transparent;
    box-shadow: none;
}

.highlights-slider__inner {
    background-color: #005f6f;
    padding: 50px 40px;
}

.highlights-slider__item:hover .highlights-slider__inner {
    background-color: #1a7989;
    box-shadow: 1px 1px 28px 0px rgba(73, 74, 76, 0.39);
}

.section--highlight-shot {
    position: relative;
}
.section--highlight-shot img {width: 100%;}

.highlight-shot__content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding-top: 150px;
}

.highlight-shot__content .column {
    display: flex;
    justify-content: flex-end;
}

.highlight-shot__content h2 {
    max-width: 710px;
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    color: #fff;
    text-align: right;
}

.highlight-shot__content h2 strong {
    font-weight: 700;
}

.section--about {
    padding: 180px 0 0;
    position: relative;
    background-image: url(../images/arc-wb-background.png);
    background-repeat: no-repeat;
    background-position: 0 100px;
}

.about-intro {
    max-width: 1015px;
    margin: 0 auto 120px;
}

.about-intro h6 {
    font-weight: 500;
    margin-bottom: 35px;
}

.about-intro--grid {
    max-width: none;
    margin-bottom: 0;
}

.about-intro--grid .column {
    flex: 0 0 50%;
    padding: 0;
}

.about-intro--grid .column img {
    width: 100%;
}

.about-intro__text {
    padding: 100px 100px 70px;
    height: 100%;
    background: #004168;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
}

.about-intro__text--green {
    background-color: #006a7c;
    padding-left: 200px;
}

.about-intro__text p {
    margin-bottom: 30px;
    max-width: 480px;
}

.about-subline {
    background-color: #004168;
    padding: 50px 0;
}

.about-subline h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.section--news-shot {
    padding: 90px 0;
}

.section--news-shot .title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #004168;
}

.news-slider__img {
    margin-bottom: 50px;
}

.news-slider .slick-slide {
    margin: 0 65px;
}

.news-slider .slick-list {
    margin: 0 -65px;
}

.news-slider__date {
    font-size: 18px;
    color: #292826;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.news-slider__title {
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
    color: #292826;
}

.section--news-shot .news-slider__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 105px;
}

.news-slider__link {
    position: relative;
    padding-right: 60px;
    font-weight: 300;
    font-size: 22px;
    display: inline-block;
    color: #292826;
}

.news-slider__link:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/long-arrow.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 14px;
}

.footer {
    padding: 70px 0 45px;
    background-color: #006a7c;
    color: #fff;
}

.footer-cleantech{
    padding: 70px 0 45px;
    background-color: #006580;
    color: #fff;
}

.footer-cleantech .container{
  max-width: 1725px;
}

.footer-cleantech .columns {
  display: flex;
  flex-direction: column;
}

.footer-cleantech .footer__contact a {
  font-size: 27px;
  margin-top: 15px;
  border: none;
}

.footer-cleantech .footer__address-item h6 {
  font-size: 27px;
}

.footer-cleantech .footer__address-item p {
  font-size: 24px;
}

.footer-cleantech .footer-form .mandatory a {
  font-size: 22px;
}

.footer h5 {
    font-size: 24px;
    font-weight: 500;
}

.footer__contact a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid #348998;
}

.footer-logo {
    position: relative;
    padding: 40px 0;
}

.footer-logo.cleantech-redesign {padding: 40px 0 100px;}

.footer-logo.cleantech-redesign img {
  width: 250px;
}

.footer-nav,
.footer-copyright {
    margin: 50px 0 0;
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
}

.footer__address {
    display: flex;
    flex-flow: row wrap;
    margin-top: 35px;
}

.footer__address-item {
    flex: 0 0 50%;
}

.footer__address.cleantech-redesign {
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
    margin-top: 0;
}

.footer__address-item.cleantech-redesign {
    flex: 0 0 50%;
    margin-top: 60px;
}

.footer__address-item.cleantech-redesign p {
  max-width: 310px;
}

.footer .column:first-child {
    flex: 0 0 60%;
}

.footer-cleantech h5.cleantech {font-size: 40px;font-weight: 300;}

.footer__address-item h6 {
    font-size: 17px;
    line-height: 27px;
}

.footer__address-item p {
    font-size: 17px;
    line-height: 27px;
    max-width: 240px;
}

.footer-nav li,
.footer-copyright li {
    margin-right: 40px;
}

.footer-nav li:last-child,
.footer-copyright li:last-child {
    margin-right: 0;
}

.footer-nav li a {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
}

.footer-copyright li,
.footer-copyright li a {
    font-size: 11px;
    color: #8abbc3;
}

.footer .column:last-child {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
}

.footer-form {
  display: flex;
  justify-content: flex-end;
  height: 60px;
}

.footer-form.cleantech-redesign {
  display: flex;
  justify-content: flex-start;
  height: 60px;
  margin-left: 5px;
}

.footer-form .mandatory {
  top: 15px;
  position: relative;
  height: 100%;
}

.footer-form .mandatory a {
  color: #fff;
  text-decoration: none;
}

.footer-form input#policy {
  -webkit-appearance: none;
}

.footer-form.cleantech-redesign input[type="checkbox"] {
    width: 15px !important;
    height: 15px;
    -webkit-appearance: none;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 9px !important;
    position: relative;
    transition: 0.2s;
    margin: 6px 15px 0 0;
    background: white;
}

.footer-form input[type="checkbox"] {
    width: 15px !important;
    height: 15px;
    -webkit-appearance: none;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 9px !important;
    position: relative;
    transition: 0.2s;
    margin-right: 15px;
}

.footer-form input[type="checkbox"]:checked {
    background: #fff;
    color: #fff;
}

.footer-form input[type="checkbox"]:checked::after {
    content: '\f00c';
    font-size: 14px;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #006a7c;
    font-family: "FontAwesome";
}

.footer-form label#policy {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.footer-form label#policy a {
  text-decoration: none;
  color: #fff;
  top: 17%;
  position: absolute;
}

.subscription-form {
    width: 100%;
}

.subscription-form__field {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}

.subscription-form__field input {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
    border: 0;
    padding: 20px 0;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid white;
}

.subscription-form__field input::placeholder {
    color: #4d97a4;
}

.subscription-form__field.cleantech-redesign {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
}

.subscription-form__field.cleantech-redesign input {
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  color: #000;
  border: 0;
  padding: 20px 25px;
  width: 100%;
  background-color: transparent;
  background: white;
  border-radius: 10px;
  margin: 20px 150px 0 0;
}

.subscription-form__field.cleantech-redesign input::placeholder {
    color: #4d97a4;
}

.subscription-form__field .submit-footer.button {
    width: auto;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 16px 50px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
}

.subscription-form__field .button:hover {
    background-color: #fff;
    color: #006a7c;
}

.subscription-form__field .submit-footer.button.cleantech-redesign {
    width: auto;
    background-color: #efb33f;
    padding: 15px 25px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
}

.subscription-form__field .button.cleantech-redesign:hover {
    background-color: #fff;
    color: orange;
}

.section--highlights .title,
.section--news-shot .title {
    display: flex;
    justify-content: space-between;
}

.section--highlights .slider-nav a img {
    width: 20px;
    height: 28px;
    object-fit: contain;
}

.section--news-shot .column {
    width: 100%;
}

.slider-nav {
    display: flex;
    width: 72px;
    justify-content: space-around;
}

.hero-page__title {
    padding: 60px 0;
    /* background-color: #006b7e; */
}

.hero-page__title.cleantech-redesign {
    padding: 0;
    margin-top: 160px;
    background: #fff;
}

.hero-page__title.cleantech-redesign .container {
    max-width: 1725px;
}

.hero-page__title.cleantech-redesign article {
    padding: 100px 0 100px 100px;
}

.hero-page__title.cleantech-redesign figure {
  position: relative;
  height: 290px;
  overflow: hidden;
}

.hero-page__title h1 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    text-align: center;
}

.hero-page__title.cleantech-redesign h1 {
    color: #006b7e;
    font-weight: 500;
    font-size: 100px;
    line-height: 1;
    text-align: left;
}

.hero-page__title.cleantech-redesign h2 {
  color: #100f0f;
  font-weight: 300;
  font-size: 60px;
  line-height: 1.8;
  text-align: left;
}

.hamburger.cleantech-redesign {
  padding: 15px 0 0 0;
}

.hero-page__title.cleantech-redesign img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.section--hero-page.cleantech .container{
  max-width: none;
}

.hero-section__title {
    padding: 90px 0 90px;
}

.hero-section__title h2 {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    line-height: 1.3;
    color: #006b7e;
    font-weight: 400;
}

.hero-section__title.cleantech-redesign h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    line-height: 1.3;
    color: #006b7e;
    font-weight: 400;
}

.columns--hero.cleantech {
  background: #00799a;
}

.columns--hero.cleantech .column:first-child{flex: 0 0 40%;}
.columns--hero.cleantech .column:last-child{flex: 0 0 45%;}


.section--features {
    background-color: #006b7e;
    padding: 90px 0;
}

.section--features.cleantech-redesign {
    background-color: #006580;
    padding: 90px 0 0 0;
}

.section__title {
    margin-bottom: 70px;
    text-align: center;
}

.section__title h2 {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.section__title.cleantech-redesign {
    margin-bottom: 70px;
    text-align: left;
}

.section__title.cleantech-redesign .container {
    max-width: 1725px;
}

.section__title.cleantech-redesign h2 {
    font-size: 70px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.container--features {
    max-width: 1720px;
}

.container--features-press {
    max-width: 900px;
    text-align: center;
}

.section--features .container--features .column {
    flex: 0 0 33.33%;
}

.container--features.cleantech-redesign {
    max-width: 1720px;
}

.container--features-press.cleantech-redesign {
    max-width: 900px;
    text-align: center;
}

.section--features .container--features.cleantech-redesign .column {
    flex: 0 0 33.33%;
}

.container--features.cleantech .column {
    display: flex;
    justify-content: center;
    margin: -100px auto auto;
}

.modal--team.cleantech-redesign {display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; background: #0009; max-width: none!important;}

.modal.modal--team.cleantech-redesign p {font-size: 27px; color: #fff;}

.modal--team.cleantech-redesign.active {display: block;}


.cleantech-features {
    padding: 50px;
    background-color: #005f6f;
    box-shadow: 1px 1px 28px 0px rgba(73, 74, 76, 0.39);
    margin-bottom: 30px;
    border-radius: 20px;
}

.cleantech-features:hover {
    background-color: #1a7989;
    transition: 0.3s;
}

.cleantech-features .cleantech-features__icon img {
    opacity: 0.8;
    transition: 0.3s;
}

.cleantech-features:hover .cleantech-features__icon img {
    opacity: 1;
    transform: scale(1.1);
}

.cleantech-features__icon {
    margin-bottom: 40px;
}

.cleantech-features__icon img {
    width: 128px;
    height: 128px;
    object-fit: contain;
}

.cleantech-features h6 {
    font-size: 55px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.2;
}

.cleantech-features p {
    color: #fff;
    font-size: 32px;
}

.column:nth-child(odd) .cleantech-features {background-color: #007180;}
.column:nth-child(even) .cleantech-features {background-color: #007180;}
.column:nth-child(odd) .cleantech-features:hover {background-color: #006b7e; transition: 0.3s;}
.column:nth-child(even) .cleantech-features:hover {background-color: #006b7e; transition: 0.3s;}

.features {
    padding: 50px;
    background-color: #005f6f;
    box-shadow: 1px 1px 28px 0px rgba(73, 74, 76, 0.39);
    margin-bottom: 30px;
}

.features:hover {
    background-color: #1a7989;
    transition: 0.3s;
}

.features .features__icon img {
    opacity: 0.8;
    transition: 0.3s;
}

.features:hover .features__icon img {
    opacity: 1;
    transform: scale(1.1);
}

.features__icon {
    margin-bottom: 40px;
}

.features__icon img {
    width: 128px;
    height: 128px;
    object-fit: contain;
}

.features h6 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}

.features p {
    color: #fff;
}

.section__tagline {
    padding-top: 70px;
}

.section__tagline h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 58px;
    max-width: 1170px;
    text-align: center;
    margin: 0 auto;
}

.section__tagline.cleantech-redesign {
    padding: 70px;
    background: #efb33f;
    margin-top: 40px;
}

.section__tagline.cleantech-redesign .container {
    max-width: 1725px;
}

.section__tagline.cleantech-redesign h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    text-align: left;
    margin: 0 auto;
    max-width: none;
}

.section__tagline.cleantech-redesign h2 strong {
    color: #006b7e;
}

.section--text {
    padding: 45px 0;
}

.section--text.cleantech-redesign {
    padding: 45px 0;
    background: #007180;
    position: relative;
}

.section__para.content {
    max-width: 1200px;
    margin: 0 auto 80px;
}

.section__para.content p {
    text-align: center;
    margin-bottom: 30px;
}

.section__para.content ul {
    columns: 3;
}

.section__para:last-child {
    margin-bottom: 30px;
}

.section__para h4 {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #006b7e;
    margin-bottom: 20px;
}

.section__para p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 1500px;
}

.section__para.content.cleantech-redesign {
    margin: 0;
    padding: 50px;
}

.section__para.content.cleantech-redesign p {
  font-size: 27px;
  max-width: 565px;
}

.section__para.content.cleantech-redesign h4 {
    font-weight: 400;
    font-size: 55px;
    line-height: 1.2;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section__para.content.cleantech-redesign:first-child {
    background: #fff;
    width: 50%;
}

.section__para.content.cleantech-redesign:last-child {
    background: #006a7c;
    width: 40%;
}

.section__para.content.cleantech-redesign:first-child h4{
    color: #006a7c;
}

.section__para.content.cleantech-redesign ul {
    columns: 1;
    margin: 40px 0 0 25px;
}

.section__para.content.cleantech-redesign li {
    color: #D6FFFF;
    font-size: 27px;
}

.button {
    padding: 16px 25px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    display: inline-block;
}

.button--outline {
    background-color: transparent;
    border: 1px solid #fff;
}

.button--blue.button--outline {
    color: #006a7c;
    border: 1px solid #006a7c;
}

.button--blue.button--outline:hover {
    background-color: #006a7c;
    color: #fff;
}

.button.cleantech {
    color: white;
    border: 1px solid #006a7c;
    background: #006a7c;
    border-radius: 10px;
    padding: 10px;
    font-size: 27px;
    margin: 10px 0px 0px -5px;
    cursor: pointer;
}

.close-button-new {
    color: white;
    border: 1px solid #006a7c;
    background: #006a7c;
    border-radius: 10px;
    padding: 10px;
    font-size: 27px;
    margin-top: 20px;
    display: inline-block;
    position: absolute;
    left: 26.4%;
    top: 70%;
}

.search-form {
    position: relative;
}

.searchicon {
    position: absolute;
    z-index: 9;
    height: 45px;
    width: 45px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
}

.form-extend {
    transition: all 0.2s ease-out;
    width: 1px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    opacity: 0;
}

.cleantech .form-extend.extend-now,
.form-extend.extend-now:focus {
    width: 240px;
    opacity: 1;
    border: 1px solid #006580;
    color: #006580;
    font-size: 17px;
    line-height: 1;
    padding: 10px 20px 10px 20px;
    font-weight: 400;
}

.cleantech .form-extend::placeholder {
    color: #006580;
    font-size: 17px;
    line-height: 1;
    padding: 10px 20px 10px 0;
    font-weight: 400;
    text-indent: 0;
}

.form-extend.extend-now,
.form-extend.extend-now:focus {
    width: 240px;
    opacity: 1;
    border: 1px solid #006a7c;
    color: #006a7c;
    font-size: 17px;
    line-height: 1;
    padding: 10px 20px 10px 20px;
    font-weight: 400;
}

.form-extend::placeholder {
    color: #006a7c;
    font-size: 17px;
    line-height: 1;
    padding: 10px 20px 10px 0;
    font-weight: 400;
    text-indent: 0;
}

.section--contact .column:first-child {
    padding: 0;
    flex: 0 0 60%;
}

.contact-form {
    padding-top: 0;
    padding-left: 45px;
    padding-right: 45px;
}

.contact-form__header h2 {
    font-size: 52px;
    font-weight: 700;
    color: #000;
    margin-bottom: 35px;
}

.contact-form__header .contact-grid__col {flex: 0 0 51%;margin-top: 20px;}

.contact-grid {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 70px;
}

.contact-grid__col {
    flex: 0 0 35%;
}

.contact-grid h6 {
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-grid h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.contact-grid p>a {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.form-field {
    margin-bottom: 15px;
    display: flex;
    flex-flow: column wrap;
    position: relative;
}

.form-field label {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-field input {
    border: 1px solid #000;
    color: #000;
    padding: 10px 15px;
    line-height: 1.2;
}

.form-field input.button {
    align-self: flex-start;
}

.form-field input#policy {
  -webkit-appearance: none;
}

input {outline: none;}

#contactform input[type="checkbox"] {
    width: 25px !important;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    position: relative;
    transition: 0.2s;
    margin: 0 15px 0 0;
}

#contactform input[type="checkbox"]:checked {
    background: #006a7c;
    color: #212b35;
}

#contactform input[type="checkbox"]:checked::after {
    content: '\f00c';
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: 4px;
    color: #fff;
    font-family: "FontAwesome";
}

.form-flexrow {
  display: flex;
  margin: 20px 0;
}

.form-flexrow a {color: #000; text-decoration: none;}

label#policy {
  color: black;
}

.form-field label#policy {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.section--contact {
    padding: 90px 0 45px;
}

.contact-location {
    display: flex;
    flex-flow: row wrap;
    max-width: 760px;
    margin: 0 auto;
}

.contact-location__col {
    padding: 40px 40px 0;
    flex: 0 0 42%;
}

.contact-location__col h6 {
    font-size: 24px;
    margin-bottom: 5px;
}

.contact-location__col p {
    max-width: 300px;
    line-height: 1.4;
}

.form-field input,
.form-field textarea {
    max-width: 500px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.form-field textarea {
    height: 100px;
    resize: none;
    border: 1px solid black;
}

.form-field .button.button--blue {
    background-color: #006a7c;
    color: #fff;
    border: 2px solid #006a7c;
    padding: 15px 0;
    max-width: 200px;
    font-weight: 700;
}

.form-field .button.button--blue:hover {
    background-color: #fff;
    color: #005f6f;
}

.section--hero-about .hero-page__img img {
    height: 700px;
    object-fit: cover;
    width: 100%;
}

.section--hero-about .hero-section__title {
    padding: 80px 0 80px;
}

.section--mission {
    background-color: #006a7c;
    padding: 90px 0;
}

.section--inside-about {
    position: relative;
    padding: 230px 0 100px;
    background-position: 0 170px;
}

.section--inside-about .mission {
    position: absolute;
    max-width: 1400px;
    width: 100%;
    top: -130px;
    background-color: #004168;
    right: 0;
    padding: 60px 75px 45px;
}

.section--inside-about .mission.cleantech {
  width: 50%;
  background-color: #004168;
  padding: 60px 75px 45px;
  top: 0;
}

.mission-statement h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

.mission-statement p {
    color: #fff;
    font-size: 21px;
}

.about-content {
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
}

.about-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.about-content p {
    line-height: 1.5;
}

.columns--about .column:first-child {
    flex: 0 0 40%;
}

.columns--about .column:last-child {
    flex: 0 0 60%;
    padding-left: 60px;
}

.section--team {
    background-color: #fff;
    padding: 0;
}

.section--team .column {
    flex: 0 0 25%;
    padding: 0;
}

.team {
    position: relative;
}

.team__img {
    position: relative;
}

/* .team__img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9;
}

.team:hover .team__img:after {
    background-color: rgba(0, 0, 0, 0.15);
    filter: brightness(130%);
    transition: all 0.5s ease-in-out;
} */

.team__img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.team__details {
    position: absolute;
    width: 100%;
    padding: 15px 25px;
    top: calc(100% - 140px);
    left: 0;
    z-index: 10;
}

.team__details h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
}

.team__details p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.team__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.columns--hero .column:first-child {
    flex: 0 0 45%;
}

.columns--hero .column:last-child {
    flex: 0 0 55%;
}

.columns--hero .hero-section__title {
    height: 100%;
    display: flex;
    align-items: center;
}

.columns--hero .hero-section__title h2 {
    text-align: left;
    font-size: 42px;
}

.columns--hero .hero-section__title.cleantech-redesign h2 {
    text-align: center;
    font-size: 60px;
    margin-right: 60px;
    font-weight: 300;
    color: #fff;
    max-width: 500px;
}

.columns--hero .hero-section__title.cleantech-redesign h2 span {
    font-size: 100px;
}

.content li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.columns.columns--hero {
    padding: 90px 0;
}

.jquery-modal.blocker.current {
    z-index: 999;
}

.modal.modal--team {
    z-index: 1000;
}

.team__detail-wrap {
    display: flex;
    flex-flow: row wrap;
    height: 660px;
    overflow: hidden;
    overflow-y: scroll;
}

.team__detail-desc {
    flex: 0 0 60%;
    padding-left: 30px;
}

.team__detail-image {
    flex: 0 0 40%;
}

.team__detail-image img {
    margin-bottom: 15px;
}

.team__desc h4 {
    font-size: 24px;
}

.modal.modal--team {
    max-width: 960px;
    padding: 40px 50px;
}

.modal.modal--team p {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 17px;
}

.modal a.close-modal {
    background-color: #006a7c;
    border-radius: 50%;
    background-blend-mode: screen;
}

.section--blog-hero {
    padding: 90px 0;
}

.section--blog-hero .column:first-child {
    flex: 0 0 65%;
    padding-right: 60px;
}

.section--blog-hero .column:last-child {
    flex: 0 0 35%;
}

.blog-shot__content {
    padding: 20px 0;
}

.blog-story {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
}

.blog-story__left {
    flex: 0 0 30%;
}

.blog-story__right {
    flex: 0 0 70%;
    padding: 0 15px 5px;
}

.blog-story__right .news-slider__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.blog-story__right .news-slider__link {
    font-size: 16px;
    font-weight: 500;
}

.blog-story__right .news-slider__date {
    font-size: 15px;
    margin-bottom: 10px;
}

.blog-story__content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #4a5979;
    margin: 5px 0 30px;
}

.blog-story__right .read-link,
.blog-story__content .read-link {
    font-weight: 700;
}

.blog-story__content {
    padding: 15px 0;
}

.section--blog-post {
    padding: 90px 0;
}

.blog-detail__title {
    max-width: 730px;
    margin: 0 auto 40px;
    text-align: center;
}

.blog-detail__title h6 {
    font-size: 14px;
    font-weight: 500;
    color: #00559a;
}

.blog-detail__title h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    max-width: 700px;
    margin: 20px auto 30px;
    color: #292826;
}

.blog-detail__img img {
    width: 100%;
}

.blog-detail__title h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.blog-detail__title p {
    color: #777;
    font-size: 16px;
    font-weight: 300;
}

.blog-detail__content {
    padding: 20px 0 40px;
    width: 85%;
    margin: 0 auto;
}

.blog-detail__content p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}

.blog-detail__content ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}

.blog-detail__content p>a {
    color: #006a7c;
}

.blog-detail__content h5 {
    font-size: 24px;
    font-weight: 500;
    margin: 40px 0 20px;
    color: #292826;
}

.blog-detail__content h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 20px;
    color: #292826;
}

.blog-detail__content ul {
    margin-bottom: 30px;
}

.blog-shot__img img {
    width: 100%;
}

.blog-shot__content .news-slider__title {
    max-width: 600px;
    margin-bottom: 15px;
    color: #292826;
}

.section--blog-popular {
    padding-top: 80px;
    padding-bottom: 90px;
}

.section--blog-popular .news-slider__title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
}

.section--blog-popular .news-slider__img img {
    width: 100%;
    object-fit: contain;
    object-position: left;
    height: 290px;
}

.section--blog-popular .news-slider__date {
    margin-bottom: 25px;
}

.section--blog-popular .news-slider__title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
}

.blog-shot.blog-shot--hero {
    position: relative;
}

.blog-shot__content {
    position: absolute;
    bottom: -120px;
    background-color: #fff;
    max-width: 82%;
    width: 100%;
    left: 90px;
    padding: 45px 50px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09);
}

.columns.columns--blog-more .column {
    flex: 0 0 25%;
}

.columns.columns--blog-more-press {
    display: flex;
    flex-flow: row wrap;
}

.columns.columns--blog-more-press .column {
    flex: 100%;
}

.columns.columns--blog-more .news-slider__item {
    padding: 10px;
    margin-bottom: 20px;
}

.section--blog-popular .title h2 {
    color: #006a7c;
}

.news-slider__img img {
    display: block;
    height: 290px;
    object-fit: contain;
    width: 100%;
    object-position: left;
}

#return-to-top {
    cursor: pointer;
}

.column--search-results h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #006a7c;
    letter-spacing: 1.6px;
}

.section--results {
    padding: 90px 0;
}

.section--results h2 {
    margin-bottom: 25px;
}

.section--results ul {
    list-style-type: none;
    margin-left: 0;
}

.section--results ul li {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}

.section--results ul li a {
    color: #006a7c;
    text-decoration: none;
}

.blog-story__left {
    background-color: #eee;
}

.blog-story__left img {
    mix-blend-mode: multiply;
}

.blog-story__left {
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-search {
    display: none;
}


/* Forms */


/* form loader */

#loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.75) url(../images/loader.gif) no-repeat bottom center;
    z-index: 10000;
    background-position: center;
}

input.mandatory.highlight-form-field,
input#policy.mandatory.highlight-form-field,
textarea.mandatory.highlight-form-field,
select.mandatory.highlight-form-field,
input[type="radio"].mandatory.highlight-form-field~label {
    border-color: rgb(240, 60, 60)!important;
}

#systemMessage.highlight_message {
    border: 1px solid rgb(240, 60, 60);
    font-size: 16px;
    color: #006b7e;
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 20px;
    max-width: 500px;
}

#systemMessage.highlight_message.success {
    border: 1px solid #fff;
}

#systemMessage .success-message p {
    font-style: normal;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-size: 25px;
    color: #006b7e;
    font-weight: 400;
}

.contact-form__body {
    position: relative;
}

.section--hero-about .hero-section__title h2 {
    font-size: 36px;
}

.header .hamburger-box {
    display: block;
}

.menu-text {
    font-size: 14px;
    color: #006a7c;
}

.section--thankyou {
    padding: 90px 0;
    text-align: center;
}

.section--thankyou i {
    font-size: 32px;
    color: #006a7c;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    flex-flow: row wrap;
}

.social-icon:first-child {
    margin-right: 20px;
}

/* Changes */
.wrapper {max-width: 85%; margin: 0 auto;}

.careers-container {padding: 100px 0;}
.careers-container h2 { font-size: 36px; color: #006b7e; font-weight: 400; line-height: 1; margin-bottom: 30px;}
.careers-container .career-item {padding: 20px 0; border-bottom: 1px solid #006b7e; position: relative; z-index: 999; background: #fff; cursor: pointer; position: relative;}
.careers-container .career-item::after {content: ''; position: absolute; right: 0; top: 25px; width: 16px; height: 25px; background: url('/images/left-chevron-right-green.png'); background-repeat: no-repeat; transition: 0.3s;}
.careers-container .career-item:hover::after {transform: rotate(90deg);}

.careers-container .career-item h3 {font-size: 24px;}

.careers-container .career-item .career-drop {opacity: 0; position: relative; top: -20px; transition: 0.5s; z-index: -1; padding: 0; cursor: default;}
.careers-container .career-item .career-drop p {line-height: 0px; opacity: 0; transition: 0.5s;}
.careers-container .career-item .career-drop p a {color: #006b7e;}

.careers-container .career-item.drop .career-drop {opacity: 1; top: 0px; background: #fff; padding: 20px 0;}
.careers-container .career-item.drop .career-drop p {line-height: 32px; opacity: 1;}

.career-banner img {width: 100%;}

.news-option-row {width: 50%; margin: 0 auto; position: relative; text-align: center; display: flex;justify-content: space-evenly;padding: 20px;}
.news-option-row p {font-weight: bold;}
.news-option-row a {text-decoration: none; color: #000;}
.news-option-row a:hover {color: #006b7e;}
.news-option-row a.active {border-bottom: 2px solid #006b7e;}

a.news-slider__link {margin-bottom: 20px;}




/* CLEANTECH REDESIGN */
.cleantech-redesign .hamburger-inner,
.cleantech-redesign .hamburger-inner::before,
.cleantech-redesign .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #006580;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {background-color: #006580;}

.cleantech-redesign .menu-text {font-size: 15px; text-transform: lowercase; color: #fff;}


.hero-content.cleantech-redesign {height: auto; top: 50%;left: 40%;transform: translate(-50%,-50%);}
.hero-content.cleantech-redesign h1 strong {color: #efb33f; user-select: none;}
.hero-content.cleantech-redesign h1 {text-transform: lowercase;user-select: none;}

.hero-tagline.cleantech-redesign .container {width:85%; max-width:none; padding:0px;}
.hero-tagline.cleantech-redesign {padding: 80px 0;}
.hero-tagline.cleantech-redesign p {font-size: 60px; line-height: 1.5; color:#efb33f; font-weight: 500;}

.logo-holder.cleantech-redesign img {width: 220px;}

.section--highlights.cleantech-redesign .title h2 {font-size: 70px;font-weight: 300;}

.section--highlights.cleantech-redesign .container--no-slider {width:85%; max-width:none; padding:0px;}

.highlights-cleantech {display: flex; flex-wrap: wrap; justify-content: space-between;}
.highlights-cleantech__item {border-radius: 20px;width: 32%;margin-bottom: 35px;}
.highlights-cleantech__item:nth-child(odd) {background-color: #007180;}
.highlights-cleantech__item:nth-child(even) {background-color: #007180;}

.highlights-cleantech__inner {padding: 25px;}
.highlights-cleantech__inner h4 {font-size: 55px;font-weight: 300;color: #fff;letter-spacing: 1.2px;margin-bottom: 35px;}
.highlights-cleantech__inner p {font-size: 32px; color: #fff; line-height: 1.5; font-weight: 300;}

.section--highlight-shot.cleantech-redesign .container {width:85%; max-width:none; padding:0px;}
.section--highlight-shot.cleantech-redesign .highlight-shot__img {height: 100vh; overflow: hidden; position: relative;}
.section--highlight-shot.cleantech-redesign .highlight-shot__img img {top: 30%;transform: translateY(-50%);position: absolute;}

.section--highlight-shot.cleantech-redesign .highlight-shot__content h2 strong {color: #efb33f;}

.cleantech--about .about-intro.content {display: flex; flex-direction: row; max-width: none; margin: 0;}
.cleantech--about .about-intro.content figure {width: 50%;}
.cleantech--about .about-intro.content figure img {width: 100%; height: 100%; object-fit: cover;}
.cleantech--about .about-intro.content article {width: 50%; padding: 95px;}
.cleantech--about .about-intro.content article p {font-size: 35px; color: #006580;}
.cleantech--about .about-intro.content article p:first-child {margin-bottom: 40px;}
.cleantech--about .about-intro.content article p strong {font-size: 35px; color: #006580;}


.cleantech--about .about-subline {background: #efb33f; padding: 80px 0;}
.cleantech--about .about-subline .container {width:85%; max-width:none; padding:0px;}
.cleantech--about .about-subline p {font-size: 55px; color: #fff; font-weight: 300; text-align: left; line-height: 1;}
.cleantech--about .about-subline p strong {font-weight: 600;}


.cleantech-about-grid {display: flex; flex-direction: row; flex-wrap: wrap;}
.cleantech-about-grid figure {width: 50%;}
.cleantech-about-grid figure img {width: 100%; height: 100%; object-fit: cover;}
.cleantech-about-grid article {width: 50%; padding: 95px; background: #006580;}
.cleantech-about-grid article p {font-size: 35px; color: #fff; margin-bottom: 40px;}
.cleantech-about-grid article p strong {font-size: 60px; color: #fff; font-weight: 400;}

.section--news-shot.cleantech-redesign .container {width:85%; max-width:none; padding:0px;}


.section--news-shot.cleantech-redesign .title h2 { font-size: 65px; font-weight: 300; color: #004168;}
.section--news-shot.cleantech-redesign .news-slider__date {font-size: 25px;font-weight: 600; color: #004168;}
.section--news-shot.cleantech-redesign .news-slider__title {font-size: 30px;line-height: 1.5; color: #004168; display: inline-block; height: auto;}
.section--news-shot.cleantech-redesign .news-slider__link {font-weight: 600; color: #efb33f; text-transform: uppercase; font-size: 30px;}
.section--news-shot.cleantech-redesign .slider-nav {width: 100px; display: flex; justify-content: space-between;}
.section--news-shot.cleantech-redesign .slider-nav .slick-arrow {width: 30%;}
.section--news-shot.cleantech-redesign .news-slider__link:after {content: "";position: absolute;background-image: url(../images/cleantech-arrow-next.png);background-repeat: no-repeat;width: 28px;height: 100%;background-size: contain;}
.subscription-form__field {margin-bottom: 15px;}


section.about-cleantech-hero {margin-top: 160px;}
.about-cleantech-hero .container {max-width: 90%;}
.about-cleantech-hero .container .hero-page__title.cleantech {background: none;}
.about-cleantech-hero .container .hero-page__title h1 {color: #006b7e; font-weight: 500; font-size: 120px; line-height: 1.5; text-align: left;}
.about-cleantech-hero .container .hero-page__title h2 {font-size: 50px;font-weight: 300;}
.about-cleantech-hero .container .hero-page__title h2 strong {font-weight: 700; color: #efb33f;}

.mission-cleantech {display: flex;}
.mission-text {width: 50%; padding: 300px 100px; background: #006580;}
.mission-text article {margin: auto; text-align: center;}
.mission-text article h2 {color: #fff; font-weight: 500; font-size: 70px; margin-bottom: 20px;}
.mission-text article h3 {font-size: 57px; font-weight: 300; color: #fff;}
.mission-cleantech figure {width: 50%; position: relative;}
.mission-cleantech figure img {position: absolute; width: 100%; height: 100%; object-fit: cover;}

.about-arc {background: #006b7e;}
.about-content-wrapper {width: 90%;background: #fff;display: flex;padding: 100px;margin: 0 auto;position: relative;bottom: 100px; justify-content: space-around;}
.about-content-wrapper figure {width: 30%;}
.about-content-wrapper figure figcaption {font-size: 70px; margin-bottom: 50px; color: #006580;}
.about-content-wrapper figure img {width: 400px; height: 400px; object-fit: cover;}
.about-content-wrapper article {width: 90%;}
.about-content-wrapper article p {font-size: 30px;}
.about-content-wrapper article h2 {color: #006580;font-weight: 500;font-size: 70px;margin-bottom: 20px;}

.team-page__title.cleantech-redesign {padding: 0;margin-top: 160px;background: #fff;}
.team-page__title.cleantech-redesign article  {padding: 50px 0 50px 100px}
.team-page__title h1 {color: #006b7e;font-weight: 500;font-size: 100px;line-height: 1;text-align: left;}

.section--team--cleantech {background-color: #ebebeb; padding: 100px 0;}

.team-section {width: 90%; margin: 0 auto;}
.team-section h2 {display: inline-block;font-size: 50px;font-weight: 400; margin-bottom: 50px;}

.team-cleantech-container {display: flex; justify-content: flex-start; column-gap: 2%; flex-wrap: wrap; }

.team-member {width: 23%; position: relative; padding: 25px;}

.team-member .team__img {height: 350px; border-radius: 20px; overflow: hidden;}
.team-member .team__img::after {border-radius: 20px;}
.team-member .team__img img {width: 100%; height: 100%; object-fit: cover;}

.team-member .team__details__new {position: relative; text-align: center; padding: 15px 50px}
.team-member .team__details__new h4 {font-size: 20px;}
.team-member .team__details__new p {color: #006b7e; line-height: 1; margin: 10px 0;}
.team-member .team__details__new::after {content: "BIO";display: inline-block;color: #fff;background: #006b7e;font-size: 15px;margin: 10px 0;padding: 5px;border-radius: 10px;}

.footer-top {display: flex; justify-content: space-between; padding: 0 0 100px 0; border-bottom: 2px solid #efb33f;}
.footer-top-item {width: 30%;}
.footer-top-item  .footer__address-item.cleantech-redesign {margin: 0;}

.footer-top-item h5.cleantech {font-size: 60px;}

.footer-cleantech .footer__address-item h6 {font-size: 34px; line-height: 1.5;}
.footer-cleantech .footer__address-item p {font-size: 34px; max-width: none; line-height: 1.5;}

.footer-cleantech .footer__contact a {margin-top: 70px;}

.footer-bottom {display: flex; padding: 50px 0;}

.footer-bottom-item {width: 45%;}
.footer-cleantech h5.cleantech {font-size: 70px;}

.copyright-cleantech p {font-size: 11px; color: #fff; text-align: left;}

.hero-split {background: #00799a; }
.split-wrap {display: flex;justify-content: space-around;background: #00799a;padding: 100px 0 100px 0;width: 80%;margin: 0 auto;}
.split-wrap article {width: 40%;}
.split-wrap article h2 {font-weight: 300;font-size: 55px;color: #fff;text-align: center;}
.split-wrap article span {font-size: 100px;font-weight: 300;}
.split-wrap figure {width: 40%;}
