body {
  font-family: fira-sans, sans-serif;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-transform: none;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.container {
  display: block;
  width: 80%;
  margin: auto;
  padding-top: 81px;
  padding-bottom: 81px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.container-dark {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333d47;
}

.mining-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
}

.logo {
  display: block;
  width: 170px;
  margin-right: 28px;
  float: right;
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.18);
  background-color: #333d47;
}

.footer.footer-non-reverse {
  margin-right: 35px;
  margin-left: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-color: rgba(77, 77, 77, 0.18);
  background-color: transparent;
  color: #000;
}

.body-tf64-brochure-link {
  font-size: 15px;
  line-height: 1.8;
}

.footer-text-container {
  width: 60%;
  color: #333;
}

.text-superscript {
  position: relative;
  top: -0.5em;
  font-size: 0.6em;
  line-height: 0px;
}

.smallprint {
  font-size: 14px;
}

.link-smallprint {
  color: #efb158;
  text-decoration: none;
}

.text-reverse {
  color: #fff;
}

.video-container {
  width: 100%;
}

.tab-container {
  width: 100%;
}

.tab-menu {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: none;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, 0.13);
  background-color: #303d46;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #272f37;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.tab-link:hover {
  background-color: #1f252a;
}

.tab-link.w--current {
  background-color: #efb158;
  color: #333d47;
}

.tab-link.tab-link-interior-living {
  border-right: 1px solid hsla(0, 0%, 100%, 0.18);
}

.tab-link.tab-living.w--current {
  background-color: #efb158;
}

.tab-link-text {
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.tab-link-text.tab-living {
  font-weight: 200;
}

.tab-link-text.tab-link-text-tf64 {
  font-size: 24px;
}

.tab-pane {
  width: 100%;
  height: 75vh;
  max-height: 620px;
  margin-top: 90px;
  background-image: none;
}

.intro-section {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-section.intro-video-section {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.intro-section.intro-video-section.intro-video-section-short {
  height: 78vh;
  border-bottom: 1px solid #3d4750;
}

.intro-section.lever-video-section {
  position: relative;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intro-section.lever-video-section.intro-video-section-short {
  height: 78vh;
  border-bottom: 1px solid #3d4750;
}

.intro-headline {
  position: relative;
  z-index: 999;
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.rlb-large {
  display: block;
}

.intro-video {
  width: 100%;
  height: 100%;
}

.navbar {
  position: fixed;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding: 0% 25px 0% 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #303c46;
}

.navbar.navbar-scroll {
  position: fixed;
  height: 80px;
  padding: 0% 25px 0% 35px;
  background-color: rgba(43, 53, 61, 0.95);
}

.navbar.navbar-initial {
  position: fixed;
  height: 100px;
  background-color: rgba(50, 57, 64, 0.95);
}

.navbar.navbar-initial.navbar-darker {
  background-color: #2a333a;
}

.nav-button {
  margin-left: 5px;
  padding: 10px 25px;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
  font-family: fira-sans, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-button:hover {
  background-color: hsla(0, 0%, 100%, 0.13);
  color: #fff;
}

.nav-button.w--current {
  background-color: hsla(0, 0%, 100%, 0.13);
  color: #fff;
}

.nav-button.w--current:hover {
  color: #fff;
}

.nav-button.nav-button-dark {
  border-color: #333d47;
  color: #333d47;
}

.nav-button.nav-button-dark:hover {
  background-color: #333d47;
  color: #fff;
}

.nav-button.nav-button-cta {
  background-color: #efb158;
}

.nav-button.nav-button-cta:hover {
  background-color: #fff;
  color: #303d46;
}

.nav-button.highlight {
  background-color: #efb158;
}

.masthead-logo-link {
  margin-right: auto;
}

.masthead-logo-link.masthead-logo-link-scroll {
  width: 157px;
  margin-top: 5px;
}

.scroll-arrow-wrap {
  display: none;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  text-align: center;
}

.section-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.07);
  background-image: none;
}

.section-text.no-bg {
  background-color: #fff;
  background-image: none;
}

.section-text.no-bg.test-background {
  background-color: #272f37;
}

.section-text.test-background {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.07);
  background-color: #2b353d;
}

.section-text.top-position {
  margin-top: 107px;
}

.story-text {
  display: block;
  margin: 0px auto;
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.story-text.test-text {
  color: #fff;
}

.story-text.story-text-l {
  font-size: 2.5vw;
}

.story-text.story-text-large {
  font-size: 3.5vw;
}

.home-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333d47;
}

.tab-columns {
  height: 80vh;
}

.tab-column-1 {
  height: 80vh;
}

.tab-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-top: 80px;
  padding-right: 5%;
  padding-left: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caption-body {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 200;
}

.caption-body.qa-answer {
  position: relative;
  margin-bottom: 15px;
  padding-left: 1.6rem;
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}

.expanding-grid {
  position: relative;
  width: 100%;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.expanding-grid.no-bg {
  background-color: #272f37;
}

.exp-grid-item {
  width: 33.3333%;
  height: 340px;
  float: left;
  -webkit-box-flex: 33.3333%;
  -webkit-flex: 33.3333%;
  -ms-flex: 33.3333%;
  flex: 33.3333%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
}

.exp-grid-item.exp-grid-item-short {
  height: 250px;
}

.exp-grid-item.qa-item {
  height: 120px;
}

.exp-grid-links {
  overflow: hidden;
}

.grid-img {
  width: 73%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-img.grid-img-tall {
  width: 96%;
}

.grid-img.exp-grid-thumb {
  margin-top: -30px;
}

.exp-grid-text-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding-right: 21px;
  padding-bottom: 21px;
  padding-left: 21px;
  color: #fff;
  font-size: 17px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.exp-grid-text-wrap.qa-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
}

.exp-grid-text-wrap.smaller {
  padding-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 15px;
}

.grid-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-img-wrap.grid-background-1 {
  background-image: url('../images/panel-img-1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-img-wrap.grid-background-2 {
  background-image: url('../images/panel-img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-img-wrap.grid-background-3 {
  background-image: url('../images/panel-img-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-img-wrap.panel-background-1 {
  background-image: url('../images/panel-img-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-img-wrap.panel-background-2 {
  background-image: url('../images/panel-img-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-img-wrap.panel-background-3 {
  background-image: url('../images/panel-img-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-img-wrap.video-thumb1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/video-thumb1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/video-thumb1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.grid-img-wrap.video-thumb2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/video-thumb2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/video-thumb2.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.grid-img-wrap.video-thumb3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/video-thumb3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/video-thumb3.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.exp-grid-link {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.exp-grid-link:hover {
  background-color: #21282e;
}

.expanding-container {
  overflow: hidden;
  width: 100%;
  clear: both;
  background-image: linear-gradient(133deg, #fff, #e4e4e4);
}

.hentry {
  overflow: hidden;
  min-height: 10em;
  padding: 2em;
  clear: both;
}

.exp-container-column-1 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.exp-container-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exp-container-text-wrap.qa-inner-text-wrap {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.exp-container-text-wrap.text-column-wrap {
  height: auto;
  max-width: 550px;
  padding: 60px 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.exp-container-column-2 {
  height: 100%;
}

.exp-container-row {
  display: block;
  overflow: hidden;
  height: 580px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.exp-container-row.qa-inner-row {
  height: auto;
  color: #575757;
}

.exp-container-row.qa-inner-row.text-light {
  color: #f3f3f3;
}

.exp-container-slider {
  height: 100%;
  background-color: transparent;
}

.exp-container-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exp-container-slide-img {
  width: 80%;
}

.exp-container-slide-img.exp-container-slide-img-full {
  width: auto;
  height: 85%;
}

.exp-container-slide-img.slide-img-tall {
  width: 90%;
}

.exp-slide-inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exp-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
}

.exp-slider-arrow:hover {
  opacity: 1;
}

.exp-slide-nav {
  opacity: 0.5;
}

.lightbox-link {
  position: relative;
  width: 25%;
  height: 250px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 3px;
  -webkit-transition: background-color 250ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 250ms cubic-bezier(.455, .03, .515, .955);
  text-decoration: none;
}

.lightbox-link:hover {
  background-color: #21282e;
}

.lightbox-link.lightbox-link-text-panel {
  overflow: hidden;
  width: 33.33%;
  height: 300px;
  text-decoration: none;
}

.lightbox-link.lightbox-link-text-panel.grid-background-1 {
  background-image: url('../images/panel-img-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link.lightbox-link-text-panel.grid-background-2 {
  background-image: url('../images/panel-img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link.lightbox-link-text-panel.grid-background-3 {
  background-image: url('../images/panel-img-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link.lightbox-link-short {
  height: 180px;
}

.lightbox-link.lightbox-link-third {
  width: 33.33%;
}

.lightbox-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.lightbox-grid.border-top {
  border-top: 1px solid #3d4750;
}

.story-text-highlight {
  font-family: fira-sans, sans-serif;
  color: #505050;
  font-weight: 300;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.video-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 91%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-wrap.video-wrap-tall {
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-text-body {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.aspect-video {
  position: relative;
  width: 100%;
}

.who-section {
  position: relative;
  min-height: 500px;
}

.who-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: left;
}

.who-text {
  width: 20%;
  font-size: 23px;
  line-height: 1.7;
}

.who-slider {
  height: 100%;
  background-color: #fff;
}

.who-image {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
}

.who-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.who-text-highlight {
  display: inline-block;
  width: 100%;
  color: #252525;
  font-weight: 400;
  text-transform: uppercase;
}

.slider-nav {
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0.3;
}

.intro-tabs-content {
  background-color: #fff;
}

.how-much-tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-much-text {
  font-size: 50px;
  font-weight: 200;
}

.real-thing-section {
  position: relative;
}

.contact-section {
  background-image: linear-gradient(144deg, #fff, #e4e4e4);
}

.contact-wrapper {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title {
  margin-bottom: 30px;
  color: #303d46;
  font-weight: 300;
}

.contact-column-1-content {
  width: 82%;
}

.contact-column-1 {
  padding-right: 0px;
  padding-left: 0px;
}

.contact-button {
  display: block;
  min-height: 65px;
  margin-bottom: 20px;
  padding: 15px 16px;
  border-radius: 3px;
  background-color: #303d46;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.contact-button:hover {
  background-color: #efb158;
}

.contact-button.contact-button-submit {
  padding-right: 57px;
  padding-left: 57px;
}

.contact-button.contact-buton-email {
  font-size: 17px;
}

.contact-body {
  margin-bottom: 18px;
  color: #303d46;
  font-size: 17px;
  line-height: 33px;
  font-weight: 300;
}

.contact-body.contact-body-intro {
  width: 60%;
  color: #303d46;
  text-align: left;
}

.contact-address {
  margin-top: 61px;
  color: #5a5a5a;
  font-size: 21px;
  line-height: 36px;
}

.contact-form-label {
  display: none;
  font-weight: 300;
}

.contact-form-input {
  min-height: 65px;
  margin-bottom: 20px;
  border-style: none;
  border-radius: 2px;
  background-color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.contact-form-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 83.9%, 0.99);
}

.contact-form-input.contact-form-textarea {
  min-height: 200px;
  padding-top: 18px;
}

.contact-row {
  padding-top: 60px;
}

.contact-form-label-small {
  font-size: 12px;
}

.contact-form-submit {
  min-height: 65px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 2px;
  background-color: #bdbdbd;
  color: #fff;
  font-size: 18px;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65px;
  padding: 11px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #e7e7e7;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #5b5b5b;
  text-decoration: none;
}

.social-button:hover {
  background-color: #fff;
}

.social-button.socila-button-youtube {
  border-left: 1px solid #fff;
}

.contact-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 51px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-social-text {
  margin-left: 10px;
  color: #5c5c5c;
  font-size: 17px;
  text-decoration: none;
}

.contact-social-icon {
  width: 27px;
}

.global-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  background-color: #303d46;
}

.footer-logo {
  width: 190px;
  margin-bottom: 14px;
}

.footer-tagline {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-body {
  padding-top: 18px;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 13px;
  line-height: 2;
}

.intro-video-wrap.intro-video-wrap-short {
  margin-top: 0%;
  border-bottom: 1px solid #3d4750;
}

.story-text-block.story-text-highlight {
  color: #5b5b5b;
  font-weight: 300;
}

.form-success-wrap {
  background-color: #e7e7e7;
}

.form-error-wrap {
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 2px;
  background-color: #801e1e;
  color: #fff;
  line-height: 27px;
}

.background-light {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: #fff;
  background-image: none;
}

.background-intro-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
  height: 100%;
}

.section-accordian {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-color: #fff;
}

.accordian-panel {
  position: absolute;
  overflow: visible;
  width: 50%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-transition: -webkit-filter 350ms ease;
  transition: -webkit-filter 350ms ease;
  transition: filter 350ms ease;
  transition: filter 350ms ease, -webkit-filter 350ms ease;
  cursor: pointer;
}

.accordian-panel:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.accordian-panel.accordian-panel-1 {
  z-index: 60;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(47%, transparent), to(rgba(0, 0, 0, 0.49))), url('../images/Accordion1.1.jpg');
  background-image: linear-gradient(180deg, transparent 47%, rgba(0, 0, 0, 0.49)), url('../images/Accordion1.1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.accordian-panel.accordian-panel-2 {
  z-index: 30;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.62))), url('../images/Accordion2.3.jpg');
  background-image: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.62)), url('../images/Accordion2.3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.accordian-panel.accordian-panel-3 {
  z-index: 40;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.77))), url('../images/Accordion3.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.77)), url('../images/Accordion3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.accordian-content-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordian-content {
  position: absolute;
  overflow: scroll;
  width: 100%;
  height: 100%;
  background-color: #303d46;
}

.accordian-content.accordian-content-1 {
  z-index: 59;
}

.accordian-content.accordian-content-2 {
  z-index: 20;
}

.accordian-content.accordian-content-3 {
  z-index: 39;
}

.inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.inside.inside-2 {
  float: left;
}

.accordion-title {
  position: absolute;
  left: 50px;
  bottom: 50px;
  padding-left: 21px;
  border-left: 2px solid #fff;
  color: #fff;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 200;
  text-align: left;
}

.accordion-title.accordian-title-2 {
  left: 55%;
  bottom: 50px;
}

.accordion-title.accordian-title-1 {
  left: 52%;
}

.accordion-title.accordian-title-3 {
  left: 28%;
}

.background-dark {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: #272f37;
}

.grid-text-title {
  margin-top: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
}

.ios9-intro-video-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.inline-tablet {
  display: block;
}

.v-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 8% 8% 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
}

.v-container.full {
  padding: 0%;
}

.video-caption {
  position: relative;
  bottom: 0px;
  margin-bottom: 0px;
  padding: 16px 9% 21px;
  background-color: #303d46;
  color: #fff;
  line-height: 1.9;
  font-weight: 300;
  text-align: center;
}

.video-caption.padding-bottom {
  padding-right: 22%;
  padding-bottom: 76px;
  padding-left: 22%;
  background-color: #323940;
  color: hsla(0, 0%, 100%, 0.65);
  line-height: 2;
}

.video-gradient-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  height: 15%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 47, 55, 0)), color-stop(82%, #303d46));
  background-image: linear-gradient(180deg, rgba(39, 47, 55, 0), #303d46 82%);
}

.text-line-1 {
  display: inline-block;
}

.text-line-2 {
  display: inline-block;
}

.text-line-3 {
  display: inline-block;
}

.intro-text-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 93vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323940;
}

.intro-video-text {
  font-weight: 200;
}

.load-progress {
  position: absolute;
  height: 100%;
  background-color: #0095fa;
}

.progress {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 2px;
  background-color: #2b353d;
}

.modal-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1900;
  display: none;
  overflow: scroll;
  background-color: #fff;
  color: #303d46;
}

.modal-container {
  display: block;
  width: 60%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.modal-container.modal-container-wide {
  width: 70%;
  max-width: 900px;
}

.rich-legal-docs h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  border-top: 3px none #4e4e4e;
  color: #242424;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -1px;
}

.rich-legal-docs h2 {
  margin-top: 40px;
  color: #3d3d3d;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -1px;
}

.rich-legal-docs p {
  line-height: 1.7;
}

.modal-close-button {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 80px;
  height: 80px;
  border-radius: 500px;
  background-color: #a8a8a8;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 74px;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.modal-close-button:hover {
  background-color: #5d5d5d;
}

.modal-close-button.info-panel-close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-color: #303d46;
  font-size: 50px;
  line-height: 48px;
}

.modal-link {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.47);
  text-align: center;
  text-decoration: none;
}

.modal-link:hover {
  color: hsla(0, 0%, 100%, 0.95);
}

.modal-background-full-page {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  overflow: scroll;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(305deg, #e7e7e7, #fff);
}

.rich-text-full-page p {
  margin-bottom: 35px;
  color: #555;
  font-size: 17px;
  line-height: 2;
  font-weight: 300;
}

.rich-text-full-page h1 {
  margin-bottom: 50px;
  color: #303030;
  font-size: 37px;
  line-height: 39px;
  font-weight: 300;
  letter-spacing: -1px;
}

.rich-text-full-page strong {
  color: #252525;
  font-weight: 400;
}

.rich-text-full-page h2 {
  margin-bottom: 10px;
  padding-right: 12px;
  padding-left: 12px;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 1px;
  background-color: #303d46;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.rich-text-full-page h3 {
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 2px;
  background-color: #afafaf;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.rich-text-full-page a {
  color: #609bca;
  text-decoration: none;
}

.rich-text-full-page h4 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-size: 19px;
  line-height: 1.9;
  font-weight: 400;
}

.ip-img-1 {
  display: block;
  width: 50%;
  margin: 40px auto 50px;
}

.ip-img-2 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.ip-img-3 {
  width: 100%;
}

.panel-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #303d46;
}

.panel-link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-panel-item {
  overflow: hidden;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #38424b;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/modal-header-1.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
}

.modal-header.modal-header-img2 {
  background-image: url('../images/modal-header-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.modal-header.modal-header-3 {
  background-image: url('../images/modal-header-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.modal-title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
  font-weight: 200;
}

.usp-grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.usp-grid-item {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.usp-grid-item.usp-grid-item-narrow {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.modal-subhead {
  margin-bottom: 5px;
  font-size: 21px;
}

.modal-paragraph {
  color: #616161;
  font-size: 15px;
  line-height: 2;
}

.usp-lightbox {
  width: 100%;
  margin-bottom: 40px;
}

.modal-usp {
  margin-bottom: 6px;
  padding-right: 12px;
  padding-left: 12px;
  border-bottom: 1px solid #747474;
  border-radius: 1px;
  background-color: #303d46;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-transform: uppercase;
}

.engage-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.engage-grid-item {
  width: 48%;
  min-height: 258px;
  margin-bottom: 40px;
  padding: 6px 30px 20px;
  border-radius: 2px;
  background-color: #303d46;
}

.engage-grid-item.engage-grid-item-secondary {
  background-color: #9f9fa7;
}

.engage-subhead {
  margin-bottom: 15px;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 200;
}

.engage-panel-body {
  color: hsla(0, 0%, 100%, 0.6);
  line-height: 1.9;
}

.engage-panel-body.engage-panel-body-secondary {
  color: hsla(0, 0%, 100%, 0.8);
}

.engage-panel-body-link {
  color: hsla(0, 0%, 100%, 0.8);
}

.no-autoplay-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #303d46;
}

.no-autoplay-headline {
  display: block;
  margin-top: 69px;
  margin-bottom: 0px;
  padding-right: 10%;
  padding-left: 10%;
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.35;
  font-weight: 200;
  text-align: center;
}

.who-text-word {
  display: block;
}

.intro-text {
  display: block;
  max-width: 1250px;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 4.2vw;
  line-height: 1.3;
  font-weight: 200;
  text-align: center;
}

.line-break-xl {
  display: block;
}

.menu-button {
  z-index: 9999;
}

.learn-more-button {
  padding: 11px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.45);
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.learn-more-button:hover {
  border-color: #efb158;
  background-color: #efb158;
}

.scroll-arrows {
  display: block;
  opacity: 0;
}

.slider-full-page {
  height: auto;
  margin-top: 80px;
  background-color: #2a333a;
}

.slider-full-page.slider-full-page-mining {
  height: 600px;
}

.m-slide-1 {
  background-image: url('../images/lightbox-mining-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.m-slide-2 {
  background-image: url('../images/lightbox-mining-1-dark.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.m-slide-3 {
  background-image: url('../images/lightbox-mining-3-dark.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.m-slide-4 {
  background-image: url('../images/lightbox-mining-4-dark.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.m-slide-5 {
  background-image: url('../images/lightbox-mining-5-dark.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.m-slide-6 {
  background-image: url('../images/lightbox-mining-6-dark.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.row {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.m-text-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #3d4750;
  background-color: #303d46;
}

.m-headline {
  margin-bottom: 50px;
  padding-right: 25px;
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}

.m-headline-highlight {
  display: inline;
  color: #efb158;
}

.m-body {
  margin-top: 21px;
  background-color: #303d46;
  color: #fff;
  font-size: 17px;
  line-height: 32px;
  text-align: left;
}

.float-left {
  float: left;
}

.m-button {
  width: 80%;
  margin-bottom: 26px;
  padding-right: 35px;
  padding-left: 35px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.65);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.m-button:hover {
  background-color: #fff;
  color: #303d46;
}

.m-button.m-button-cta {
  max-width: 400px;
  margin-bottom: 15px;
  border-color: #efb158;
  background-color: #efb158;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.m-button.m-button-cta:hover {
  border-color: #fff;
  background-color: #fff;
}

.m-column-1 {
  padding-right: 29px;
  padding-left: 0px;
}

.m-body-link {
  color: #efb158;
  font-weight: 600;
  text-decoration: none;
}

.m-slide-7 {
  background-image: url('../images/stacked1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.m-slide-8 {
  background-image: url('../images/stacked2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.m-video {
  display: block;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.button-cta {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 2px;
  background-color: #efb158;
}

.tab-pane-tf64 {
  height: 100vh;
  padding-top: 2%;
}

.landing-see-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #3d4750;
  background-color: #303d46;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
}

.landing-see-more-button {
  padding: 10px 35px;
  border-radius: 2px;
  background-color: #efb158;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #efb158;
  text-decoration: none;
}

.text-link:hover {
  color: #fff;
}

.image-grid-static {
  width: 25%;
  height: 180px;
  border-right: 1px solid #3d4750;
  border-bottom: 1px solid #3d4750;
}

.full-screen-video {
  position: relative;
  height: 90%;
}

.intro-text-rev2 {
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.video-overlay-text {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 85%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 1.5;
  font-weight: 200;
  text-align: center;
}

.video-overlay-text.intro-text {
  position: absolute;
  z-index: 3;
  margin-bottom: 29px;
  background-color: transparent;
}

.video-overlay-text.align-left {
  width: auto;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 70px;
  text-align: left;
}

.contruction-week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-video-caption {
  background-color: #303d46;
}

.logo-construction-week {
  width: 220px;
  margin-right: 13px;
}

.text-block {
  margin-left: 27px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
}

.application-grid-intro-text {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 1.6;
  font-weight: 200;
  text-align: center;
}

.section-app-grid-intro {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #3d4750;
  background-color: #303d46;
}

.grid-img-coming-soon {
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
}

.video-embed {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(50, 57, 64, 0.95);
}

.video-embed.intro-video-wrap {
  height: 100%;
}

.video-caption-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-caption-block.remove-margin {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: transparent;
}

.video-caption-block.alt-colour {
  background-color: #36424b;
}

.video-caption-block.alt-colour-2 {
  background-color: #2b353d;
}

.video-caption-block.alt-colour-3 {
  background-color: #333d46;
}

.video-thumb-button {
  color: #f71f43;
}

.tf64-caption-section {
  background-color: #303d46;
  color: #fff;
}

.tf64-caption-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caption-block-body {
  text-align: center;
}

.text-block-2 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.text-span {
  display: block;
  font-family: fira-sans, sans-serif;
  font-weight: 500;
}

.outro-logo {
  display: block;
  width: 230px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.intro-wrap {
  height: 100vh;
}

.body {
  position: fixed;
  background-color: #323940;
}

.video-caption-bold {
  font-family: fira-sans, sans-serif;
  font-weight: 500;
}

.lever-video-wrap {
  z-index: 2;
  width: 100%;
}

.lever-video-wrap.intro-video-wrap-short {
  margin-top: 0%;
  border-bottom: 1px solid #3d4750;
}

.text-link-on-white {
  color: #f0930e;
  text-decoration: none;
}

.info-panel-btn-open {
  position: relative;
  right: 0px;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #efb158;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: fira-sans, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.info-panel-btn-open:hover {
  background-color: #db9d43;
}

.info-panel {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  width: 320px;
  margin-top: 100px;
  padding: 22px 25px 12px;
  background-color: #43545f;
  box-shadow: 0 0 30px 9px rgba(39, 47, 55, 0.35);
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-weight: 200;
}

.info-panel-rich-text {
  border-top: 1px solid hsla(0, 0%, 100%, 0.29);
}

.info-panel-rich-text h2 {
  margin-top: 14px;
  margin-bottom: 15px;
  padding-right: 40%;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 300;
}

.info-panel-rich-text li {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 15px;
  line-height: 1.5;
  list-style-type: none;
}

.info-panel-rich-text ul {
  position: relative;
  padding-left: 0px;
}

.info-panel-overflow-wrap {
  overflow: auto;
  height: 91%;
  margin-top: 30px;
}

.info-panel-header {
  margin-top: 11px;
  margin-bottom: 0px;
  font-family: fira-sans-2, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
}

.info-panel-btn-size {
  width: 22px;
}

.text-block-4 {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.section-tf-ru {
  position: relative;
}

.intro-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.image {
  width: 120px;
  height: 100px;
}

.loader-image {
  width: 180px;
  height: 100px;
}

.text-block-5 {
  font-size: 15px;
  letter-spacing: 3.45px;
}

.loading-image {
  width: 70px;
  margin-bottom: 12px;
}

.info-panel-btn-title {
  padding-left: 3px;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.info-panel-btn-title.intro {
  font-size: 21px;
  letter-spacing: 1px;
}

.info-panel-btn-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.info-panel-btn-arrow-wrap {
  position: relative;
  display: none;
  width: 25px;
  height: 70px;
  margin-right: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #d39946;
}

.paragraph {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 17px;
  text-align: left;
}

.paragraph li {
  padding-top: 12px;
  padding-bottom: 12px;
}

.paragraph ul {
  padding-left: 20px;
}

.div-block {
  position: relative;
  top: 50px;
}

.info-panel-wrap {
  display: none;
}

.tf-64-video {
  position: relative;
  padding-top: 118px;
}

.tf-c1-video {
  position: relative;
}

.tf-maxi-video {
  position: relative;
}

.text-columns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-column-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-column-width {
  width: 90%;
  max-width: 1200px;
}

.text-highlight {
  font-size: 60px;
  font-weight: 500;
}

.tf-solar-video {
  position: relative;
}

.body-2 {
  background-color: #303d46;
}

.test-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.colour-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.colour-block._1 {
  background-color: #303d46;
}

.colour-block._2 {
  background-color: #38424a;
}

.colour-block._3 {
  background-color: #343c44;
}

.colour-block._4 {
  background-color: #323940;
}

.colour-block._5 {
  background-color: #293239;
}

.quad-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.quad-grid-cell {
  width: 50%;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.intro-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.intro-grid-cell {
  width: 20%;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.bold-text {
  font-family: fira-sans, sans-serif;
}

.bold-text-2 {
  font-family: fira-sans-2, sans-serif;
  font-size: 55px;
  font-weight: 300;
}

.concept-intro-text {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 80%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.7;
  font-weight: 200;
  text-align: center;
}

.concept-intro-text.intro-text {
  position: absolute;
  z-index: 3;
  margin-bottom: 29px;
  background-color: transparent;
}

.concept-intro-text.align-left {
  width: auto;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 70px;
  text-align: left;
}

.intro-grid-caption-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-grid-caption-wrap.remove-margin {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: transparent;
}

.intro-grid-caption-wrap.alt-colour {
  background-color: #36424b;
}

.intro-grid-caption-wrap.alt-colour-2 {
  background-color: #2b353d;
}

.intro-grid-caption-wrap.alt-colour-3 {
  background-color: #333d46;
}

.intro-grid-text {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 90%;
  max-width: 1100px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.7;
  font-weight: 200;
  text-align: center;
}

.intro-grid-text.intro-text {
  position: absolute;
  z-index: 3;
  margin-bottom: 29px;
  background-color: transparent;
}

.intro-grid-text.align-left {
  width: auto;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 70px;
  text-align: left;
}

.video-caption-block-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-caption-block-equal.remove-margin {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: transparent;
}

.video-caption-block-equal.alt-colour {
  background-color: #36424b;
}

.video-caption-block-equal.alt-colour-2 {
  background-color: #2b353d;
}

.video-caption-block-equal.alt-colour-3 {
  background-color: #333d46;
}

.three-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.three-col-1 {
  width: 33.33%;
}

.text-span-2 {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 45px;
}

.qa-answer {
  font-size: 20px;
}

.qa-answer-wrap {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.8;
}

.text-span-3 {
  display: inline-block;
  margin-top: 20px;
}

.manufacturers-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.manufacturers-item {
  width: 25%;
  padding-right: 34px;
  padding-left: 34px;
  color: #fff;
}

.manufacturers-header {
  margin-bottom: 11px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.31);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.manufacturers-company {
  font-weight: 600;
}

.manufacturers-body {
  font-weight: 300;
}

.in-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #323940;
}

.in-video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  opacity: 0.3;
}

.in-text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323940;
}

.in-logo {
  width: 300px;
}

.in-line1 {
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 100;
  text-align: center;
}

.in-line3 {
  max-width: 750px;
  color: #fff;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 200;
  text-align: center;
}

.in-line4 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 200;
  text-align: center;
}

.in-line4-bullet {
  margin-bottom: 10px;
  color: #fff;
  font-size: 39px;
  line-height: 1.3;
  text-align: center;
}

.in-line5 {
  max-width: 750px;
  color: #fff;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 200;
  text-align: center;
}

.body-4 {
  background-color: #323940;
}

.tf64rv-video {
  position: relative;
}

.intro-block {
  margin-top: 110px;
}

.video-title {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 25px;
  color: #fff;
  font-size: 23px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.large-paragraph {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 47px 50px;
  color: #f3f3f3;
  font-size: 17px;
  text-align: center;
}

.large-paragraph li {
  padding-top: 12px;
  padding-bottom: 12px;
}

.large-paragraph ul {
  padding-left: 20px;
}

.container-short {
  display: block;
  width: 80%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-short.container-dark {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333d47;
}

.video-overlay-text-space-below {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 85%;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  font-family: fira-sans-2, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 1.5;
  font-weight: 200;
  text-align: center;
}

.video-overlay-text-space-below.intro-text {
  position: absolute;
  z-index: 3;
  margin-bottom: 29px;
  background-color: transparent;
}

.video-overlay-text-space-below.align-left {
  width: auto;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 70px;
  text-align: left;
}

.in-skip-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.23);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.in-skip-button:hover {
  background-color: #efb158;
}

html.w-mod-js *[data-ix="show-nav"] {
  opacity: 0;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

html.w-mod-js *[data-ix="intro-text-fade"] {
  opacity: 0;
  -webkit-transform: scale(1.35, 1.35);
  -ms-transform: scale(1.35, 1.35);
  transform: scale(1.35, 1.35);
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="panel-1"] {
  -webkit-transform: translate(-33.33%, 0px);
  -ms-transform: translate(-33.33%, 0px);
  transform: translate(-33.33%, 0px);
}

html.w-mod-js *[data-ix="panel-2"] {
  -webkit-transform: translate(33.33%, 0px);
  -ms-transform: translate(33.33%, 0px);
  transform: translate(33.33%, 0px);
}

html.w-mod-js *[data-ix="panel-3"] {
  -webkit-transform: translate(133.33%, 0px);
  -ms-transform: translate(133.33%, 0px);
  transform: translate(133.33%, 0px);
}

html.w-mod-js *[data-ix="show-content"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="text-intro-fade-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px) scale(1.1, 1.1);
  -ms-transform: translate(0px, -20px) scale(1.1, 1.1);
  transform: translate(0px, -20px) scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="text-intro-fade-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px) scale(1.1, 1.1);
  -ms-transform: translate(0px, -20px) scale(1.1, 1.1);
  transform: translate(0px, -20px) scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="text-intro-fade-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px) scale(1.1, 1.1);
  -ms-transform: translate(0px, -20px) scale(1.1, 1.1);
  transform: translate(0px, -20px) scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="fixed-nav"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="info-panel-initial"] {
  opacity: 0;
  -webkit-transform: translate(320px, 0px);
  -ms-transform: translate(320px, 0px);
  transform: translate(320px, 0px);
}

@media (max-width: 991px) {
  .container {
    width: 85%;
  }
  .mining-video {
    height: auto;
  }
  .logo {
    margin-right: 0px;
  }
  .logo.logo-tf64-footer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer.footer-non-reverse {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-text-container {
    width: 100%;
    margin-bottom: 19px;
  }
  .tab-link-text {
    font-size: 1.5em;
  }
  .tab-link-text.tab-link-text-tf64 {
    font-size: 23px;
  }
  .intro-section.intro-video-section {
    background-color: #2a343d;
  }
  .intro-section.lever-video-section {
    background-color: #2a343d;
  }
  .navbar.navbar-initial {
    background-color: rgba(42, 52, 61, 0.9);
  }
  .nav-button {
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 0px;
    font-size: 20px;
    text-align: center;
  }
  .nav-button:hover {
    background-color: transparent;
    color: #fff;
  }
  .nav-button.w--current {
    background-color: transparent;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 37%;
    background-color: #efb158;
  }
  .masthead-logo-link.masthead-logo-link-scroll {
    z-index: 2;
  }
  .story-text {
    margin-bottom: 60px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 1.8em;
    line-height: 1.9;
  }
  .caption-body {
    text-align: center;
  }
  .caption-body.qa-answer {
    text-align: left;
  }
  .expanding-grid {
    background-color: #2a343d;
  }
  .exp-grid-item {
    width: 50%;
    height: 280px;
  }
  .exp-grid-item.exp-grid-item-last {
    width: 100%;
  }
  .grid-img.exp-grid-thumb.exp-grid-thumb-last {
    width: 45%;
  }
  .exp-grid-text-wrap.exp-grid-text-wrap-last {
    text-align: center;
  }
  .exp-grid-text-wrap.qa-text-wrap {
    font-family: fira-sans-2, sans-serif;
    font-weight: 500;
  }
  .exp-grid-link:hover {
    background-color: transparent;
  }
  .exp-container-column-1 {
    height: auto;
  }
  .exp-container-text-wrap.qa-inner-text-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .exp-container-text-wrap.text-column-wrap {
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .exp-container-column-2 {
    height: 30%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .exp-container-row {
    height: 650px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lightbox-link {
    width: 50%;
    height: 250px;
  }
  .lightbox-link:hover {
    background-color: transparent;
  }
  .lightbox-grid {
    background-color: #2a343d;
  }
  .who-text {
    width: 80%;
    margin-bottom: 55px;
    font-size: 21px;
    line-height: 1.6;
    text-align: center;
  }
  .who-image {
    width: 100%;
    padding-right: 0px;
  }
  .who-slide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-column-1-content {
    width: 100%;
  }
  .contact-column-1 {
    margin-bottom: 45px;
  }
  .contact-button:hover {
    background-color: #bdbdbd;
  }
  .contact-body {
    text-align: center;
  }
  .contact-body.contact-body-intro {
    width: 100%;
    margin-bottom: 0px;
  }
  .grid-text-title {
    font-size: 24px;
  }
  .ios9-intro-video-wrap {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #272f37;
  }
  .inline-tablet {
    display: inline-block;
    margin-right: 15px;
    padding-right: 9px;
  }
  .contact-column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .v-container {
    padding-right: 4%;
    padding-left: 4%;
  }
  .video-caption {
    padding: 14px 3%;
    background-color: #2a343d;
    font-size: 14px;
    line-height: 1.7;
  }
  .video-caption.padding-bottom {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 16px;
  }
  .modal-container {
    width: 85%;
  }
  .modal-container.modal-container-wide {
    width: 80%;
  }
  .modal-close-button {
    right: 25px;
  }
  .usp-grid-item.usp-grid-item-narrow {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .engage-grid {
    width: 90%;
  }
  .engage-subhead {
    font-size: 28px;
  }
  .no-autoplay-overlay {
    background-color: #2a343d;
  }
  .no-autoplay-headline {
    margin-top: 56px;
    padding-right: 27px;
    padding-left: 27px;
  }
  .intro-text {
    padding-right: 14%;
    padding-left: 14%;
    font-size: 6vw;
  }
  .line-break-xl {
    display: inline;
  }
  .menu-top-line {
    position: absolute;
    left: 0px;
    top: 18px;
    right: 0px;
    display: block;
    width: 40px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .menu-middle-line {
    position: absolute;
    left: 0px;
    top: 28px;
    right: 0px;
    display: block;
    width: 40px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fdfeff;
  }
  .menu-bottom-line {
    position: absolute;
    left: 0px;
    top: 38px;
    right: 0px;
    display: block;
    width: 40px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .menu-button {
    padding: 30px;
  }
  .menu-button.w--open {
    z-index: 9;
    background-color: transparent;
  }
  .slider-full-page {
    height: 50vh;
  }
  .slider-full-page.slider-full-page-mining {
    height: 400px;
  }
  .row {
    width: 90%;
  }
  .m-headline {
    font-size: 31px;
  }
  .m-body {
    font-size: 16px;
  }
  .m-button {
    width: 90%;
    padding-right: 23px;
    padding-left: 23px;
  }
  .m-video {
    width: 100%;
  }
  .tab-pane-tf64 {
    height: auto;
  }
  .float-right {
    float: left;
  }
  .image-grid-static {
    width: 50%;
  }
  .video-overlay-text {
    width: 90%;
    font-size: 40px;
  }
  .video-overlay-text.intro-text {
    font-size: 5vw;
    line-height: 1.5;
  }
  .video-overlay-text.align-left {
    margin-left: 45px;
  }
  .video-embed {
    background-color: #2a343d;
  }
  .video-caption-block.alt-colour {
    background-color: #303d46;
  }
  .body {
    background-color: #2a343d;
  }
  .info-panel-btn-open {
    position: relative;
    right: 0px;
    bottom: 0%;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .info-panel-btn-text-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .tf-64-video {
    padding-top: 39px;
  }
  .text-column-width {
    width: 90%;
  }
  .intro-grid-cell {
    width: 25%;
  }
  .bold-text-2 {
    font-size: 50px;
  }
  .concept-intro-text {
    width: 90%;
    line-height: 1.6;
  }
  .concept-intro-text.intro-text {
    font-size: 5vw;
    line-height: 1.5;
  }
  .concept-intro-text.align-left {
    margin-left: 45px;
  }
  .intro-grid-caption-wrap {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .intro-grid-caption-wrap.alt-colour {
    background-color: #303d46;
  }
  .intro-grid-text {
    width: 90%;
    font-size: 25px;
  }
  .intro-grid-text.intro-text {
    font-size: 5vw;
    line-height: 1.5;
  }
  .intro-grid-text.align-left {
    margin-left: 45px;
  }
  .video-caption-block-equal.alt-colour {
    background-color: #303d46;
  }
  .text-span-2 {
    font-size: 43px;
    line-height: 1.4;
  }
  .qa-answer-wrap {
    width: 70%;
  }
  .manufacturers-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacturers-item {
    width: 50%;
    margin-bottom: 57px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .in-logo {
    width: 280px;
  }
  .in-line1 {
    font-size: 59px;
  }
  .in-line3 {
    max-width: 600px;
    font-size: 42px;
  }
  .in-line4 {
    font-size: 43px;
  }
  .in-line4-bullet {
    font-size: 34px;
  }
  .in-line5 {
    max-width: 600px;
    font-size: 42px;
  }
  .video-title {
    font-size: 16px;
  }
  .large-paragraph {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .container-short {
    width: 85%;
  }
  .video-overlay-text-space-below {
    width: 90%;
    font-size: 40px;
  }
  .video-overlay-text-space-below.intro-text {
    font-size: 5vw;
    line-height: 1.5;
  }
  .video-overlay-text-space-below.align-left {
    margin-left: 45px;
  }
  .in-skip-button {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .tab-menu {
    height: 60px;
  }
  .tab-link {
    font-size: 15px;
  }
  .tab-link-text {
    font-size: 1.4em;
  }
  .tab-link-text.tab-link-text-tf64 {
    font-size: 17px;
  }
  .tab-pane {
    height: 320px;
    max-height: none;
    margin-top: 60px;
  }
  .intro-section.intro-video-section {
    margin-top: 70px;
  }
  .navbar {
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar.navbar-scroll {
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar.navbar-initial {
    height: 70px;
  }
  .nav-button {
    padding: 11px 18px;
    font-size: 16px;
  }
  .nav-menu {
    padding-top: 10%;
  }
  .masthead-logo-link.masthead-logo-link-scroll {
    width: 140px;
  }
  .section-text {
    height: auto;
  }
  .story-text {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 1.5em;
  }
  .caption-body {
    font-size: 18px;
  }
  .caption-body.qa-answer {
    padding-left: 1rem;
  }
  .exp-grid-item {
    height: 230px;
  }
  .exp-grid-item.qa-item {
    height: 100px;
  }
  .grid-img.exp-grid-thumb {
    margin-top: -75px;
  }
  .exp-grid-text-wrap {
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 20px;
    font-size: 16px;
  }
  .exp-grid-text-wrap.qa-text-wrap {
    font-size: 18px;
  }
  .exp-container-text-wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
  .exp-container-text-wrap.text-column-wrap {
    padding-right: 3%;
    padding-left: 3%;
  }
  .exp-container-row {
    height: 500px;
  }
  .exp-container-row.qa-inner-row {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .lightbox-link {
    height: 170px;
  }
  .aspect-video {
    width: 99%;
  }
  .who-text {
    width: 90%;
    font-size: 19px;
  }
  .who-image {
    margin-top: -18px;
    margin-bottom: -50px;
  }
  .slider-nav {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .how-much-text {
    font-size: 40px;
  }
  .contact-wrapper {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .contact-body.contact-body-intro {
    font-size: 16px;
    line-height: 31px;
  }
  .global-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-logo {
    width: 150px;
    margin-bottom: 10px;
  }
  .footer-body {
    padding-top: 15px;
  }
  .grid-text-title {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    line-height: 1.4;
  }
  .video-caption {
    font-size: 13px;
  }
  .modal-container {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 27px;
  }
  .modal-container.modal-container-wide {
    width: 95%;
  }
  .rich-legal-docs h1 {
    font-size: 28px;
  }
  .rich-legal-docs h2 {
    font-size: 22px;
  }
  .rich-legal-docs p {
    font-size: 15px;
  }
  .modal-close-button {
    z-index: 2;
  }
  .rich-text-full-page p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .rich-text-full-page h4 {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .panel-links-wrap {
    height: 300px;
  }
  .modal-header.modal-header-3 {
    height: 40vh;
    background-position: 0px 100%;
  }
  .modal-title {
    font-size: 35px;
  }
  .usp-grid-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .usp-grid-item.usp-grid-item-narrow {
    padding-right: 8px;
    padding-left: 8px;
  }
  .modal-paragraph {
    line-height: 1.95;
  }
  .engage-grid-item {
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 20px;
  }
  .engage-subhead {
    font-size: 25px;
    line-height: 34px;
  }
  .engage-panel-body {
    font-size: 15px;
    line-height: 1.8;
  }
  .no-autoplay-headline {
    font-size: 31px;
  }
  .who-text-word {
    display: inline;
    margin-right: 10px;
  }
  .intro-text {
    line-height: 1.5;
  }
  .learn-more-button {
    padding: 6px 19px;
    font-size: 14px;
  }
  .slider-full-page {
    height: 300px;
    margin-top: 50px;
  }
  .slider-full-page.slider-full-page-mining {
    height: 300px;
  }
  .m-text-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .m-headline {
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 34px;
  }
  .m-body {
    font-size: 15px;
    line-height: 30px;
  }
  .m-button {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .m-button.m-button-cta {
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .m-column-1 {
    padding-right: 0px;
  }
  .m-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-video {
    margin-top: 50px;
  }
  .video-overlay-text {
    font-size: 30px;
  }
  .video-caption-block {
    padding-top: 80px;
  }
  .outro-logo {
    width: 180px;
  }
  .info-panel {
    margin-top: 70px;
  }
  .text-block-4 {
    font-size: 16px;
  }
  .text-block-5 {
    font-size: 13px;
  }
  .loading-image {
    width: 50px;
  }
  .info-panel-btn-title {
    font-size: 21px;
  }
  .info-panel-btn-arrow-wrap {
    width: 20px;
    height: 53px;
  }
  .paragraph {
    font-size: 16px;
  }
  .text-columns-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quad-grid-cell {
    width: 100%;
  }
  .intro-grid-cell {
    width: 33.33%;
  }
  .bold-text-2 {
    font-size: 40px;
  }
  .concept-intro-text {
    font-size: 23px;
  }
  .intro-grid-caption-wrap {
    padding-top: 29px;
  }
  .intro-grid-text {
    font-size: 22px;
    line-height: 1.6;
  }
  .video-caption-block-equal {
    padding-top: 80px;
  }
  .text-span-2 {
    font-size: 30px;
  }
  .qa-answer {
    font-size: 18px;
  }
  .qa-answer-wrap {
    width: 85%;
  }
  .manufacturers-item {
    width: 100%;
  }
  .in-logo {
    width: 220px;
  }
  .in-line1 {
    font-size: 49px;
    line-height: 1.2;
  }
  .in-line3 {
    max-width: 450px;
    font-size: 37px;
  }
  .in-line4-container {
    max-width: 450px;
  }
  .in-line4 {
    font-size: 37px;
  }
  .in-line4-bullet {
    font-size: 29px;
  }
  .in-line5 {
    max-width: 500px;
    font-size: 37px;
  }
  .video-title {
    padding: 15px;
  }
  .large-paragraph {
    font-size: 16px;
  }
  .video-overlay-text-space-below {
    font-size: 30px;
  }
  .in-skip-button {
    margin: 14px;
  }
}

@media (max-width: 479px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer.footer-non-reverse {
    margin-right: 15px;
    margin-left: 15px;
  }
  .tab-link-text {
    font-size: 1.2em;
  }
  .tab-link-text.tab-link-text-tf64 {
    font-size: 15px;
  }
  .tab-pane {
    height: 250px;
  }
  .navbar {
    padding-right: 5px;
  }
  .navbar.navbar-scroll {
    padding-right: 5px;
  }
  .navbar.navbar-initial {
    height: 60px;
  }
  .nav-button {
    padding: 17px 30px;
  }
  .nav-menu {
    padding-top: 30%;
  }
  .masthead-logo-link.masthead-logo-link-scroll {
    width: 120px;
    margin-top: 0px;
    padding-left: 0px;
  }
  .scroll-arrow-wrap {
    margin-bottom: 22px;
  }
  .story-text {
    margin-bottom: 42px;
    font-size: 1.4em;
    line-height: 1.7;
  }
  .caption-body {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
  }
  .caption-body.qa-answer {
    font-size: 16px;
  }
  .exp-grid-item {
    width: 100%;
  }
  .exp-grid-item.qa-item {
    height: 80px;
  }
  .grid-img.grid-img-tall {
    width: 80%;
  }
  .grid-img.exp-grid-thumb {
    margin-top: -48px;
  }
  .grid-img.exp-grid-thumb.exp-grid-thumb-last {
    width: 73%;
  }
  .exp-grid-text-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .exp-grid-text-wrap.exp-grid-text-wrap-last {
    text-align: left;
  }
  .exp-grid-text-wrap.qa-text-wrap {
    font-size: 17px;
  }
  .exp-grid-text-wrap.smaller {
    padding-bottom: 3px;
    padding-left: 10px;
    font-size: 14px;
  }
  .grid-img-wrap {
    min-height: 170px;
  }
  .exp-container-column-1 {
    height: auto;
  }
  .exp-container-text-wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
  .exp-container-text-wrap.text-column-wrap {
    padding-right: 0%;
    padding-left: 0%;
  }
  .exp-container-column-2 {
    height: 50%;
  }
  .exp-container-row {
    height: auto;
  }
  .exp-container-row.qa-inner-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .exp-container-slide-img {
    width: 85%;
  }
  .exp-slider-arrow {
    width: 40px;
  }
  .exp-slide-nav {
    padding-top: 37px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .lightbox-link {
    width: 100%;
    height: 190px;
  }
  .lightbox-link.lightbox-link-text-panel {
    width: 100%;
  }
  .lightbox-link.lightbox-link-third {
    width: 100%;
  }
  .who-text {
    width: 95%;
    font-size: 16px;
    line-height: 1.5;
  }
  .who-image {
    margin-top: 4px;
    margin-bottom: -28px;
  }
  .slider-nav {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .how-much-text {
    font-size: 30px;
  }
  .contact-wrapper {
    width: 85%;
  }
  .contact-button {
    min-height: 50px;
    font-size: 17px;
  }
  .contact-button.contact-button-submit {
    width: 100%;
  }
  .contact-button.contact-buton-email {
    font-size: 16px;
  }
  .contact-body {
    font-size: 16px;
    line-height: 31px;
    text-align: left;
  }
  .contact-form-input {
    min-height: 60px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .contact-row {
    padding-top: 40px;
  }
  .social-button {
    min-height: 50px;
  }
  .contact-social-links {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .contact-social-text {
    font-size: 16px;
  }
  .v-container {
    padding-right: 0%;
    padding-left: 0%;
  }
  .video-caption {
    padding-right: 5%;
    padding-left: 5%;
  }
  .text-line-1 {
    text-align: left;
  }
  .rich-legal-docs {
    padding-top: 63px;
  }
  .rich-legal-docs h1 {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .rich-legal-docs ul {
    font-size: 15px;
    line-height: 1.7;
  }
  .modal-close-button {
    top: 15px;
    right: 20px;
    width: 60px;
    height: 60px;
    line-height: 54px;
  }
  .rich-text-full-page h4 {
    font-size: 17px;
    line-height: 1.8;
  }
  .panel-links-wrap {
    height: 600px;
    margin-top: 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-panel-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #38424b;
  }
  .modal-header.modal-header-img2 {
    height: 250px;
  }
  .modal-title {
    font-size: 29px;
  }
  .usp-grid-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .usp-grid-item.usp-grid-item-narrow {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .engage-grid-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .no-autoplay-headline {
    margin-top: 90px;
    font-size: 10vw;
  }
  .exp-slider-arrow-img {
    width: 16px;
  }
  .intro-text {
    padding-right: 6%;
    padding-left: 6%;
    font-size: 8vw;
    text-align: center;
  }
  .slider-full-page {
    height: 200px;
  }
  .slider-full-page.slider-full-page-mining {
    height: 200px;
  }
  .m-headline {
    margin-bottom: 30px;
    padding-right: 0px;
    font-size: 30px;
    line-height: 37px;
  }
  .m-button {
    width: 100%;
  }
  .m-button.m-button-cta {
    margin-bottom: 17px;
  }
  .m-button-wrap {
    display: block;
  }
  .tab-pane-tf64 {
    height: auto;
  }
  .landing-see-more {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    line-height: 1.4;
  }
  .image-grid-static {
    width: 100%;
  }
  .video-overlay-text {
    font-size: 23px;
    line-height: 1.5;
  }
  .video-overlay-text.intro-text {
    font-size: 8vw;
  }
  .video-caption-block {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .outro-logo {
    width: 200px;
    padding-bottom: 40px;
  }
  .lever-video-wrap {
    margin-top: -20%;
  }
  .info-panel-btn-open {
    width: 100%;
    height: 45px;
    padding-right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .info-panel {
    display: block;
    margin-top: 60px;
  }
  .text-block-4 {
    font-size: 10px;
  }
  .info-panel-btn-title {
    font-size: 19px;
    line-height: 25px;
  }
  .info-panel-btn-text-wrap {
    width: 100%;
  }
  .info-panel-btn-arrow-wrap {
    display: none;
    height: 46px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paragraph {
    padding-right: 0%;
    padding-left: 0%;
  }
  .info-panel-wrap {
    display: none;
  }
  .tf-64-video {
    padding-top: 18px;
  }
  .text-highlight {
    font-size: 51px;
  }
  .test-div {
    height: 30vh;
  }
  .intro-grid-cell {
    width: 50%;
  }
  .bold-text-2 {
    font-size: 34px;
    line-height: 1;
  }
  .concept-intro-text {
    font-size: 20px;
    line-height: 1.6;
  }
  .concept-intro-text.intro-text {
    font-size: 8vw;
  }
  .intro-grid-text {
    font-size: 20px;
  }
  .intro-grid-text.intro-text {
    font-size: 8vw;
  }
  .video-caption-block-equal {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .qa-answer {
    font-size: 17px;
  }
  .qa-answer-wrap {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .manufacturers-item {
    margin-bottom: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .in-logo {
    width: 180px;
  }
  .in-line1 {
    font-size: 41px;
  }
  .in-line3 {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 28px;
  }
  .in-line4 {
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 31px;
  }
  .in-line4-bullet {
    font-size: 23px;
  }
  .in-line5 {
    font-size: 28px;
  }
  .video-title {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .large-paragraph {
    padding-right: 4%;
    padding-left: 4%;
    text-align: left;
  }
  .container-short {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .video-overlay-text-space-below {
    font-size: 23px;
    line-height: 1.5;
  }
  .video-overlay-text-space-below.intro-text {
    font-size: 8vw;
  }
}

