/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain) */
@import url("https://use.typekit.net/ija3ijr.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'din_alternate';
  src: url("../fonts/din_alternate_medium-webfont.woff2") format("woff2"), url("../fonts/din_alternate_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'din_alternate';
  src: url("../fonts/din_alternate_regular-webfont.woff2") format("woff2"), url("../fonts/din_alternate_regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
.yellow {
  color: #FFFF00; }

.white {
  color: #FFF; }

.constrained {
  max-width: 1820px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 100px; }
  .constrained.no-padding {
    padding: 0; }
  @media screen and (max-width: 1300px) {
    .constrained {
      padding: 0 30px; } }

.flexbox {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

body {
  background-color: #000;
  color: white;
  font-family: 'din_alternate', sans-serif;
  font-weight: 300;
  line-height: 125%;
  font-size: 27px; }
  @media screen and (max-width: 1200px) {
    body {
      font-size: 20px; } }

h2, h3, h4, h5, h6, .font-alt, input[type="submit"] {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700; }

h2, h3, h4, h5, h6 {
  line-height: 100%; }

h1 {
  font-size: 111%;
  text-transform: uppercase; }

h2 {
  font-size: 163%; }

h1, h2 {
  margin-bottom: 40px; }
  @media screen and (max-width: 1200px) {
    h1, h2 {
      margin-bottom: 30px; } }

a.main-link.button {
  margin-top: 55px;
  padding: 8px 15px; }
  @media screen and (max-width: 1500px) and (min-width: 1200px) {
    a.main-link.button {
      font-size: 18px; } }
  @media screen and (max-width: 800px) {
    a.main-link.button {
      display: none !important; } }

.font-alt, h1 {
  font-weight: 500; }

a {
  color: #FFFF00;
  transition: color 0.25s;
  text-decoration: none; }
  a:hover {
    color: white; }

a.button, input[type="submit"] {
  color: white;
  display: inline-block;
  border: 2px solid white;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
  line-height: 100%;
  font-size: 20px;
  transition: color 0.5s, border-color 0.5s;
  font-weight: 700; }
  a.button:hover, input[type="submit"]:hover {
    color: #FFFF00;
    border-color: #FFFF00; }

.standard-text ul {
  line-height: 100%; }
  .standard-text ul li {
    margin-bottom: 10px;
    position: relative; }
    .standard-text ul li:before {
      content: '';
      display: inline-block;
      width: 30px;
      height: 14px;
      background-image: url("../img/icons/plug.svg");
      position: absolute;
      top: 7px;
      left: -40px;
      background-size: contain;
      background-repeat: no-repeat; }

header {
  padding: 40px 0 38px 0;
  position: relative;
  overflow-x: hidden; }
  header .flexbox {
    justify-content: space-between;
    align-items: center; }
  header .logo img {
    width: 90px;
    display: block; }
  header .phone {
    font-size: 150%; }
    header .phone > * {
      display: inline-block;
      vertical-align: middle; }
    header .phone > img {
      margin-top: -3px; }
    header .phone .phone-els > * {
      display: inline-block;
      vertical-align: middle; }
    header .phone .phone-img {
      margin-right: 15px;
      width: 45px;
      font-weight: 700; }
    header .phone .menu-icon {
      width: 35px;
      margin-left: 25px;
      cursor: pointer;
      display: none; }
      @media screen and (max-width: 1000px) {
        header .phone .menu-icon {
          display: inline-block; } }
    header .phone span {
      line-height: 100%; }
  @media screen and (max-width: 1200px) {
    header .phone .phone img {
      width: 35px;
      margin-top: -3px; } }
  @media screen and (max-width: 500px) {
    header {
      padding: 20px 0 18px 0; }
      header .constrained .phone {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;
        /* NEW, Spec - Firefox, Chrome, Opera */
        flex-direction: column;
        align-items: flex-end; }
        header .constrained .phone .menu-icon {
          margin-right: 7px; }
        header .constrained .phone .phone-els {
          font-size: 70%;
          margin-bottom: 5px; }
          header .constrained .phone .phone-els .phone-img {
            width: 30px;
            margin-right: 0; } }

.mobile-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 4000;
  font-weight: 700;
  height: 100%;
  width: 400px;
  transition: transform 0.5s; }
  .mobile-menu nav a {
    font-size: 60px;
    line-height: 100%; }

#main-menu-mobile {
  background-color: black;
  padding: 80px 0; }
  #main-menu-mobile a {
    display: block;
    padding: 15px 30px; }

main {
  position: relative;
  overflow: hidden; }

body.menu-open .mobile-menu {
  transform: translateX(-400px); }

@media screen and (max-width: 800px) {
  .mobile-menu {
    width: 100%;
    transition: left 0.5s; }

  body.menu-open .mobile-menu {
    left: 0;
    transform: none; } }
@media screen and (max-width: 400px) {
  .mobile-menu {
    font-size: 45px; } }
footer {
  font-size: 20px;
  padding: 50px 0 150px 0; }
  footer .constrained {
    font-size: 0; }
  footer a {
    color: inherit; }
    footer a:hover {
      color: #FFFF00; }
  footer .footer-text {
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: none; }
    footer .footer-text a {
      color: #FFFF00; }
      footer .footer-text a:hover {
        color: white; }
    footer .footer-text .row {
      margin-bottom: 20px; }
    footer .footer-text .small {
      font-size: 12px;
      color: #95989A; }
  footer .menus, footer .logos {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 700px) {
      footer .menus, footer .logos {
        width: 100%; } }
  footer .menus {
    font-size: 0; }
    footer .menus .footer-menu {
      display: inline-block;
      width: 33.3333%;
      vertical-align: top;
      line-height: 125%;
      color: #95989A;
      font-size: 20px; }
      @media screen and (max-width: 1150px) {
        footer .menus .footer-menu {
          font-size: 16px; } }
      footer .menus .footer-menu .contact-info {
        margin-top: 5px; }
      footer .menus .footer-menu .header {
        margin-bottom: 10px;
        display: block; }
      footer .menus .footer-menu ul li:before {
        height: 11px;
        top: 5px;
        left: -35px; }
  footer .logos {
    text-align: right;
    padding-top: 20px; }
    footer .logos .logo {
      display: inline-block;
      vertical-align: bottom;
      padding-left: 5%;
      margin-bottom: 15px; }
    footer .logos .nic-installer img, footer .logos .nic-contractor img {
      height: 95px; }
    footer .logos .ces-logo img {
      width: 122px; }
    footer .logos .stage-one img {
      width: 77px; }
    @media screen and (max-width: 1600px) {
      footer .logos .nic-installer img, footer .logos .nic-contractor img {
        height: 70px; }
      footer .logos .ces-logo img {
        width: 100px; }
      footer .logos .stage-one img {
        width: 65px; } }
    @media screen and (max-width: 1150px) {
      footer .logos .nic-installer img, footer .logos .nic-contractor img {
        height: 60px; }
      footer .logos .ces-logo img {
        width: 80px; }
      footer .logos .stage-one img {
        width: 55px; } }
    @media screen and (max-width: 900px) {
      footer .logos .nic-installer img, footer .logos .nic-contractor img {
        height: 40px; }
      footer .logos .ces-logo img {
        width: 65px; }
      footer .logos .stage-one img {
        width: 40px; } }
    @media screen and (max-width: 700px) {
      footer .logos {
        text-align: center; } }
  @media screen and (max-width: 1000px) {
    footer .logos .email, footer .menus .email {
      word-wrap: break-word; }
    footer .logos .logo:first-child {
      padding-left: 0; } }
  @media screen and (max-width: 700px) {
    footer {
      padding-bottom: 50px; }
      footer .resp-hide {
        display: none !important; }
      footer .resp-show {
        display: block !important; }
      footer .menus .footer-menu {
        width: 100%; }
        footer .menus .footer-menu.contact {
          width: 100%; } }

nav a {
  color: white;
  font-weight: 700;
  font-size: 100%; }
  nav a:hover, nav a.active {
    color: #FFFF00; }
  @media screen and (max-width: 1500px) {
    nav a {
      font-size: 20px; } }
  @media screen and (max-width: 1150px) {
    nav a {
      font-size: 18px; } }

.hatch {
  background-image: url(../img/assets/hatching-white.svg);
  background-repeat: repeat-x;
  background-origin: padding-box;
  background-size: 13px;
  background-position: bottom;
  height: 13px; }

.hatching-yellow {
  background-image: url(../img/assets/hatching-yellow.svg);
  background-repeat: repeat-x;
  background-origin: padding-box;
  background-size: 75px;
  background-position: bottom;
  height: 46px; }

.rel {
  position: relative; }

.arrow {
  width: 50px;
  display: block;
  position: absolute;
  z-index: 40;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%); }
  .arrow img {
    display: block; }

@media screen and (max-width: 800px) {
  #text-image .arrow {
    display: none; } }
.header-image {
  position: relative;
  overflow: hidden; }
  .header-image .arrow {
    position: fixed; }
    .header-image .arrow.unfix {
      position: absolute; }
  .header-image .text {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    display: block;
    height: 100%; }
    .header-image .text .text-wrap {
      padding: 40px 60px 30px 100px;
      line-height: 150%;
      box-sizing: border-box; }
    @media screen and (max-width: 1500px) {
      .header-image .text {
        font-size: 21px; } }
    @media screen and (max-width: 1300px) {
      .header-image .text .text-wrap {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 1200px) {
      .header-image .text .text-wrap {
        padding-top: 50px;
        font-size: inherit; } }
    @media screen and (max-width: 800px) {
      .header-image .text .text-wrap {
        padding-top: 30px; } }
  .header-image .image {
    position: relative; }
    .header-image .image img {
      position: relative;
      transform: translateX(-50%);
      left: 50%;
      display: block; }
  @media screen and (max-width: 1200px) {
    .header-image .image img {
      height: 750px; } }
  @media screen and (max-width: 800px) {
    .header-image .text {
      width: 100%; }
    .header-image .image img {
      height: 750px; } }

.text-image {
  font-size: 0; }
  .text-image .text {
    padding: 30px 60px 30px 130px; }
  .text-image .image img {
    display: block;
    width: 100%; }
  .text-image .text, .text-image .image {
    display: inline-block;
    width: 50%;
    font-size: 27px;
    vertical-align: middle;
    box-sizing: border-box; }
  @media screen and (max-width: 1500px) and (min-width: 1200px) {
    .text-image .text {
      font-size: 21px; } }
  @media screen and (max-width: 1300px) {
    .text-image .text {
      padding: 30px;
      padding-left: 70px; } }
  @media screen and (max-width: 1200px) {
    .text-image .text, .text-image .image {
      font-size: 20px; } }

.contact-block {
  font-size: 0;
  padding: 200px 0; }
  .contact-block .blurb {
    padding: 0 30px 0 60px; }
  .contact-block .blurb > * {
    max-width: 450px; }
  .contact-block .blurb, .contact-block .number {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    font-size: 27px;
    vertical-align: top; }
    @media screen and (max-width: 1200px) {
      .contact-block .blurb, .contact-block .number {
        font-size: 20px; } }
  .contact-block .number {
    font-size: 81px;
    line-height: 80%;
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 1200px) {
      .contact-block .number {
        font-size: 60px; } }
  .contact-block .blurb .text {
    margin-bottom: 50px; }

.fixed-menu-wrapper {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  position: relative; }
  .fixed-menu-wrapper.unfix {
    position: absolute; }
  .fixed-menu-wrapper ul li {
    margin-bottom: 0; }

#main-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px 70px 30px 100px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6); }
  #main-menu li:before {
    background-image: none; }
  @media screen and (max-width: 1300px) {
    #main-menu {
      padding: 30px 50px 30px 30px; } }

.teasers {
  font-size: 0;
  padding: 150px 0;
  text-align: center; }
  .teasers .teaser-wrapper {
    display: inline-block;
    font-size: 27px;
    vertical-align: top;
    width: 33.3333%;
    box-sizing: border-box;
    text-align: left; }
    .teasers .teaser-wrapper:nth-child(3n + 1) {
      padding-right: 2%; }
    .teasers .teaser-wrapper:nth-child(3n + 2) {
      padding-left: 1%;
      padding-right: 1%; }
    .teasers .teaser-wrapper:nth-child(3n) {
      padding-left: 2%; }
    @media screen and (max-width: 800px) {
      .teasers .teaser-wrapper {
        width: 50%;
        margin-bottom: 3%; }
        .teasers .teaser-wrapper:nth-child(3n + 1) {
          padding-right: 0%; }
        .teasers .teaser-wrapper:nth-child(3n + 2) {
          padding-left: 0%;
          padding-right: 0%; }
        .teasers .teaser-wrapper:nth-child(3n) {
          padding-left: 0%; }
        .teasers .teaser-wrapper:nth-child(2n + 1) {
          padding-right: 1.5%; }
        .teasers .teaser-wrapper:nth-child(2n) {
          padding-left: 1.5%; }
        .teasers .teaser-wrapper:last-child {
          padding-right: 0;
          padding-left: 0;
          margin-bottom: 0; }
        .teasers .teaser-wrapper .teaser .text {
          padding-left: 6%;
          padding-right: 6%; } }
    @media screen and (max-width: 550px) {
      .teasers .teaser-wrapper {
        width: 100%;
        margin-bottom: 20px; }
        .teasers .teaser-wrapper:nth-child(2n + 1) {
          padding-right: 0; }
        .teasers .teaser-wrapper:nth-child(2n) {
          padding-left: 0; } }
  .teasers .teaser {
    border: 1px solid #FFFF00;
    height: 100%; }
    .teasers .teaser .text {
      padding: 8% 10% 10% 10%; }
    .teasers .teaser .quote {
      font-weight: 700;
      margin-bottom: 15px; }
    .teasers .teaser .info {
      font-size: 66.6666%;
      font-weight: 300;
      line-height: 100%; }
  @media screen and (max-width: 1200px) {
    .teasers .teaser-wrapper {
      font-size: 20px; } }

@media screen and (max-width: 1000px) {
  .main-menu {
    display: none; } }
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 13px; }

#nav-icon3 span:nth-child(4) {
  top: 26px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3 {
  width: 40px;
  height: 32px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }
  form input, form textarea {
    border: 0;
    background-color: transparent;
    color: #FFFF00;
    font-size: 27px;
    font-family: 'din_alternate', sans-serif;
    font-weight: 300; }
    @media screen and (max-width: 1200px) {
      form input, form textarea {
        font-size: 20px; } }
  form .required label:after {
    content: '*';
    color: red;
    margin-left: 5px; }
  form .text-item {
    border-bottom: 1px solid #95989A;
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: center; }
    form .text-item label {
      width: 180px; }
    form .text-item input {
      padding: 25px 0;
      width: 100%;
      display: block;
      box-sizing: border-box;
      padding-right: 20px;
      position: relative;
      z-index: 15; }
    @media screen and (max-width: 1200px) {
      form .text-item label {
        width: 135px; } }
  form .textarea-item label, form .textarea-item textarea {
    display: block; }
  form .textarea-item textarea {
    border: 1px solid #95989A;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    resize: none; }
  form .textarea-item label {
    padding: 25px 0; }
  form .fields {
    width: 80%; }
  form .submit {
    width: 20%;
    align-self: flex-end;
    text-align: center;
    padding-left: 10px; }
    form .submit input {
      padding: 10px 15px; }
  @media screen and (max-width: 900px) {
    form {
      flex-direction: column; }
      form .fields {
        width: 100%;
        margin-bottom: 25px; }
      form .submit {
        width: auto; } }

#contact-message.success, #contact-message.error {
  margin-bottom: 10px; }
#contact-message.success {
  color: #FFFF00; }
#contact-message.error {
  color: red; }

@media screen and (max-width: 700px) {
  .text-image .text {
    width: 100%;
    padding-right: 60px; }
  .text-image .image {
    display: none; }

  .contact-block {
    display: none; } }
.contact-info-block {
  font-weight: 700;
  font-size: 150%;
  line-height: 120%; }
  .contact-info-block.info-phone {
    margin-top: 10px;
    margin-bottom: 40px; }
  .contact-info-block.info-email {
    word-wrap: break-word; }

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