/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://use.typekit.net/syz3ohp.css");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
[class*="icon-"] {
  background-image: url('../media/images/icons/icons.png');
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  [class*="icon-"] {
    background-image: url('../media/images/icons/icons@2x.png');
  }
}
[class*="icon-"][class*="-scroll"] {
  display: block;
  -webkit-background-size: 300px 50px;
  -moz-background-size: 300px 50px;
  -o-background-size: 300px 50px;
  background-size: 300px 50px;
  background-position: 0px 0px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
[class*="icon-"][class*="-scroll"]:hover,
.scroller:hover [class*="icon-"][class*="-scroll"] {
  display: block;
  -webkit-background-size: 300px 50px;
  -moz-background-size: 300px 50px;
  -o-background-size: 300px 50px;
  background-size: 300px 50px;
  background-position: -50px 0px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
[class*="icon-"][class*="-facebook"] {
  display: block;
  -webkit-background-size: 240px 40px;
  -moz-background-size: 240px 40px;
  -o-background-size: 240px 40px;
  background-size: 240px 40px;
  background-position: -80px 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
[class*="icon-"][class*="-bio"] {
  display: block;
  -webkit-background-size: 240px 40px;
  -moz-background-size: 240px 40px;
  -o-background-size: 240px 40px;
  background-size: 240px 40px;
  background-position: -120px 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
[class*="icon-"][class*="-bio-text"] {
  display: block;
  -webkit-background-size: 330px 55px;
  -moz-background-size: 330px 55px;
  -o-background-size: 330px 55px;
  background-size: 330px 55px;
  background-position: -220px 0px;
  width: 55px;
  height: 55px;
  overflow: hidden;
}
[class*="icon-"][class*="-newsletter"] {
  display: block;
  -webkit-background-size: 240px 40px;
  -moz-background-size: 240px 40px;
  -o-background-size: 240px 40px;
  background-size: 240px 40px;
  background-position: -200px 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-width: 303px;
}
body {
  overflow-x: hidden;
}
.tablet-only,
.tablet-only-inline,
.tablet-plus,
.tablet-plus-inline,
.desktop-only,
.desktop-only-inline {
  display: none !important;
}
#wrapper {
  height: 100%;
  width: 100%;
}
#page-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.inner,
.inner-wide,
.inner-max {
  width: 100%;
  padding: 10px;
}
.hr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  flex-basis: 100%;
  align-items: center;
  margin: 8px 0px;
}
.hr:after,
.hr:before {
  content: "";
  flex-grow: 1;
  background-color: #000;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}
.clear {
  clear: both;
}
.notext {
  text-indent: -999em;
  overflow: hidden;
}
.hidden {
  display: none;
}
h1,
h2,
h3,
h4 {
  font-family: 'vista-sans', sans-serif;
  font-weight: 700;
}
p,
a,
a:visited,
span,
li,
i,
b,
strong,
label,
select,
option,
legend,
th,
td {
  font-family: 'vista-sans', sans-serif;
  font-weight: 300;
}
b,
strong {
  font-weight: 700;
}
i {
  font-style: italic;
}
a,
a:visited {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
input[type="submit"],
.button,
a.button,
.button-wrap a {
  display: block;
  padding: 10px 30px;
  cursor: pointer;
  text-align: center;
  word-break: break-all;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
}
picture,
img {
  line-height: 0;
}
video {
  width: 100% !important;
  height: auto !important;
}
iframe {
  border: 0;
  display: block;
  max-width: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.embed-container iframe,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*::selection {
  background: #00A231;
  fill: #00A231;
  color: #FFF;
  text-shadow: none;
}
*::-moz-selection {
  background: #00A231;
  fill: #00A231;
  color: #FFF;
  text-shadow: none;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
a.fancybox {
  display: inline-block !important;
}
.fancybox-container .fancybox-bg {
  background-color: #000;
}
.fancybox-container .fancybox-slide .fancybox-image-wrap {
  border: 1.5px solid #FFF;
}
.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}
.flexslider {
  position: relative;
  overflow: auto;
}
.flexslider ul.slides {
  padding-left: 0 !important;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 8;
}
.flexslider .flex-control-nav li {
  display: inline-block;
}
.flexslider .flex-control-nav li a {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-color: transparent;
  border: 1px solid #FFF;
  text-indent: -999em;
  overflow: hidden;
}
.flexslider .flex-control-nav li a.flex-active {
  background-color: #FFF;
}
.flexslider .flex-control-nav li a:hover {
  background-color: #00A231;
}
.flexslider .flex-direction-nav {
  display: none;
}
body.fancybox-active {
  overflow: visible !important;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
body {
  -webkit-transition: margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -moz-transition: margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -ms-transition: margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
body.nav-open {
  margin-left: -80%;
  margin-right: 80%;
  overflow: hidden !important;
}
body.nav-open .bg-cover {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: black;
  z-index: 10;
  opacity: 0.2;
  pointer-events: auto;
}
#header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
#header p,
#header span,
#header li,
#header i,
#header b,
#header strong,
#header label,
#header select,
#header option,
#header legend,
#header th,
#header td {
  color: #000;
  font-size: 16px;
  line-height: 17px;
}
#header a,
#header a:visited {
  color: #00A231;
  font-size: 16px;
  line-height: 17px;
}
#header a:hover,
#header a:visited:hover,
#header a:active,
#header a:visited:active {
  color: #00A231;
}
#header ul {
  padding: 0;
}
#header ul li {
  list-style: none;
}
#header .inner-max {
  height: 70px;
  background-color: #FFF;
}
#header .brand {
  display: inline-block;
  max-width: 80%;
  padding: 5px;
  background-color: #FFF;
}
#header .brand img {
  width: 240px;
  height: auto;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
#header.sticky .brand img {
  width: 100px;
}
#header .sponsor {
  float: right;
  display: inline-block;
  margin-top: 10px;
}
#header .nav-button {
  float: right;
  display: inline-block;
  padding: 13px 13px;
  height: 50px;
  width: 50px;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
#header .nav-button span {
  position: relative;
  display: block;
  background-color: #00A231;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  -webkit-transform-origin: 4px 0px;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -moz-transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -ms-transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#header .nav-button span:first-child {
  transform-origin: 0% 0%;
}
#header .nav-button span:nth-child(3) {
  transform-origin: 0% 100%;
}
.nav-open #header .nav-button span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, -2px);
}
.nav-open #header .nav-button span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.nav-open #header .nav-button span:nth-child(3) {
  transform: rotate(-45deg) translate(-1px, 3px);
}
#header .nav-button:hover span {
  background-color: #ED5700;
}
#header nav.primary {
  position: fixed;
  top: 0;
  left: 100%;
  width: 80%;
  min-width: 242px;
  height: 100vh;
  background-color: white;
  z-index: 20;
  overflow: auto;
}
#header nav.primary ul.level-1 a {
  display: block;
  width: 100%;
  padding: 20px 10px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
#header nav.primary ul.level-1 a:hover {
  background-color: #00A231;
  color: #FFF;
}
#header nav.primary ul.level-1 ul.level-2 {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -moz-transition: max-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -ms-transition: max-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: max-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: max-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#header nav.primary ul.level-1 ul.level-2 a {
  padding: 20px 10px;
  font-size: 20px;
  line-height: 26px;
}
#header nav.primary ul.level-1 > li.active ul.level-2 {
  max-height: 100vh;
}
#header nav.primary ul.level-1 li.current > a,
#header nav.primary ul.level-1 li.section > a {
  color: #ED5700;
}
#header nav.primary ul.level-1 li.current > a:hover,
#header nav.primary ul.level-1 li.section > a:hover {
  color: #FFF;
}
.nav-open #header nav.primary {
  -webkit-transition: left 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -moz-transition: left 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -ms-transition: left 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: left 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: left 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  left: 20%;
}
#header .bg-cover {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  background-color: #111;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#content {
  padding-top: 120px;
  position: relative;
}
#content h1 {
  color: #ED5700;
  font-size: 48px;
  line-height: 42px;
  font-style: italic;
  margin: 0 0 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#content h2 {
  color: #00A231;
  font-size: 28px;
  line-height: 34px;
  font-style: italic;
  margin: 0 0 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#content h3 {
  color: #00A231;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px;
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#content h4,
#content p,
#content span,
#content li,
#content i,
#content b,
#content strong,
#content label,
#content select,
#content option,
#content legend,
#content th,
#content td {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}
#content h4,
#content b,
#content strong,
#content th {
  font-weight: 700;
}
#content p {
  margin: 0 0 10px;
}
#content a,
#content a:visited {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: underline;
}
#content a:hover,
#content a:visited:hover,
#content a:active,
#content a:visited:active {
  color: #00A231;
}
#content ul {
  padding-left: 20px;
}
#content input[type="submit"],
#content .button,
#content a.button,
#content .button-wrap a {
  background-color: transparent;
  border: 1px solid #00A231;
}
#content input[type="submit"]:hover,
#content .button:hover,
#content a.button:hover,
#content .button-wrap a:hover,
#content input[type="submit"].active,
#content .button.active,
#content a.button.active,
#content .button-wrap a.active,
#content input[type="submit"].current,
#content .button.current,
#content a.button.current,
#content .button-wrap a.current {
  background-color: #00A231;
  color: #FFF;
}
#content form fieldset,
#content form .form-step {
  border: none;
  padding: 0;
  margin: 0;
}
#content form fieldset div.field,
#content form .form-step div.field,
#content form fieldset.optionset,
#content form .form-step.optionset {
  margin: 0 0 20px;
}
#content form fieldset div.field .message.required,
#content form .form-step div.field .message.required,
#content form fieldset.optionset .message.required,
#content form .form-step.optionset .message.required,
#content form fieldset div.field .message.validation,
#content form .form-step div.field .message.validation,
#content form fieldset.optionset .message.validation,
#content form .form-step.optionset .message.validation,
#content form fieldset div.field .message.error,
#content form .form-step div.field .message.error,
#content form fieldset.optionset .message.error,
#content form .form-step.optionset .message.error {
  color: #ff3333;
}
#content form fieldset input,
#content form .form-step input,
#content form fieldset select,
#content form .form-step select,
#content form fieldset textarea,
#content form .form-step textarea {
  width: 100%;
  max-width: 100%;
  padding: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #00A231;
  border: solid 1px #00A231;
  background-color: #FFF;
}
#content form fieldset .optionset ul,
#content form .form-step .optionset ul,
#content form fieldset .checkboxset ul,
#content form .form-step .checkboxset ul {
  padding: 0;
}
#content form fieldset .optionset ul li,
#content form .form-step .optionset ul li,
#content form fieldset .checkboxset ul li,
#content form .form-step .checkboxset ul li {
  list-style: none;
}
#content form fieldset .optionset > div.middleColumn,
#content form .form-step .optionset > div.middleColumn,
#content form fieldset .checkboxset > div.middleColumn,
#content form .form-step .checkboxset > div.middleColumn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
#content form fieldset .optionset > div.middleColumn > div.odd,
#content form .form-step .optionset > div.middleColumn > div.odd,
#content form fieldset .checkboxset > div.middleColumn > div.odd,
#content form .form-step .checkboxset > div.middleColumn > div.odd,
#content form fieldset .optionset > div.middleColumn > div.even,
#content form .form-step .optionset > div.middleColumn > div.even,
#content form fieldset .checkboxset > div.middleColumn > div.even,
#content form .form-step .checkboxset > div.middleColumn > div.even {
  margin-right: 40px;
}
#content form fieldset input[type="checkbox"],
#content form .form-step input[type="checkbox"],
#content form fieldset input[type="radio"],
#content form .form-step input[type="radio"] {
  display: none;
}
#content form fieldset input[type="checkbox"] + label,
#content form .form-step input[type="checkbox"] + label,
#content form fieldset input[type="radio"] + label,
#content form .form-step input[type="radio"] + label {
  display: block !important;
}
#content form fieldset input[type="checkbox"] + label:before,
#content form .form-step input[type="checkbox"] + label:before,
#content form fieldset input[type="radio"] + label:before,
#content form .form-step input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 10px 0px 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  border: 1px solid #00A231;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content form fieldset input[type="checkbox"]:checked + label:before,
#content form .form-step input[type="checkbox"]:checked + label:before,
#content form fieldset input[type="radio"]:checked + label:before,
#content form .form-step input[type="radio"]:checked + label:before {
  background-color: #00A231;
  border: 1px solid #00A231;
}
#content table {
  width: 100%;
}
#content table thead,
#content table tbody {
  width: 100%;
}
#content table tr {
  border-bottom: 1px solid #000;
}
#content table tr td,
#content table tr th {
  padding: 10px 10px 10px 0;
  text-align: left;
  font-size: 16px;
  line-height: 17px;
}
#content table tr td,
#content table tr th,
#content table tr td *,
#content table tr th *,
#content table tr td * *,
#content table tr th * * {
  font-size: 16px !important;
  line-height: 17px !important;
}
#content table tr td:last-child,
#content table tr th:last-child {
  padding-right: 0;
}
#content table.stall-list .invisible {
  opacity: 0;
}
#content table.stall-list tr {
  border-bottom: none;
}
#content table.stall-list tr th {
  padding: 20px 10px 20px 0;
}
#content table.stall-list tr td {
  padding: 0 10px 5px 0;
  vertical-align: top;
}
#content table.stall-list tr td h1,
#content table.stall-list tr td h2,
#content table.stall-list tr td h3,
#content table.stall-list tr td h4 {
  text-align: left;
  display: block;
  margin: 0 0 10px 0;
}
#content table.stall-list tr.firstofgroup td {
  padding: 20px 10px 5px 0;
}
#content table.stall-list tr.lastofgroup {
  border-bottom: 1px solid #000;
}
#content table.stall-list tr.lastofgroup td {
  padding: 0 10px 20px 0;
}
#content table.stall-list tr.heading {
  border-bottom: 1px solid #000;
}
#content table.large-only {
  display: none !important;
}
#content .home-teasers {
  position: relative;
  padding-top: 70px;
}
#content .home-teasers .teaser a {
  text-decoration: none !important;
}
#content .home-teasers .teaser .teaserbox {
  display: block;
  width: 100%;
}
#content .home-teasers .teaser .teaserbox p,
#content .home-teasers .teaser .teaserbox {
  color: #FFF;
  text-decoration: none;
}
#content .home-teasers .teaser .teaserbox p {
  font-size: 48px;
  line-height: 42px;
  font-weight: 700;
  font-style: italic;
  padding: 10px;
  margin: 0;
}
#content .home-teasers .teaser.odd .teaserbox {
  background-color: #ED5700;
}
#content .home-teasers .teaser.even .teaserbox {
  background-color: #00A231;
}
#content .page-image img {
  width: 100%;
}
#content .page-image .page-slider .slides {
  padding-left: 0;
}
#content .content-lead {
  margin-top: 30px;
}
#content .content-stalls {
  overflow-y: auto;
}
#content .content-form {
  margin-bottom: 110px;
}
#content .content-elements .element {
  margin-bottom: 30px;
}
#content .content-elements .element:last-of-type {
  margin-bottom: 0;
}
#content .content-elements .element.vis__custom__sliderblock img {
  width: 100%;
}
#content .content-elements .element.vis__custom__galleryblock .gallery {
  margin-left: -5px;
  width: calc(100% + 10px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .content-elements .element.vis__custom__galleryblock .gallery .image {
  display: inline-block;
  width: 50%;
  padding: 5px;
}
#content .content-elements .element.vis__custom__partnerblock .partners {
  margin-left: -5px;
  width: calc(100% + 10px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .content-elements .element.vis__custom__partnerblock .partners .image {
  display: inline-block;
  width: 40%;
  padding: 5px;
}
#content .content-elements .element.vis__custom__textblock p:last-of-type {
  margin-bottom: 0;
}
#content .content-elements .element.vis__custom__staticstallblock h2 {
  text-align: left;
  margin: 0 0 10px 0;
  max-width: 100%;
}
#content .content-elements .element.vis__custom__staticstallblock .stall {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#content .content-elements .element.vis__custom__staticstallblock .stall .image {
  margin-bottom: 10px;
  max-width: 420px;
}
#content .promo-button {
  display: block;
  position: absolute;
  left: 5%;
  bottom: 220px;
  height: 250px;
  width: 250px;
  z-index: 1;
  max-width: 40vw;
  max-height: 40vw;
}
.HomePage #content {
  padding-top: 0;
}
#footer {
  width: 100%;
  position: relative;
  /*&:before {
    content: '';
    display: block;
    position: absolute;
    height: 120px;
    top: -119px;
    left: -20px;
    pointer-events: none;
    width: ~'calc(100% + 20px)';
    background-image: url('../media/images/mask.png');
    background-size: auto 120px;
    background-repeat: repeat-x;
    z-index: 2;
  }*/
}
#footer p,
#footer span,
#footer li,
#footer i,
#footer b,
#footer strong,
#footer label,
#footer select,
#footer option,
#footer legend,
#footer th,
#footer td {
  color: #000;
  font-size: 16px;
  line-height: 17px;
}
#footer b,
#footer strong {
  font-weight: 700;
}
#footer a,
#footer a:visited {
  color: #000;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
}
#footer a:hover,
#footer a:visited:hover,
#footer a:active,
#footer a:visited:active {
  color: #00A231;
}
#footer .inner-max {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  flex-wrap: wrap;
}
#footer .sponsor,
#footer .social,
#footer .legal {
  display: inline-block;
  justify-content: center;
  align-self: flex-end;
}
#footer .sponsor {
  width: 25%;
}
#footer .sponsor .icon-bio-text,
#footer .sponsor .sponsor-disclaimer {
  display: inline-block;
  margin-right: 20px;
}
#footer .sponsor .icon-bio-text {
  margin-bottom: -5px;
}
#footer .social {
  text-align: center;
  width: 75%;
  flex-wrap: nowrap;
  justify-content: end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
}
#footer .social a {
  margin-left: 10px;
}
#footer .social .icon-newsletter {
  display: inline-block;
  margin-bottom: -14px;
}
#footer .legal {
  text-align: right;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 720px) {
  .mobile-only {
    display: none !important;
  }
  .tablet-only,
  .tablet-plus {
    display: block !important;
  }
  .tablet-only-inline,
  .tablet-plus-inline {
    display: inline-block !important;
  }
  .inner {
    max-width: 820px;
    padding: 20px;
    margin: 0 auto;
  }
  .inner-wide {
    max-width: 1080px;
    padding: 20px;
    margin: 0 auto;
  }
  .inner-max {
    max-width: 1620px;
    padding: 20px;
    margin: 0 auto;
  }
  body.nav-open {
    margin: 0;
    overflow-y: auto !important;
  }
  #header {
    background-color: #FFF;
  }
  #header p,
  #header span,
  #header li,
  #header i,
  #header b,
  #header strong,
  #header label,
  #header select,
  #header option,
  #header legend,
  #header th,
  #header td {
    font-size: 16px;
    line-height: 17px;
  }
  #header a,
  #header a:visited {
    font-size: 16px;
    line-height: 17px;
  }
  #header .inner-max {
    padding: 0 10px 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    height: auto;
  }
  #header .brand {
    position: absolute;
    width: 100%;
    max-width: 23%;
    padding: 5px 5px 10px;
    z-index: 30;
    background-color: #FFF;
  }
  #header .brand img {
    width: 250px !important;
  }
  #header nav.primary {
    display: inline-block;
    position: relative;
    height: auto;
    width: auto;
    left: 0 !important;
    flex: 1;
    margin-left: 24%;
    margin-right: -10px;
    overflow: visible;
  }
  #header nav.primary ul.level-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    justify-content: flex-end;
  }
  #header nav.primary ul.level-1 > li {
    position: relative;
  }
  #header nav.primary ul.level-1 > li > a {
    padding: 20px 9px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
  }
  #header nav.primary ul.level-1 > li.current a,
  #header nav.primary ul.level-1 > li.section a {
    background-color: #00A231;
    color: #FFF;
  }
  #header nav.primary ul.level-1 > li.active ul.level-2,
  #header nav.primary ul.level-1 > li:hover ul.level-2 {
    display: block;
    opacity: 1;
  }
  #header nav.primary ul.level-1 li.dropup {
    max-height: unset;
    overflow: visible;
  }
  #header nav.primary ul.level-1 ul.level-2 {
    position: absolute;
    background-color: #00A231;
    min-width: 100%;
    display: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    max-height: unset;
    overflow: visible;
  }
  #header nav.primary ul.level-1 ul.level-2 li a {
    padding: 10px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  #header nav.primary ul.level-1 ul.level-2 li a:hover {
    background-color: #ED5700;
    color: #FFF;
  }
  #header nav.primary ul.level-1 ul.level-2 li.current > a,
  #header nav.primary ul.level-1 ul.level-2 li.section > a {
    background-color: #ED5700;
    color: #FFF;
  }
  #content {
    padding-top: 60px;
  }
  #content h1 {
    font-size: 72px;
    line-height: 65px;
    margin: 0 0 35px;
    word-wrap: normal;
    overflow-wrap: normal;
  }
  #content h2 {
    font-size: 28px;
    line-height: 34px;
    max-width: 60%;
    margin: 0 auto 20px;
    text-align: center;
    word-wrap: normal;
    overflow-wrap: normal;
  }
  #content h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
    word-wrap: normal;
    overflow-wrap: normal;
  }
  #content h4,
  #content p,
  #content span,
  #content li,
  #content i,
  #content b,
  #content strong,
  #content label,
  #content select,
  #content option,
  #content legend,
  #content th,
  #content td {
    font-size: 20px;
    line-height: 26px;
  }
  #content p {
    margin: 0 0 20px;
  }
  #content .text-center {
    text-align: center;
  }
  #content .multi-row {
    column-count: 2;
  }
  #content table tr td,
  #content table tr th {
    font-size: 16px;
    line-height: 17px;
  }
  #content table tr td,
  #content table tr th,
  #content table tr td *,
  #content table tr th *,
  #content table tr td * *,
  #content table tr th * * {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  #content table.small-only {
    display: none !important;
  }
  #content table.large-only {
    display: table !important;
  }
  #content .content-form {
    padding-bottom: 160px;
  }
  #content .home-teasers {
    height: 100vh;
    padding-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
  }
  #content .home-teasers .teaser {
    flex: 1;
    position: relative;
    width: 50%;
    overflow: hidden;
  }
  #content .home-teasers .teaser .image {
    height: 100%;
  }
  #content .home-teasers .teaser .image img {
    height: 100%;
    width: auto;
    max-width: unset;
    max-height: unset;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #content .home-teasers .teaser .teaserbox {
    position: absolute;
    max-width: 375px;
    opacity: 0;
    -webkit-transition: opacity 1.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -moz-transition: opacity 1.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -ms-transition: opacity 1.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 1.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  #content .home-teasers .teaser .teaserbox p {
    font-size: 72px;
    line-height: 65px;
    padding: 10px 20px;
  }
  #content .home-teasers .teaser .teaserbox.active {
    opacity: 1;
  }
  #content .home-teasers .teaser.odd .teaserbox {
    bottom: 33.33333%;
    right: 0;
    text-align: right;
    transition-delay: 1s;
  }
  #content .home-teasers .teaser.even .teaserbox {
    top: 33.33333%;
    left: 0;
    transition-delay: 2s;
  }
  #content .home-teasers .scroller {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -25px;
    background-color: #FFF;
    border-radius: 50%;
    cursor: pointer;
  }
  #content .home-teasers .scroller .icon-scroll {
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  #content .home-teasers .scroller:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  #content .page-image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    max-width: 40%;
  }
  #content .content-lead {
    margin-top: 70px;
  }
  #content .content-lead h1 {
    max-width: 60%;
  }
  #content .content-elements .element {
    margin-bottom: 50px;
  }
  #content .content-elements .element.vis__custom__downloadblock {
    text-align: center;
  }
  #content .content-elements .element.vis__custom__galleryblock {
    text-align: center;
  }
  #content .content-elements .element.vis__custom__galleryblock .gallery {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  #content .content-elements .element.vis__custom__galleryblock .gallery .image {
    padding: 10px;
  }
  #content .content-elements .element.vis__custom__partnerblock {
    text-align: center;
  }
  #content .content-elements .element.vis__custom__partnerblock .partners {
    margin-left: -20px;
    width: calc(100% + 40px);
    justify-content: center;
  }
  #content .content-elements .element.vis__custom__partnerblock .partners .image {
    width: 25%;
    padding: 10px 40px;
  }
  #content .content-elements .element.vis__custom__staticstallblock h2 {
    margin-bottom: 20px;
  }
  #content .content-elements .element.vis__custom__staticstallblock .stall {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
  }
  #content .content-elements .element.vis__custom__staticstallblock .stall .image {
    width: 50%;
    margin-bottom: 0;
  }
  #content .content-elements .element.vis__custom__staticstallblock .stall .content {
    width: 50%;
    padding-left: 20px;
  }
  #content .promo-button {
    left: 5vw;
    bottom: 25vw;
  }
  #footer p,
  #footer span,
  #footer li,
  #footer i,
  #footer b,
  #footer strong,
  #footer label,
  #footer select,
  #footer option,
  #footer legend,
  #footer th,
  #footer td {
    font-size: 16px;
    line-height: 17px;
  }
  #footer a,
  #footer a:visited {
    font-size: 16px;
    line-height: 17px;
  }
  #footer:before {
    height: 160px;
    top: -159px;
    left: -40px;
    width: calc(100% + 40px);
    background-size: auto 160px;
  }
  #footer .sponsor {
    width: 35%;
  }
  #footer .social {
    width: 30%;
    align-self: center;
    justify-content: center;
  }
  #footer .legal {
    width: 35%;
    margin: 0;
    align-self: center;
  }
}
@media only screen and (min-width: 1080px) {
  .mobile-only,
  .tablet-only,
  .tablet-minus {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  .desktop-only-inline {
    display: inline-block !important;
  }
  .inner-wide {
    padding: 20px 40px;
  }
  .inner-max {
    padding: 20px 40px;
  }
  #header p,
  #header span,
  #header li,
  #header i,
  #header b,
  #header strong,
  #header label,
  #header select,
  #header option,
  #header legend,
  #header th,
  #header td {
    font-size: 16px;
    line-height: 17px;
  }
  #header a,
  #header a:visited {
    font-size: 16px;
    line-height: 17px;
  }
  #header .brand {
    max-width: 30%;
    width: 280px;
    padding: 10px 20px 20px;
  }
  #header .sponsor {
    margin: 5px 10px 0 10px;
  }
  #header .sponsor .icon-bio {
    background-position: -121px 0px;
  }
  #header nav.primary {
    margin-right: 20px;
  }
  #header nav.primary ul.level-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: inherit;
    -ms-flex-direction: inherit;
    -webkit-flex-direction: inherit;
    justify-content: flex-end;
  }
  #header nav.primary ul.level-1 > li > a {
    padding: 20px;
  }
  #content h1 {
    font-size: 72px;
    line-height: 65px;
  }
  #content h2 {
    font-size: 28px;
    line-height: 34px;
    max-width: 40%;
  }
  #content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  #content h4,
  #content p,
  #content span,
  #content li,
  #content i,
  #content b,
  #content strong,
  #content label,
  #content select,
  #content option,
  #content legend,
  #content th,
  #content td {
    font-size: 20px;
    line-height: 26px;
  }
  #content table tr td,
  #content table tr th {
    font-size: 16px;
    line-height: 17px;
  }
  #content table tr td,
  #content table tr th,
  #content table tr td *,
  #content table tr th *,
  #content table tr td * *,
  #content table tr th * * {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  #content .content-form {
    padding-bottom: 240px;
  }
  #content .home-teasers .teaser .teaserbox {
    width: 60%;
    min-width: 375px;
  }
  #content .home-teasers .teaser .teaserbox p {
    font-size: 72px;
    line-height: 65px;
  }
  #content .page-image {
    top: 100px;
    max-width: 25%;
  }
  #content .content-lead h1 {
    max-width: 38%;
  }
  #content .content-elements .element.vis__custom__galleryblock .gallery .image {
    width: 25%;
  }
  #content .promo-button {
    left: 10vw;
    bottom: 20vw;
  }
  #footer p,
  #footer span,
  #footer li,
  #footer i,
  #footer b,
  #footer strong,
  #footer label,
  #footer select,
  #footer option,
  #footer legend,
  #footer th,
  #footer td {
    font-size: 16px;
    line-height: 17px;
  }
  #footer a,
  #footer a:visited {
    font-size: 16px;
    line-height: 17px;
  }
  #footer:before {
    height: 240px;
    top: -239px;
    left: -80px;
    width: calc(100% + 80px);
    background-size: auto 240px;
  }
}
@media print {
  #navigation {
    display: none !important;
  }
}
