* {
  margin: 0;
  padding: 0;
  border: 0;
}
@font-face {
  font-family: 'Nexa';
  src: url('../font/nexa_bold-webfont.eot');
  src: url('../font/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/nexa_bold-webfont.woff') format('woff'), url('../font/nexa_bold-webfont.ttf') format('truetype'), url('../font/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa';
  src: url('../font/nexa_light-webfont.eot');
  src: url('../font/nexa_light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/nexa_light-webfont.woff') format('woff'), url('../font/nexa_light-webfont.ttf') format('truetype'), url('../font/nexa_light-webfont.svg#nexa_lightregular') format('svg');
  font-weight: 300;
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 450px;
}
body {
  font-family: Nexa, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: #5b6f7b;
  font-weight: 700;
}
a:hover,
a:focus {
  color: #303a40;
}
.line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cols {
  display: table;
  width: 100%;
  height: 100%;
}
.cols .col {
  position: relative;
  display: table-cell;
  padding-right: 4%;
  padding-left: 4%;
  width: 50%;
  height: 100%;
  min-width: 280px;
  vertical-align: middle;
}
.cols .col.col-2 {
  background: #5b6f7b;
}
.logo {
  width: 100%;
  height: auto;
}
.contact-info {
  position: absolute;
  color: #5b6f7b;
  bottom: 5%;
}
.gecko .contact-info {
  left: 4%;
}
.tagline {
  margin-top: 150px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-align: right;
  text-transform: lowercase;
}
.tagline span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26.4px;
}
.tagline .coming {
  margin-top: 100px;
  font-size: 24px;
  font-weight: 700;
  text-transform: lowercase;
}
.privacy-link {
  display: block;
  position: absolute;
  bottom: 5%;
  right: 4%;
  color: #fff;
}
.privacy-link:hover {
  color: #dee2e5;
}
.ie8 .cols .col,
.ie7 .cols .col {
  padding: 0;
}
.ie8 .logo,
.ie7 .logo,
.ie8 .contact-info,
.ie7 .contact-info,
.ie8 .tagline,
.ie7 .tagline {
  margin-right: 8%;
  margin-left: 8%;
  width: 84%;
}
.ie7 body {
  background: #5b6f7b;
}
.ie7 .cols .col {
  float: left;
  width: 49.9%;
}
.ie7 .cols .col.col-1 {
  background: #fff;
}
.ie7 .logo {
  margin-top: 38%;
}
