@import url(../bower_components/normalize-css/normalize.css);
body, html {
  width: 100%;
  height: 100%; }

.canvas {
  width: 1200px;
  margin: 0 auto; }

p {
  margin: 0 0 1.5em; }
  p:last-child {
    margin: 0; }

img {
  border: none; }

a {
  color: inherit; }
  a.more {
    text-decoration: none; }
    a.more:before {
      content: ">> "; }

h2 a {
  text-decoration: none; }

h4 {
  color: #363C00;
  margin: 0 0 1.5em; }
  h4 a {
    text-decoration: none; }

dl {
  width: 90%; }
  dl dt {
    display: block;
    clear: both;
    float: left;
    width: 20%;
    margin: 1.5em 0 0 0;
    padding: 0; }
  dl dd {
    display: block;
    float: left;
    width: 80%;
    margin: 1.5em 0 0 0;
    padding: 0; }

.canvas {
  margin-bottom: 50px;
  padding: 0 0 10px 0;
  border-bottom: 6px solid #548931; }

.head {
  box-sizing: border-box;
  height: 138px;
  border-bottom: 6px solid #548931; }
  .head .logo {
    float: left;
    padding: 48px 0 0 0; }
  .head .search {
    float: right;
    width: 200px;
    padding: 25px 0 0 0; }
    .head .search .social,
    .head .search .languages {
      float: left;
      width: 50%; }
      .head .search .social a,
      .head .search .languages a {
        display: block;
        float: left;
        width: 50%; }
    .head .search form {
      clear: both;
      padding-top: 20px; }
      .head .search form input.text {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 28px;
        padding: 0 0 0 32px;
        border: none;
        outline: none;
        background: #d7e582 url(../img/landing/icon_search.png) no-repeat 2px 2px;
        color: #548931;
        line-height: 28px; }
      .head .search form ::-webkit-input-placeholder {
        color: #548931;
        text-transform: uppercase; }
      .head .search form :-moz-placeholder {
        color: #548931;
        text-transform: uppercase; }
      .head .search form ::-moz-placeholder {
        color: #548931;
        text-transform: uppercase; }
      .head .search form :-ms-input-placeholder {
        color: #548931;
        text-transform: uppercase; }

ul.mainnav {
  margin: 10px 0 25px 0;
  padding: 0 0 0 25px;
  height: 50px;
  list-style-type: none;
  background-color: #afca05;
  color: white; }
  ul.mainnav > li {
    position: relative;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0; }
    ul.mainnav > li > a {
      display: block;
      height: 100%;
      padding: 0 20px;
      font: normal 19px Arial, sans-serif;
      line-height: 50px;
      text-decoration: none;
      text-transform: uppercase; }
    ul.mainnav > li > ul.subnav {
      display: none;
      position: absolute;
      z-index: 10;
      top: 48px;
      left: 0;
      margin: 0;
      padding: 0;
      list-style-type: none;
      background: #548931; }
      ul.mainnav > li > ul.subnav li {
        margin: 0;
        padding: 0; }
        ul.mainnav > li > ul.subnav li a {
          display: block;
          padding: 8px 20px;
          white-space: nowrap;
          text-decoration: none; }
        ul.mainnav > li > ul.subnav li:hover a, ul.mainnav > li > ul.subnav li.active a {
          background-color: #d7e582;
          color: #548931; }
    ul.mainnav > li:hover > a, ul.mainnav > li.active > a {
      background-color: #d7e582;
      color: #548931; }
    ul.mainnav > li:hover > ul.subnav {
      display: block; }
    ul.mainnav > li.aux {
      float: right;
      width: 200px;
      background-color: #d78200; }

.stage {
  height: 425px;
  margin: 0 0 50px; }
  .stage .slideshow {
    position: relative;
    float: left;
    width: 1200px;
    height: 100%;
    overflow: hidden; }
    .stage .slideshow .controls {
      position: absolute;
      z-index: 100;
      bottom: 20px;
      right: 320px; }
      .stage .slideshow .controls .slideshowButton {
        display: inline-block;
        opacity: 0.5;
        width: 18px;
        height: 18px;
        margin: 5px;
        text-indent: -9999em;
        background: url(../img/landing/icon_dot.png) no-repeat center center;
        cursor: pointer; }
        .stage .slideshow .controls .slideshowButton.active, .stage .slideshow .controls .slideshowButton:hover {
          opacity: 1; }
        .stage .slideshow .controls .slideshowButton.play {
          background-image: url(../img/landing/icon_play.png); }
        .stage .slideshow .controls .slideshowButton.pause {
          background-image: url(../img/landing/icon_pause.png); }
    .stage .slideshow .slide {
      position: absolute;
      left: 0;
      top: 0px;
      width: 100%;
      height: 100%; }
      .stage .slideshow .slide img {
        display: block;
        float: left;
        width: 900px;
        height: 425px; }
      .stage .slideshow .slide .overlay {
        position: absolute;
        left: 0;
        bottom: 25px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.6);
        color: white; }
        .stage .slideshow .slide .overlay.inverted {
          color: #555; }
        .stage .slideshow .slide .overlay h3 {
          margin: 0 0 10px 0; }
      .stage .slideshow .slide .textbox {
        box-sizing: border-box;
        float: right;
        width: 300px;
        height: 100%;
        padding: 40px;
        background-color: #e3e1db;
        color: #555;
        font-size: 110%; }
        .stage .slideshow .slide .textbox h3 {
          margin: 0 0 20px; }
        .stage .slideshow .slide .textbox a.more {
          font-weight: bold; }
  .stage.orange .slideshow .slide .textbox {
    background-color: #F6EDD1; }
  .stage.olive .slideshow .slide .textbox {
    background-color: #dad8cf; }
  .stage.green .slideshow .slide .textbox {
    background-color: #E0E3D3; }
  .stage.blue .slideshow .slide .textbox {
    background-color: #d6dee3; }
  .stage.gray .slideshow .slide .textbox {
    background-color: #e8e6e1; }

.teaser {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 250px;
  height: 250px;
  overflow: hidden;
  padding: 50px 0 0 0;
  margin: 0 75px 0 0;
  background-color: #939598; }
  .teaser h3 {
    box-sizing: border-box;
    position: absolute;
    bottom: 200px;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0 10px 5px 10px;
    color: white;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 90%; }
  .teaser.last, .teaser:last-child {
    margin: 0; }
  .teaser.aux {
    float: right;
    margin: 0; }
  .teaser.wired {
    cursor: pointer; }
  .teaser.white {
    background-color: white; }
  .teaser.green {
    background-color: #afca05; }
  .teaser.nohead {
    background: none;
    padding-top: 0; }
  .teaser.video a {
    position: relative;
    display: block; }
    .teaser.video a img {
      display: block; }
    .teaser.video a:after {
      content: " ";
      position: absolute;
      z-index: 1000;
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent url(../img/landing/playbutton.png) no-repeat center center;
      opacity: 0.85; }
    .teaser.video a:hover:after {
      opacity: 1; }

.teaserrow {
  overflow: hidden;
  clear: both;
  margin: 0 0 50px; }

.contentrow {
  overflow: hidden;
  clear: both;
  margin: 0 0 50px; }
  .contentrow .content {
    box-sizing: border-box;
    float: left;
    width: 900px;
    min-height: 1550px;
    padding: 40px;
    background-color: #e3e1db;
    color: #555;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    line-height: 1.4em; }
    .contentrow .content h2 {
      margin: 0 0 5px 0; }
    .contentrow .content h4 {
      margin: 0; }
    .contentrow .content dl {
      margin: 0; }
      .contentrow .content dl:after {
        content: " ";
        display: block;
        clear: both;
        margin: 0 0 25px 0; }
    .contentrow .content p {
      margin: 0; }
  .contentrow .teasergroup {
    float: right;
    width: 250px; }
    .contentrow .teasergroup .teaser {
      margin: 0 0 50px; }
      .contentrow .teasergroup .teaser:last-child {
        margin: 0; }

ul.auxnav {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
  color: #548931; }
  ul.auxnav:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #afca05; }
  ul.auxnav > li {
    position: relative;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0; }
    ul.auxnav > li > a {
      display: block;
      height: 100%;
      padding: 0 35px;
      font: normal 19px Arial, sans-serif;
      line-height: 50px;
      text-decoration: none; }
      ul.auxnav > li > a img {
        vertical-align: middle; }
    ul.auxnav > li ul.subnav {
      list-style-type: none;
      margin: 0;
      padding: 10px 35px; }
      ul.auxnav > li ul.subnav li {
        margin: 0;
        padding: 0; }
        ul.auxnav > li ul.subnav li a {
          display: block;
          padding: 5px 0;
          text-decoration: none; }
    ul.auxnav > li:hover > a, ul.auxnav > li.active > a {
      background-color: #d7e582;
      color: #548931; }

/*# sourceMappingURL=landing.css.map */
