header {
  padding-top: 20px;
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
header .contentWrapper {
  position: relative;
  z-index: 10;
}
header .left,
header .right {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 200px);
}
header .left a,
header .right a {
  color: #1b1b1b;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 3px;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
header .left a:hover,
header .right a:hover {
  opacity: 0.6;
}
header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  text-align: center;
  cursor: pointer;
}
header .logo a {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
header .logo a:hover {
  opacity: 0.6;
}
header .logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 25px;
  height: auto;
}
.headerBlocks {
  height: calc(100vh - 70px);
  left: 0;
  position: fixed;
  top: 100vh;
  width: 100vw;
  background: #ffffff;
  padding-bottom: 24px;
  overflow: auto;
  overflow-x: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.headerBlocks.open {
  top: 70px;
}
.headerBlocks .closeWrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.headerBlocks .closeWrapper .close {
  position: relative;
  width: 30px;
  height: 24px;
  margin: 0 auto;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.headerBlocks .closeWrapper .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.headerBlocks .closeWrapper .close .bar {
  height: 1px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #1b1b1b;
}
.headerBlocks .closeWrapper .close .bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.headerBlocks #mc_embed_shell .innerText {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  padding-right: 20px;
}
.headerBlocks #mc_embed_shell form {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
.headerBlocks #mc_embed_shell form input {
  display: inline-block;
  vertical-align: top;
}
.headerBlocks #mc_embed_shell form input[type="email"] {
  line-height: 27px;
  border-bottom: 1px solid black;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-family: 'neue-haas-unica', sans-serif;
  font-weight: 300;
  background: #ffffff;
  width: calc(100% - 130px);
}
.headerBlocks #mc_embed_shell form input[type="email"].mce_inline_error {
  border-color: red;
}
.headerBlocks #mc_embed_shell form .mce_inline_error[for="mce-EMAIL"] {
  display: none !important;
}
.headerBlocks #mc_embed_shell form input[type="submit"] {
  line-height: 28px;
  font-size: 15px;
  color: #fff;
  background: #ADADAD;
  padding: 0 10px;
  margin-left: 30px;
  letter-spacing: 0.5px;
  width: 100px;
  text-align: center;
  font-family: 'neue-haas-unica', sans-serif;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.headerBlocks #mc_embed_shell form input[type="submit"]:hover {
  background: #1b1b1b;
  color: #ffffff;
}
.headerBlocks #mc_embed_shell .response {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-top: 10px;
  font-size: 11px;
}
.headerBlocks .textBlock {
  padding: 24px 0;
  border-bottom: 1px solid #1b1b1b;
}
.headerBlocks .textBlock .col {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  padding-right: 50px;
}
.headerBlocks .textBlock .col:last-child {
  width: calc(100% - 400px);
}
.headerBlocks .textBlock .col .text.smaller p {
  font-size: 15px;
  line-height: 24px;
}
.headerBlocks .textBlock .col .text p {
  font-size: 15px;
  line-height: 24px;
}
.headerBlocks .textBlock .col .text ul {
  margin-left: 24px;
  font-size: 15px;
  line-height: 24px;
}
.headerBlocks .textBlock .col .text strong {
  font-weight: 400;
}
.headerBlocks .textBlock .col .text a {
  color: #1b1b1b;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.headerBlocks .textBlock .col .text a:hover {
  opacity: 0.4;
}
@media all and (max-width: 1220px) {
  .headerBlocks .textBlock .col {
    width: 250px;
  }
  .headerBlocks .textBlock .col:last-child {
    width: calc(100% - 250px);
    padding-right: 0;
  }
}
@media all and (max-width: 1024px) {
  .headerBlocks .textBlock .col .subCol {
    width: 100%;
    margin-bottom: 24px;
  }
  .headerBlocks .textBlock .col .subCol:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 900px) {
  header {
    padding-top: 20px;
  }
  header .left {
    width: calc(50% - 150px);
  }
  header .logo {
    width: 300px;
  }
  .headerBlocks .textBlock #mc_embed_shell .innerText {
    width: 100%;
    padding-right: 0;
  }
  .headerBlocks .textBlock #mc_embed_shell form {
    width: 100%;
    margin-top: 20px;
  }
}
@media all and (max-width: 768px) {
  header .left {
    width: calc(50% - 50px);
  }
  header .left a {
    font-size: 14px;
    line-height: 14px;
  }
  header .logo {
    width: 100px;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .headerBlocks .textBlock .col {
    width: 100% !important;
    padding-right: 0;
  }
  .headerBlocks .textBlock .col:first-child {
    margin-bottom: 18px;
  }
  .headerBlocks {
    padding-top: 0;
    padding-bottom: 18px;
  }
  .headerBlocks .closeWrapper {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .headerBlocks .textBlock {
    padding: 18px 0;
  }
  .headerBlocks .textBlock .col .text.smaller p {
    font-size: 14px;
    line-height: 18px;
  }
  .headerBlocks .textBlock .col .text p {
    font-size: 14px;
    line-height: 18px;
  }
  .headerBlocks .textBlock .col .text ul {
    margin-left: 18px;
    font-size: 14px;
    line-height: 18px;
  }
}
/*# sourceMappingURL=header.css.map */