/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0; padding:0; border:0; outline:0; font-size: 100%; vertical-align:baseline; background:transparent;}
body {line-height:1;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
a {margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}
table {border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}


/* Fonts */
@font-face {
  font-family: E;
  src: url(fonts/EL.ttf);
  font-weight: 300;
}
@font-face {
  font-family: E;
  src: url(fonts/EM.ttf);
  font-weight: 500;
}
/* Type & Colors*/
body{
  font-family:E, sans-serif;
  font-weight:300;
  font-size:20px;
  background:#161616;
  color:#fff;
  background: url(images/logo.svg) no-repeat #161616;
  background-size: 590px 690px;
  background-position: calc(50% + 290px) -72px;
}
strong{font-weight:500;}
a{text-decoration: none;color:#fff;transition: color 0.1s linear;}
a:hover{color:#18bcce;}
.lightBlue{color:#18bcce;}
li>strong>a,p>span>a{white-space: pre;}
nav{font-size: 1.2em;background:#191932;}
h1{
  font-weight: 300;
  font-size: 1.83em;
  text-transform: uppercase;
  line-height: 1.25em;
  letter-spacing: 0.29em;
}
h1>strong{font-size: 1.75em;letter-spacing: 0em;}
h2{font-weight: 500;font-size: 1.3em;text-transform: uppercase;}
h3{font-weight: 500; letter-spacing: 0.05em;}
section:first-of-type>h2{color: #fd1a26;}
p{white-space: pre-line;line-height: 1.2em;}
input, textarea {
  font-size: 1em;
  font-weight: 300;
  color: #000;
}
input::placeholder, textarea::placeholder{
  color:#000;
  font-family:'E',sans-serif;
  font-weight: 300;
}
button{
  font-family: 'E',sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
}
footer>span{
  font-size: 0.92em;
  text-transform: uppercase;
}
footer>div{
  font-weight: 500;
  font-size: 0.85em;
  line-height: 1.2em;
}
/* Width */
nav>ul, header, body>section,footer{
  width:100%;
  max-width: 1080px;
  padding:0 28px;
  box-sizing: border-box;
  margin:0 auto;
}

/* Nav */
nav{width:100%;position: fixed;top:0;left:0; z-index: 5;}
nav ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
nav>ul>li{
  margin-top: 8px;
  margin-bottom: 9px;
  flex-grow: 1;
}
nav>ul>li:first-of-type{margin-right: 10px;}
#hamburger{
  display:none;
  width:47px;
  height:inherit;
  padding:12px 21px;
  background:url('images/hamburger.svg') no-repeat;
  background-position: center;
  box-sizing: border-box;
  flex-grow: 0;
}
/* Header */
header{margin-top: 31px;position: relative;}
h1>strong{display:block;}
h1{position: relative;}
h1::after{
  content:' ';
  display:block;
  position: absolute;
  top: -6px;
  left: 111px;
  width:51px;
  height:59px;
  background:url('images/logo.svg') no-repeat;
}
header>p:first-of-type{margin-top: 16px;}
header>p{margin-top: 9px;}
/* Section */
body>section{margin-top: 20px;}
body>section>p>span{display: block; margin-top: 6px;}
body>section:not(:first-of-type){padding-left: 85px;}
body>section:nth-of-type(2){margin-top:70px;}
body>section:last-of-type{margin-top:30px;}
section:not(:first-of-type)>h2{position: relative;}
section:not(:first-of-type)>h2::after{
  content:' ';
  display:block;
  position: absolute;
  top: -13px;
  left: -57px;
  width:47px;
  height:54px;
  background:url('images/logo.svg') no-repeat;
}
section>section{margin-top: 20px;}
section ul{
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  height: 10em;
  flex-wrap: wrap;
  align-content: flex-start;
}
section ul>li{
  width: 33%;
  padding-left:14px;
  line-height: 1.3em;
  box-sizing: border-box;
  list-style: none;
  position: relative;
  margin-left: 5px;
}
section ul>li::after{
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 200px;
  position: absolute;
  top: 10px;
  left: 2px;
}
section>span{margin-top: 22px; display: block;}

/* Form */
form{margin-top:16px;}
input, textarea{
  width: 636px;
  padding: 6px 0 3px 7px;
  background: #fff;
  border: 1px solid #fff;
  margin-top: 8px;
  margin-left:2px;
}
textarea{height: 14.4em;}
input.missing, textarea.missing{
  border:1px solid #fd1a26;
}
button{
  display: block;
  margin: 9px 0 0 2px;
  padding: 10px 44px 9px 46px;
  background: #18bcce;
  border: none;
}
#formMessage{
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 500;
  display: block;
  max-width: 636px;
  width: 100%;
  padding: 6px 0 3px 7px;
  border:none;
}
.error{
  background:#fd1a26;
}
.success{
  background:#33cc33;
}
/* Footer */
footer{
  margin-top:39px;
  padding:0 85px;
}
hr {
  display:block;
  height:2px;
  border:0;
  background:#18bcce;
}
footer>span{
  margin-top: 33px;
  display: block;
}
footer>ul{
  height:51px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
footer>ul::after{
  content:'';
  display:block;
  width: 2px;
  height:100%;
  background: #18bcce;
  position: absolute;
  top: 0;
  left: 224px;
}
footer>ul>li{
  width: 255px;
  margin: 8px 0;
  list-style: none;
  display:inline-block;
}
#middys{height:32px;}
#neca{height:25px;}
footer>div>span{display:block;}
@media only screen and (max-width: 1080px) {
  body{background-position:525px -72px;}
}
@media only screen and (max-width: 924px) {
  section ul {height: 11em;}
}
@media only screen and (max-width: 800px) {
  section ul {
    display:block;
    columns:2;
    flex-direction: unset;
    height:auto;
    flex-wrap: nowrap;
    align-content: unset;
  }
  section ul>li {
    width: 100%;
    margin-left:1%;
    margin-right:1%;
  }
  #hamburger{display:block;cursor: pointer;}
  nav>ul>li:nth-of-type(2),nav>ul>li:nth-of-type(3){
    display: none;
    width: 250px;
    background: #191932;
    margin-top: 0;
    padding: 20px;
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    z-index: 5;
  }
  nav>ul>li:nth-of-type(2){bottom: -73px;}
  nav>ul>li:nth-of-type(3){bottom: -137px;}
  nav>ul.active>li:nth-of-type(2),nav>ul.active>li:nth-of-type(3){display: block;}
  input, textarea {width: 100%}
  footer>ul{height:7.3vw;}
  footer>ul>li:first-of-type {width:37%;margin-right: 5%;}
  footer>ul>li:last-of-type {width:26%;}
  footer>ul::after {left:39.5%}
  #middys,#neca{height: auto;}
}
@media only screen and (max-width: 650px) {
  section:last-of-type ul{columns:1;}
}
@media only screen and (max-width: 600px) {

  body{background:#161616;}
  header>p, section>p{
    white-space: inherit;
    width: 100%;
  }
  body>section:not(:first-of-type) { padding-left: 28px;}
  section:not(:first-of-type)>h2 {margin-left: 48px;}
  section ul{columns:1;}
  footer{padding:0 28px;}
  footer>ul{margin-top: 10px; margin-bottom: 20px;height: auto;}
  footer>ul>li { display: block;}
  footer>ul>li:first-of-type {width:60%;margin-bottom: 4%;}
  footer>ul>li:last-of-type {width:42%;}
  footer>ul::after{display:none;}
}
@media only screen and (max-width: 353px) {
  nav ul {padding: 0 10px}
nav>ul>li:nth-of-type(2), nav>ul>li:nth-of-type(3) {width: 100%;}
  h1{font-size:1.3em}
  h1::after{top: -7px;left: 78px;width: 39px;height: 45px;}
}
