/*! 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:transparent url(assets/images/billboard-4MHtzG6W.png) no-repeat 80% 50%;background-size:cover}.billboard .sectionContent{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:white;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:50px;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:DarkSlateGrey;margin-top:5px;font-size:18px;margin-bottom:10px}.billboard .content div:last-child{width:40.67797%;float:right;margin-right:0}.billboard .content div:last-child img{width:0%}@media (min-width: 200px){.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:0%}}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:32px;height:32px;background:url(assets/images/logo-7ef251vR.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:32px;height:32px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMsAAADJCAYAAACNM8Y4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAFVFJREFUeNrsXdF127gSxfLkX9qzBYipQEoDz/LH+7ZSgeUKLFdguYLIFZiuIPL3+wj1GghdQagC3lmpgjyOM8wyiiQMQAAEwJlzeJLdUBIJzMXcOwAGf3z//l2wubV//ed/w+qPycH/hv8eHrl9V13Fwf8r//vvv0puSbf2B4PFChjA8dMGAOo/xxZ+7hUBVeIFwNpVYMq5JxgsvgFjWv0xRUCklgCha1sED1wAnqIC0Y57jcHiij5NG9c4wNd4bYAnZzrHYDFNqWZ4jSN8xVcEzpqpG4NFByAzjBzw56hHr74H0CBw1uwJDJZzEWTeQ4DIgJNxxGGw1BpkjteY3eFsoiBD4JQMlv5FkQVGkQFjQcme+xptegUW1CIAkgvHAnqHIhqswP9++7tqKhdT1bVND/50/V6r6vkzBktcIAGatbSsRfaiMZ8hfsyyFx28ayp+zPcAgCZ42XxvoGjLPoAmarBYBskWgfF2+czlEUATYXd+aI+gWTFYwqNbKwsgeRE/MkRBT+ZhYqOZHh8YHkSijDRRgQX5/NIgd+/FvENjXmluEDgAmnlMiYAowIIjJUSSa4MRJOvjxBwCZ2Yw4mwQNCWDpfvOXWA0aduxWwRcxosNf6FqC0Ma50H8yJ7tGCzuOxMEa2agI1+wE3PBdq6tFwYid9DULEiwVJ0HkeS+5dc8oxAtGQ7kdk9R1yxaRvJHbPsdg8XvaMIgMUPRFi1BE1yUCQYsBrQJg8RP0DxUfbJksJjrEIgmVy00yYJBYr2P2mQjYenMzPc+8hosSLsgfTvS7IAFC3fnmgYGNp15rj3SsjWDRb3hQUg+aTZ61MsuAgBNmxUU3tIyL8FSNXamGdJfcHTiogx+UDNw+ttY+tErsGADrzXCuPchvMegmSI1U40y3umYxDO+m2sABUahlIHip6FmBO35qPhRmB4oULdyZDkQ8tCoKunHPQr4LPCRt95zkorjVSmhXd6qUoaerMAos9bo55kP7945WDSB8oq0qwjUadosVnzbJhDqINGCat90/c6dgkUTKM8YUXYBOspcmNuMBiMuZJxWgbYFtMN9SIDpDCyaqeGbEEdUi5vRgqaj2C6Z4mDZmQ90AhYNoHjDWzUoh8l9Nudsg220C6yNdCaeOwGMc7Bg43yNXZ9gdg+cwGU9MhhUpgG21RDp+NhnwCQdACVXBEqInQ/vWQj3hfuAzuQ+pVsphtFwinqUak/IUOKLLBpiPsjZeM2kBUeYf9ovU6StH13NsbkES6nAS5+rBpgH2NE6dKJpsMejbPx32iIp0BfAwHumLgZVJ2BR1ClBAgXfE0Y41a0EdXml9bEOb5wJM9NIFNQ0NvbU8qWL5M87R+8+7AFQFopAIe2zQUd/AxP+hkp2DSIcON0itPaElcfIRihZ0zQaGoajYynh8SEDhfJ+TdrQatGnRrr1Q8CrHSiUzMn7JY5GiR2OiNEBBW2pAJRpW0GKjjFBmkWxYPf2oF88S3zHyUCQOHxpcKgbdJimbUKkCQdR5VYBKIWh9qzTrRTAXISWTj4CmDtMgDTb88HlINvFpGRdvC1FUVuIgA11xKeuRChOfhaEyBZ69K7fd4YAcr4lg4/Ja995JUE7PFadu+gYsPvqGYbcYwHQsEiBkhKAskdNY5OmrA4oyjEb1KMyG4OlC6M4n6sl9BRATrnLGCxdGUU0Z46eZW3oedkYLFYslfz71lXBBYxeL5LbLrjL9M34DD5muyaNTswjbj+Z87l+d8iKXfXVmTE9XicxStMD1TtDDwkjbH1U9ujg3+CP3p1sW3dYB2CR9dU0pgEMl+nPjg0S1b/VJ7cZqXGdGHhYEJbfxI+JuVOZIVijBPsPyoOjqdnMWm+KC0IUqS4YHJ7ORFOYe4KlMt+qe1fIetyDBX4YH1al6ACA6Qs8OPs1WwvfAxbzVahthYDBPG8DmDaRpc2W2VsAWshLMAJNOAQdfXCABgr5SfMrxm0Ak2g+9FK0z6zUD74I2Dn3kn+f+AaWwGutlYb8LnMCFhTz94baADjlJ9g01ZZPdmQyx3Otz2Ytwe1rNAHa/lmY26p9paOddSLL0kKbgEALUfzLwDJwRTVxEBu3fF7vRLz4kX6/tfD1S6tgwQ6xVQNrEKD4pzifK5o5J9yTRy7iVexCda2camShOjJs1vko5DPKoYt/yhKTaxxkrFIVIijXAYCkjYiHvVEPeJn0ZzWwIEWizA6/bciB/QbVBci90eDKQYh/XGKyIdyaWX6UJYHPb30X9y1FPPgdTLguGxsNZTZSqT2mElkoX7o9POIMZ+1VtsCGJv4pQLiwBXwcxG49AGxXIh62Jnw44Xcb4kBjDiwKWmV5YgSGdToThfAYjPjHTtkSbv1kuoJio3CFCBUsLUU80P3JmYhJAcKIql2okYXyo1vZ2i9E/yXRuY6J/6Xw06jc11jJUcXKl88+HpvdQsQDrf+IdH93xt9yYnQhRX3ptmKkQH8TvotcqLnl2fZenpmuWHETjoxb6m4KUyxA56xio2JCQrf/wfnn1P5HRvKFcKu0RkJiCHVblRXF0HEo/u80xX/huii0IU1X263OO8D9CEqVSeGlZ0CZoojXAUot4ksFX6NGF2lfUCILZcTULv+PdCITevl0r4qHa55mVS8jh6toOgJqRWgfcLCZUK97/IKDki9AWWlqky32c94CoJTo8uc5XzoLFuKhQ0aqhnTVkBYcQqfesQ3zps6xDwMirpCX/f7DYVZNhYaRCjKYaFAsFXSpQctGnon/uVBPk8cMlIXQO1lgj4zF1GlmK2LfqdMwpADfCD/w3qTYjkH8Gzh6Inig+NiPRElxUugnLaOK8ZRkDOIf3wGox7Pjn954ApS2In5iacCj6Oq5Dg1bGPpxXYdbCXot36bBvMOTDzP/WC5VZ7mP0HQyH4CyQjGtMxN/eU4zOALL7JTfHKVhxMOHIF2cxpxFMUxJbJ1arDTvELOIN5iAOZrdTXSEju2oEpv4R1oGbfreIDV7wZF46gFQfBHxFKMsD5qpRBaKEHrvupNimflvnCQwQ6pJpSwb8c+Rer68R3D9UT33jtDmv825/AYWIgV7RQHb5Ui21ODFrU/dsvQ+QGfhahaJqw1G7J1vy+tRxGdC74DYB8vaRPbsGYES/3YK8rEie1OfKNgp8Y8bhFQ5MoDrc/VZoEILX2b+cXQtRSA7GTVXKtSD1cyDCeQ1ASyzQ8qWaOqVtQcOViCwHzU+Dg3FpZg0IqBGrbimxkp9WGmBEWNPAMtpgY8cVDZSv/qy4heFM1Cyj5ri/6vHy/59AwoMopQlI8eiyZ1jEU8xGWh/KzaSaFAw7/Zx40iRCtrq0kO7B0pne598wCAZYrr1SUMj1qsJfCxCQvHjaXRgaUQZeP47jY9fIC3jk7F+F/G6lfkfcSbe133/yilkVbDsfS96gKPYB6E38w/iPwu04J8NEf9FqGe7gHZd2jxD09TgSvCRi6NgIeqVPISOZvHPIt6QbhHN2g+JIgULpRFY/LOIF4b8eXIMLJOYwMLin0W8IX/WiyyhVmBn8X8WKJOIRbwJ3aIVWTahO4YB8b+KDCh1KaIoRTzRZEAf1QmfpCHuBy2/NBTAtBH/t7Fky3B9lE494dBEvDDg15NmZJkY+tI+iP/rELXbEaDo7K0JUcQzWAyK/4kGxRyjw4UIFJ1NaEBbPwQq4mU+QBn40iZY0ljFPeG9ShT/qnWYr0NLLWNqWHXHKdDVaaz9jyYrJ6wUWV5F5Ib7Kz4ItTrM96GcVobpb5XIUNcTXkRGu45ZaTKy9OJ8dRw9VauyhCL4gTaq7MhMfdskZ9FkVGzUBMuo5ZfFBJhdoyoLxaDtvE6hIv2iHhD07EOVGMe2I7RhmvCiwZOgyRQAs/C8Hana6g4Hir4ZRY+liYh0mYtBwFBm/Qe+RheMKpRJx+cYs10GbZhwG0gBAw5EOUjWVypGea7XnkaUuo8pwWCSEMQ9JVsQu4HDySYvB76tH8N1X+OAge6VkcDi4xFrjkceeH8KRfFtsSW1XnXOUJAOhkzDFCxWsLBOoYn8CYOFHl0gvSibfxl4tsOSUqmn4N6l0zBZynPDzfTTKJN0XoCFuLJgzV2qBhYuNEc3CrdPPXnWoaH3YWuAhU2NioViE8L7MFgYLFZNRkun3EQMFja2mK1ksPTXZNrplZtITeMxWPoLlh03EYPFtslE8QU3UbyapWiLODa2voBFFo7H3ExR0jCeudcAC5uahcL1R5G8B4MlYJOOyKEUsWBT0po5gKUkdD4viWHjyCJoG7tY5AdkxKr/rFks0TAGixrX77q9UkPv0ZfBhUKbC0rqGIxpGBpx/we3V4SDZEJcScuRhS1mo0SWsqZh5ANd2IIwXp6vZkNCe/0Eiyy6pNyev9i+beN33flsSoPLtinwpacfcXv+KvY4EkdlsmBQNsFSGsoYsLEFZVh2l1TrmxpZeLSMi1ZwERI1v94xWPRNFolZs4RjFMZU/AQLpo+3DBZjYOGV2hFFljpzmCiIVnYAtj6C5ee0igpYWOTH4wA5N9HPNXQycV8cAwulARksNBpGXcxoywbcRWb1yi9gIc7oMliIYBE8kRsLWPJjkeUXfnbCLvhYvSiMVxzTwLJvLpxNNLgsRxe/ebgStWC9Qtd2OmCZsUsyDYvAKH58GizEc897H1mIJ6ExWGIGC5psKcSI9+SzZgmcgoHulhWo2B5u9DsGFkp0mbO/BStaBZ/2pR5V2oCFdYs8c8g0zF+jDPZrKViQj8scYcSz+bxhLlAKlhIo2P6Yfj9V3SVjKhat7Xv+/hRWdJRdJSo3H/4oT1AGqVn6rlcWRsFCpGKDnmsXmdMxDfOPgsFAIpuI3J+aQjlXZC8zhNK+ahauWxCJsDcFljELfe9MRo3LnkYVaJdrwq0rZbDg7skXFvrB2ZjBos2CtufmoGS1jinR5brjvRu+ahY+fSA8sKzO/eNZsKDQ2Rp6kL5pFgolYnNDwYD9yDbE7WXBIWmLtpqKcRrZG14usz7SsCVF2MvqflPAkgn5RNZA9Dsz5otNGCxHo8rIBKCkYEG0USYpF32KLsRt2KxZwogqG8q2i8TgDw6I9/XJmJpGElXIYEHUPRNuve1pZiwkcJY9AcqQqLc31OM3VE4rXhq+j60DzULc5RmDLQStJBTZX8lgUYgu1z2a1d+0dV42K1ElFbSE00blUKdE8TmoKFxxl7Fm6VjUG40qymBRiC6wZoxTye5NphdfY28AZDWUNWAb1aMCE03UUjYQLXmi0juw9KFQRWZLWyuDBaMLhWYNFB48VJONTBeMX6dRBQBASRU/6xxAm2g+F4CFsmbsqnoBLm7B5gIokEy5J9y6F5oZWy2w4Kw+VZNkTMe8oWExbymmspiVbvpcN7LUK5IpZxPGTMd80wCjwJ7XJP2iHLYF+1WWur+TtHzOOVHsX+HSg9iMD4DqHihTIv2q/VV0AhYFsf8W/ngzFJthoAwVWIuWqDcZWQSGNUr+fsD6xbrAbR0JA9QplOzXXhjYQpIYemhqeBuLuGb3fdIAw8Ce14ROuaL6p2xjlzOw4Cb/O+Lt17HoF2KBbdYs3eqUR+JRKs4iCzgORIwN8fYn1i9sLegm1flhLnBp6rcTw+8yE/RaujkDxqhRlufngQOlFvTU05hnJuiXFbDgg1EpViyCXzY4uHq/PiROckGbTwG7M30OjenIUk9WPigI/jxwwMg6hKOnmaiSKQDlBWWB8BosCJilgn6JLUPGZgco18TbX4WlKqmJxXecCdpiS7BrbBA2e5plEyhQlgpAAUo8N6lTnIAFH1hF8IcKmJI1izWgQIS4V/jIzOZ5mTYjSz0PobJEP0TAyMAyFmy6QHlS+MiN7WxfYvul8QVuIgcMW7dAgYlH6z6TuHh5fJEHBoxVk+3KzAMBSqYIFFgg6aTeQ+KqETBD9qwImBDSyiXBAXjxKB0o1wofgRTx3NXzJS4bA19MBTAwWvoOmJJwD8+1SAaT6lorAsVaitgLsGgCBgRywUtjWtvOV6AgRbxSBMrUVorYG7BoAmaEEYaLXxx3uCnhtsLD555gZB77DpTOwKIJGFhL9hknqUKjYSlD+jegzDGiDEIASqdg0QQM2D3wW190DLFSCIPldyH/pAiUly6B0jlYGoB5VPzYFeuY8DQLFOyurkJRyINBenjWJVC8AAsCBvLkN4ofAx3z1UNa1oVNCW1cdAyUOeom1RUNjy7Tw96DBTsTQvNHQV9L1qRlRceHKMkKdvSWhjXSwqq0C+zG1YRjUGBBwKxxlNwqfrROL3fVsDsGy1GgQPayFGppYYED5qWLJSzBgqVBFyZC/XgEGLU+YZTpm5YZEpzPtTbJq79+1ogmdcYr962REx97HoRcdU00hH8dZUDLrHq0zEQ2OBQOgbLE39M5QaDOeHlZ3yzx2QOQr+roGLBboACOyi7JOjd6GgaUq7qAct1rRBOwOx8yXsGCpaFjdGhZTc2g7FJpueawrINHEYNk2qBcOu8J+vSDjT3zvQMLAqZEWvag+RXQiV9wFfM0Qp+V0c3SIki+CP1Dm2BCeuIr7QoSLA3QAB++FOrZstouIgXN2BVYDIEEaPVHmD/xmXYFDRYETI607LHF19SgMaVpKEdPBJ2hQ03SFiS1iE9NlVR1ae9C7Lj65DFcY5QJ/X3uI9Q0wJfhyjRPhaKMjsMAAQLPDIPJwoDuAjawCBEkwUaWA9AUqGXuRLu5BEgEQBbnGy7SnAXm0DIrFb9zhgPR39X1yQBQHlCbrEP2t3ciAoNMCnYuRIfrll8Hs81wUhmADzp37XknT0yABWkiRJGZMJe9g1plc90zHH2zP75//y5iMuz0lTB7rLYUONXvyhryzkZ6FBMVXyS3XR6bEcfPzgwDBOwVKVcek2+9E5EZpiGn6AhLQ6AZYMSCIhr1iAmgyeH3iFRo6MlAMm1cA8M/8XbEg29rujiyqI28pkBzKursCCNzl5Fl3wC9DYsaJNFGliORJrcQaQ6jDsUJbU28lcRntGFAt1axg6Q3keUEFVkYSAQoRZ/KoYYW36kUbpfUvCBI8j75TiJ6Zphunld//VP8SGluHfys7Wyai3VVQOVgIvg9LnjM++Y7vYssJ0bmOiN0bcnJJjbTp5hgKCxFF4gi675QLQaLmtPVwLky9LU3LhwN6WVuSJ+AFskQJCV7BoPFBXBuXI7ILQHzgp9lgDBYjFC1KV6ytWgwD7PoYuk5Fu5YEijlFrUUACQPafUvgyW8qAOggZE8xWvXcLzCg2dMMSrWz1jiBc9WcPRQt/8LMAAXjWtbKuUlcwAAAABJRU5ErkJggg==) left center/100% auto no-repeat;margin:25px 0 5px}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:DarkSlateGrey;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-7ef251vR.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*/