/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
@font-face{font-family:'Brandon Grotesque';src:url(assets/fonts/Brandon_thin.otf) format("opentype");font-weight:100;font-style:normal}@font-face{font-family:'Brandon Grotesque';src:url(assets/fonts/Brandon_light.otf) format("opentype");font-weight:200;font-style:normal}@font-face{font-family:'Brandon Grotesque';src:url(assets/fonts/Brandon_reg.otf) format("opentype");font-weight:400;font-style:normal}h1{font-family:'Brandon Grotesque';font-weight:400;font-size:30px;color:#009dd9;text-transform:uppercase;text-align:center;margin:0 0 60px}@media (min-width: 600px){h1{font-size:36px}}h2{font-family:'Brandon Grotesque';font-weight:400;font-size:22px;color:#009dd9;margin:0 0 20px}@media (min-width: 600px){h2{font-size:22px}}h3{font-weight:600;font-size:16px;color:#009dd9;margin:0 0 15px}p{font-size:16px;color:#292929;line-height:1.5;margin:0 0 30px}a{color:#009dd9;font-weight:600;text-decoration:none}*{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}html{font-size:62.5%}body{font-family:sans-serif;font-size:16px;font-weight:200;color:#292929}.sectionContent{max-width:100%;margin-left:auto;margin-right:auto;max-width:1010px;padding:80px 20px 30px}.sectionContent:after{content:" ";display:block;clear:both}.horRule{height:1px;background-color:#CBDCE6}.vertLine{border-right:1px solid white}.billboard{background-color:#000}.billboard .sectionContent{background-position:0px 30px;background-size:280px auto;padding:0}.billboard .langSwitcher{position:absolute;top:59px;right:0;z-index:4;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.billboard .langSwitcher .vertLine{height:15px}.billboard .langSwitcher .lang{padding:1px 7px 0;color:#fff;cursor:pointer}.billboard .langSwitcher .lang.active{color:#009dd9}.billboard .content{width:100%;float:left;margin-left:0;margin-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:50px 20px 30px}.billboard .content div:first-child{width:57.62712%;float:left;margin-right:1.69492%;padding-top:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.billboard .content div:first-child h1{color:#009dd9;margin-bottom:5px;text-transform:uppercase;white-space:pre-line;font-size:22px;text-align:left}.billboard .content div:first-child span{font-weight:300;display:block;color:#fff;margin-top:5px;font-size:18px}.billboard .content div:last-child{width:40.67797%;float:right;margin-right:0}.billboard .content div:last-child img{width:100%}@media (min-width: 380px){.billboard .content div:first-child h1{font-size:27px}.billboard .content div:first-child span{font-size:21px}}@media (min-width: 600px){.billboard .sectionContent{background-size:350px auto}.billboard .content div:first-child h1{font-size:45px}.billboard .content div:first-child span{font-size:23px}}@media (min-width: 860px){.billboard .langSwitcher{top:3px;z-index:6}.billboard .sectionContent{background-position:0 0;background-size:380px auto}.billboard .content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:30px 20px}.billboard .content div:first-child{padding-top:100px}.billboard .content div:first-child h1{font-size:61px}.billboard .content div:first-child span{font-size:35px}.billboard .content div:last-child{text-align:center}.billboard .content div:last-child img{width:80%}}header .headerBar{background:#fff;height:60px;padding:0 20px;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;z-index:5}header .headerBar .menuIcon{display:block;width:30px;height:30px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMzAgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+TkFWSTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9Ik5BVkkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAwLjAwMDAwMCkiIHN0cm9rZT0iIzc2NzQ3NSIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPHBhdGggZD0iTTAuNSwxIEwyNy41LDEiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMTEgTDI3LjUsMTEiIGlkPSJMaW5lLUNvcHktMyI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMC41LDIxIEwyNy41LDIxIiBpZD0iTGluZS1Db3B5LTUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center center/100% auto no-repeat}header .headerBar .logo{display:block;width:87px;height:32px;background:url(assets/images/logo-3czTf2qN.png) center center/100% auto no-repeat}header nav{position:absolute;top:-300px;left:0;width:100%;-webkit-transition:top 0.6s ease-in-out;transition:top 0.6s ease-in-out;z-index:4;background:#fff}header nav.visible{top:60px}header nav ul{list-style-type:none;margin:0;padding:0}header nav ul li{text-align:center;padding:16px 0 10px;border-top:1px solid #CBCBCB;text-transform:uppercase;font-family:'Brandon Grotesque';font-size:16px;font-weight:200;cursor:pointer}header nav ul li:hover{color:#009dd9}@media (min-width: 860px){header .headerBar{background:none;height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}header .headerBar .menuIcon{display:none}header .headerBar .logo{display:block;width:130px;height:130px;background:url(assets/images/logo_white-4qP3bybG.png) center center/100% auto no-repeat;margin:25px 0 16px}header nav{position:relative;top:auto;left:auto;background:none;width:100%}header nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:65%;margin:0 auto}header nav ul li{border:none;color:white;font-size:14px}}.projectInfo img{width:100%}.projectInfo h1{margin-top:10px;margin-bottom:45px}.projectInfo p{text-align:justify;line-height:1.8;margin:30px 0}@media (min-width: 600px){.projectInfo .sectionContent{padding:60px 50px}}@media (min-width: 860px){.projectInfo .sectionContent{padding:60px 100px}.projectInfo p{padding:0 100px}}.specs .specsWrapper{max-width:100%;margin-left:auto;margin-right:auto;margin-bottom:30px}.specs .specsWrapper:after{content:" ";display:block;clear:both}.specs .specList{width:100%;float:left;margin-left:0;margin-right:0}.specs .specList ul{list-style-type:none}.specs .specList li{padding-left:75px;padding:10px 0}.specs .specList li::before{content:"";background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4eiIvPjwvc3ZnPg==) no-repeat;position:absolute;width:15px;height:15px;background-size:100% auto;left:-21px;top:8px}.specs .specList .seeFullSpecs{margin:30px 0 0 -40px}.specs .specList .seeFullSpecs:before{background:none}.specs .headImage{display:none}.specs .flowChart{width:100%;margin-bottom:30px}@media (min-width: 600px){.specs .specsWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.specs .specList{width:49.15254%;float:left;margin-right:1.69492%}.specs .headImage{width:49.15254%;float:right;margin-right:0;display:block}.specs .flowChart{width:80%;margin:50px auto 40px;display:block}}@media (min-width: 860px){.specs .flowChart{width:65%}}.news video{width:100%;margin-bottom:30px}.photoGallery .photoSet{margin:50px 0}.photoGallery .photoSet:first-of-type{margin-bottom:75px}.photoGallery .photoSet div{max-width:100%;margin-left:auto;margin-right:auto}.photoGallery .photoSet div:after{content:" ";display:block;clear:both}.photoGallery .photoSet div .photo{cursor:pointer;width:100%;float:left;margin-left:0;margin-right:0;margin:10px 0}.photoGallery .photoSet div .photo div{background-size:110% auto;background-position:top center;background-repeat:no-repeat;overflow:hidden}.photoGallery .photoSet div .photo img{width:100%}.photoGallery .photoSet p{margin-top:13px}.photoGallery .photoSet1 .photo:nth-child(n+4){display:none}@media (min-width: 600px){.photoGallery .photoSet div .photo{width:49.15254%;float:left}.photoGallery .photoSet div .photo:nth-child(2n+1){margin-left:0;margin-right:-100%;clear:both;margin-left:0}.photoGallery .photoSet div .photo:nth-child(2n+2){margin-left:50.84746%;margin-right:-100%;clear:none}.photoGallery .photoSet1 .photo{display:block !important}.photoGallery .photoSet1 a{display:none}}@media (min-width: 860px){.photoGallery .photoSet div .photo{width:23.72881%;float:left}.photoGallery .photoSet div .photo:nth-child(4n+1){margin-left:0;margin-right:-100%;clear:both;margin-left:0}.photoGallery .photoSet div .photo:nth-child(4n+2){margin-left:25.42373%;margin-right:-100%;clear:none}.photoGallery .photoSet div .photo:nth-child(4n+3){margin-left:50.84746%;margin-right:-100%;clear:none}.photoGallery .photoSet div .photo:nth-child(4n+4){margin-left:76.27119%;margin-right:-100%;clear:none}}.press article{width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:45px}.press article .articlePhoto{background-size:100% auto;background-position:top center;background-repeat:no-repeat;overflow:hidden;margin-bottom:30px}.press article .articlePhoto img{width:100%;cursor:pointer}.press article p{margin:0 0 10px}.press article a{text-transform:uppercase;color:#009dd9;font-weight:600;cursor:pointer}@media (min-width: 600px) and (max-width: 859px){.press article{width:49.15254%;float:left;margin-right:1.69492%}.press article:nth-child(even){width:49.15254%;float:right;margin-right:0}}@media (min-width: 860px){.press article{width:23.72881%;float:left;margin-right:1.69492%}.press article:last-child{width:23.72881%;float:right;margin-right:0}}.contact form{max-width:100%;margin-left:auto;margin-right:auto;margin-bottom:40px}.contact form:after{content:" ";display:block;clear:both}.contact form p{margin-bottom:10px;white-space:pre-line;text-align:center}.contact form .errMsg{color:#f74848;margin-top:5px}.contact form .oneField{margin:5px 0}.contact form label{display:none}.contact form textarea{min-height:150px}.contact form input,.contact form textarea{outline:none;border:1px solid #009dd9;padding:15px 15px 12px;width:100%;border-radius:0;-webkit-box-shadow:none;box-shadow:none;font-weight:200;-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact form input::-webkit-input-placeholder,.contact form textarea::-webkit-input-placeholder{color:#2391C2;font-weight:200}.contact form .actions input{cursor:pointer;border:none;background-color:#009dd9;color:#fff;margin:10px 0 20px;border-radius:0}@media (min-width: 600px){.contact form{width:66.10169%;float:left;margin-right:1.69492%;margin-left:16.94915%}}@media (min-width: 860px){.contact form{width:100%;float:left;margin-left:0;margin-right:0}.contact form p{text-align:left}.contact form .formColumn1{width:49.15254%;float:left;margin-right:1.69492%}.contact form .formColumn2{width:49.15254%;float:right;margin-right:0}.contact form textarea{height:190px}}footer{background-color:#2990C0}footer .logo{display:block;width:130px;height:130px;background:url(assets/images/logo-3czTf2qN.png) center center/100% auto no-repeat;margin:0 auto 16px}footer nav{padding:15px 0}footer nav ul{list-style-type:none;margin:0;padding:0}footer nav ul .vertLine{display:none;height:20px}footer nav ul li,footer nav ul a{color:#fff;text-align:center;text-transform:uppercase;font-family:'Brandon Grotesque';font-weight:200;cursor:pointer;text-decoration:none;font-size:16px;margin:20px 0}footer p{color:#fff;white-space:pre-line;text-align:center;margin:30px 0;font-weight:200}@media (min-width: 860px){footer nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:70%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}footer nav ul li,footer nav ul a{font-size:14px}footer nav ul .vertLine{display:inline}}

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