@import url(https://use.typekit.net/car0nnj.css);
@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 4032957, 2021-03-29T15:59:47-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FSIndustrie-Medium by Fontsmith
 * URL: https://www.myfonts.com/fonts/fontsmith/fs-industrie/medium/
 * 
 * Webfont: FSIndustrie-Book by Fontsmith
 * URL: https://www.myfonts.com/fonts/fontsmith/fs-industrie/book/
 * 
 * Webfont: FSIndustrie-Bold by Fontsmith
 * URL: https://www.myfonts.com/fonts/fontsmith/fs-industrie/bold/
 * 
 * 
 * Webfonts copyright: Copyright (c) 2018 by Fontsmith Ltd. All rights reserved. This font may not be altered in any way without prior permission of Fontsmith Ltd.
 * 
 * © 2021 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "FSIndustrie-Medium";
  src: url("//assets.ctfassets.net/aax1cfbwhqog/2isgcZhq5tWbsOnPdoszhL/44e104e8d217a4056243a5d77c983039/font.woff2") format("woff2"), url("//assets.ctfassets.net/aax1cfbwhqog/LGU1R5WFqBs5NEDz9RrqO/63409997bfc7a659652bc5a888784566/font.woff") format("woff");
}
@font-face {
  font-family: "FSIndustrie-Bold";
  src: url("//assets.ctfassets.net/aax1cfbwhqog/4Jwg0eFW0KfLdq7uIQxo8j/7341d5ec68e51bbcdfc76629dafa8fc8/font.woff2") format("woff2"), url("//assets.ctfassets.net/aax1cfbwhqog/4oTJZ2tk4FywEwbBqwkVJ3/38d77c13024746ea3f1913d4b4c39905/font.woff") format("woff");
}
@font-face {
  font-family: "FSIndustrie-Book";
  src: url("//assets.ctfassets.net/aax1cfbwhqog/78BYoFf7KA4qikUFf6CHH3/8611cacc3f9cfa3f72c170e0d33a59ea/font.woff2") format("woff2"), url("//assets.ctfassets.net/aax1cfbwhqog/5kL9EkEykSnA11e3iu59oN/b673b5b01fa70e6bb4a5e33ee8463023/font.woff") format("woff");
}
h1, h2, h3, h4, h5 {
  font-family: "termina";
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h1 > p, h2 > p, h3 > p, h4 > p, h5 > p {
  font-weight: inherit;
  font-family: inherit;
  margin: inherit;
}

h1, .h1 {
  font-weight: 700;
  font-size: 36px;
  color: #006325;
  text-transform: uppercase;
  line-height: 44px;
}

.h4, h4 {
  font-size: 18px;
}

p {
  font-weight: 400;
  font-family: "FSIndustrie-Book";
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
  max-width: 100%;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.nu_table + table {
  border-color: transparent;
  z-index: 1;
  width: 100%;
  margin-bottom: 40px;
}
.nu_table + table thead th {
  padding: 15px 0 10px;
  width: 25%;
}
.nu_table + table tbody td {
  padding: 10px !important;
  border-color: transparent !important;
  max-width: 25%;
  font-weight: 700;
}
.nu_table + table tbody td img {
  width: 20px;
  height: auto;
  display: inline-block;
}
.nu_table + table tbody tr {
  border-color: transparent;
}
.nu_table + table tbody tr:nth-of-type(odd) {
  background-color: #ECECEC !important;
  border-color: transparent;
}
.nu_table + table tbody tr:nth-of-type(odd) th {
  background-color: #ECECEC;
  border-color: transparent;
}
.nu_table + table tbody tr:nth-of-type(even) {
  border-color: transparent;
}
.nu_table + table tbody tr:nth-of-type(even) th {
  background-color: #F2F2F2;
  border-color: transparent;
}
.nu_table + table tbody span {
  font-size: 20px;
  margin-left: 5px;
  display: inline-block;
}

/* Brand Look; example: VPPA */
.nu_table_brand + table {
  border-color: transparent;
  z-index: 1;
  width: 100%;
  margin-bottom: 40px;
}
.nu_table_brand + table thead th {
  background: #213B34;
  color: #fff;
  padding: 25px 10px;
  border-color: transparent !important;
  max-width: 25%;
  font-weight: 700;
  font-family: "FSIndustrie-Book";
  text-align: center;
  vertical-align: middle;
}
.nu_table_brand + table tbody td {
  font-weight: 400;
  font-family: "FSIndustrie-Book";
  line-height: 30px;
  font-size: 17px;
  padding: 25px 10px;
  max-width: 25%;
  text-align: center;
  vertical-align: middle;
  background: #F5F4F0;
}
.nu_table_brand + table tbody td img {
  width: 20px;
  height: auto;
  display: inline-block;
}
.nu_table_brand + table tbody tr {
  border-color: transparent;
}
.nu_table_brand + table tbody span {
  font-size: 20px;
  margin-left: 5px;
  display: inline-block;
}

.nu_table_brand.with-total-row + table tr:last-child {
  border-top: 1px solid rgb(204, 204, 204);
}

.rotate {
  transform: rotate(-90deg);
}

table.ntable {
  width: 100%;
  position: relative;
  margin: 50px 0;
}
table.ntable thead tr th {
  background: #213B34;
  text-align: center;
  font-weight: 400;
  font-family: "FSIndustrie-Bold";
  line-height: 50px;
  font-size: 17px;
  color: #fff;
}
table.ntable tbody tr:nth-child(odd) td:first-child, table.ntable tbody tr:nth-child(odd) td:last-child {
  background: #F5F4F0;
}
table.ntable tbody tr:nth-child(odd) td:nth-child(2), table.ntable tbody tr:nth-child(odd) td:nth-child(3) {
  background: #D9E8E2;
}
table.ntable tbody tr td {
  font-weight: 400;
  font-family: "FSIndustrie-Book";
  line-height: 30px;
  font-size: 17px;
  padding: 25px 0;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
table.ntable tbody tr td strong {
  font-family: "FSIndustrie-Bold";
}
@media screen and (max-width: 768px) {
  table.ntable.alt thead {
    display: none;
  }
}
table.ntable.alt tbody tr:nth-child(odd) td {
  background: #F5F4F0;
}
table.ntable.alt tbody tr td, table.ntable.alt tbody tr td:first-child {
  border: 1px solid #eee;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  table.ntable.alt tbody tr td, table.ntable.alt tbody tr td:first-child {
    border-bottom: none;
    padding: 10px 5px;
    background: #fff !important;
  }
  table.ntable.alt tbody tr td:before, table.ntable.alt tbody tr td:first-child:before {
    font-size: 12px;
    width: 45%;
  }
}

table.lg {
  width: 100%;
  position: relative;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  table.lg {
    display: none;
  }
}
table.lg thead tr th {
  background: #213B34;
  text-align: center;
  font-weight: 400;
  font-family: "FSIndustrie-Bold";
  line-height: 50px;
  font-size: 17px;
  color: #fff;
}
table.lg tbody tr td:nth-child(even) {
  background: #F5F4F0;
}
table.lg tbody tr td {
  font-weight: 400;
  font-family: "FSIndustrie-Book";
  line-height: 30px;
  font-size: 17px;
  padding: 15px 0;
  width: auto;
  text-align: center;
  vertical-align: middle;
}
table.lg tbody tr td:first-child {
  max-width: 35px;
  padding: 20px 0;
}
table.lg tbody tr td strong {
  font-family: "FSIndustrie-Bold";
}

.table-options-m {
  display: none;
}

.options {
  display: none;
}

@media screen and (max-width: 600px) {
  .table-options-m {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .table-options-m h4 {
    font-family: "FSIndustrie-Medium";
    text-align: center;
  }
  .table-options-m select {
    font-family: "FSIndustrie-Medium";
    line-height: 50px;
    width: 100%;
    height: 50px;
    border: 1px solid #262626;
    padding: 5px;
    margin: 0 0 20px;
    border-radius: 10px;
  }
  .table-options-m .options ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .table-options-m .options ul li {
    padding: 10px 0;
    font-size: 17px;
    font-family: "FSIndustrie-Book";
    text-align: center;
  }
  .table-options-m .options ul li:nth-child(even) {
    background: #F5F4F0;
  }
  table, table.ntable {
    border: 0;
    margin-top: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table tr {
    border-bottom: 2px solid #D9E8E2;
  }
  table td {
    border-bottom: 1px solid #D9E8E2;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: right;
  }
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    min-width: 60px;
    clear: both;
    font-size: 14px;
    line-height: 20px;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table.ntable tbody tr td,
  td + td + td + td, th + th + th + th,
  td + td, th + th,
  td:first-child, th:first-child {
    width: 100%;
    text-align: center;
    padding: 5px 5px;
    background: #fff !important;
  }
  table.ntable thead tr th {
    width: 100%;
    color: #213B34;
  }
  table.ntable tbody tr:first-child {
    display: none;
  }
  table.ntable tbody tr td:first-child {
    background: #D9E8E2 !important;
    padding: 10px;
    font-size: 12px;
    text-align: left;
  }
}
section.release p {
  margin: 0 0 20px;
}
section.release a, section.release a:link, section.release a:visited {
  color: #006325;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 768px) {
  .news-list {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
}
.news-list .card {
  width: calc(33.33% - 20px) !important;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .news-list .card {
    margin: 0 auto !important;
    width: 100% !important;
  }
}
.news-list .card a, .news-list .card a:link, .news-list .card a:visited {
  text-decoration: none;
  padding: 0 0 40px;
  display: block;
  width: 100%;
}
.news-list .card a h3, .news-list .card a h4, .news-list .card a span, .news-list .card a:link h3, .news-list .card a:link h4, .news-list .card a:link span, .news-list .card a:visited h3, .news-list .card a:visited h4, .news-list .card a:visited span {
  transition: all 300ms linear;
}
.news-list .card a .post-image, .news-list .card a:link .post-image, .news-list .card a:visited .post-image {
  margin-bottom: 30px;
  border: none;
  height: 270px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
.news-list .card a .post-image img, .news-list .card a:link .post-image img, .news-list .card a:visited .post-image img {
  display: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.news-list .card a .post-image:after, .news-list .card a:link .post-image:after, .news-list .card a:visited .post-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  z-index: 1;
}
.news-list .card a .post-image span, .news-list .card a:link .post-image span, .news-list .card a:visited .post-image span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
.news-list .card a:hover h3, .news-list .card a:hover h4, .news-list .card a:hover span, .news-list .card a:link:hover h3, .news-list .card a:link:hover h4, .news-list .card a:link:hover span, .news-list .card a:visited:hover h3, .news-list .card a:visited:hover h4, .news-list .card a:visited:hover span {
  color: #006325;
  transition: all 300ms linear;
}
.news-list .card a:hover .post-image span, .news-list .card a:link:hover .post-image span, .news-list .card a:visited:hover .post-image span {
  color: #fff;
}
.news-list .card a:hover .post-image:after, .news-list .card a:link:hover .post-image:after, .news-list .card a:visited:hover .post-image:after {
  opacity: 0;
  transition: all 300ms linear;
}
.news-list .card .meta {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.case-study .carousel {
  height: 500px;
  overflow: hidden;
  background: #F5F5F5;
}
.case-study .carousel .slide {
  width: 100%;
  max-width: 960px;
  text-align: center;
}
.case-study .carousel .slide img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.case-study .carousel .slick-prev {
  left: 20px;
  right: auto;
  transform: none;
  bottom: calc(50% - 18px);
}
.case-study .carousel .slick-next {
  right: 20px;
  left: auto;
  transform: none;
  bottom: calc(50% - 18px);
}
.case-study .carousel .slick-dots {
  max-width: 100%;
}
.case-study .carousel .slick-track {
  display: block;
}

.blockbanner .banner-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 0px;
  position: relative;
}
.blockbanner .banner-wrap a, .blockbanner .banner-wrap a:link, .blockbanner .banner-wrap a:visited {
  max-width: 100%;
  width: calc(100% - 10px);
  background: #333;
  height: 380px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  padding: 30px;
  text-transform: uppercase;
  font-family: "termina";
  font-weight: 400;
  line-height: 20px;
  font-size: 20px;
  transition: all 0.5s;
}
.blockbanner .banner-wrap a span, .blockbanner .banner-wrap a:link span, .blockbanner .banner-wrap a:visited span {
  background: url(../images/slide-arr-next.svg) no-repeat 98% center;
  background-size: 12px auto;
  width: 100%;
  display: block;
  transition: all 0.5s;
  padding: 0 30px 0 0;
}
.blockbanner .banner-wrap a:first-child, .blockbanner .banner-wrap a:link:first-child, .blockbanner .banner-wrap a:visited:first-child {
  margin-right: 20px;
}
.blockbanner .banner-wrap a:hover, .blockbanner .banner-wrap a:link:hover, .blockbanner .banner-wrap a:visited:hover {
  text-decoration: none;
}
.blockbanner .banner-wrap a:hover span, .blockbanner .banner-wrap a:link:hover span, .blockbanner .banner-wrap a:visited:hover span {
  text-decoration: none;
  background-position: 100% center;
  transition: all 0.5s;
}
@media (max-width: 576px) {
  .blockbanner .banner-wrap a, .blockbanner .banner-wrap a:link, .blockbanner .banner-wrap a:visited {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
}
.blockbanner.two-banners a, .blockbanner.two-banners a:link, .blockbanner.two-banners a:visited {
  max-width: 50%;
  width: calc(50% - 10px);
  height: 380px;
}
@media (max-width: 576px) {
  .blockbanner.two-banners a, .blockbanner.two-banners a:link, .blockbanner.two-banners a:visited {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px !important;
  }
}

.half-banner {
  min-height: 400px;
}

.storybanners {
  position: relative;
}
@media (max-width: 768px) {
  .storybanners {
    display: none;
  }
}
.storybanners > h3 {
  position: absolute;
  top: -35px;
  left: 0;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  font-family: "termina";
  font-weight: 600;
  font-size: 72px;
}
@media (max-width: 768px) {
  .storybanners > h3 {
    font-size: 36px;
    top: -30px;
  }
}
@media (max-width: 576px) {
  .storybanners > h3 {
    font-size: 28px;
    top: -22px;
  }
}
.storybanners .wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 768px) {
  .storybanners .wrap {
    flex-direction: column;
  }
}

a.storybanner, a.storybanner:link, a.storybanner:visited {
  width: 33.33%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  a.storybanner, a.storybanner:link, a.storybanner:visited {
    width: 100%;
  }
}
a.storybanner div.img, a.storybanner:link div.img, a.storybanner:visited div.img {
  min-height: 600px;
  height: 600px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
a.storybanner div.img:after, a.storybanner:link div.img:after, a.storybanner:visited div.img:after {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
}
a.storybanner div.text, a.storybanner:link div.text, a.storybanner:visited div.text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  padding: 30px;
  z-index: 2;
}
a.storybanner div.text h4, a.storybanner:link div.text h4, a.storybanner:visited div.text h4 {
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  min-height: 60px;
}
a.storybanner div.text h5, a.storybanner:link div.text h5, a.storybanner:visited div.text h5 {
  font-family: "termina";
  font-weight: 500;
  text-transform: uppercase;
  color: #D9E8E2;
  font-size: 20px;
  line-height: 28px;
  min-height: 50px;
}
a.storybanner div.text h6, a.storybanner:link div.text h6, a.storybanner:visited div.text h6 {
  font-family: "FSIndustrie-Book";
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  min-height: 80px;
}
a.storybanner div.text span, a.storybanner:link div.text span, a.storybanner:visited div.text span {
  font-family: "FSIndustrie-Bold";
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
a.storybanner:hover div.img, a.storybanner:link:hover div.img, a.storybanner:visited:hover div.img {
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
a.storybanner:hover div.img:after, a.storybanner:link:hover div.img:after, a.storybanner:visited:hover div.img:after {
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.storybanners-mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .storybanners-mobile {
    display: block;
  }
}
.storybanners-mobile .slick-dots {
  top: auto;
  bottom: 20px;
}

.map-holder, .map-holder-locations {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.map-holder section, .map-holder-locations section {
  margin: 0;
  position: relative;
  border-top: 2px solid #006325;
  overflow: hidden;
}
.map-holder section .gmnoprint a, .map-holder section .gmnoprint span, .map-holder section .gm-style-cc, .map-holder-locations section .gmnoprint a, .map-holder-locations section .gmnoprint span, .map-holder-locations section .gm-style-cc {
  display: none;
}
.map-holder section .gmnoprint div, .map-holder-locations section .gmnoprint div {
  background: none !important;
}
.map-holder section .slide-button, .map-holder-locations section .slide-button {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 3rem;
  margin-left: -3rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 58px;
  color: #fff;
  background: #006325;
  transform: rotateY(0deg);
}
.map-holder section .slide-button.active, .map-holder-locations section .slide-button.active {
  transform: rotateY(180deg);
}
.map-holder section .slide-button .right_directional, .map-holder-locations section .slide-button .right_directional {
  height: 1.5625rem;
  width: 1.5625rem;
  cursor: pointer;
}
.map-holder section .slide-button .right_directional.light, .map-holder-locations section .slide-button .right_directional.light {
  color: #fff;
}
.map-holder section .slide-button .right_directional.light div, .map-holder-locations section .slide-button .right_directional.light div {
  position: relative;
  height: 1.5625rem;
  width: 1.5625rem;
}
.map-holder section .slide-button .right_directional.light div::after, .map-holder-locations section .slide-button .right_directional.light div::after {
  background-color: white;
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
  transform: rotate(225deg);
  content: "";
  display: block;
  height: 0.1875rem;
  width: 65%;
}
.map-holder section .slide-button .right_directional.light div::before, .map-holder-locations section .slide-button .right_directional.light div::before {
  content: "";
  display: block;
  height: 0.1875rem;
  width: 65%;
  background-color: white;
  position: absolute;
  top: 0.45rem;
  right: 0.3rem;
  transform: rotate(-225deg);
}
.map-holder section .locations-filters, .map-holder-locations section .locations-filters {
  transition: all 0.25s ease-in-out;
  min-height: 750px;
  position: absolute;
  top: 0;
  right: -25%;
}
.map-holder section .locations-filters.active, .map-holder-locations section .locations-filters.active {
  right: 0;
}
.map-holder section .locations-filters .checkbox-container, .map-holder-locations section .locations-filters .checkbox-container {
  display: block;
}
.map-holder section .locations-filters input, .map-holder-locations section .locations-filters input {
  display: inline-block;
  margin-right: 10px;
}
.map-holder section .locations-filters label, .map-holder-locations section .locations-filters label {
  display: inline-block;
}
.map-holder section #map, .map-holder-locations section #map {
  min-height: 750px;
}

.custom-sidebar {
  background-color: rgb(0, 99, 37);
  width: 260px;
  height: 100vh;
  z-index: 11;
  position: absolute;
  top: 72px;
  bottom: 0px;
  transition: none 0s ease 0s;
  will-change: transform;
  overflow-y: auto;
  left: 0px;
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .custom-sidebar {
    transform: translateX(-260px);
  }
}
.custom-sidebar ul {
  margin: 0;
  padding: 15px;
  list-style: none;
  transition: all 300ms linear;
}
.custom-sidebar ul li {
  border-bottom: 1px solid #00A160;
  margin: 0;
  padding: 0;
}
.custom-sidebar ul li:hover ul {
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.custom-sidebar ul li.link-steel-products:hover ul {
  height: 650px;
}
.custom-sidebar ul li.link-steel:hover ul {
  height: 200px;
}
.custom-sidebar ul li a, .custom-sidebar ul li a:link, .custom-sidebar ul li a:visited {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "FSIndustrie-Book";
  font-weight: 800;
  color: #fff;
  opacity: 0.65;
  letter-spacing: 1px;
  line-height: 50px;
  text-decoration: none;
  transition: all 0.5s 300ms linear;
}
.custom-sidebar ul li a img, .custom-sidebar ul li a:link img, .custom-sidebar ul li a:visited img {
  margin: 0 10px 0 0;
  width: 20px;
  height: auto;
}
.custom-sidebar ul li a:hover, .custom-sidebar ul li a:link:hover, .custom-sidebar ul li a:visited:hover {
  opacity: 1;
  transition: all 0.5s 300ms linear;
}
.custom-sidebar ul li ul {
  list-style: none;
  overflow: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  display: block;
}
.custom-sidebar ul li ul li {
  border: none;
}
.custom-sidebar ul li ul li a, .custom-sidebar ul li ul li a:link, .custom-sidebar ul li ul li a:visited {
  font-size: 14px;
  color: #fff;
  font-family: "FSIndustrie-Book";
  text-transform: none;
  font-weight: 600;
  opacity: 1;
  line-height: 40px;
}
.custom-sidebar ul li ul li a:hover, .custom-sidebar ul li ul li a:active, .custom-sidebar ul li ul li a:focus, .custom-sidebar ul li ul li a:link:hover, .custom-sidebar ul li ul li a:link:active, .custom-sidebar ul li ul li a:link:focus, .custom-sidebar ul li ul li a:visited:hover, .custom-sidebar ul li ul li a:visited:active, .custom-sidebar ul li ul li a:visited:focus {
  padding-left: 5px;
  background-color: rgba(255, 255, 255, 0.08);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  opacity: 1;
  text-decoration: none;
}

/* Hide arrows on number inputs */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.product-body {
  position: absolute;
  inset: 0 0px 0px 260px;
  overflow-y: auto;
  transition: none 0s ease 0s;
  padding: 72px 0 0;
}
@media screen and (max-width: 768px) {
  .product-body {
    inset: 0;
  }
}
.product-body .container {
  max-width: 1050px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
}
.product-body p {
  margin-bottom: 20px;
}
.product-body p:last-child {
  margin-bottom: 0;
}
.product-body .hero .container {
  height: 40vh;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

#btn-product-finder {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.more-info {
  display: block;
  padding: 0 0 50px;
}
.more-info a, .more-info a:link, .more-info a:visited {
  text-decoration: underline;
}
.more-info .headline {
  width: 50%;
  padding: 50px 50px 50px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-info .headline h2 {
  margin: 0;
  padding: 0;
  font-size: 48px;
  font-weight: 900;
  font-family: "FSIndustrie-Book";
  text-transform: uppercase;
}
.more-info .leadin {
  position: relative;
  padding: 50px 0 80px;
  max-width: 60%;
}
.more-info .wrap {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}
.more-info #body {
  width: 100%;
  clear: both;
  max-height: 0;
  overflow: hidden;
  transition: all 500ms linear;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.more-info #body div.body-wrap {
  max-width: 50%;
}
.more-info #body div.body-wrap h2 {
  margin: 0 0 20px;
}
.more-info #body div.image-wrap {
  max-width: 47.5%;
}
.more-info #body div.image-wrap img {
  max-width: 100%;
  height: auto;
  width: 100%;
  width: 420px;
  height: 630px;
  margin: 0 0 10px;
  padding: 0;
}
.more-info #body.active {
  padding: 50px 50px 0;
  max-height: 2000px;
  height: auto;
  transition: all 500ms linear;
}
@media screen and (max-width: 1300px) {
  .more-info #body.active div.image-wrap {
    max-width: 40%;
  }
  .more-info #body.active div.body-wrap {
    max-width: 45%;
  }
}
.more-info #body p:empty {
  display: none;
}

.product-icons {
  border-top: 1px solid #ECECEC;
  padding: 50px 20px;
}
.product-icons ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  flex-wrap: wrap;
}
.product-icons ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding-right: 30px;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .product-icons ul li {
    max-width: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
}
.product-icons ul li img {
  width: 54px;
  height: 54px;
  margin: 0 0 10px;
  padding: 0;
}
.product-icons ul li h4 {
  color: #006325;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.industry-applications {
  margin: 0 0 30px;
  padding: 0 20px;
  text-align: left;
}
.industry-applications ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
@media (max-width: 768px) {
  .industry-applications ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.industry-applications ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 25%;
  max-width: 25%;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 768px) {
  .industry-applications ul li {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    padding-right: 0;
    margin: 0 0 20px;
    flex-direction: column;
  }
  .industry-applications ul li a, .industry-applications ul li a:link, .industry-applications ul li a:visited {
    display: block;
    text-align: center;
    width: 100%;
  }
  .industry-applications ul li a img, .industry-applications ul li a:link img, .industry-applications ul li a:visited img {
    margin: 0 auto;
  }
  .industry-applications ul li a h4, .industry-applications ul li a:link h4, .industry-applications ul li a:visited h4 {
    margin: 0 auto;
    text-align: center;
  }
}
.industry-applications ul li img {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0;
}
.industry-applications ul li h4 {
  color: #006325;
  line-height: 16px;
  margin: 0;
  padding: 6px 0;
  font-size: 13px;
  max-width: calc(100% - 40px);
}

#product-finder {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: row;
  background: #F5F5F5;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
#product-finder > div {
  width: 50%;
  padding: 50px;
  min-height: 500px;
}
#product-finder .product-finder {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#product-finder .product-finder .product-form-wrap {
  max-width: 500px;
}
#product-finder .product-finder .form-holder .field {
  margin: 0 0 20px;
}
#product-finder .product-finder .form-holder .field.has-two .fields-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#product-finder .product-finder .form-holder .field.has-two .fields-wrap .input-wrap {
  display: flex;
  flex-direction: column;
  max-width: 47.5%;
}
#product-finder .product-finder a#btn-modal-form {
  display: block;
  text-align: center;
}
#product-finder .finder-locations {
  background-image: url("//images.ctfassets.net/aax1cfbwhqog/49rU1qCPgko8qC6OKwCEYS/59ca2ebb36dfc69af0efeb51ae6f870f/Nucor-History-pattern.svg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
#product-finder .finder-locations .location-list {
  display: flex;
  flex-direction: column;
}
#product-finder .finder-locations .location-list .location {
  display: flex;
  flex-direction: row;
  background: #fff;
  padding: 20px;
  margin: 0 0 20px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
  align-items: center;
}
#product-finder .finder-locations .location-list .location .image {
  width: 68px;
  max-width: 68px;
  margin: 0 30px 0 0;
}
#product-finder .finder-locations .location-list .location .image img {
  width: 100%;
}
#product-finder .finder-locations .location-list .location .text {
  width: 50%;
  max-width: 250px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#product-finder .finder-locations .location-list .location .text a, #product-finder .finder-locations .location-list .location .text a:link, #product-finder .finder-locations .location-list .location .text a:visited {
  display: block;
  margin: 0;
  padding: 0 0 0 30px;
}
#product-finder .finder-locations .location-list .location .text a.link, #product-finder .finder-locations .location-list .location .text a:link.link, #product-finder .finder-locations .location-list .location .text a:visited.link {
  background: url(https://images.ctfassets.net/aax1cfbwhqog/bu1KdyIj3QqsNXwLCq1ad/61a757385c81c02dc1aa4b89fdb65f07/icon-tag.png) no-repeat 0 0;
  background-size: 20px auto;
}
#product-finder .finder-locations .location-list .location .text a.link-phone, #product-finder .finder-locations .location-list .location .text a:link.link-phone, #product-finder .finder-locations .location-list .location .text a:visited.link-phone {
  background: url(https://images.ctfassets.net/aax1cfbwhqog/2TgtwMrHYiZ7AsU3SWRi4o/e1118cca16963980d84fd0c752c0a5e7/icon-call.png) no-repeat 0 0;
  background-size: 20px auto;
}
#product-finder .finder-locations .location-list .location h3 {
  border-bottom: 1px solid #ECECEC;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-size: 16px;
}
@media (max-width: 576px) {
  #product-finder .finder-locations .location-list .location {
    flex-direction: column;
  }
  #product-finder .finder-locations .location-list .location .image {
    width: 100%;
    margin: 0 auto;
  }
  #product-finder .finder-locations .location-list .location .text {
    width: 100%;
    margin: 0 auto;
  }
  #product-finder .finder-locations .location-list .location .text h3 {
    text-align: center;
  }
  #product-finder .finder-locations .location-list .location .text a.link-phone {
    max-width: 180px;
    margin: 5px auto;
  }
}
#product-finder label {
  font-size: 14px;
  font-weight: bold;
}
#product-finder label span {
  font-weight: normal;
}
#product-finder textarea {
  background: #fff;
  border: 1px solid #fff;
  height: 112px;
  line-height: 20px;
  border: none;
  width: 100% !important;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
#product-finder textarea::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #202658;
  opacity: 1;
  font-size: 12px;
  text-transform: uppercase;
}
#product-finder textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #202658;
  font-size: 12px;
  text-transform: uppercase;
}
#product-finder textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #202658;
  text-transform: uppercase;
  font-size: 12px;
}
#product-finder textarea:-moz-placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #202658;
  opacity: 1;
  text-transform: uppercase;
  font-size: 12px;
}
#product-finder textarea:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #202658;
  opacity: 1;
  text-transform: uppercase;
  font-size: 12px;
}
#product-finder select,
#product-finder input {
  background: #fff;
  border: 1px solid #fff;
  height: 56px;
  line-height: 56px;
  border: none;
  width: 100% !important;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
#product-finder select::-moz-placeholder,
#product-finder input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1;
  font-size: 16px;
}
#product-finder select::-webkit-input-placeholder,
#product-finder input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #333;
  font-size: 16px;
}
#product-finder select::-moz-placeholder,
#product-finder input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
  font-size: 16px;
}
#product-finder select:-moz-placeholder-shown, #product-finder input:-moz-placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #333;
  opacity: 1;
  font-size: 16px;
}
#product-finder select:placeholder-shown,
#product-finder input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #333;
  opacity: 1;
  font-size: 16px;
}
#product-finder input[type=text], #product-finder input[type=email],
#product-finder input[type=url], #product-finder input[type=password],
#product-finder input[type=search], #product-finder input[type=number],
#product-finder input[type=tel], #product-finder input[type=range],
#product-finder input[type=date], #product-finder input[type=month],
#product-finder input[type=week], #product-finder input[type=time],
#product-finder input[type=datetime],
#product-finder input[type=datetime-local],
#product-finder input[type=color] {
  background: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 5px 10px;
  height: 50px;
  line-height: 50px;
}
#product-finder input[type=checkbox] {
  -webkit-appearance: checkbox;
  float: none;
  display: block;
  width: 35px;
  margin-top: 7px;
  border: red;
  clear: both;
}
.need-more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  background: #ECECEC;
  padding: 50px 0;
}
.need-more .content {
  max-width: 500px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.need-more .content h3 {
  text-transform: none;
  text-align: center;
  font-weight: 900;
  font-size: 23px;
}
.need-more .content p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .more-info .wrap {
    flex-direction: column;
  }
  .more-info .headline {
    width: 100%;
    padding: 30px;
  }
  .more-info .leadin {
    padding: 0 0 80px;
  }
  .more-info #body.active {
    padding: 30px 30px 0;
    flex-direction: column;
  }
  .more-info #body.active div.image-wrap, .more-info #body.active div.body-wrap {
    max-width: 100%;
  }
  .more-info #body.active div.image-wrap {
    margin-bottom: 30px;
  }
  .product-icons {
    padding: 30px;
  }
  .industry-applications {
    padding: 30px;
  }
  #product-finder {
    flex-direction: column;
  }
  #product-finder .finder-locations,
  #product-finder .product-finder {
    width: 100%;
    padding: 30px;
  }
  .need-more {
    padding: 30px;
  }
}
.products-landing {
  background-image: url("//images.ctfassets.net/aax1cfbwhqog/49rU1qCPgko8qC6OKwCEYS/59ca2ebb36dfc69af0efeb51ae6f870f/Nucor-History-pattern.svg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}

section.product-row {
  min-height: 400px;
  flex-direction: column;
  display: flex;
  background: rgb(255, 255, 255);
  max-width: 1100px;
  margin: 0px auto 50px;
  width: 90%;
}
@media (min-width: 1200px) {
  section.product-row {
    flex-direction: row;
  }
}
section.product-row .product-row-image {
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  section.product-row .product-row-image {
    width: 380px;
  }
}
section.product-row .product-row-text {
  display: flex;
  flex-direction: row;
  padding: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 1200px) {
  section.product-row .product-row-text {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 768px) {
  section.product-row .product-row-text {
    flex-direction: column;
  }
}
section.product-row .text {
  max-width: 50%;
  height: 100%;
  min-width: auto;
}
@media (min-width: 1200px) {
  section.product-row .text {
    max-width: 370px;
  }
}
@media screen and (max-width: 768px) {
  section.product-row .text {
    max-width: 100%;
  }
}
section.product-row .product-list {
  width: 250px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  section.product-row .product-list {
    width: 100%;
    margin: 15px 0 0;
  }
}
section.product-row .product-list label {
  background: #006325;
  color: #fff;
  width: 100%;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 0;
  letter-spacing: 1px;
  display: inline-block;
  max-width: 100%;
}
section.product-row .product-list ul {
  padding: 20px;
  margin: 0;
  background: #ECECEC;
}
section.product-row .product-list ul li {
  color: #006325;
  padding: 0;
  margin: 0 0 5px;
  list-style: none;
}
section.product-row .product-list ul li a, section.product-row .product-list ul li a:link, section.product-row .product-list ul li a:visited {
  color: #006325;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
section.product-row .product-list ul li a:hover, section.product-row .product-list ul li a:link:hover, section.product-row .product-list ul li a:visited:hover {
  text-decoration: underline;
}
section.product-row .product-list ul li a:after, section.product-row .product-list ul li a:link:after, section.product-row .product-list ul li a:visited:after {
  content: " >";
}

.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: flex;
  justify-content: center;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slide:focus, .slick-slide:active {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
/* Dots */
.slick-dots {
  bottom: 10px;
  width: 575px;
  max-width: 47.5%;
  right: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 576px) {
  .slick-dots {
    width: 100%;
    max-width: 100%;
    bottom: auto;
    top: 450px;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 70px;
  height: 18px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 40%;
  transform: translate(0, -50%);
  padding: 0;
  opacity: 1;
  border: none;
  outline: none;
  overflow: hidden;
  z-index: 2;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  outline: none;
  opacity: 0.2;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    bottom: auto;
    top: 150px;
  }
}

.slick-next {
  background: url(../images/slide-arr-next.svg) no-repeat 0 0;
  background-size: 20px auto;
  width: 30px;
  height: 36px;
  overflow: hidden;
  right: 30px;
}
.slick-next:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 20px;
  }
}

.slick-prev {
  content: "";
  background: url(../images/slide-arr-prev.svg) no-repeat 0 0;
  background-size: 20px auto;
  width: 30px;
  height: 36px;
  overflow: hidden;
  right: calc(50% - 100px);
}
.slick-prev:hover {
  opacity: 0.75;
}
@media screen and (min-width: 1200px) {
  .slick-prev {
    right: calc(50% - 130px);
  }
}
@media screen and (max-width: 768px) {
  .slick-prev {
    right: auto;
    left: 20px;
  }
}

.slick-dots {
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  top: auto;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  margin: 0 5px !important;
}
.slick-dots li.slick-active button {
  border: 1px solid #A1CEAD;
  background: #A1CEAD;
}
.slick-dots button {
  border: 0;
  background: 0 0;
  display: block;
  height: 10px;
  width: 10px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #D9E8E2;
}

section.tabs nav.tabs button {
  border-bottom: 2px solid #F5F5F5;
  display: block;
  margin: 0 10px;
  color: #000;
  transition: all 250ms linear;
}
section.tabs nav.tabs button.active {
  border-bottom: 2px solid #006325;
  transition: all 250ms linear;
}
section.tabs nav.tabs button:hover {
  color: #006325;
  border-bottom: 2px solid #006325;
  transition: all 250ms linear;
}
section.tabs .panel {
  display: none;
}
section.tabs .panel.active {
  display: block;
}

.block-featured-projects .project-content {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-start;
  border-top: 2px solid #006325;
  border-bottom: 2px solid #006325;
}
.block-featured-projects .filters {
  width: 20%;
}
.block-featured-projects .map-wrap {
  width: 50%;
  background: #D9E8E2;
  min-height: 60vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.block-featured-projects .project-list {
  width: 30%;
}
.block-featured-projects .project-list .project-list-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #DDD;
}
.block-featured-projects .project-list .project-list-item .project-thumb {
  width: 100px;
  height: 100px;
}
.block-featured-projects .project-list .project-list-item .project-info {
  width: calc(100% - 100px);
  padding: 20px;
}
.block-featured-projects .project-list .project-list-item .project-info h4 {
  margin: 0;
}
.block-featured-projects .project-list .project-list-item .project-info p {
  font-size: 12px;
  line-height: 120%;
  margin: 0;
}

.project-popup {
  padding: 20px;
  width: 700px;
  height: auto;
  background: #fff;
  overflow: scroll;
}
.project-popup .project-thumb {
  margin: 0 0 20px;
}

.pulse {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #006325;
  border-radius: 100%;
  border: 1px solid #ffb922;
  top: 50%;
  left: 50%;
}
.pulse:before, .pulse:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #006325;
  border-radius: 100%;
}
.pulse:before {
  animation: blip1 2s infinite;
}
.pulse:after {
  animation: blip2 4s infinite;
}

@keyframes blip1 {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
html {
  overscroll-behavior: contain;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 640px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 1100px) {
  .container {
    padding: 0;
  }
}

hr {
  margin: 0 0 20px;
}

.desktop {
  display: block;
}
@media (max-width: 576px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 576px) {
  .mobile {
    display: block;
  }
}

button.btn-pill, .btn-pill,
a.btn-pill, a.btn-pill:link, a.btn-pill:visited {
  display: block;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 24px;
  background: #006325;
  text-align: center;
  font-family: "FSIndustrie-Bold";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 49px;
  height: 45px;
  padding: 0 50px;
  transition: all 0.5s ease;
  text-decoration: none;
  min-width: 200px;
}
button.btn-pill:hover, .btn-pill:hover,
a.btn-pill:hover, a.btn-pill:link:hover, a.btn-pill:visited:hover {
  background: #221E1F;
  transition: all 0.5s ease;
}
button.btn-pill.btn-inverse, .btn-pill.btn-inverse,
a.btn-pill.btn-inverse, a.btn-pill:link.btn-inverse, a.btn-pill:visited.btn-inverse {
  background: #F5F4F0;
  color: #213B34;
}
button.btn-pill.btn-inverse:hover, .btn-pill.btn-inverse:hover,
a.btn-pill.btn-inverse:hover, a.btn-pill:link.btn-inverse:hover, a.btn-pill:visited.btn-inverse:hover {
  background: #213B34;
  color: #F5F4F0;
}
button.btn-pill.btn-small, .btn-pill.btn-small,
a.btn-pill.btn-small, a.btn-pill:link.btn-small, a.btn-pill:visited.btn-small {
  line-height: 27px;
  padding: 0 20px;
  font-size: 11px;
  height: 25px;
}

.social a, .social a:link, .social a:visited {
  width: 24px;
  text-align: center;
}
.social img {
  max-width: 20px;
  max-height: 20px;
  width: auto;
  height: 20px;
  display: block;
  margin: 0 auto;
}

section ul {
  list-style: disc;
  padding: 0 0 0 25px;
  margin: 0 0 20px;
}
section ul li {
  padding: 0;
  margin: 0 0 10px;
  font-weight: 400;
  font-family: "FSIndustrie-Book";
}
section ul li a, section ul li a:link, section ul li a:visited {
  margin: 0;
  text-decoration: underline;
}
section ul li a:hover, section ul li a:link:hover, section ul li a:visited:hover {
  text-decoration: none;
}
section p {
  margin: 0 0 20px;
}

.accordions {
  display: block;
  width: 100%;
}
.accordions ol.list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.accordions ol.list > li {
  border-left: none;
  border-bottom: 1px solid #A1CEAD;
  margin: 0 0 25px;
  padding: 0 25px 25px;
}
.accordions ol.list > li h4 {
  background: url(../images/acc-icon-plus.svg) no-repeat center right;
  background-size: auto 10px;
  padding: 0 20px 0 0;
  margin: 20px 0 15px;
}
.accordions ol.list > li.active-accordion h4 {
  background: url(../images/acc-icon-minus.svg) no-repeat center right;
  background-size: 8px auto;
}
.accordions ol.list {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .accordions ol.list {
    border: none;
    width: 100%;
    margin: 0;
  }
}
.accordions ol.list li {
  width: 100%;
}
.accordions ol.list li .title {
  cursor: pointer;
}
.accordions ol.list li .content-container {
  overflow: hidden;
}
.accordions ol.list li .content-container a, .accordions ol.list li .content-container a:link, .accordions ol.list li .content-container a:visited {
  text-decoration: underline;
  display: inline-block;
}
.accordions ol.list li .content-container a:hover, .accordions ol.list li .content-container a:link:hover, .accordions ol.list li .content-container a:visited:hover {
  text-decoration: none;
}
.accordions ol.list li .content-container ul {
  list-style: disc;
  padding: 0 0 0 25px;
}
.accordions ol.list li .content-container ul li {
  padding: 0;
}
.accordions ol.list li .content-container ul li a, .accordions ol.list li .content-container ul li a:link, .accordions ol.list li .content-container ul li a:visited {
  margin: 0;
}
.accordions ol.list li .content {
  overflow: hidden;
  font-family: "FSIndustrie-Book";
  font-size: 16px;
  padding: 5px 0;
  text-align: left;
}
.accordions ol.list li .content p {
  text-align: left;
}
.accordions.multi-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .accordions.multi-col {
    flex-direction: column;
  }
}
.accordions.multi-col ol.list {
  width: 32%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .accordions.multi-col ol.list {
    width: 100%;
  }
}
.accordions.multi-col ol.list li {
  width: 100%;
  padding: 0 25px;
  border-left: 1px solid #A1CEAD;
  border-bottom: none;
  margin: 0;
}
.accordions.multi-col ol.list li li {
  border: none;
  font-weight: 400;
}
.accordions.three-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .accordions.three-col {
    flex-direction: column;
  }
}
.accordions.three-col ol.list {
  width: 32%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .accordions.three-col ol.list {
    width: 100%;
  }
}
.accordions.three-col ol.list li {
  width: 100%;
  padding: 0 25px;
  border-left: 1px solid #A1CEAD;
  border-bottom: none;
  margin: 0;
}
.accordions.three-col ol.list li li {
  border: none;
  font-weight: 400;
}
.accordions.tight-list ol.list > li {
  margin: 0;
  padding: 0;
}
.accordions.two-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .accordions.two-col {
    flex-direction: column;
  }
}
.accordions.two-col ol.list {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .accordions.two-col ol.list {
    width: 100%;
  }
}
.accordions.two-col ol.list li {
  width: 100%;
  padding: 0 25px;
  border-left: 1px solid #A1CEAD;
  border-bottom: none;
  margin: 0;
}
.accordions.two-col ol.list li li {
  border: none;
  font-weight: 400;
}

.modal-wrap {
  padding: 50px;
  background: #fff;
  max-width: 700px;
  width: 100%;
  margin: 0;
  overflow: scroll;
  max-height: 700px;
}
.modal-wrap .form {
  background: #F5F5F5;
  padding: 20px;
  width: 100%;
  margin-top: 25px;
}
.modal-wrap .form iframe {
  min-height: 650px;
}
.modal-wrap h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #000;
}
.modal-wrap h3 {
  text-transform: uppercase;
  color: #006325;
  font-family: "termina";
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
  line-height: 125%;
}
.modal-wrap p {
  font-family: "FSIndustrie-Book";
  font-size: 17px;
  font-weight: normal;
}
.modal-wrap.wufoo {
  min-width: 400px;
}
.modal-wrap.wufoo .form {
  background: #FFF;
  padding: 0px;
  width: 100%;
  margin-top: 25px;
}
.modal-wrap.wufoo .form > div {
  height: auto !important;
  padding: 0;
  overflow: visible;
}
.modal-wrap.wufoo .form iframe {
  position: relative;
  min-height: 700px;
}

iframe {
  border: 0 !important;
}

.bio-item a:hover .btn-plus-icon, .bio-item a:link:hover .btn-plus-icon, .bio-item a:visited:hover .btn-plus-icon {
  height: 35px;
  width: 35px;
  transition: all 250ms linear;
}

.btn-plus-icon {
  border: none;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-bottom: 3px;
  position: absolute;
  bottom: calc(100% - 200px);
  right: calc(100% - 200px);
  height: 28px;
  width: 28px;
  background: rgb(0, 99, 37);
  font-size: 18px;
  z-index: 1;
  transition: all 250ms linear;
}

.icon-banner:first-of-type {
  background-color: rgb(216, 216, 216);
}
.icon-banner:last-of-type {
  background-color: rgb(236, 236, 236);
}

.ft-nav-wrap {
  padding-right: 30px;
  margin-right: 20px;
}
.ft-nav-wrap:after {
  position: absolute;
  top: 45px;
  right: 0;
  height: 80px;
  background: #979797;
  width: 1px;
  content: "";
  display: block;
}
@media (max-width: 768px) {
  .ft-nav-wrap {
    margin-right: 0;
    padding-right: 0;
  }
  .ft-nav-wrap:after {
    display: none;
  }
}

.hero {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 450px;
}
.hero video.video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero.with-overlay .image-layer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero.with-overlay .video-layer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 3;
}
.hero h1 {
  color: #fff;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 36px;
  }
}
.hero h1 span {
  font-size: 24px;
  color: #D9E8E2;
  display: block;
  clear: both;
  text-transform: uppercase;
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
}
.hero h2, .hero h3 {
  color: #fff !important;
}
.hero a, .hero a:link, .hero a:visited {
  transition: all 0.5s;
  position: relative;
  z-index: 50;
}
.hero a:hover, .hero a:link:hover, .hero a:visited:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}
.hero > img {
  display: none;
}
.page-aeos .hero > img#ab {
  position: absolute;
  top: 0;
  right: 80px;
  height: 100%;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .page-aeos .hero > img#ab {
    right: 0;
  }
}
.page-aeos .hero .hero-textarea {
  display: none;
}
.page-econiq .hero > img#eco {
  position: absolute;
  top: 0;
  right: 80px;
  height: 100%;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .page-econiq .hero > img#eco {
    right: 0;
    display: none;
  }
}
.page-econiq .hero .hero-textarea img {
  max-width: 300px;
  margin: 0 auto 40px;
}
.page-econiq .hero .hero-textarea h1 {
  display: none;
}
.page-elcyon .hero > img#elc {
  position: absolute;
  top: 0;
  right: 80px;
  height: 100%;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .page-elcyon .hero > img#elc {
    right: 0;
  }
}
.page-elcyon .hero .hero-textarea {
  display: none;
}
.page-invincia .hero > img#inv {
  position: absolute;
  top: 0;
  right: 80px;
  height: 100%;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .page-invincia .hero > img#inv {
    right: 0;
  }
}
.page-invincia .hero .hero-textarea {
  display: none;
}
.hero.hero-large .container {
  height: 80vh;
}
.hero.slide-animated .text-layer .hero-textarea h1, .hero.slide-animated .text-layer .hero-textarea div {
  opacity: 0;
  transform: translateY(80px);
}
.hero.slide-animated.slick-active .image-layer {
  transform: scale(1.15);
  transition: all 7000ms linear;
}
.hero.slide-animated.slick-active .hero-textarea h1, .hero.slide-animated.slick-active .hero-textarea div {
  opacity: 1;
  transform: translate(0);
  transition: all 700ms ease;
  transition-delay: 2000ms;
}

.hero-textarea div h3 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.home-button-blocks a, .home-button-blocks a:link, .home-button-blocks a:visited {
  position: relative;
}
.home-button-blocks a:after, .home-button-blocks a:link:after, .home-button-blocks a:visited:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 1;
  opacity: 0.5;
  transition: all 700ms ease;
}
.home-button-blocks a h4, .home-button-blocks a:link h4, .home-button-blocks a:visited h4 {
  z-index: 2;
  position: relative;
}
.home-button-blocks a:hover:after, .home-button-blocks a:link:hover:after, .home-button-blocks a:visited:hover:after {
  opacity: 0.8;
  transition: all 700ms ease;
}

.prefooter {
  padding: 100px 0;
  background: #F5F4F0;
  margin: 0;
}
@media (max-width: 576px) {
  .prefooter {
    padding: 50px 0 100px;
    margin: 0;
  }
  .prefooter.cs-main {
    padding-bottom: 50px;
  }
}
.prefooter .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
}
@media (max-width: 576px) {
  .prefooter .container {
    flex-direction: column;
    width: 100%;
  }
}
.prefooter .container .left {
  margin-right: auto;
  max-width: 700px;
}
@media (max-width: 576px) {
  .prefooter .container .left {
    text-align: left;
  }
}
.prefooter .container .right {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .prefooter .container .right {
    margin-right: 100px;
  }
}
@media (max-width: 576px) {
  .prefooter .container .right {
    margin: 20px 0;
  }
}

.fullwidth-img-scale {
  margin: 0 auto 50px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}
.fullwidth-img-scale img {
  display: none;
}
@media screen and (max-width: 768px) {
  .fullwidth-img-scale {
    margin-bottom: 100px;
    height: 50vh;
    max-height: 280px;
  }
}
.fullwidth-img-scale .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#b3000000",GradientType=0 );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fullwidth-img-scale .overlay-text {
    padding: 0 40px;
    text-align: left;
    align-items: flex-start;
  }
}
.fullwidth-img-scale .overlay-text p {
  max-width: 540px;
}
.fullwidth-img-scale .caption {
  position: absolute;
  bottom: -115px;
  left: 0;
  padding: 0 40px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .fullwidth-img-scale .caption {
    bottom: -100px;
    margin-bottom: 0;
    padding: 0 15px;
    text-align: left;
  }
}

.modal-video {
  position: relative;
  margin: 0 -2px -10px;
}
.modal-video iframe {
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-height: 450px;
}

#ctabar {
  background-color: #006325;
  position: fixed;
  bottom: 0;
  width: 100%;
  transition: bottom 0.3s;
  height: 80px;
  z-index: 200;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  #ctabar {
    height: auto;
    padding: 10px 0;
  }
}
#ctabar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  #ctabar .container {
    width: 100%;
    justify-content: center;
    padding: 10px 20px;
  }
}
#ctabar .container h3 {
  margin-right: auto;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #F5F4F0;
  font-family: "termina";
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1000px) {
  #ctabar .container h3 {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #ctabar .container h3 {
    font-size: 16px;
    text-align: left;
    margin: 0;
  }
}
#ctabar .container a, #ctabar .container a:link, #ctabar .container a:visited {
  margin-left: auto;
  background: #F5F4F0;
  color: #333;
  min-width: 200px;
}
@media (min-width: 1200px) {
  #ctabar .container a, #ctabar .container a:link, #ctabar .container a:visited {
    margin-right: 100px;
  }
}
@media (max-width: 768px) {
  #ctabar .container a, #ctabar .container a:link, #ctabar .container a:visited {
    margin: 0;
    background: url(../images/slide-arr-next.svg) no-repeat 95% center;
    background-size: 12px auto;
    width: 100%;
    display: block;
    transition: all 0.5s;
    text-indent: -5000px;
    padding: 0 10px;
    max-width: 50px;
  }
}

.contact-form-modal {
  padding: 50px;
  background: #fff;
  max-width: 700px;
  width: 100%;
  margin: 0;
  overflow: scroll;
  max-height: 700px;
}
.contact-form-modal .form {
  width: 100%;
  margin-top: 25px;
}
.contact-form-modal .form iframe {
  min-height: 650px;
  min-width: 100%;
}
.contact-form-modal h3 {
  text-transform: uppercase;
  color: #006325;
  font-family: "termina";
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
}
.contact-form-modal p {
  font-family: "FSIndustrie-Book";
  font-size: 17px;
  font-weight: normal;
}
.contact-form-modal.wufoo {
  min-width: 400px;
}
.contact-form-modal.wufoo .form {
  background: #FFF;
  padding: 0px;
  width: 100%;
  margin-top: 25px;
}
.contact-form-modal.wufoo .form > div {
  height: auto !important;
  padding: 0;
  overflow: visible;
}
.contact-form-modal.wufoo .form iframe {
  position: relative;
  min-height: 700px;
}

iframe {
  border: 0 !important;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {
  z-index: 20;
  color: #000;
  text-transform: uppercase;
  font-family: "FSIndustrie-Book";
  font-size: 13px;
  line-height: 22px;
}
.breadcrumbs a img, .breadcrumbs a:link img, .breadcrumbs a:visited img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {
    left: 20px;
  }
  .breadcrumbs a.aeos, .breadcrumbs a:link.aeos, .breadcrumbs a:visited.aeos {
    left: 20px;
  }
}
.breadcrumbs a:hover, .breadcrumbs a:link:hover, .breadcrumbs a:visited:hover {
  color: #006325;
}
.breadcrumbs span {
  color: #000;
  font-weight: 400;
  display: inline-block;
  margin: 0 5px;
  font-family: "FSIndustrie-Book";
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
}
.breadcrumbs span:last-child {
  margin-left: 0;
  color: #333;
}

.explore {
  position: fixed;
  bottom: 0px;
  left: calc(50% - 50px);
  width: 100px;
}
.explore#exp {
  bottom: 0;
}
.explore span {
  display: block;
  width: 0;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
.explore h5 {
  line-height: 40px;
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.explore div {
  height: 0px;
  width: 1px;
  border-left: 1px solid #fff;
  margin: 0 auto;
}

.fullwidth-scale {
  margin: 0 auto 50px;
  width: 100%;
  height: auto;
  background: #F5F4F0;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .fullwidth-scale {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}

.content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  max-width: 1240px;
  width: 100%;
  position: relative;
  padding: 100px 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .content-row {
    flex-direction: column;
    width: 100%;
    padding: 50px 0;
    margin: 0 0 50px;
  }
}
.content-row .text {
  text-align: left;
  max-width: 450px;
}
.content-row .text h2 {
  text-align: left;
  margin-bottom: 0;
}
.content-row .text .icon {
  margin-bottom: 30px;
}
.content-row img {
  width: 100%;
  height: auto;
}
.content-row img.icon {
  max-height: 90px;
  width: auto;
}
@media (max-width: 768px) {
  .content-row img {
    max-width: 100% !important;
  }
}
.content-row .left {
  margin-right: auto;
  max-width: 600px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .content-row .left {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .content-row .left {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .content-row .left .image {
    display: flex;
    flex-direction: column-reverse;
  }
}
.content-row .left .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .content-row .left .image img {
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .content-row .left .image .caption {
    text-align: left;
  }
}
.content-row .right {
  margin-left: auto;
  margin-right: 0;
  max-width: 500px;
  width: calc(100% - 470px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .content-row .right {
    width: 100%;
    max-width: 100% !important;
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .content-row .right {
    margin: 50px 0 0;
  }
}
.content-row .right p {
  font-weight: 400;
  font-family: "FSIndustrie-Book";
  line-height: 30px;
  font-size: 17px;
}
.page-sustainability .content-row {
  max-width: 1120px;
}
.page-sustainability .content-row .left {
  max-width: 470px;
}
.page-sustainability .content-row .right {
  max-width: 470px;
}
.page-sustainability .content-row .right .slick-slider {
  width: 385px;
  height: 385px;
}
@media (max-width: 768px) {
  .page-sustainability .content-row .right .slick-slider {
    width: 100%;
    height: 100%;
  }
}
.page-sustainability .content-row .right .slick-slider .slick-prev {
  left: -50px;
  right: auto;
  bottom: calc(50% - 36px);
}
.page-sustainability .content-row .right .slick-slider .slick-next {
  right: -50px;
  left: auto;
  bottom: calc(50% - 36px);
}
.page-sustainability .content-row .right .slick-slider .slick-dots {
  width: 100%;
  right: auto;
  left: auto;
  max-width: 100%;
  bottom: -50px;
}
.page-sustainability .content-row .right .slick-slider img {
  max-width: 385px;
  height: auto;
}

.slider .slider-wrap .slick-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
}
.slider .slider-wrap .slick-dots > li:only-child {
  display: none;
}
.slider .slider-wrap .slick-prev {
  left: 100px;
  right: auto;
}
.slider .slider-wrap .slick-next {
  right: 100px;
  left: auto;
}

.caption {
  font-family: "FSIndustrie-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .caption {
    padding-right: 0;
  }
}

.ctr-text {
  padding: 65px 0;
}
@media (max-width: 768px) {
  .ctr-text {
    padding: 50px 0;
  }
}
.ctr-text .container {
  max-width: 750px;
}
.ctr-text h2 {
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #006325;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .ctr-text h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }
}
.ctr-text p {
  font-weight: 400;
  font-family: "FSIndustrie-Book";
  line-height: 30px;
  font-size: 17px;
  text-align: center;
}
@media (max-width: 768px) {
  .ctr-text p {
    text-align: left;
  }
}
.ctr-text figure {
  margin: 40px 0 0;
}
.ctr-text figure blockquote {
  font-family: "termina";
  font-size: 20px;
  line-height: 34px;
  border-left: none;
  padding: 35px 55px 0 0;
  background: url("../images/quotes-open.svg") no-repeat 0 top;
  background-size: 30px auto;
  margin: 0 0 10px;
  font-weight: 500;
}
.ctr-text figure figcaption {
  font-family: "FSIndustrie-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.ctr-text.story p {
  text-align: left;
}

figure.quote {
  margin: 40px 0 0;
}
figure.quote blockquote {
  font-family: "termina";
  font-size: 20px;
  line-height: 34px;
  border-left: none;
  padding: 35px 55px 0 0;
  background: url("../images/quotes-open.svg") no-repeat 0 top;
  background-size: 30px auto;
  margin: 0 0 10px;
  font-weight: 500;
}
figure.quote figcaption {
  font-family: "FSIndustrie-Medium";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.featured-text {
  padding: 50px 0 50px;
  position: relative;
}
@media (max-width: 768px) {
  .featured-text {
    padding: 25px 0;
  }
}
.featured-text h2 {
  display: block;
  text-align: center;
  z-index: 20;
  margin: 0 0 30px;
  color: #006325;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "termina";
  font-weight: 600;
}
@media (max-width: 768px) {
  .featured-text h2 {
    font-size: 28px;
    margin: 0 0 20px !important;
    text-align: left;
    padding: 0 15px;
  }
}
.featured-text h2.rotate {
  color: #A1CEAD;
  font-size: 134px;
  line-height: 100%;
  position: relative;
  text-align: left;
  text-transform: none;
  margin: 0;
  transform: rotate(90deg) translateX(50%) translateY(-30%);
}
@media (max-width: 768px) {
  .featured-text h2.rotate {
    display: none !important;
  }
}
.featured-text h2.rotate.aeos {
  transform: rotate(90deg) translateX(68%) translateY(-5%);
  margin-top: -120px;
}
.page-110-north-wacker-case-study .featured-text h2.rotate.aeos {
  transform: rotate(90deg) translateX(54%) translateY(-25%);
}
@media (max-width: 1200px) {
  .page-110-north-wacker-case-study .featured-text h2.rotate.aeos {
    display: none;
  }
}
.featured-text h2.rotate.spark {
  transform: rotate(90deg) translateX(63%) translateY(-5%);
  margin-top: -120px;
}
@media (max-width: 768px) {
  .featured-text h2.rotate.spark {
    display: none !important;
  }
}
.featured-text h2.rotate.strive {
  transform: rotate(90deg) translateX(58%) translateY(-20%);
  margin-top: -50px;
}
.featured-text h2.rotate.dedication {
  transform: rotate(90deg) translateX(60%) translateY(-2%);
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .featured-text h2.rotate.dedication {
    font-size: 60px;
  }
}
.featured-text h2.rotate.innovate {
  margin-top: -50px;
  transform: rotate(90deg) translateX(55%) translateY(-18%);
}
.featured-text h2.rotate.inspired {
  margin-top: -50px;
  transform: rotate(90deg) translateX(58%) translateY(-45%);
  font-size: 100px;
}
.featured-text h2.rotate.driven {
  margin-top: -50px;
  transform: rotate(90deg) translateX(58%) translateY(-18%);
}
.featured-text h2.rotate.fascination {
  margin-top: -50px;
  transform: rotate(90deg) translateX(55%) translateY(-68%);
  font-size: 70px;
}
@media (max-width: 768px) {
  .featured-text h2.rotate {
    font-size: 72px;
    text-align: center;
    transform: none !important;
  }
}
.featured-text .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  max-width: 1240px;
  position: relative;
}
@media (max-width: 768px) {
  .featured-text .container {
    flex-direction: column;
    width: 100%;
  }
}
.featured-text .container .left {
  margin-right: auto;
  max-width: calc(100% - 560px);
  position: relative;
  height: 100%;
  align-self: stretch;
}
@media (max-width: 768px) {
  .featured-text .container .left {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .featured-text .container .left {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .featured-text .container .left .image {
    display: flex;
    flex-direction: column-reverse;
  }
}
.featured-text .container .left .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .featured-text .container .left .image img {
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .featured-text .container .left .image .caption {
    text-align: left;
  }
}
.featured-text .container .right {
  margin-left: auto;
  margin-right: 0;
  max-width: 500px;
}
@media (max-width: 768px) {
  .featured-text .container .right {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .featured-text .container .right {
    margin: 20px 0 0;
  }
}
.featured-text .container .right p {
  font-weight: 400;
  font-family: "FSIndustrie-Book";
  line-height: 30px;
  font-size: 17px;
}
.featured-text.image-swap .left {
  position: relative;
}
.featured-text.image-swap .left .image {
  position: relative;
  top: 0;
  left: 0;
  width: 600px;
  height: auto;
}

.flex-row {
  flex-direction: row;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .flex-row {
    flex-direction: column;
    width: 100%;
  }
}
.flex-row .left {
  margin-right: auto;
  max-width: 600px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
@media (max-width: 768px) {
  .flex-row .left {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .flex-row .left {
    text-align: center;
  }
}
.flex-row .right {
  margin-left: auto;
  margin-right: 0;
  max-width: 500px;
}
@media (max-width: 768px) {
  .flex-row .right {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .flex-row .right {
    margin: 20px 0 0;
  }
}
.flex-row .right p {
  font-weight: 400;
  font-family: "FSIndustrie-Book";
  line-height: 30px;
  font-size: 17px;
}
.flex-row .text {
  margin: 0;
  text-align: left;
}
.flex-row .text h2 {
  text-align: left;
}
@media (max-width: 768px) {
  .flex-row .text h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .flex-row .image {
    display: flex;
    flex-direction: column-reverse;
  }
}
.flex-row .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .flex-row .image img {
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .flex-row .image .caption {
    text-align: left;
  }
}

.anim-num {
  text-align: center;
  font-size: 24px;
  color: #000;
  display: block;
  clear: both;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.anim-num div {
  display: block;
}
.anim-num span {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  color: #006325;
}

.attribute {
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.bg-cs {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#bg {
  background: #333 url("../images/construction-solutions-salesforce-tower-chicago-at-night.jpg") no-repeat center center;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.container-hero {
  height: calc(3770px - 100vh);
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  position: relative;
}
.sustainability-page .container-hero {
  height: calc(4000px - 100vh);
}
.container-hero div.h1 {
  width: 70%;
  max-width: 850px;
  font-size: 30px;
  font-family: "termina";
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: white;
}
.container-hero div.h1 span {
  font-size: 24px;
  color: #D9E8E2;
  display: block;
  clear: both;
  text-transform: uppercase;
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
}
.container-hero span.h1 {
  display: block;
  width: 70%;
  max-width: 850px;
  font-size: 30px;
  font-family: "termina";
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: white;
}
.container-hero span.h1 span {
  font-size: 24px;
  color: #D9E8E2;
  display: block;
  clear: both;
  text-transform: uppercase;
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
}

input#gotoslide {
  display: none;
}

.mos-banners, .mos-banners-mobile {
  position: relative;
}
.mos-banners h3, .mos-banners-mobile h3 {
  position: absolute;
  top: -60px;
  left: 0;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  font-family: "termina";
  font-weight: 600;
  font-size: 72px;
}
@media (max-width: 768px) {
  .mos-banners h3, .mos-banners-mobile h3 {
    font-size: 36px;
    top: -30px;
  }
}
@media (max-width: 576px) {
  .mos-banners h3, .mos-banners-mobile h3 {
    font-size: 28px;
    top: -22px;
  }
}
.mos-banners .wrap, .mos-banners-mobile .wrap {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .mos-banners .wrap, .mos-banners-mobile .wrap {
    flex-direction: column;
  }
}
.mos-banners .wrap .slick-dots, .mos-banners-mobile .wrap .slick-dots {
  top: auto;
  bottom: 20px;
}
.mos-banners a.mos-banner, .mos-banners a.mos-banner:link, .mos-banners a.mos-banner:visited, .mos-banners-mobile a.mos-banner, .mos-banners-mobile a.mos-banner:link, .mos-banners-mobile a.mos-banner:visited {
  width: 33.33%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .mos-banners a.mos-banner, .mos-banners a.mos-banner:link, .mos-banners a.mos-banner:visited, .mos-banners-mobile a.mos-banner, .mos-banners-mobile a.mos-banner:link, .mos-banners-mobile a.mos-banner:visited {
    width: 100%;
  }
}
.mos-banners a.mos-banner div.img, .mos-banners a.mos-banner:link div.img, .mos-banners a.mos-banner:visited div.img, .mos-banners-mobile a.mos-banner div.img, .mos-banners-mobile a.mos-banner:link div.img, .mos-banners-mobile a.mos-banner:visited div.img {
  min-height: 600px;
  height: 600px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.mos-banners a.mos-banner div.text, .mos-banners a.mos-banner:link div.text, .mos-banners a.mos-banner:visited div.text, .mos-banners-mobile a.mos-banner div.text, .mos-banners-mobile a.mos-banner:link div.text, .mos-banners-mobile a.mos-banner:visited div.text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  padding: 30px;
}
.mos-banners a.mos-banner div.text h4, .mos-banners a.mos-banner:link div.text h4, .mos-banners a.mos-banner:visited div.text h4, .mos-banners-mobile a.mos-banner div.text h4, .mos-banners-mobile a.mos-banner:link div.text h4, .mos-banners-mobile a.mos-banner:visited div.text h4 {
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  min-height: 60px;
}
.mos-banners a.mos-banner div.text h5, .mos-banners a.mos-banner:link div.text h5, .mos-banners a.mos-banner:visited div.text h5, .mos-banners-mobile a.mos-banner div.text h5, .mos-banners-mobile a.mos-banner:link div.text h5, .mos-banners-mobile a.mos-banner:visited div.text h5 {
  font-family: "termina";
  font-weight: 500;
  text-transform: uppercase;
  color: #D9E8E2;
  font-size: 20px;
  line-height: 28px;
  min-height: 50px;
}
.mos-banners a.mos-banner div.text h6, .mos-banners a.mos-banner:link div.text h6, .mos-banners a.mos-banner:visited div.text h6, .mos-banners-mobile a.mos-banner div.text h6, .mos-banners-mobile a.mos-banner:link div.text h6, .mos-banners-mobile a.mos-banner:visited div.text h6 {
  font-family: "FSIndustrie-Book";
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  min-height: 80px;
}
.mos-banners a.mos-banner div.text span, .mos-banners a.mos-banner:link div.text span, .mos-banners a.mos-banner:visited div.text span, .mos-banners-mobile a.mos-banner div.text span, .mos-banners-mobile a.mos-banner:link div.text span, .mos-banners-mobile a.mos-banner:visited div.text span {
  font-family: "FSIndustrie-Bold";
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
.mos-banners a.mos-banner:hover div.img, .mos-banners a.mos-banner:link:hover div.img, .mos-banners a.mos-banner:visited:hover div.img, .mos-banners-mobile a.mos-banner:hover div.img, .mos-banners-mobile a.mos-banner:link:hover div.img, .mos-banners-mobile a.mos-banner:visited:hover div.img {
  transition: all 0.5s;
  transform: scale(1.1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.mos-banners .wrapper a.mos-banner, .mos-banners .wrapper a.mos-banner:link, .mos-banners .wrapper a.mos-banner:visited, .mos-banners-mobile .wrapper a.mos-banner, .mos-banners-mobile .wrapper a.mos-banner:link, .mos-banners-mobile .wrapper a.mos-banner:visited {
  height: 600px;
}

.intro-slide-wrap {
  padding: 90px 0 25px;
}
.intro-slide-wrap .container {
  max-width: 1280px;
}
@media (min-width: 1024px) {
  .intro-slide-wrap .container .container {
    max-width: 1024px;
  }
}
@media (min-width: 768px) {
  .intro-slide-wrap .container .container {
    max-width: 768px;
  }
}
@media (max-width: 576px) {
  .intro-slide-wrap {
    padding: 50px 0 25px;
  }
}
.intro-slide-wrap h2 {
  font-family: "termina";
  font-size: 72px;
  text-transform: uppercase;
  color: #213B34;
  line-height: 82px;
  max-width: 525px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .intro-slide-wrap h2 {
    line-height: 72px;
    margin: 50px 0 20px;
  }
}

.intro-slides {
  margin-top: -90px;
}
@media (max-width: 576px) {
  .intro-slides {
    margin: 0;
  }
}
.intro-slides *:focus {
  outline: none;
}
.intro-slides .slick-slide {
  pointer-events: none;
}
.intro-slides .slick-slide:focus, .intro-slides .slick-slide:active {
  outline: none !important;
}
.intro-slides .slick-slide.slick-current {
  pointer-events: auto;
}
.intro-slides .slide {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 576px) {
  .intro-slides .slide {
    flex-direction: column-reverse;
  }
}
.intro-slides .slide > div {
  width: 525px;
  max-width: 47.5%;
  transform: translateY(120px);
}
@media (max-width: 1024px) {
  .intro-slides .slide > div {
    transform: none;
  }
}
@media (max-width: 576px) {
  .intro-slides .slide > div {
    width: 100%;
    max-width: 100%;
    transform: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
  }
}
.intro-slides .slide > div p {
  font-family: "FSIndustrie-Book";
  font-size: 20px;
  line-height: 30px;
  color: #4A4A4A;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .intro-slides .slide > div p {
    margin-top: 30px;
  }
}
.intro-slides .slide > div blockquote {
  font-family: "termina";
  font-size: 15px;
  line-height: 30px;
  border-left: 3px solid #A1CEAD;
  padding: 35px 20px 0;
  background: url("../images/quotes-open.svg") no-repeat 20px top;
  background-size: 30px auto;
  margin: 0 0 40px;
  font-weight: 500;
}
.intro-slides .slide > div a, .intro-slides .slide > div a:link, .intro-slides .slide > div a:visited {
  display: inline-block;
  border-radius: 24px;
  background: #006325;
  text-align: center;
  font-family: "FSIndustrie-Bold";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  padding: 0 50px;
  transition: all 0.5s ease;
}
.intro-slides .slide > div a:hover, .intro-slides .slide > div a:link:hover, .intro-slides .slide > div a:visited:hover {
  background: #221E1F;
  transition: all 0.5s ease;
  text-decoration: none;
}
@media (max-width: 576px) {
  .intro-slides .slide > div a, .intro-slides .slide > div a:link, .intro-slides .slide > div a:visited {
    margin: -75px auto 25px;
    order: -1;
  }
}
.intro-slides .slide > div.slide-image {
  background-color: #000;
  transform: translateY(0);
  width: 575px;
  height: 650px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 576px) {
  .intro-slides .slide > div.slide-image {
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin: 0 0 50px;
    display: block;
    z-index: 1;
  }
}
.intro-slides .slide > div.slide-image h3 {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-family: "FSIndustrie-Bold";
  padding: 0 10px;
}
@media (max-width: 576px) {
  .intro-slides .slide > div.slide-image h3 {
    font-size: 18px;
  }
}
.intro-slides.home {
  margin-top: 0px;
}
.intro-slides.home .slide {
  display: flex;
  align-items: center;
}
.intro-slides.home .slide > div {
  transform: none;
}

section#photo-gallery-scroll {
  min-height: 900px;
  width: 100%;
  position: relative;
  display: block;
}
@media (max-width: 576px) {
  section#photo-gallery-scroll {
    display: none;
  }
}
section#photo-gallery-scroll .container {
  max-width: 1240px;
}
section#photo-gallery-scroll .content {
  height: 100%;
  width: 100%;
}
section#photo-gallery-scroll .content-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#photo-gallery-scroll .content-images {
  width: 100%;
  display: grid;
  grid-template-columns: 320px 320px 570px;
  grid-template-rows: 240px 240px 240px;
  grid-gap: 1rem;
}
section#photo-gallery-scroll .content-image-wrapper img, section#photo-gallery-scroll .content-image-wrapper video {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#photo-gallery-scroll .one {
  top: -10px;
  grid-row: 1/1;
}
section#photo-gallery-scroll .two {
  top: -50px;
  grid-row: 1/3;
}
section#photo-gallery-scroll .three {
  top: 20px;
  grid-row: 1/-1;
}
section#photo-gallery-scroll .four {
  top: -10px;
  grid-row: 2/-1;
}
section#photo-gallery-scroll .five {
  top: -50px;
  grid-row: 3/-1;
}
section#photo-gallery-scroll .six {
  top: -50px;
  grid-column: 3/2;
}
section#photo-gallery-scroll .content-image-wrapper h4 {
  font-size: 1.8em;
  position: relative;
  top: -30px;
  opacity: 0.6;
}

.content-image-wrapper {
  position: relative;
}
.content-image-wrapper .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  padding: 30px;
}
.content-image-wrapper .text span {
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.content-image-wrapper .text h5 {
  font-family: "termina";
  font-weight: 400;
  text-transform: uppercase;
  color: #D9E8E2;
  font-size: 20px;
  line-height: 28px;
}
.content-image-wrapper .text p {
  font-family: "FSIndustrie-Medium";
  line-height: 25px;
  font-size: 15px;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  height: 0;
}
.content-image-wrapper .text > * {
  z-index: 2;
  position: relative;
}
.content-image-wrapper .text:before {
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}
.content-image-wrapper:hover .text p {
  transition: all 0.5s ease;
  opacity: 1;
}
.content-image-wrapper:hover .text p span {
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-family: "FSIndustrie-Medium";
  color: #D9E8E2;
}
.content-image-wrapper:hover .text p.he1 {
  height: 95px;
}
.content-image-wrapper:hover .text p.he2 {
  height: 45px;
}
@media (max-width: 576px) {
  .content-image-wrapper:hover .text p.he2 {
    height: 85px;
  }
}
.content-image-wrapper:hover .text p.he3 {
  height: 85px;
}

/* Construction Solutions: Scroll toggle section */
.scroll-toggle {
  position: relative;
  min-height: 800px;
  background: #D9E8E2;
}
@media (max-width: 576px) {
  .scroll-toggle {
    margin-top: -10px;
  }
}
.scroll-toggle .scroll-toggle-wrap {
  position: relative;
}
@media (max-width: 576px) {
  .scroll-toggle .scroll-toggle-wrap {
    padding-bottom: 50px;
  }
}
.scroll-toggle .scroll-toggle-wrap .wrapper {
  height: 100vh;
  width: 100%;
}
@media (max-width: 576px) {
  .scroll-toggle .scroll-toggle-wrap .wrapper {
    height: auto;
  }
}
.scroll-toggle .scroll-toggle-wrap .point {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .scroll-toggle .scroll-toggle-wrap .point {
    width: 100%;
    flex-direction: column-reverse;
    padding: 50px 0;
    height: auto;
  }
}
.scroll-toggle .scroll-toggle-wrap .point article {
  flex-basis: 65%;
  max-width: 65%;
  width: 65%;
  padding-right: 100px;
  margin-right: auto;
  margin-left: calc(50% - 550px);
  z-index: 2;
  position: relative;
}
@media (max-width: 576px) {
  .scroll-toggle .scroll-toggle-wrap .point article {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    margin: 0 auto 20px;
    padding: 0 30px;
  }
}
.scroll-toggle .scroll-toggle-wrap .point img {
  display: block;
  margin-left: auto;
  max-width: 600px;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .scroll-toggle .scroll-toggle-wrap .point img {
    max-width: calc(100% - 60px);
    margin: 0 auto 40px;
    flex-basis: 1;
    height: auto;
  }
}
.scroll-toggle .scroll-toggle-wrap .point h2 {
  margin: 0 0 80px;
  padding: 0;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 82px;
  flex: 1;
  width: 400px;
}
@media (max-width: 576px) {
  .scroll-toggle .scroll-toggle-wrap .point h2 {
    max-width: 100%;
    width: 100%;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}
.scroll-toggle .scroll-toggle-wrap .point h3 {
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  margin: 0 0 10px;
}
.scroll-toggle .scroll-toggle-wrap .point p {
  margin-bottom: 40px;
}
.indicators {
  left: 0;
  bottom: 13vh;
  margin: 0 0 0 calc(50% - 550px);
  height: 1vh;
  width: 300px;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  align-items: center;
}
.indicators:after {
  content: "";
  display: block;
  background-color: #979797;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 2;
}
.indicators .indicator {
  position: relative;
  width: 100%;
  background-color: #979797;
  flex-grow: 1;
  margin: 2px 0;
  z-index: 20;
}
.indicators .indicator span {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  color: #213B34;
}

@media screen and (max-width: 768px) {
  .m-hide {
    display: none;
  }
}
#story-blocks {
  margin: 0 0 50px;
}
#story-blocks .container {
  max-width: 1170px;
}
#story-blocks .content {
  height: 100%;
  width: 100%;
}
#story-blocks .content-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#story-blocks .content-images {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: 360px 360px;
  grid-gap: 1rem;
}
@media (max-width: 768px) {
  #story-blocks .content-images {
    display: block;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
  }
}
#story-blocks .content-image-wrapper {
  background: #006325;
}
#story-blocks .content-image-wrapper .text p {
  height: auto;
  opacity: 1;
}
#story-blocks .content-image-wrapper .text span {
  position: absolute;
  top: 25px;
}
#story-blocks .content-image-wrapper .text:before {
  display: none;
}
#story-blocks .content-image-wrapper .text h5 {
  margin: 0;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #story-blocks .content-image-wrapper {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    display: block;
  }
  #story-blocks .content-image-wrapper .text {
    position: relative;
    height: auto;
  }
  #story-blocks .content-image-wrapper .text span {
    position: relative;
    top: auto;
    margin-bottom: 20px;
  }
}
#story-blocks .content-image-wrapper img, #story-blocks .content-image-wrapper video {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 200px;
}
#story-blocks .content-image-wrapper h4 {
  font-size: 1.8em;
  position: relative;
  top: 10px;
  opacity: 0.6;
}
#story-blocks .two h5, #story-blocks .three h5, #story-blocks .five h5 {
  background: url(../images/slide-arr-next.svg) no-repeat 98% bottom;
  background-size: 12px auto;
  width: 100%;
  display: block;
  transition: all 0.5s;
}
#story-blocks .two:hover, #story-blocks .three:hover, #story-blocks .five:hover {
  text-decoration: none;
}
#story-blocks .two:hover h5, #story-blocks .three:hover h5, #story-blocks .five:hover h5 {
  text-decoration: none;
  background-position: 100% bottom;
  transition: all 0.5s;
}
#story-blocks .seven {
  grid-column: span 3;
}
#story-blocks .seven .text:before {
  display: block;
}

.anim_bar_chart {
  width: 440px;
  height: 200px;
  margin: 30px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .anim_bar_chart {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
}
.page-sustainability .anim_bar_chart {
  margin-bottom: 60px;
}
.page-sustainability .anim_bar_chart #bars li {
  width: 140px;
}
.page-sustainability .anim_bar_chart #bars li .bar {
  width: 140px;
}
.page-sustainability .anim_bar_chart #bars li .bar.darkest-bar {
  bottom: 0;
}
.page-sustainability .anim_bar_chart #bars li > span {
  bottom: -2.5em;
  font-size: 14px;
}

.anim_bar_chart #bars {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 220px;
  padding: 0;
  margin: 0;
}

.anim_bar_chart #bars li {
  display: table-cell;
  width: 190px;
  height: 220px;
  margin: 0;
  text-align: center;
  position: relative;
}
.anim_bar_chart #bars li > span {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
  font-size: 18px;
  color: #000;
  display: block;
  clear: both;
  text-transform: uppercase;
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
}

.anim_bar_chart #bars li .bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 190px;
  background: #C4D7C7;
  position: absolute;
  bottom: 0;
  height: 0;
  overflow: hidden;
}
.anim_bar_chart #bars li .bar.dark-bar {
  background: #006325;
}
.anim_bar_chart #bars li .bar.dark-bar span {
  color: #fff;
}
.anim_bar_chart #bars li .bar.darkest-bar {
  background: #213B34;
  bottom: 28%;
}
.anim_bar_chart #bars li .bar.darkest-bar span {
  color: #fff;
}
.anim_bar_chart #bars li .bar span {
  font-family: "termina";
  font-size: 30px;
}
.anim_bar_chart #bars li .bar span p {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
}
.anim_bar_chart #bars li .bar.split span {
  font-family: "termina";
  font-size: 22px;
}

.benchmarks .center-feature {
  padding: 140px 0 80px;
}
@media screen and (max-width: 768px) {
  .benchmarks .center-feature {
    padding: 100px 0 80px;
  }
  .benchmarks .center-feature .text {
    margin: 0;
    text-align: center;
  }
  .benchmarks .center-feature .text h2 {
    text-align: center;
  }
}
.benchmarks .center-feature p {
  margin-bottom: 30px;
}
.benchmarks .center-feature span {
  font-size: 24px;
  color: #000;
  display: block;
  clear: both;
  text-transform: uppercase;
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
}
.benchmarks .center-feature.climate-goals .text {
  border-bottom: 1px solid #979797;
  max-width: 100%;
  margin-bottom: 50px;
}
.benchmarks .center-feature.climate-goals .text h2 {
  max-width: 700px;
  margin: 0 auto 40px;
}
.benchmarks .center-feature.climate-goals h3 {
  font-size: 24px;
  color: #000;
  display: block;
  clear: both;
  text-transform: uppercase;
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
}
.benchmarks .center-feature.climate-goals .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 100px;
}
.benchmarks .center-feature.climate-goals .row .left, .benchmarks .center-feature.climate-goals .row .right {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.benchmarks .center-feature.climate-goals .row .left img, .benchmarks .center-feature.climate-goals .row .right img {
  width: 100%;
  height: auto;
}
.benchmarks .center-feature.climate-goals .row .left .chart, .benchmarks .center-feature.climate-goals .row .right .chart {
  min-height: 260px;
  display: flex;
  align-items: flex-end;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .benchmarks .center-feature.climate-goals .row {
    flex-direction: column;
    padding: 0 20px;
  }
  .benchmarks .center-feature.climate-goals .row .left, .benchmarks .center-feature.climate-goals .row .right {
    width: 100%;
    padding: 0;
    margin: 0 0 50px;
  }
  .benchmarks .center-feature.climate-goals .row .left {
    margin-bottom: 100px;
  }
}
.benchmarks a.link-breadcrumb, .benchmarks a.link-breadcrumb:link, .benchmarks a.link-breadcrumb:visited {
  color: #000;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .benchmarks a.link-breadcrumb, .benchmarks a.link-breadcrumb:link, .benchmarks a.link-breadcrumb:visited {
    left: 20px;
    top: 90px;
  }
}
.benchmarks .chart h3, .benchmarks .content-row h3 {
  font-size: 24px;
  color: #000;
  display: block;
  clear: both;
  text-transform: uppercase;
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
}
.benchmarks table.ntable tbody tr td.m-table-bottom-row {
  background: #006325 !important;
  color: #fff;
  text-align: center;
}
.home-solutions {
  padding: 100px 0;
  text-align: center;
  background: #333 url("https://images.ctfassets.net/aax1cfbwhqog/3tmj93DuUoxq7NkUY32TMB/6960c0eb8b425fe4504e3da4eab1c456/construction-solutions-salesforce-tower-chicago-at-night.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.home-solutions .container {
  max-width: 700px;
}
.home-solutions p {
  color: #fff;
  margin: 0 0 40px;
}
.home-solutions h2 {
  margin: 0 0 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "termina";
  font-weight: 600;
  color: #fff;
}

.home-sustainability {
  padding: 100px 0;
  text-align: center;
  background: #333 url("https://images.ctfassets.net/aax1cfbwhqog/706oJOUgGPMVvExFIojtXe/662fb986981c39403bb3ee1774ce3f95/sustainability-header-1.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.home-sustainability .container {
  max-width: 700px;
}
.home-sustainability p {
  color: #fff;
  margin: 0 0 40px;
}
.home-sustainability h2 {
  margin: 0 0 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "termina";
  font-weight: 600;
  color: #fff;
}

.home-elcyon {
  padding: 100px 0;
  text-align: center;
  background: #333 url("https://images.ctfassets.net/aax1cfbwhqog/Z7kxwphwYPqshddUkXLsq/354d24b24730ed011f8e03fb80affbf8/Elcyon-header-image.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.home-elcyon:before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-elcyon .container {
  max-width: 700px;
  z-index: 2;
  position: relative;
}
.home-elcyon p {
  color: #fff;
  margin: 0 0 40px;
}
.home-elcyon h2 {
  margin: 0 0 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "termina";
  font-weight: 600;
  color: #fff;
}

.home-econiq {
  padding: 100px 0;
  text-align: left;
  position: relative;
}
.home-econiq .container {
  max-width: 820px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .home-econiq .container {
    flex-direction: column;
  }
}
.home-econiq .col1 {
  margin-right: 50px;
}
@media (max-width: 576px) {
  .home-econiq .col1 {
    margin: 0 0 30px;
  }
}
.home-econiq .col1 img {
  display: block;
  width: 200px;
  max-width: inherit;
}
.home-econiq p {
  margin: 0 0 40px;
}
.home-econiq h2 {
  margin: 0 0 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "termina";
  font-weight: 600;
  color: #006325;
}
.home-econiq h2 span {
  font-size: 24px;
  color: #006325;
  display: block;
  clear: both;
  text-transform: uppercase;
  font-family: "FSIndustrie-Medium";
  font-weight: 500;
}

.short-news-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.short-news-list ul li {
  border-top: 1px solid #F5F5F5;
  padding: 20px 0;
  margin: 0;
}
.short-news-list ul li a, .short-news-list ul li a:link, .short-news-list ul li a:visited {
  display: block;
  text-decoration: none;
}
.short-news-list ul li a span, .short-news-list ul li a:link span, .short-news-list ul li a:visited span {
  clear: both;
  display: block;
}
.short-news-list ul li a:hover span.font-bold, .short-news-list ul li a:link:hover span.font-bold, .short-news-list ul li a:visited:hover span.font-bold {
  text-decoration: underline;
}

body.page-home .intro-slides {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .trade-shows {
    text-align: center;
  }
  .trade-shows .text h2 {
    text-align: center;
  }
}

body.page-energy-solutions .hero h1 {
  max-width: 730px;
  margin: 0 auto;
}
body.page-energy-solutions .hero h1 p {
  font-family: "termina" !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 36px !important;
}

.event-notice {
  background: #F5F4F0 url("https://images.ctfassets.net/aax1cfbwhqog/2EPIzf4w36yyICkSC8AwYy/3bfd07fed0c8e7bd1af0204588106d4c/light-bulb-icon.svg") no-repeat 20px center;
  background-size: auto 60px;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px 20px 20px 90px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .event-notice {
    line-height: 20px;
    margin: 20px 0 50px;
  }
}

.flex-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .flex-columns {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.flex-columns .text {
  margin: 0;
}
.flex-columns .image {
  margin: 0 0 20px;
}
.flex-columns .image img {
  width: 100%;
  height: auto;
}
.flex-columns .col {
  width: calc(30% - 40px);
  margin: 0 20px 50px;
}
.flex-columns .col:first-child {
  margin-left: 0;
}
.flex-columns .col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .flex-columns .col {
    width: 100%;
    margin: 0 0 20px;
  }
}

.featured-presentations {
  padding: 100px 0;
}
.featured-presentations .col {
  background: #F5F4F0;
}
.featured-presentations .col .image {
  margin: 0;
}
.featured-presentations .col .text {
  padding: 30px 20px 20px;
}
.featured-presentations .col .text h3 {
  font-size: 22px;
  font-family: "FSIndustrie-Bold";
}

.intro-area-nascc .right .image {
  padding-right: 100px;
}
@media screen and (max-width: 1000px) {
  .intro-area-nascc .right .image {
    padding-right: 0;
  }
}

table.sm {
  width: 100%;
  position: relative;
  padding: 20px 0;
}
table.sm thead tr th {
  background: #213B34;
  text-align: center;
  font-weight: 400;
  font-family: "FSIndustrie-Bold";
  line-height: 50px;
  font-size: 17px;
  color: #fff;
}
table.sm tbody tr td:nth-child(even) {
  background: #F5F4F0;
}
table.sm tbody tr td {
  font-weight: 400;
  font-family: "FSIndustrie-Book";
  line-height: 30px;
  font-size: 17px;
  padding: 10px;
  width: auto;
  text-align: left;
  vertical-align: middle;
}
table.sm tbody tr td strong {
  font-family: "FSIndustrie-Bold";
}

.inline-photo-gal {
  margin: 0 0 20px;
  background: #f1f1f1;
  padding: 20px;
  text-align: center;
}
.inline-photo-gal img {
  display: inline-block;
  margin: 0 0 15px;
}
.inline-photo-gal p {
  margin: 0 auto;
  max-width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inline-photo-gal img {
    max-width: 100% !important;
    width: 100% !important;
  }
  .inline-photo-gal p {
    max-width: 100%;
  }
}

#search-box .ais-SearchBox-form {
  height: auto;
}
#search-box .ais-SearchBox-form:before {
  display: none;
}
#search-box .ais-SearchBox-form > label {
  visibility: hidden;
  display: none;
}
#search-box input.ais-SearchBox-input {
  padding: 15px 15px 15px;
}
#search-box .ais-SearchBox-submit {
  display: block;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 20px;
}
#search-box .ais-SearchBox-submit svg.ais-SearchBox-submitIcon {
  width: 20px;
  height: 40px;
}
#search-box .ais-SearchBox-submit span {
  visibility: hidden;
}

#hits-instant-search-pages div.ais-Hits--empty,
#hits-instant-search-nnd div.ais-Hits--empty,
#hits-instant-search-fin div.ais-Hits--empty,
#hits-instant-search-fin-info div.ais-Hits--empty {
  display: none;
}

#hits div.ais-Hits--empty {
  align-items: center;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.05), 0 1px 3px 0 rgba(35, 38, 59, 0.15);
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 1.5rem;
}

#search-trigger {
  position: relative;
  z-index: 50000;
  height: 62px;
  width: 40px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#search-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  top: 0;
  left: 0;
  padding: 0px;
  opacity: 0;
  transition: all 0.5s ease;
  overflow: scroll;
  margin: 0;
  display: none;
  pointer-events: none;
  z-index: 40000;
}

.icon-search {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.icon-search::before {
  content: "";
  display: inline-block;
  width: 10%;
  height: 40%;
  background: #000000;
  position: absolute;
  left: 75%;
  top: 75%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.3s;
}

.icon-search::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 50%;
  border: 4px solid black;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.3s;
}

.full-content-wrap {
  padding-top: 72px;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.5s ease;
}
header.header.sticky {
  transition-delay: 250ms;
  transition-property: all;
}
@media (min-width: 1100px) {
  header.header.sticky {
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  }
}

body.search-open {
  overflow: hidden;
}
body.search-open #search-overlay {
  pointer-events: all;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body.search-open header {
  z-index: 3000;
}
body.search-open .icon-search::before {
  height: 80%;
  left: 50%;
  top: 50%;
}
body.search-open .icon-search::after {
  border-width: 2px;
  border-radius: 0;
  background: #000000;
  width: 0;
  height: 75%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s, background 0s 0.3s;
}

#esg-accordion p a, #esg-accordion p a:link, #esg-accordion p a:visited {
  display: block;
}

.bk-banner {
  position: relative;
}
.bk-banner:after {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bk-banner span {
  position: relative;
  z-index: 3;
}

button#nav-toggle {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
button#nav-toggle:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid transparent;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
button#nav-toggle .line {
  width: 20px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}
button#nav-toggle.active {
  transform: rotate(45deg);
}
button#nav-toggle.active:before {
  border: 3px solid #000;
}
button#nav-toggle.active .line {
  width: 20px;
}
button#nav-toggle.active .line:nth-child(2) {
  opacity: 0;
}
button#nav-toggle.active .line:nth-child(1) {
  transform: translateY(6px);
}
button#nav-toggle.active .line:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}

.centered-textarea a, .centered-textarea a:link, .centered-textarea a:visited, .textarea-textwithimage a, .textarea-textwithimage a:link, .textarea-textwithimage a:visited, .product-body li a, .product-body li a:link, .product-body li a:visited {
  text-decoration: underline;
}
.centered-textarea a.btn-pill, .centered-textarea a:link.btn-pill, .centered-textarea a:visited.btn-pill, .textarea-textwithimage a.btn-pill, .textarea-textwithimage a:link.btn-pill, .textarea-textwithimage a:visited.btn-pill, .product-body li a.btn-pill, .product-body li a:link.btn-pill, .product-body li a:visited.btn-pill {
  text-decoration: none;
}

.product-detail-steel-making a#btn-product-finder {
  display: none;
}

.page-home section.slider .slick-arrow {
  display: none !important;
}

.caret {
  border: none;
  position: relative;
  width: 30px;
  height: 20px;
}

.caret:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-top: 9px solid #006325;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.caret:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

#industry-list .accordions ol.list {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #industry-list .accordions ol.list {
    flex-direction: column;
  }
}
#industry-list .accordions ol.list li {
  width: 48%;
  padding: 30px 25px 25px;
  margin: 0;
}
#industry-list .accordions ol.list li h4 {
  margin: 0;
}
#industry-list .accordions ol.list li:nth-child(1), #industry-list .accordions ol.list li:nth-child(2) {
  border-top: 1px solid #A1CEAD;
}
@media screen and (max-width: 768px) {
  #industry-list .accordions ol.list li {
    width: 100%;
  }
}

.trade-shows {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .trade-shows {
    text-align: center;
  }
  .trade-shows .text h2, .trade-shows .text p {
    text-align: center;
  }
}
.trade-shows .trade-show-list {
  display: flex;
  flex-wrap: wrap;
}
.trade-shows .trade-show-list > div {
  width: 50%;
  padding-right: 20px;
}
.trade-shows .trade-show-list > div h4 {
  text-transform: none;
  margin: 20px 0 5px;
}
.trade-shows .trade-show-list > div:nth-child(1) {
  order: 1;
}
.trade-shows .trade-show-list > div:nth-child(2) {
  order: 3;
}
.trade-shows .trade-show-list > div:nth-child(3) {
  order: 5;
}
.trade-shows .trade-show-list > div:nth-child(4) {
  order: 7;
}
.trade-shows .trade-show-list > div:nth-child(5) {
  order: 9;
}
.trade-shows .trade-show-list > div:nth-child(6) {
  order: 2;
}
.trade-shows .trade-show-list > div:nth-child(7) {
  order: 4;
}
.trade-shows .trade-show-list > div:nth-child(8) {
  order: 6;
}
.trade-shows .trade-show-list > div:nth-child(9) {
  order: 8;
}
@media screen and (max-width: 768px) {
  .trade-shows .trade-show-list > div {
    width: 100%;
  }
  .trade-shows .trade-show-list > div:nth-child(1) {
    order: 1;
  }
  .trade-shows .trade-show-list > div:nth-child(2) {
    order: 2;
  }
  .trade-shows .trade-show-list > div:nth-child(3) {
    order: 3;
  }
  .trade-shows .trade-show-list > div:nth-child(4) {
    order: 4;
  }
  .trade-shows .trade-show-list > div:nth-child(5) {
    order: 5;
  }
  .trade-shows .trade-show-list > div:nth-child(6) {
    order: 6;
  }
  .trade-shows .trade-show-list > div:nth-child(7) {
    order: 7;
  }
  .trade-shows .trade-show-list > div:nth-child(8) {
    order: 8;
  }
  .trade-shows .trade-show-list > div:nth-child(9) {
    order: 9;
  }
}

.subnav {
  min-width: 200px;
}

#brochure-banner {
  text-align: center;
}
#brochure-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#brochure-banner > * {
  z-index: 2;
}

body.page-elcyon .centered-textarea > div {
  padding-top: 5rem;
}

#elcyon-fixed-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  background: none !important;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
#elcyon-fixed-buttons a, #elcyon-fixed-buttons a:link, #elcyon-fixed-buttons a:visited {
  right: -80px;
  padding-right: 100px;
  position: relative;
  transition: all 500ms linear;
}
#elcyon-fixed-buttons a:hover, #elcyon-fixed-buttons a:link:hover, #elcyon-fixed-buttons a:visited:hover {
  right: -40px;
  transition: all 500ms linear;
}

form.wufoo {
  margin: 0 !important;
  padding: 0 !important;
}

.qtr-banner-wrap:after {
  display: block;
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms linear;
}
.qtr-banner-wrap .btn-cta {
  transition: all 500ms linear;
  background: url(https://images.ctfassets.net/aax1cfbwhqog/1L1855zLeeiFxPrtE0x2EK/291d4201dac7393bc028a745f8abef01/Nucor_icon_exit.svg) no-repeat center right;
  background-size: 15px auto;
  padding: 0 25px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #006325;
}
.qtr-banner-wrap:hover:after {
  border-color: #A1CFAD;
  transition: all 500ms linear;
}
.qtr-banner-wrap:hover .btn-cta {
  color: #A1CFAD;
  transition: all 500ms linear;
  background: url(https://images.ctfassets.net/aax1cfbwhqog/4OsQ6i9luatZHSFAEQyGRu/b01fa9dfe1348217b746e348bb3c43b4/Nucor_icon_exit_mint.png) no-repeat center right;
  background-size: 15px auto;
}
