/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**** vars ****/
/**** layout ****/
html,
body {
  height: 100%;
}
#wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.start #wrapper {
  background: url(../bgs/bg3.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
header {
  text-align: center;
}
#logo {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  letter-spacing: 0.4em;
  display: inline-block;
}
#logo a {
  color: #9c9e9f !important;
  text-decoration: none !important;
}
#menutoggle {
  position: absolute;
  top: 0;
  left: 0px;
  width: 33px;
  height: 29px;
  background: url(../img/menu.png) no-repeat;
}
#menutoggle select {
  width: 33px;
  height: 29px;
  opacity: 0;
  display: block;
  -webkit-appearance: menulist-button;
  cursor: pointer;
}
#active {
  position: absolute;
  top: 0;
  right: 0;
  background: #daedd4;
  font-weight: bold;
  text-transform: uppercase;
  height: 29px;
  line-height: 29px;
  padding: 0 5px;
}
header {
  position: relative;
  height: 50px;
}
#topnav,
#footnav {
  display: none;
}
/**** typo ****/
body {
  color: #050505;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
}
a:link,
a:active,
a:visited {
  text-decoration: none;
  color: #30731E;
}
a:hover,
a:focus {
  text-decoration: underline;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
}
/**** menu ****/
.gallery #content #gallerynav ul,
.gallery #content #gallerynav li {
  margin: 0;
  padding: 0;
}
.gallery #content #gallerynav li {
  display: inline;
  margin-right: 5px;
}
.gallery #content #gallerynav li.active {
  opacity: 0.35;
}
.gallery #content #gallerynav #listouter {
  width: 100%;
  height: 52px;
  white-space: nowrap;
}
.gallery #content #imagenav {
  text-align: center;
  margin: 15px 0 10px 0;
}
.gallery #content #imagenav ul {
  margin: 0;
  padding: 0;
}
.gallery #content #imagenav li {
  display: inline;
  margin: 0 10px 0 0;
}
.gallery #content #imagenav li:last-child {
  margin: 0;
}
.gallery #content #imagenav a:link,
.gallery #content #imagenav a:visited,
.gallery #content #imagenav a:active {
  color: #30731E;
  text-decoration: none !important;
}
.gallery #content #imagenav a:hover,
.gallery #content #imagenav a:focus {
  color: #da0000;
}
.gallery #content #imagenav li.active a {
  font-weight: bold;
  color: #da0000;
}
.touch .gallery #content #gallerynav #listouter {
  overflow-x: scroll;
  overflow-y: hidden;
}
/**** content ****/
.gallery figure {
  width: 100%;
}
.gallery figure img {
  width: 100%;
}
.gallery figure figcaption {
  text-align: center;
  margin: 15px 0 20px 0;
  line-height: 16.5px;
}
.gallery figure figcaption h1 {
  font-size: 1.18em;
  font-weight: bold;
  margin: 0;
  font-style: italic;
}
.gallery .video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
  display: none;
  margin-top: 70px;
}
.gallery .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery .video.showvideo {
  display: block;
}
.text #content {
  max-width: 550px;
  width: 77%;
  margin: 0 auto;
}
.text #content p {
  line-height: 16px;
}
.text #content table {
  margin-top: 2em;
  width: 100%;
}
.text #content table td {
  padding: 2px;
}
.textlist #content {
  max-width: 550px;
  width: 90%;
  margin: 0 auto;
  font-size: 11px;
}
.textlist #content table {
  width: 100%;
}
.textlist #content table td {
  padding: 2px 20px 2px 0;
}
.textlist #content table td:last-child {
  padding: 2px 0;
}
.article article {
  padding: 0 20px;
  line-height: 16px;
}
.article article h1,
.article article h3 {
  font-size: 1em;
  font-weight: bold;
}
.article article .pdf {
  text-align: right;
  height: 26px;
  line-height: 26px;
  padding: 5px 0;
}
#layer {
  position: fixed;
  z-index: 10000;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
}
#lightbox {
  position: fixed;
  top: 9%;
  left: 50%;
  z-index: 10001;
  text-align: center;
}
#lightbox #lightboxlabel {
  display: block;
  font-style: italic;
  font-size: 12px !important;
  color: #fff;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#lightbox img {
  max-width: 100%;
  border: 1px solid #ffffff;
}
/**
 * HoverScroll Style Sheet
 *
 * @author RasCarlito <carl.ogren@gmail.com>
 * @version 0.2.4
 * @revision 21
 */
/* Main container */
div.hoverscroll {
  position: relative;
}
/* List container */
div.hoverscroll div.listcontainer {
  overflow: hidden;
}
div.hoverscroll div.fixed-listcontainer {
  overflow: hidden;
  float: left;
}
/* Actual list containing items */
div.hoverscroll ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Items contained in the list */
div.hoverscroll ul.list li.item {
  display: block;
  padding: 0;
}
div.hoverscroll.horizontal ul.list li.item {
  float: left;
}
div.hoverscroll.horizontal.rtl ul.list li.item {
  float: right;
}
/* Arrows */
div.hoverscroll div.arrow {
  position: absolute;
  float: none;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.hoverscroll div.fixed-arrow {
  display: block;
  float: left;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
}
div.hoverscroll div.arrow.left,
div.hoverscroll div.arrow.right,
div.hoverscroll div.fixed-arrow.left,
div.hoverscroll div.fixed-arrow.right {
  top: 0px;
  width: 40px;
  height: 100%;
}
div.hoverscroll div.arrow.left,
div.hoverscroll div.fixed-arrow.left {
  left: 0px;
  background-image: url('gfx/arrow-left-small.png');
}
div.hoverscroll div.arrow.right,
div.hoverscroll div.fixed-arrow.right {
  right: 0px;
  background-image: url('gfx/arrow-right-small.png');
}
div.hoverscroll div.arrow.top,
div.hoverscroll div.arrow.bottom,
div.hoverscroll div.fixed-arrow.top,
div.hoverscroll div.fixed-arrow.bottom {
  left: 0px;
  width: 100%;
  height: 40px;
}
div.hoverscroll div.arrow.top,
div.hoverscroll div.fixed-arrow.top {
  top: 0px;
  background-image: url('gfx/arrow-up-small.png');
}
div.hoverscroll div.arrow.bottom,
div.hoverscroll div.fixed-arrow.bottom {
  bottom: 0px;
  background-image: url('gfx/arrow-down-small.png');
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 450px) {
  .gallery #content #gallerynav .left,
  .gallery #content #gallerynav .right {
    font-size: 18px;
  }
}
@media only screen and (max-width: 650px) {
  .gallery #gallerynav {
    height: 65px;
  }
}
@media only screen and (min-width: 651px) {
  #active,
  #menutoggle {
    display: none;
  }
  header {
    text-align: center;
  }
  header #logo {
    font-size: 19px;
    margin: 0.6em 0;
  }
  #content {
    height: 400px;
    margin: 50px 0 82px 0;
  }
  .text #content,
  .textlist #content {
    margin: 50px auto 82px auto;
  }
  .textlist #content,
  .text #content {
    overflow-y: scroll;
  }
  .gallery #content {
    margin: 50px 0 82px 0;
  }
  .gallery #content figure {
    width: 410px;
    min-height: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .gallery #content figure img {
    width: auto;
    max-height: 310px;
    max-width: 410px;
  }
  .gallery #content figure figcaption h1 {
    font-size: 12px;
  }
  #topnav,
  #footnav {
    display: block;
    background: #f4faf2;
  }
  #topnav ul,
  #footnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #topnav ul a:link,
  #footnav ul a:link,
  #topnav ul a:visited,
  #footnav ul a:visited,
  #topnav ul a:active,
  #footnav ul a:active {
    padding: 7px 0;
    height: 30px;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
  }
  #topnav ul a:hover,
  #footnav ul a:hover,
  #topnav ul a:focus,
  #footnav ul a:focus,
  #topnav ul li.active > a:link,
  #footnav ul li.active > a:link,
  #topnav ul li.active > a:visited,
  #footnav ul li.active > a:visited,
  #topnav ul li.active > a:active,
  #footnav ul li.active > a:active {
    background: #daedd4;
    text-decoration: none;
  }
  #topnav ul li,
  #footnav ul li {
    display: inline-block;
    margin-right: 20px;
  }
  #topnav ul li:last-child,
  #footnav ul li:last-child {
    margin-right: 0;
  }
  #topnav > ul > li,
  #footnav > ul > li {
    position: relative;
  }
  #topnav > ul ul,
  #footnav > ul ul {
    position: absolute;
    text-align: center;
    width: 200%;
    left: 0;
    margin-left: -50%;
    display: none;
    font-size: 11px;
  }
  #topnav > ul ul li,
  #footnav > ul ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
  #topnav > ul ul li a:hover,
  #footnav > ul ul li a:hover,
  #topnav > ul ul li a:focus,
  #footnav > ul ul li a:focus {
    background: none;
    color: #30731E;
  }
  #topnav > ul ul li.active a:link,
  #footnav > ul ul li.active a:link,
  #topnav > ul ul li.active a:visited,
  #footnav > ul ul li.active a:visited,
  #topnav > ul ul li.active a:active,
  #footnav > ul ul li.active a:active {
    background: none;
    color: #30731E;
  }
  #topnav > ul > li:hover > ul,
  #footnav > ul > li:hover > ul,
  #topnav > ul > li.active > ul,
  #footnav > ul > li.active > ul {
    display: block;
  }
  .gallery #content #imagenav {
    position: absolute;
    width: 510px;
    margin: 15px 0 10px -50px;
  }
  #content figcaption {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 651px) and (max-width: 750px) {
  #topnav ul li,
  #footnav ul li {
    margin-right: 13px;
  }
}
@media only screen and (min-width: 851px) {
  #topnav ul li a:link,
  #footnav ul li a:link,
  #topnav ul li a:visited,
  #footnav ul li a:visited,
  #topnav ul li a:active,
  #footnav ul li a:active {
    padding: 7px 1em;
  }
}
@media only screen and (min-width: 980px) {
  #topnav,
  #footnav {
    font-size: 12px;
  }
  #topnav ul li {
    margin-right: 30px;
  }
  #footnav ul li {
    margin-right: 230px;
  }
}
@media only screen and (min-width: 1050px) {
  .start #wrapper {
    background-size: auto !important;
    -webkit-background-size: auto !important;
  }
  .gallery #content figure #imagenav {
    position: absolute;
    top: 95px;
    width: 510px;
    margin: 15px 0 10px -50px;
  }
  .gallery #content figure > a {
    margin-top: 30px;
    display: inline-block;
  }
  .gallery #content figure figcaption {
    margin: 15px 0 20px 0;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.jumplink {
  position: absolute;
  left: -9999px;
  display: block;
  z-index: 1000;
}
.jumplink:focus {
  left: 50%;
  margin-left: -125px;
  width: 250px;
  background: black;
  color: white;
  text-decoration: none;
  padding: 10px;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  footer,
  #mainnav-parent {
    display: none;
  }
}
