@font-face {
  src: url("/assets/fonts/Knockout.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/Knockout.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Knockout.woff") format("woff"), url("/assets/fonts/Knockout.ttf") format("truetype"), url("/assets/fonts/Knockout.svg#Knockout") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  src: url("/assets/fonts/Akkurat.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/Akkurat.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Akkurat.woff") format("woff"), url("/assets/fonts/Akkurat.ttf") format("truetype"), url("/assets/fonts/Akkurat.svg#Akkurat") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  src: url("/assets/fonts/Akkurat-Light.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/Akkurat-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Akkurat-Light.woff") format("woff"), url("/assets/fonts/Akkurat-Light.ttf") format("truetype"), url("/assets/fonts/Akkurat-Light.svg#Akkurat-Light") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

/* line 25, ../sass/style.scss */
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 33, ../sass/style.scss */
a, img {
  text-decoration: none;
  border: none;
  outline: none; }

/* line 39, ../sass/style.scss */
ul, li {
  display: inline-block;
  text-indent: 0;
  margin: 0;
  padding: 0; }

/* UTILITY CLASSES
--------------------------------------------------------------------------------*/
/* line 49, ../sass/style.scss */
.bottom-left {
  width: 50%;
  max-width: 300px;
  position: absolute;
  bottom: 6em;
  left: 2em; }

/* line 57, ../sass/style.scss */
.two-col {
  width: 50%;
  max-width: 900px;
  min-width: 280px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2; }
  /* line 65, ../sass/style.scss */
  .two-col p {
    margin: 0; }

/* line 70, ../sass/style.scss */
del {
  text-decoration: none; }

/* line 75, ../sass/style.scss */
.h-center,
.v-center {
  position: relative; }

/* line 79, ../sass/style.scss */
.h-center {
  text-align: center; }

/* line 83, ../sass/style.scss */
.v-center {
  top: 0;
  left: 0;
  -moz-transition: top 0.4s;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  display: table-cell;
  vertical-align: middle; }

/* line 95, ../sass/style.scss */
.content-wrap {
  width: 50%;
  max-width: 300px; }

/* line 100, ../sass/style.scss */
.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 55% center; }

@media (min-width: 760px) {
  /* line 106, ../sass/style.scss */
  .image-bg-right {
    background-position: 60% center; } }
@media (min-width: 1024px) {
  /* line 106, ../sass/style.scss */
  .image-bg-right {
    background-position: 80% center; } }
@media (min-width: 1200px) {
  /* line 106, ../sass/style.scss */
  .image-bg-right {
    background-position: right center; } }

/* TYPOGRAPHY/ RESPONSIVITY
--------------------------------------------------------------------------------*/
/* line 124, ../sass/style.scss */
html {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100; }

/* line 129, ../sass/style.scss */
h1, h2, h3 {
  font-family: 'Knockout 48 A', 'Knockout 48 B';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0.85em;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  color: #8e8279; }

/* line 141, ../sass/style.scss */
h1 {
  font-size: 3.5em; }

/* line 145, ../sass/style.scss */
h2 {
  font-size: 2.8em; }

/* line 149, ../sass/style.scss */
h3 {
  font-size: 2em; }

/* line 153, ../sass/style.scss */
h1 em, h2 em, h3 em {
  display: block;
  font-style: normal;
  color: #003b4c; }

/* line 159, ../sass/style.scss */
small {
  font-size: 0.7em;
  line-height: 1; }
  /* line 162, ../sass/style.scss */
  small.senator-group {
    word-spacing: -0.1em; }

/* line 167, ../sass/style.scss */
html, button {
  font-size: 14px;
  line-height: 1.3em; }

/* line 172, ../sass/style.scss */
a {
  color: #003b4c; }

@media (min-width: 560px) {
  /* line 182, ../sass/style.scss */
  h1 {
    font-size: 8em; }

  /* line 185, ../sass/style.scss */
  h2 {
    font-size: 5em; }

  /* line 188, ../sass/style.scss */
  h3 {
    font-size: 2em; } }
/* line 193, ../sass/style.scss */
body, html, .main-viewport, .main-viewport > ul > li {
  min-height: 300px !important; }

/* NAVIGATION
--------------------------------------------------------------------------------*/
/* line 4, ../sass/_navs.scss */
nav, nav ul {
  display: block;
  height: 3em; }
  @media (min-width: 940px) {
    /* line 4, ../sass/_navs.scss */
    nav, nav ul {
      height: 4.75em; } }

/* line 13, ../sass/_navs.scss */
nav {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #003b4c;
  font-family: 'Knockout 48 A', 'Knockout 48 B';
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 9999; }
  /* line 24, ../sass/_navs.scss */
  nav > div {
    float: left;
    overflow: hidden; }
  /* line 29, ../sass/_navs.scss */
  nav li, nav a, nav button {
    height: 100%;
    color: #fff; }
  /* line 34, ../sass/_navs.scss */
  nav li {
    display: block;
    float: left; }
  /* line 39, ../sass/_navs.scss */
  nav img {
    position: relative;
    width: 30px;
    height: 30px; }
    @media (min-width: 940px) {
      /* line 39, ../sass/_navs.scss */
      nav img {
        width: 40px;
        height: 40px; } }
  /* line 50, ../sass/_navs.scss */
  nav a, nav button {
    width: 30px;
    display: inline-block;
    position: relative;
    color: #000; }
    @media (min-width: 940px) {
      /* line 50, ../sass/_navs.scss */
      nav a, nav button {
        width: 1.3em; } }
  /* line 61, ../sass/_navs.scss */
  nav button {
    display: none; }
  /* line 65, ../sass/_navs.scss */
  nav.open #main-nav ul {
    display: block; }
  /* line 69, ../sass/_navs.scss */
  nav.transition #main-nav ul {
    opacity: 1; }

/* line 74, ../sass/_navs.scss */
#main-nav {
  /* MOBILE NAV */
  /* DESKTOP NAV */ }
  /* line 76, ../sass/_navs.scss */
  #main-nav li {
    font-size: 1.8em;
    line-height: 2.64em; }
  @media (max-width: 939px) {
    /* line 84, ../sass/_navs.scss */
    #main-nav ul, #main-nav li, #main-nav a {
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    /* line 89, ../sass/_navs.scss */
    #main-nav ul {
      display: none;
      background-color: #e3e1df;
      position: fixed;
      bottom: 3em;
      left: 0;
      padding-top: 3em;
      height: 100%;
      max-height: 100%;
      width: 100%;
      z-index: -1;
      border-bottom: 1px solid #fff;
      z-index: 999;
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      -moz-transition: opacity 0.4s;
      transition: opacity 0.4s; }
    /* line 110, ../sass/_navs.scss */
    #main-nav li {
      display: block;
      float: left;
      width: 50%;
      height: 33.333334%;
      overflow: hidden;
      border: 1px solid #fff;
      border-width: 0 1px 1px 0;
      font-size: 1.1em; }
    /* line 129, ../sass/_navs.scss */
    #main-nav a {
      display: block;
      width: 100%;
      height: 100%; }
      /* line 134, ../sass/_navs.scss */
      #main-nav a span {
        position: relative;
        top: 42%;
        font-size: 2em;
        line-height: 0; }
      /* line 141, ../sass/_navs.scss */
      #main-nav a.active {
        background: rgba(255, 255, 255, 0.5);
        color: #003b4c; }
    /* line 147, ../sass/_navs.scss */
    #main-nav button.menu {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 4em;
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      /* @media (max-width: 479px) {
      	right: 2%;
      } */ } }
    @media (max-width: 939px) and (min-width: 940px) {
      /* line 147, ../sass/_navs.scss */
      #main-nav button.menu {
        display: none; } }
  @media (min-width: 940px) {
    /* line 174, ../sass/_navs.scss */
    #main-nav ul {
      z-index: 999; }
      /* line 178, ../sass/_navs.scss */
      #main-nav ul li, #main-nav ul a {
        width: auto;
        color: #fff; }
      /* line 183, ../sass/_navs.scss */
      #main-nav ul a {
        padding: 0 0.5em;
        position: relative; }
        /* line 191, ../sass/_navs.scss */
        #main-nav ul a.active {
          background: #e3e1df;
          color: #003b4c; } }
      @media (min-width: 940px) and (min-width: 1080px) {
        /* line 183, ../sass/_navs.scss */
        #main-nav ul a {
          padding: 0 1em; } }

/* line 201, ../sass/_navs.scss */
#secondary-nav,
#secondary-nav-right {
  position: relative;
  z-index: 1;
  width: 60px;
  background: #e3e1df; }
  @media (min-width: 940px) {
    /* line 201, ../sass/_navs.scss */
    #secondary-nav,
    #secondary-nav-right {
      width: 20%; } }
  /* line 212, ../sass/_navs.scss */
  #secondary-nav img,
  #secondary-nav-right img {
    top: 8px; }
    @media (min-width: 940px) {
      /* line 212, ../sass/_navs.scss */
      #secondary-nav img,
      #secondary-nav-right img {
        top: 14px; } }
  /* line 221, ../sass/_navs.scss */
  #secondary-nav li, #secondary-nav a,
  #secondary-nav-right li,
  #secondary-nav-right a {
    color: #003b4c; }
  /* line 225, ../sass/_navs.scss */
  #secondary-nav .home,
  #secondary-nav-right .home {
    margin-left: 0; }
    @media (min-width: 940px) {
      /* line 225, ../sass/_navs.scss */
      #secondary-nav .home,
      #secondary-nav-right .home {
        margin-left: 5%; } }
  /* line 233, ../sass/_navs.scss */
  #secondary-nav .home,
  #secondary-nav-right .home {
    width: 100%; }
    @media (min-width: 940px) {
      /* line 233, ../sass/_navs.scss */
      #secondary-nav .home,
      #secondary-nav-right .home {
        width: 25%; } }
    @media (min-width: 1080px) {
      /* line 233, ../sass/_navs.scss */
      #secondary-nav .home,
      #secondary-nav-right .home {
        width: 0%; } }
  /* line 245, ../sass/_navs.scss */
  #secondary-nav .slug,
  #secondary-nav-right .slug {
    display: none;
    width: 40%;
    float: right;
    padding-right: 15%;
    text-align: right;
    font-size: 1.8em;
    line-height: 2.64em; }
    @media (min-width: 940px) {
      /* line 245, ../sass/_navs.scss */
      #secondary-nav .slug,
      #secondary-nav-right .slug {
        display: block; } }
    @media (min-width: 1080px) {
      /* line 245, ../sass/_navs.scss */
      #secondary-nav .slug,
      #secondary-nav-right .slug {
        width: 45%; } }

/* line 264, ../sass/_navs.scss */
#secondary-nav {
  width: 140px; }
  @media (max-width: 939px) {
    /* line 264, ../sass/_navs.scss */
    #secondary-nav {
      width: 4em; } }

/* line 270, ../sass/_navs.scss */
#secondary-nav-right {
  float: right;
  margin-right: 4em;
  width: 60px; }
  @media (min-width: 940px) {
    /* line 270, ../sass/_navs.scss */
    #secondary-nav-right {
      margin-right: 0; } }
  @media (min-width: 1080px) {
    /* line 270, ../sass/_navs.scss */
    #secondary-nav-right {
      margin-right: 0; } }
  /* line 281, ../sass/_navs.scss */
  #secondary-nav-right .contact, #secondary-nav-right a {
    width: 4em; }

/* line 286, ../sass/_navs.scss */
#lang-nav {
  position: fixed;
  top: 1.5em;
  right: 1.5em;
  z-index: 99; }
  /* line 291, ../sass/_navs.scss */
  #lang-nav span, #lang-nav ul {
    display: inline-block;
    vertical-align: top; }
  /* line 295, ../sass/_navs.scss */
  #lang-nav span {
    line-height: 2.2em;
    margin-right: 0.25em; }
  /* line 300, ../sass/_navs.scss */
  #lang-nav ul {
    font-size: 3em;
    height: 0.7em;
    overflow: hidden; }
    /* line 305, ../sass/_navs.scss */
    #lang-nav ul li {
      height: 0.5em;
      border: 0.1em solid #ccc;
      display: block;
      float: none; }
      /* line 311, ../sass/_navs.scss */
      #lang-nav ul li a {
        height: 0.5em;
        width: auto;
        display: block; }
      /* line 317, ../sass/_navs.scss */
      #lang-nav ul li img {
        height: 100%;
        width: auto;
        display: block; }
  /* line 326, ../sass/_navs.scss */
  #lang-nav.open ul {
    height: 2.1em; }
    /* line 329, ../sass/_navs.scss */
    #lang-nav.open ul li {
      opacity: 0.5; }
      /* line 331, ../sass/_navs.scss */
      #lang-nav.open ul li:hover {
        opacity: 1; }

/* HOME PAGE
--------------------------------------------------------------------------------*/
/* line 203, ../sass/style.scss */
.page-home p, .page-contact p {
  margin: 0.8em 0;
  font-size: 1em;
  color: #003b4c; }
  @media (min-width: 560px) {
    /* line 203, ../sass/style.scss */
    .page-home p, .page-contact p {
      font-size: 1.7em; } }
  /* line 212, ../sass/style.scss */
  .page-home p + p, .page-contact p + p {
    margin-bottom: 0;
    line-height: 1em;
    color: #000; }
/* line 219, ../sass/style.scss */
.page-home h1 + p, .page-contact h1 + p {
  margin-top: 2em; }
  @media (max-width: 560px) {
    /* line 219, ../sass/style.scss */
    .page-home h1 + p, .page-contact h1 + p {
      margin-top: 0.5em; } }
/* line 228, ../sass/style.scss */
.page-home .byline-en,
.page-home .byline-fr,
.page-home .byline-de, .page-contact .byline-en,
.page-contact .byline-fr,
.page-contact .byline-de {
  position: relative;
  top: -2px;
  vertical-align: top;
  display: block;
  margin: 0.5em 0 0 0;
  width: 200px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("/assets/img/assets/byline.png") no-repeat;
  background-size: contain; }
  @media (min-width: 560px) {
    /* line 228, ../sass/style.scss */
    .page-home .byline-en,
    .page-home .byline-fr,
    .page-home .byline-de, .page-contact .byline-en,
    .page-contact .byline-fr,
    .page-contact .byline-de {
      display: inline-block;
      margin: 0; } }
/* line 246, ../sass/style.scss */
.page-home .byline-fr, .page-contact .byline-fr {
  background-image: url("/assets/img/assets/byline-fr.png"); }
/* line 249, ../sass/style.scss */
.page-home .byline-de, .page-contact .byline-de {
  background-image: url("/assets/img/assets/byline-de.png");
  width: 220px; }
/* line 254, ../sass/style.scss */
.page-home .image-1, .page-contact .image-1 {
  background-image: url("/assets/img/placeholder/home-1.jpg"); }
  @media (max-width: 560px) {
    /* line 254, ../sass/style.scss */
    .page-home .image-1, .page-contact .image-1 {
      background-position: 66% bottom; } }
/* line 261, ../sass/style.scss */
.page-home .image-2, .page-contact .image-2 {
  background-image: url("/assets/img/hires/flexible-final.jpg");
  background-position: right top; }
  /* line 265, ../sass/style.scss */
  .page-home .image-2 h1, .page-contact .image-2 h1 {
    font-size: 3.1em;
    line-height: 1em;
    max-width: 980px; }
    @media (min-width: 560px) {
      /* line 265, ../sass/style.scss */
      .page-home .image-2 h1, .page-contact .image-2 h1 {
        font-size: 3.8em; } }
  /* line 275, ../sass/style.scss */
  .page-home .image-2 > section, .page-contact .image-2 > section {
    padding-left: 2em;
    padding-right: 6em !important; }
    @media (min-width: 480px) {
      /* line 275, ../sass/style.scss */
      .page-home .image-2 > section, .page-contact .image-2 > section {
        padding-left: 6em;
        text-align: center; } }

/* FLEXIBLE PAGE
--------------------------------------------------------------------------------*/
/* line 291, ../sass/style.scss */
.page-flexible .image-1 {
  background-image: url("/assets/img/placeholder/flexible-1.jpg"); }
  @media (max-width: 479px) {
    /* line 291, ../sass/style.scss */
    .page-flexible .image-1 {
      background-position: -20px center; } }
  /* line 298, ../sass/style.scss */
  .page-flexible .image-1 h1 {
    margin-bottom: 0.25em; }
    @media (min-width: 480px) {
      /* line 298, ../sass/style.scss */
      .page-flexible .image-1 h1 {
        font-size: 7em; } }
  /* line 306, ../sass/style.scss */
  .page-flexible .image-1 > section {
    padding-right: 55%; }
    @media (max-width: 960px) {
      /* line 306, ../sass/style.scss */
      .page-flexible .image-1 > section {
        padding-right: 50%; } }
    @media (max-width: 560px) {
      /* line 306, ../sass/style.scss */
      .page-flexible .image-1 > section {
        padding-right: 2em; } }
  @media (min-width: 479px) {
    /* line 320, ../sass/style.scss */
    .page-flexible .image-1 p {
      width: 70%;
      max-width: 300px; } }
/* line 327, ../sass/style.scss */
.page-flexible .image-2 {
  background-image: url("/assets/img/hires/dreamer-final.jpg");
  background-position: right center; }
  /* line 334, ../sass/style.scss */
  .page-flexible .image-2 h1 {
    font-size: 3.1em;
    line-height: 1em;
    max-width: 960px; }
    @media (min-width: 560px) {
      /* line 334, ../sass/style.scss */
      .page-flexible .image-2 h1 {
        font-size: 3.8em; } }
  /* line 344, ../sass/style.scss */
  .page-flexible .image-2 > section {
    padding-left: 6em;
    padding-right: 6em; }
    @media (max-width: 560px) {
      /* line 344, ../sass/style.scss */
      .page-flexible .image-2 > section {
        padding-left: 2em;
        text-align: left; } }

/* INTELLIGENT PAGE
--------------------------------------------------------------------------------*/
/* line 363, ../sass/style.scss */
.page-intelligent article ul.features {
  display: block;
  list-style: disc;
  padding: 10px; }
  /* line 367, ../sass/style.scss */
  .page-intelligent article ul.features li {
    display: list-item;
    list-style: disc;
    margin: 10px;
    padding: 0 10px; }
/* line 376, ../sass/style.scss */
.page-intelligent .spacer {
  display: none; }
@media (max-width: 459px) {
  /* line 380, ../sass/style.scss */
  .page-intelligent .spacer {
    display: block;
    height: 2em; } }

/* line 386, ../sass/style.scss */
#rotate-wrap {
  position: relative;
  height: 0;
  padding-bottom: 133.333333333333%;
  /* #rotate-nav-wrap:after {
  		content: "";
  		display: block;
  		position: absolute;
  		bottom: 50%; left: 50%;
  		width: 50px; height: 50px;
  		margin: -25px 0 0 -25px;
  		background: url('/assets/img/assets/rotate-icon.png') left top no-repeat;
  }
  #rotate-nav-wrap:active:after{
  		display: none;
  } */ }
  @media (min-width: 460px) {
    /* line 386, ../sass/style.scss */
    #rotate-wrap {
      width: 405px;
      height: 540px;
      margin: 0 auto 3em;
      padding-bottom: 0; } }
  @media (min-width: 760px) {
    /* line 386, ../sass/style.scss */
    #rotate-wrap {
      margin-top: -20px; } }
  @media (max-width: 459px) {
    /* line 386, ../sass/style.scss */
    #rotate-wrap {
      width: 180px;
      height: 240px;
      padding-bottom: 0;
      margin: 0 auto 4em; }
      /* line 409, ../sass/style.scss */
      #rotate-wrap #rotate-img-wrap img {
        width: 900% !important;
        height: auto !important; }
      /* line 413, ../sass/style.scss */
      #rotate-wrap #rotate-nav-wrap:after {
        height: 1.5em !important;
        background-size: contain !important;
        background-position: center center !important; } }
  /* line 420, ../sass/style.scss */
  #rotate-wrap > div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    cursor: move;
    /* No text selection */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  /* line 438, ../sass/style.scss */
  #rotate-wrap #rotate-nav-wrap {
    overflow: visible; }
  /* line 442, ../sass/style.scss */
  #rotate-wrap #rotate-nav {
    position: absolute;
    bottom: -3.5em;
    width: 100%;
    text-align: center; }
    /* line 448, ../sass/style.scss */
    #rotate-wrap #rotate-nav a {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      border: 1em solid white;
      background: #8e8279;
      border-radius: 50%;
      cursor: pointer;
      overflow: hidden;
      text-indent: -999px;
      z-index: 999; }
      @media (max-width: 459px) {
        /* line 448, ../sass/style.scss */
        #rotate-wrap #rotate-nav a {
          border-width: 0.5em; } }
      @media (max-width: 360px) {
        /* line 448, ../sass/style.scss */
        #rotate-wrap #rotate-nav a {
          border-width: 0;
          margin: 0 0.25em; } }
      /* line 467, ../sass/style.scss */
      #rotate-wrap #rotate-nav a.active {
        background: #003b4c; }
  /* line 473, ../sass/style.scss */
  #rotate-wrap img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: auto !important;
    height: 100% !important; }
  /* line 493, ../sass/style.scss */
  #rotate-wrap #rotate-nav-wrap:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1em;
    left: 50%;
    width: 70px;
    height: 50px;
    margin: -25px 0 0 -35px;
    background: url("/assets/img/assets/rotate-icon-2.png") left top no-repeat; }

/* line 507, ../sass/style.scss */
.rotate {
  display: inline; }
  /* line 510, ../sass/style.scss */
  .rotate li {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    transition: opacity 2s; }
    /* line 518, ../sass/style.scss */
    .rotate li.sticky {
      opacity: 1; }
    /* line 522, ../sass/style.scss */
    .rotate li:first-child {
      display: inline; }

/* line 528, ../sass/style.scss */
.rotate-imgs {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: -1; }
  @media (max-width: 760px) {
    /* line 528, ../sass/style.scss */
    .rotate-imgs {
      display: none; } }
  /* line 540, ../sass/style.scss */
  .rotate-imgs li {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    transition: opacity 2s; }
    /* line 550, ../sass/style.scss */
    .rotate-imgs li.sticky {
      opacity: 1;
      display: block; }
    /* line 555, ../sass/style.scss */
    .rotate-imgs li img {
      width: 80%; }

/* line 561, ../sass/style.scss */
.caption {
  color: #003b4c;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5em; }
  /* line 566, ../sass/style.scss */
  .caption p {
    padding: 0.5em;
    margin: 0; }

/* line 572, ../sass/style.scss */
.arrow {
  position: absolute;
  border-style: solid;
  border-color: #003b4c; }

/* line 579, ../sass/style.scss */
.caption,
.caption span {
  display: block; }

/* line 583, ../sass/style.scss */
.arrow span {
  position: absolute;
  bottom: -9px;
  left: -9px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #eee; }

/* line 593, ../sass/style.scss */
.caption-1 {
  top: 25%;
  left: 10%;
  width: 40%;
  max-width: 200px; }
  /* line 599, ../sass/style.scss */
  .caption-1 .arrow {
    top: 50%;
    left: 100%;
    height: 100%;
    width: 100%;
    border-width: 1px 1px 0 0; }
    /* line 605, ../sass/style.scss */
    .caption-1 .arrow span {
      left: auto;
      right: -9px; }

/* line 612, ../sass/style.scss */
.caption-2 {
  top: 40%;
  right: 50%;
  width: 40%;
  max-width: 200px; }
  /* line 618, ../sass/style.scss */
  .caption-2 .arrow {
    top: 50%;
    left: 100%;
    height: 0;
    width: 100%;
    border-width: 1px 0 0 0; }
    /* line 624, ../sass/style.scss */
    .caption-2 .arrow span {
      left: auto;
      right: -9px; }

/* line 631, ../sass/style.scss */
.caption-3 {
  top: 40%;
  left: 50%;
  width: 40%;
  max-width: 200px; }
  /* line 637, ../sass/style.scss */
  .caption-3 .arrow {
    top: 50%;
    right: 100%;
    height: 0;
    width: 50%;
    border-width: 1px 0 0 0; }

/* line 646, ../sass/style.scss */
.caption-4 {
  top: 20%;
  right: 15%;
  width: 50%;
  max-width: 200px; }
  /* line 652, ../sass/style.scss */
  .caption-4 .arrow {
    top: 100%;
    left: 0%;
    height: 3em;
    width: 33%;
    border-width: 0 1px 1px 0; }

/* line 661, ../sass/style.scss */
.caption-5 {
  top: 75%;
  left: 50%;
  width: 50%;
  max-width: 200px; }
  @media (max-width: 460px) {
    /* line 661, ../sass/style.scss */
    .caption-5 {
      top: 60%; } }
  /* line 670, ../sass/style.scss */
  .caption-5 .arrow {
    top: 50%;
    right: 100%;
    height: 0;
    width: 50%;
    border-width: 1px 0 0 0; }

@media (min-width: 960px) {
  /* line 685, ../sass/style.scss */
  .page-intelligent .slide-1 section > article {
    width: 50%;
    float: left; }
    /* line 689, ../sass/style.scss */
    .page-intelligent .slide-1 section > article#rotate-wrap {
      float: right; }
    /* line 693, ../sass/style.scss */
    .page-intelligent .slide-1 section > article h1 {
      margin-top: 1.5em; } }

/* line 703, ../sass/style.scss */
.page-details .slide-inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  outline: 1px solid white !important; }
/* line 715, ../sass/style.scss */
.page-details .image-1 .slide-inner {
  background-image: url("/assets/img/placeholder/intelligent-1.jpg"); }
/* line 722, ../sass/style.scss */
.page-details .image-2 .slide-inner {
  background-image: url("/assets/img/placeholder/intelligent-2.jpg"); }
/* line 729, ../sass/style.scss */
.page-details .image-3 .slide-inner {
  background-image: url("/assets/img/placeholder/intelligent-3.jpg"); }
/* line 736, ../sass/style.scss */
.page-details .image-4 .slide-inner {
  background-image: url("/assets/img/placeholder/intelligent-4.jpg"); }
/* line 743, ../sass/style.scss */
.page-details .image-5 .slide-inner {
  background-image: url("/assets/img/placeholder/intelligent-5.jpg"); }

/* LIGHTWEIGHT PAGE
--------------------------------------------------------------------------------*/
/* line 754, ../sass/style.scss */
.sprite,
.sprite span {
  position: absolute;
  right: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: left bottom; }

/* line 764, ../sass/style.scss */
.sprite {
  top: 0;
  height: 200%;
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }
  /* line 775, ../sass/style.scss */
  .sprite span {
    bottom: 0;
    height: 100%;
    border-left: 2px solid #d1d3d4; }

/* line 783, ../sass/style.scss */
#sprite-chair {
  display: none;
  right: -60px;
  width: 326px;
  min-height: 470px;
  background-image: url(../img/assets/lightweight-chair.png);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0); }
  /* line 795, ../sass/style.scss */
  #sprite-chair span {
    width: 54.5%;
    margin-bottom: 468px; }
  @media (min-width: 640px) {
    /* line 783, ../sass/style.scss */
    #sprite-chair {
      display: block; } }
  @media (min-width: 960px) {
    /* line 783, ../sass/style.scss */
    #sprite-chair {
      right: 20px; } }

/* line 809, ../sass/style.scss */
.transition #sprite-chair {
  -webkit-transform: translateY(-56%);
  -moz-transform: translateY(-56%);
  transform: translateY(-56%); }

/* line 815, ../sass/style.scss */
#sprite-weight {
  display: none;
  right: 200px;
  width: 220px;
  min-height: 202px;
  background-image: url(../img/assets/lightweight-weight.png);
  -webkit-transform: translateY(-56%);
  -moz-transform: translateY(-56%);
  transform: translateY(-56%); }
  /* line 827, ../sass/style.scss */
  #sprite-weight span {
    width: 49.8%;
    margin-bottom: 195px; }
  @media (min-width: 800px) {
    /* line 815, ../sass/style.scss */
    #sprite-weight {
      display: block; } }
  @media (min-width: 960px) {
    /* line 815, ../sass/style.scss */
    #sprite-weight {
      right: 360px; } }
  @media (-webkit-min-device-pixel-ratio: 2) {
    /* line 815, ../sass/style.scss */
    #sprite-weight {
      background-image: url(../img/assets/lightweight-weight@2x.png);
      background-size: 220px 202px; } }

/* line 846, ../sass/style.scss */
.transition #sprite-weight {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0); }

/* line 854, ../sass/style.scss */
.page-lightweight main {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2em 1em 0 1em;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 760px) {
    /* line 854, ../sass/style.scss */
    .page-lightweight main {
      padding: 2em 6em 0 6em; } }
/* line 871, ../sass/style.scss */
.page-lightweight section {
  overflow-y: hidden !important; }
/* line 875, ../sass/style.scss */
.page-lightweight h1 {
  max-width: 400px;
  margin-bottom: 0.25em; }
  @media (min-width: 480px) {
    /* line 875, ../sass/style.scss */
    .page-lightweight h1 {
      font-size: 5em; } }
  /* line 883, ../sass/style.scss */
  .page-lightweight h1 em {
    display: inline; }
/* line 888, ../sass/style.scss */
.page-lightweight h1, .page-lightweight p {
  position: relative;
  z-index: 1; }
@media (min-width: 479px) {
  /* line 895, ../sass/style.scss */
  .page-lightweight p {
    width: 70%;
    max-width: 300px; } }
/* line 901, ../sass/style.scss */
.page-lightweight p {
  padding-bottom: 4em; }

/* INSPIRED PAGE
--------------------------------------------------------------------------------*/
/* line 910, ../sass/style.scss */
.page-inspired .image-1 {
  background-image: url("/assets/img/hires/inspired.jpg"); }

/* ELEGANT PAGE
--------------------------------------------------------------------------------*/
/* line 921, ../sass/style.scss */
.page-elegant {
  	/* p {
  		display: none;
  	}
  	.rotate-imgs {
  		overflow: hidden;
  		position: absolute;
  		width: 100%;
  		height: 100%;
  		top: -70px;
  		left: 0;
  		z-index: -1;
  		li {
  			-webkit-transition: opacity 0s;
  			-moz-transition: opacity 0s;
  			transition: opacity 0s;
  		}
  		img {
  			height: 768px!important;
  			width: 1024px!important
  		}
  	}
  	@media (min-width: 960px) and (min-height: 600px) {
  
  		h1 {
  			margin-top: 1.5em;
  		}
  	}
  
  	@media (min-width: 479px) {
  
  		p {
  			width: 70%;
  			max-width: 250px;
  		}
  	} */ }
  /* line 922, ../sass/style.scss */
  .page-elegant .v-center {
    overflow-x: hidden; }
  /* line 925, ../sass/style.scss */
  .page-elegant h1 {
    white-space: nowrap;
    font-size: 5.8em;
    line-height: 1.5em;
    margin-bottom: 0.25em;
    padding-right: 12%;
    position: relative;
    /* top: 50%;
    margin-top: -2.25em; */
    /* Span positioning */
    /* List style & positioning */
    /* Opacity animation */
    /* #slideshow .slide.sticky {
    	display: block!important;
    } */ }
    @media (max-width: 1065px) {
      /* line 925, ../sass/style.scss */
      .page-elegant h1 {
        font-size: 4em; } }
    @media (max-width: 780px) {
      /* line 925, ../sass/style.scss */
      .page-elegant h1 {
        font-size: 3em; } }
    @media (max-width: 570px) {
      /* line 925, ../sass/style.scss */
      .page-elegant h1 {
        font-size: 2.5em; } }
    @media (max-width: 480px) {
      /* line 925, ../sass/style.scss */
      .page-elegant h1 {
        font-size: 2em; } }
    @media (max-width: 400px) {
      /* line 925, ../sass/style.scss */
      .page-elegant h1 {
        font-size: 1.5em; } }
    @media (min-width: 480px) {
      /* line 925, ../sass/style.scss */
      .page-elegant h1 {
        padding-right: 30%; } }
    @media (min-width: 560px) {
      /* line 925, ../sass/style.scss */
      .page-elegant h1 {
        padding-right: 45%; } }
    @media (min-width: 760px) {
      /* line 925, ../sass/style.scss */
      .page-elegant h1 {
        padding-right: 0; } }
    /* line 965, ../sass/style.scss */
    .page-elegant h1 em, .page-elegant h1 ul {
      vertical-align: top; }
    /* line 968, ../sass/style.scss */
    .page-elegant h1 em {
      position: relative;
      top: 1.5em;
      display: inline-block; }
    /* line 975, ../sass/style.scss */
    .page-elegant h1 ul, .page-elegant h1 li {
      list-style: none;
      display: inline-block;
      margin: 0;
      padding: 0;
      text-indent: 0; }
    /* line 981, ../sass/style.scss */
    .page-elegant h1 li {
      display: block;
      position: relative;
      top: -1.5em;
      color: #8e8279; }
    /* line 988, ../sass/style.scss */
    .page-elegant h1 ul {
      height: 4.5em; }
    /* line 991, ../sass/style.scss */
    .page-elegant h1 li img {
      height: 1em;
      position: relative;
      bottom: -0.1em;
      vertical-align: baseline; }
    /* line 999, ../sass/style.scss */
    .page-elegant h1 li {
      opacity: 0.25;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
    /* line 1004, ../sass/style.scss */
    .page-elegant h1 li.active {
      opacity: 1; }
    /* line 1007, ../sass/style.scss */
    .page-elegant h1 li.last {
      opacity: 0; }
  /* line 1016, ../sass/style.scss */
  .page-elegant .bottom-left {
    position: static;
    left: 6em; }
    @media (max-width: 480px) {
      /* line 1016, ../sass/style.scss */
      .page-elegant .bottom-left {
        width: 66%; } }

/* line 1060, ../sass/style.scss */
.ie10.page-elegant .bottom-left {
  position: absolute; }

/* SPECIFICS
--------------------------------------------------------------------------------*/
/* line 1068, ../sass/style.scss */
.gallery-slide {
  background: white center no-repeat;
  background-size: cover; }

/* line 1073, ../sass/style.scss */
.play-button {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  background: black;
  border: none;
  outline: none;
  margin: 1em auto 0;
  padding: 0;
  border-radius: 50%;
  position: relative;
  text-indent: -10000px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px; }
  /* line 1092, ../sass/style.scss */
  .play-button span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -7px;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 22px solid white; }
  /* line 1105, ../sass/style.scss */
  .play-button:hover {
    background: #ccc; }
    /* line 1108, ../sass/style.scss */
    .play-button:hover span {
      border-left-color: #000; }
  @media (min-width: 960px) {
    /* line 1073, ../sass/style.scss */
    .play-button {
      width: 100px;
      height: 100px;
      margin: -50px 0 0 -50px; }
      /* line 1117, ../sass/style.scss */
      .play-button span {
        margin: -24px 0 0 -14px;
        border-bottom: 24px solid transparent;
        border-top: 24px solid transparent;
        border-left: 44px solid white; } }

/* #player-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	.video-wrap {
		border: none;
		position: fixed;
		top: 3em;
		left: 0;
		bottom: 0;
		width: 100%;
		border: 1px solid #fff;
		border-width: 1px 0;

		@media (min-width: 760px) {
			top: 4.75em;
		}

		iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	}

	.close-button {
		position: fixed;
		width: 100%;
		text-align: right;
		top: 0;
		right: 0;
		color: #fff;
		background: #000;
		border: none;
		display: block !important;
		padding: 0 1em 0 0;
		cursor: pointer;
		font-family: 'Knockout';
		display: none;

		height: 3em;
		line-height: 3em;

		@media (min-width: 760px) {
			height: 4.75em;
			line-height: 4.75em;
		}

		span {
			font-size: 2em;
			text-transform: uppercase;
		}
	}

	display: none;
} */
/* line 1187, ../sass/style.scss */
#lightbox {
  display: none;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0; }
  /* line 1195, ../sass/style.scss */
  #lightbox iframe {
    width: 100%;
    height: 100%;
    padding-top: 35px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    z-index: 998; }
  /* line 1206, ../sass/style.scss */
  #lightbox .close-button {
    outline: 1px solid #666;
    color: #ccc;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: right;
    padding-right: 10px;
    z-index: 999;
    background: #222;
    border: none;
    cursor: pointer; }
    /* line 1220, ../sass/style.scss */
    #lightbox .close-button:hover {
      color: #eee;
      background: #333; }

/* Contact page
--------------------------------------------------------------------------------*/
/* line 1230, ../sass/style.scss */
.downloads {
  padding-top: 1em;
  max-width: 50%; }
  /* line 1234, ../sass/style.scss */
  .downloads .button {
    background: #003b4c;
    display: inline-block;
    color: #fff;
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 1em;
    padding: 0.25em 0.5em;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 400;
    margin-bottom: 0.25em; }
  @media (min-width: 780px) {
    /* line 1230, ../sass/style.scss */
    .downloads {
      font-size: 1.25em; } }
  @media (min-width: 960px) {
    /* line 1230, ../sass/style.scss */
    .downloads {
      font-size: 1.75em; }
      /* line 1251, ../sass/style.scss */
      .downloads .button {
        padding: 0.5em; } }

/* line 1258, ../sass/style.scss */
.social-icons a {
  text-decoration: none;
  display: inline-block; }
/* line 1262, ../sass/style.scss */
.social-icons img {
  position: static;
  width: 2em;
  height: auto;
  margin: 0.75em 0.1em 0; }

/* line 1269, ../sass/style.scss */
#lock-up {
  display: block;
  height: 1.25em;
  margin: 0.25em 0; }

/* line 1274, ../sass/style.scss */
#senator-group {
  display: block;
  height: 0.75em; }

/* Slideshow
--------------------------------------------------------------------------------*/
/* line 1283, ../sass/style.scss */
#slideshow, #slideshow section {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1292, ../sass/style.scss */
#slideshow {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 3em;
  /* No iOS tap highlight */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* No text selection */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* No IE10 default touch actions */
  -ms-touch-action: none; }
  @media (min-width: 940px) {
    /* line 1292, ../sass/style.scss */
    #slideshow {
      padding-bottom: 4.75em; } }
  /* line 1317, ../sass/style.scss */
  #slideshow section {
    position: absolute;
    bottom: 0;
    padding: 2em 1em;
    overflow-x: hidden;
    overflow-y: auto; }
    @media (min-width: 760px) {
      /* line 1317, ../sass/style.scss */
      #slideshow section {
        padding: 2em 6em; } }
    /* line 1328, ../sass/style.scss */
    #slideshow section.quote {
      position: relative;
      text-align: left; }
      /* line 1332, ../sass/style.scss */
      #slideshow section.quote h1 {
        font-size: 2em; }
      @media (min-width: 760px) {
        /* line 1328, ../sass/style.scss */
        #slideshow section.quote {
          text-align: center; }
          /* line 1339, ../sass/style.scss */
          #slideshow section.quote h1 {
            font-size: 4em; } }

/* line 1347, ../sass/style.scss */
#slideshow .strip {
  position: relative;
  overflow: hidden; }

/* line 1353, ../sass/style.scss */
#slideshow .strip,
#slideshow .slide {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* line 1363, ../sass/style.scss */
#slideshow .strip,
#slideshow .slide,
#slideshow > button {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }

/* line 1368, ../sass/style.scss */
#slideshow .slide {
  position: absolute;
  display: none;
  outline: none; }

/* line 1374, ../sass/style.scss */
#slideshow .slide.sticky {
  display: table; }

/* line 1378, ../sass/style.scss */
#slideshow > button {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0; }

/*
Theme
----------------------------------- */
/* line 1394, ../sass/style.scss */
#slideshow a.next,
#slideshow a.previous {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  float: left;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -999px;
  margin-right: 1em;
  border-bottom: 1.25em solid transparent;
  border-top: 1.25em solid transparent;
  border-right: 2em solid #003b4c; }
  /* line 1415, ../sass/style.scss */
  #slideshow a.next.disabled,
  #slideshow a.previous.disabled {
    border-right: 2em solid #8e8279;
    cursor: default; }
  /* line 1420, ../sass/style.scss */
  #slideshow a.next.next,
  #slideshow a.previous.next {
    border-right: none;
    border-left: 2em solid #003b4c; }
    /* line 1424, ../sass/style.scss */
    #slideshow a.next.next.disabled,
    #slideshow a.previous.next.disabled {
      border-right: none;
      border-left: 2em solid #8e8279; }
/* line 1431, ../sass/style.scss */
#slideshow .buttons {
  position: fixed;
  top: 50%;
  margin-top: -1em;
  right: 1em;
  width: 6em;
  z-index: 5; }
/* line 1440, ../sass/style.scss */
#slideshow.disabled .buttons {
  display: none; }

/* line 1445, ../sass/style.scss */
#slideshow > button::-moz-focus-inner {
  margin: -1px;
  padding: 0; }

/* line 1450, ../sass/style.scss */
.advanced #slideshow > button b {
  display: block;
  width: 23px;
  height: 36px;
  background: transparent url(../img/arrow.png) no-repeat 0 -36px;
  background: rgba(0, 0, 0, 0) url(../img/arrow.svg) no-repeat 0 -36px;
  background-size: 23px 72px;
  text-indent: -10000px; }

/* line 1463, ../sass/style.scss */
#slideshow button.next {
  padding-right: 7px;
  padding-left: 10px; }

/* line 1468, ../sass/style.scss */
#slideshow button.next b {
  left: 10px; }

/* line 1472, ../sass/style.scss */
#slideshow button.next b {
  background-position: 0 0; }

/* line 1476, ../sass/style.scss */
#slideshow .markers {
  display: none; }

/* ------------------------------------------------------------------------

	LANGUAGE FIXES 

------------------------------------------------------------------------ */
@media (min-width: 940px) {
  /* line 1487, ../sass/style.scss */
  .lang-fr #secondary-nav {
    width: 200px !important; }
    /* line 1490, ../sass/style.scss */
    .lang-fr #secondary-nav .slug {
      width: 50%; }
    /* line 1493, ../sass/style.scss */
    .lang-fr #secondary-nav .home {
      width: 20%; } }

/* line 1504, ../sass/style.scss */
.lang-fr.page-elegant h1,
.lang-de.page-elegant h1 {
  font-size: 5em; }
  @media (max-width: 1280px) {
    /* line 1504, ../sass/style.scss */
    .lang-fr.page-elegant h1,
    .lang-de.page-elegant h1 {
      font-size: 4em; } }
  @media (max-width: 1060px) {
    /* line 1504, ../sass/style.scss */
    .lang-fr.page-elegant h1,
    .lang-de.page-elegant h1 {
      font-size: 3em; } }
  @media (max-width: 840px) {
    /* line 1504, ../sass/style.scss */
    .lang-fr.page-elegant h1,
    .lang-de.page-elegant h1 {
      font-size: 2.5em; } }
  @media (max-width: 620px) {
    /* line 1504, ../sass/style.scss */
    .lang-fr.page-elegant h1,
    .lang-de.page-elegant h1 {
      font-size: 2em; } }
  @media (max-width: 490px) {
    /* line 1504, ../sass/style.scss */
    .lang-fr.page-elegant h1,
    .lang-de.page-elegant h1 {
      font-size: 1.5em; } }
  @media (max-width: 360px) {
    /* line 1504, ../sass/style.scss */
    .lang-fr.page-elegant h1,
    .lang-de.page-elegant h1 {
      font-size: 1.25em; } }
