* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: aktiv-grotesk, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

p {
  line-height: 1.4;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}

.wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrap {
    padding: 0 3rem;
  }
}
.wrap.wrap--medium {
  max-width: 1250px;
}
.wrap.wrap--narrow {
  max-width: 1000px;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.row.row-reverse {
  flex-direction: column-reverse;
}
.row.row-no-padding {
  padding: 0;
}
.row.row-no-padding > .col {
  padding: 0;
}
.row.row-wrap {
  flex-wrap: wrap;
}
.row.row-top {
  align-items: flex-start;
}
.row.row-bottom {
  align-items: flex-end;
}
.row.row-center {
  align-items: center;
}
.row.row-stretch {
  align-items: stretch;
}
.row.row-baseline {
  align-items: baseline;
}
.row .col {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .row .col.col-offset-10 {
    margin-left: 10%;
  }
  .row .col.col-offset-20 {
    margin-left: 20%;
  }
  .row .col.col-offset-25 {
    margin-left: 25%;
  }
  .row .col.col-offset-33, .row .col.col-offset-34 {
    margin-left: 33.3333%;
  }
  .row .col.col-offset-50 {
    margin-left: 50%;
  }
  .row .col.col-offset-60 {
    margin-left: 60%;
  }
  .row .col.col-offset-66, .row .col.col-offset-67 {
    margin-left: 66.6666%;
  }
  .row .col.col-offset-75 {
    margin-left: 75%;
  }
  .row .col.col-offset-80 {
    margin-left: 80%;
  }
  .row .col.col-offset-90 {
    margin-left: 90%;
  }
  .row .col.col-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row .col.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row .col.col-25, .row .col.col-1\/4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .col.col-33, .row .col.col-34, .row .col.col-1\/3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row .col.col-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row .col.col-5\/12 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .row .col.col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .col.col-7\/12 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .row .col.col-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row .col.col-66, .row .col.col-67, .row .col.col-2\/3 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row .col.col-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .col.col-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row .col.col-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
.row .col.col-top {
  align-self: flex-start;
}
.row .col.col-bottom {
  align-self: flex-end;
}
.row .col.col-center {
  align-self: center;
}

@media (min-width: 1024px) {
  .row, .row.row-reverse {
    flex-direction: row;
  }

  .row .col {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}
.text-gold {
  color: #d2a62f;
}

.text-gray {
  color: #999999;
}

.text-white {
  color: #ffffff;
}

.headline {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .headline {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .headline {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .headline {
    font-size: 4rem;
  }
}
.headline.headline--sm {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .headline.headline--sm {
    font-size: 1.75rem;
  }
}

.subhead {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 25px;
}

.body-copy {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .body-copy {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .body-copy {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .body-copy {
    font-size: 1.375rem;
  }
}

.navbar {
  font-family: aktiv-grotesk-extended, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  width: 100%;
}
.navbar.uk-navbar-container {
  background: transparent;
}
.navbar.uk-navbar-container ul li a {
  text-transform: uppercase;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.header {
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header__logo {
  width: 40%;
  margin-bottom: 25px;
  max-width: 300px;
}

.wf-section {
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  .wf-section {
    padding-top: 75px;
  }
}
.wf-section .col-40 {
  padding-bottom: 0;
}
.wf-section .col--phone {
  align-self: flex-end;
}
.wf-section .body-copy {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .wf-section .body-copy {
    margin-bottom: 40px;
  }
}
.wf-section .wf-section__phone {
  padding: 0 25px;
}
.wf-section .wf-section__phone .wf-section__phone-img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .wf-section .col-40:first-child .wf-section__phone {
    margin-left: -14%;
  }
}
@media screen and (min-width: 1280px) {
  .wf-section .col-40:first-child .wf-section__phone {
    padding-right: 50px;
  }
}
.wf-section .col-40:first-child .wf-section__phone .wf-section__phone-img {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .wf-section .col-40:last-child .wf-section__phone {
    margin-right: -14%;
  }
}
@media screen and (min-width: 1280px) {
  .wf-section .col-40:last-child .wf-section__phone {
    padding-left: 50px;
  }
}
.wf-section .col-40:last-child .wf-section__phone .wf-section__phone-img {
  padding: 0;
}

.steps .steps__graphic {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .steps .steps__graphic {
    width: 75%;
    max-width: 500px;
  }
}

.lumber {
  background-image: url("../img/lumber-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hardware {
  background-image: url("../img/hardware-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hardware .hardware__graphic {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 25px;
}

.signup {
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 700px;
}
.signup .signup__inner {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.signup .signup__inner .signup__logo {
  width: 25%;
  max-width: 150px;
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .signup .signup__inner .signup__logo {
    margin-bottom: 40px;
  }
}
.signup .signup__inner .signup__form {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
}
@media screen and (min-width: 1024px) {
  .signup .signup__inner .signup__form {
    width: 75%;
    padding: 50px 0;
  }
}
.signup .signup__inner .signup__form form {
  width: 100%;
  display: flex;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 5px;
}
.signup .signup__inner .signup__form form input {
  flex: 1;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
}
.signup .signup__inner .signup__form form input::placeholder, .signup .signup__inner .signup__form form input::-webkit-input-placeholder {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .signup .signup__inner .signup__form form input {
    font-size: 1.25rem;
  }
}
.signup .signup__inner .signup__form form button {
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: #ffffff;
  font-size: 1.125rem;
  opacity: 0.6;
  font-weight: 600;
  transition: opacity 0.3s;
}
.signup .signup__inner .signup__form form button:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .signup .signup__inner .signup__form form button {
    font-size: 1.25rem;
  }
}

.drilldown {
  background: #d2a62f;
  width: 100%;
  height: 100%;
  position: relative;
}
.drilldown.drilldown--desktop {
  padding-top: 0;
  padding-bottom: 200px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .drilldown.drilldown--desktop {
    display: block;
  }
}
.drilldown.drilldown--mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .drilldown.drilldown--mobile {
    display: none;
  }
}
.drilldown .drilldown__section {
  height: 100vh;
  min-height: 575px;
  width: 100%;
  position: relative;
}
.drilldown .drilldown__inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: left;
  overflow: hidden;
}
.drilldown .drilldown__inner.drilldown__left-inner {
  padding-top: 25px;
}
@media screen and (min-height: 800px) {
  .drilldown .drilldown__inner.drilldown__left-inner {
    padding-top: 75px;
  }
}
.drilldown .drilldown__step {
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 10px 0;
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media screen and (min-height: 800px) {
  .drilldown .drilldown__step {
    padding: 25px 0;
  }
}
.drilldown .drilldown__step .drilldown__step-bullet {
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  background: #d2a62f;
  border-radius: 100%;
  position: relative;
  transition: border-color 0.5s;
}
.drilldown .drilldown__step .drilldown__step-bullet:before {
  content: "";
  position: absolute;
  background: #d2a62f;
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.drilldown .drilldown__step .drilldown__step-bullet:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  background: #ffffff;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-height: 800px) {
  .drilldown .drilldown__step .drilldown__step-bullet:after {
    height: 54px;
  }
}
.drilldown .drilldown__step.active {
  opacity: 1;
}
.drilldown .drilldown__step.active .drilldown__step-bullet {
  border-color: #ffffff;
}
.drilldown .drilldown__step#step-6 .drilldown__step-bullet:after {
  content: none;
}
.drilldown .drilldown__step .drilldown__copy {
  width: 100%;
  line-height: 1.2;
  padding-left: 30px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .drilldown .drilldown__step .drilldown__copy {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .drilldown .drilldown__step .drilldown__copy {
    font-size: 1.375rem;
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .drilldown .drilldown__step .drilldown__copy {
    font-size: 1.5rem;
  }
}
.drilldown .drilldown__phone {
  position: relative;
}
.drilldown .drilldown__phone#phone-1 {
  margin-top: -100vh;
}
.drilldown .drilldown__phone .drilldown__inner {
  height: 100%;
}
.drilldown .drilldown__phone .drilldown__inner .wrap {
  top: 50%;
  transform: translateY(-50%);
}
.drilldown .drilldown__phone .drilldown__phone-wrap {
  width: 250px;
  position: relative;
}
@media screen and (min-height: 800px) and (min-width: 1024px) {
  .drilldown .drilldown__phone .drilldown__phone-wrap {
    width: 300px;
  }
}
@media screen and (min-height: 800px) and (min-width: 1280px) {
  .drilldown .drilldown__phone .drilldown__phone-wrap {
    width: 400px;
  }
}
.drilldown .drilldown__phone .drilldown__phone-outline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-height: 100%;
}
.drilldown .drilldown__phone .drilldown__phone-outline .drilldown__svg {
  width: 100%;
  max-height: 100%;
}
.drilldown .drilldown__phone .drilldown__phone-screen {
  position: absolute;
  width: 100%;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.drilldown .dd-mobile__section {
  width: 100%;
  height: calc( 100vh - 86px );
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .drilldown .dd-mobile__section {
    height: calc( 100vh - 109px );
  }
}
.drilldown .dd-mobile__section .drilldown__step {
  width: 95%;
  margin: 0 auto;
}
.drilldown .dd-mobile__section .drilldown__step-bullet:after {
  content: none;
}
.drilldown .dd-mobile__section .drilldown__copy {
  flex: 1;
}
.drilldown .dd-mobile__section .drilldown__phone-wrap {
  width: 225px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 640px) {
  .drilldown .dd-mobile__section .drilldown__phone-wrap {
    width: 350px;
  }
}
.drilldown .slick-current.slick-active .drilldown__step {
  opacity: 1;
}
.drilldown .slick-current.slick-active .drilldown__step .drilldown__step-bullet {
  border-color: #ffffff;
}
.drilldown .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.drilldown .slick-dots {
  bottom: 0;
  margin-bottom: 10px;
}
.drilldown .slick-dots li button:before, .drilldown .slick-dots li button:after {
  color: #ffffff;
}

/*# sourceMappingURL=styles.css.map */
