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

html {
  font-size: 16px;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.63;
}

body {
  line-height: 1.75;
  background: #000;
  background-size: 100% auto;
  font-size: 1.6rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  overflow: hidden;
}

@media only screen and (min-width: 1023px) {
  body {
    font-size: 1.8rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
}

a, img {
  outline: none;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  border: none;
}

button {
  cursor: pointer;
  outline: none;
  background: none;
  border: none;
}

button:active, button:focus {
  outline: none;
}

a {
  color: #000;
}

h1, h2, h3, h4, h5 {
  font-weight: 800;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: fixed;
  right: 15px;
  top: 29px;
  z-index: 130;
  line-height: 0;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 20px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -5px;
}

.hamburger-inner::after {
  bottom: -5px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@font-face {
  font-family: 'kelson_sansbold';
  src: url("../fonts/kelsonsans-bold-webfont.woff2") format("woff2"), url("../fonts/kelsonsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 767px) {
  .h2 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1599px) {
  .h2 {
    font-size: 2.8rem;
  }
}

.lineAfter::after {
  content: "";
  display: block;
  width: 250px;
  height: 3px;
  background: #fff;
  margin-top: 0.5em;
}

@media only screen and (min-width: 1023px) {
  .lineAfter::after {
    width: 370px;
  }
}

.kelson {
  font-family: 'kelson_sansbold';
}

.homeSection {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.homeBg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}

.topBar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #000;
  padding: 15px;
  line-height: 0;
}

@media only screen and (min-width: 1023px) {
  .topBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}

@media only screen and (min-width: 1599px) {
  .topBar {
    padding: 30px;
  }
}

.logoWrapper {
  display: inline-block;
}

.logo {
  height: 40px;
}

.topMenuWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .topMenuWrapper {
    position: fixed;
    left: 0;
    top: 70px;
    background: #fff;
    height: calc(100vh - 70px);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@media only screen and (min-width: 1023px) {
  .topMenuWrapper {
    margin-left: 6vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transform: translate(0, 12px);
            transform: translate(0, 12px);
  }
}

@media only screen and (min-width: 1210px) {
  .topMenuWrapper {
    margin-left: 10vw;
  }
}

@media only screen and (max-width: 1023px) {
  .topMenuWrapper.is-opened {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.topMenu {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
  .topMenu {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1023px) {
  .topMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
  }
}

.topMenu li {
  display: block;
  text-align: center;
  margin: 8px 0;
}

@media only screen and (min-width: 1023px) {
  .topMenu li {
    margin: 0 15px 0 0;
  }
}

@media only screen and (min-width: 1365px) {
  .topMenu li {
    margin-right: 30px;
  }
}

.topMenu .disabled a {
  color: #c6c6c6;
  pointer-events: none;
}

@media only screen and (min-width: 1023px) {
  .topMenu .disabled a {
    color: #414141;
  }
}

.topMenu a {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
  border-bottom: solid 3px transparent;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #000;
}

@media only screen and (min-width: 1023px) {
  .topMenu a {
    color: #fff;
  }
}

@media only screen and (min-width: 1023px) {
  .hamburger {
    display: none;
  }
}

@media only screen and (min-width: 1023px) {
  .topContactWrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.topContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0;
  line-height: 1.3;
}

@media only screen and (min-width: 1023px) {
  .topContact {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1599px) {
  .topContact {
    margin-left: 28px;
  }
}

.topContact_icon {
  height: 12px;
  margin-right: 8px;
}

.topContact_icon.phone_icon {
  height: 16px;
}

.topContact_label {
  font-weight: bold;
  color: #414141;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1023px) {
  .topContact_label {
    color: #fff;
  }
}

.contactSection {
  position: absolute;
  padding-top: 68px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  height: 100vh;
  overflow: auto;
}

@media only screen and (min-width: 1023px) {
  .contactSection {
    padding-top: 80px;
    overflow: hidden;
    width: 100%;
  }
}

@media only screen and (min-width: 1210px) {
  .contactSection {
    padding-left: 24px;
    padding-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1599px) {
  .contactSection {
    padding-top: 100px;
  }
}

.movingSection {
  z-index: 50;
}

.map {
  background: #fff;
  height: 300px;
}

@media only screen and (min-width: 1023px) {
  .map {
    height: 400px;
  }
}

@media only screen and (min-width: 1210px) {
  .map {
    position: absolute;
    left: -600px;
    top: 0;
    width: calc(100vw + 600px);
    height: 100%;
  }
}

@media only screen and (min-width: 1599px) {
  .map {
    width: calc(100vw + 760px);
    left: -760px;
  }
}

.formContainer {
  background: #000;
  padding: 25px;
  position: relative;
}

@media only screen and (min-width: 1210px) {
  .formContainer {
    width: 600px;
    padding: 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (min-width: 1599px) {
  .formContainer {
    padding: 70px 90px 0px 90px;
    width: 760px;
  }
}

.formContainer .h2 {
  margin-bottom: 1em;
  color: #fff;
  text-transform: uppercase;
}

.formRow {
  margin-left: -12px;
  margin-right: -12px;
}

@media only screen and (min-width: 767px) {
  .formRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.formCol {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  margin: 20px 12px;
}

.formCol.submitCol {
  margin-top: 50px;
}

@media only screen and (min-width: 1599px) {
  .formCol.submitCol {
    margin: 0 12px;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}

.formCol input, .formCol textarea {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

@media only screen and (min-width: 1023px) {
  .formCol input, .formCol textarea {
    font-size: 1.8rem;
  }
}

.formCol ::-webkit-input-placeholder {
  color: #c5c5c5;
}

.formCol ::-moz-placeholder {
  color: #c5c5c5;
}

.formCol :-ms-input-placeholder {
  color: #c5c5c5;
}

.formCol :-moz-placeholder {
  color: #c5c5c5;
}

.formCol input[type="text"],
.formCol input[type="email"] {
  font-size: 1.6rem;
  color: #c5c5c5;
  border: none;
  padding: 1em 0;
  border-bottom: solid 1px #c5c5c5;
  display: block;
  width: 100%;
  background: none;
  border-bottom: solid 1px #c5c5c5;
}

@media only screen and (min-width: 1023px) {
  .formCol input[type="text"],
  .formCol input[type="email"] {
    font-size: 1.8rem;
  }
}

.formCol textarea {
  border: solid 1px #c5c5c5;
  padding: 25px;
  display: block;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 2.5em;
  background: none;
  border: solid 1px #c5c5c5;
  color: #c5c5c5;
}

@media only screen and (min-width: 767px) {
  .formCol textarea {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1210px) {
  .formCol textarea {
    height: 15vh;
  }
}

@media only screen and (min-width: 1599px) {
  .formCol textarea {
    height: 28vh;
  }
}

.formCol label {
  font-size: 1.3rem;
  color: #c5c5c5;
  line-height: 1.38;
}

.formCol button {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 1.4rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 60px;
  width: 100%;
  max-width: 300px;
}

@media only screen and (min-width: 767px) {
  .formCol button {
    font-size: 1.6rem;
  }
}

.formCol button img {
  height: 10px;
  width: auto;
}

.formContainerInner {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.formInfo {
  position: absolute;
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 70px 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  pointer-events: none;
}

.btnLabel {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.btnImage {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkboxLabel {
  position: relative;
  display: block;
  padding-left: 28px;
}

.checkboxLabel input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.checkboxLabel input + span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: solid 1px #c5c5c5;
  position: absolute;
  left: 0;
  top: 0;
}

.checkboxLabel input:checked + span::before {
  background: #eda829;
}

.pageContainer {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 1s;
  transition: height 1s;
  height: 100vh;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0vh);
            transform: translate(0, 0vh);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0vh);
            transform: translate(0, 0vh);
  }
}
/*# sourceMappingURL=style.css.map */