/**
 *
 *
 *
 *
 *
 *
 */
@font-face {
  font-family: 'freight-sans-medium';
  src: url("../fonts/freight_sans_medium-webfont.eot");
  src: url("../fonts/freight_sans_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/freight_sans_medium-webfont.woff2") format("woff2"), url("../fonts/freight_sans_medium-webfont.woff") format("woff"), url("../fonts/freight_sans_medium-webfont.ttf") format("truetype"), url("../fonts/freight_sans_medium-webfont.svg#freight_sansmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 *  1366 x 768 Version
 *
 *
 */
/* line 47, ../../source/scss/app.scss */
* {
  box-sizing: border-box;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'freight-sans-medium';
}

/* line 54, ../../source/scss/app.scss */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* line 60, ../../source/scss/app.scss */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-family: 'Helvetica','Arial';
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2em;
}

/* line 70, ../../source/scss/app.scss */
iframe {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 92%;
  border: none;
  overflow: hidden;
}

/* line 83, ../../source/scss/app.scss */
.header__wrap {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 76.29237947px;
  border: none;
  margin: 0;
  padding: 0;
}

/* line 96, ../../source/scss/app.scss */
.nav {
  width: 1346px;
  height: 76.29237947px;
  text-align: center;
  padding: 0;
  margin-left: -673px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
}
/* line 106, ../../source/scss/app.scss */
.nav__item {
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0 10px;
  width: 448px;
  height: 76.29237947px;
  overflow: visible;
}
/* line 120, ../../source/scss/app.scss */
.nav__item.unselected .nav__button-image,
.nav__item.unselected .nav__link-text-wrap {
  opacity: 0.5;
}
/* line 125, ../../source/scss/app.scss */
.nav__item--1 {
  left: 16.66666667%;
  margin-left: -224px;
}
/* line 129, ../../source/scss/app.scss */
.nav__item--2 {
  left: 50%;
  margin-left: -224px;
}
/* line 133, ../../source/scss/app.scss */
.nav__item--3 {
  left: 83.33333333%;
  margin-left: -224px;
}
/* line 138, ../../source/scss/app.scss */
.nav__link {
  background-color: #fff;
  display: table;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 7px 7px 10px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 10px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 7px 10px -2px rgba(0, 0, 0, 0.75);
}
/* line 155, ../../source/scss/app.scss */
.nav__link-text-wrap {
  position: relative;
  z-index: 2;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}
/* line 167, ../../source/scss/app.scss */
.nav__link-text {
  margin-left: 20%;
  margin-right: 5%;
  text-align: left;
  display: inline-block;
}
/* line 174, ../../source/scss/app.scss */
.nav__button-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100% 100%;
  background-color: #fff;
  background-repeat: no-repeat;
}
