@charset "UTF-8";
/*   $grid-column-gutter: (
    small: 16px,
    medium: 24px,
    large: 32px,
  ); */
/**
 * Foundation for Sites by ZURB
 * Version 6.1.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
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,
menu,
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/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
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 {
  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.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #545454;
  background: #F0F0F0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -1rem;
        margin-right: -1rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-left: -2rem;
        margin-right: -2rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }

.column, .columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    .column, .columns {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 400;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #545454;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.2; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #A6A09B;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.9375rem; }

h6 {
  font-size: 0.875rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.875rem; }
  h2 {
    font-size: 1.625rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 64em) {
  h1 {
    font-size: 2.25rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.625rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #ff9701;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #e95d0f; }
  a img {
    border: 0; }

hr {
  max-width: 90rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.5;
  margin-bottom: 1rem;
  list-style-position: inside; }

li {
  font-size: inherit; }

ul {
  list-style-type: none;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 400; }

blockquote {
  margin: 0 0 1rem;
  padding: 0 2rem 0 2rem;
  border-left: none; }
  blockquote, blockquote p {
    line-height: 1.5;
    color: #A6A09B; }

cite {
  display: block;
  font-size: 0.875rem;
  color: #A6A09B; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #545454;
  cursor: help;
  border-bottom: 1px dotted #A6A09B; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1;
  color: #A6A09B; }

.lead {
  font-size: 125%;
  line-height: 1.5; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  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; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  border: 1px solid #A6A09B;
  color: #A6A09B; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button, .button:hover, .button:focus {
    background-color: transparent; }
  .button:hover, .button:focus {
    border-color: #55504c;
    color: #55504c; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    border: 1px solid #A6A09B;
    color: #A6A09B; }
    .button.primary:hover, .button.primary:focus {
      border-color: #55504c;
      color: #55504c; }
  .button.primary.dropdown::after {
    border-top-color: #A6A09B; }
  .button.secondary {
    border: 1px solid #E5E3E1;
    color: #E5E3E1; }
    .button.secondary:hover, .button.secondary:focus {
      border-color: #7a7269;
      color: #7a7269; }
  .button.secondary.dropdown::after {
    border-top-color: #E5E3E1; }
  .button.success {
    border: 1px solid #3adb76;
    color: #3adb76; }
    .button.success:hover, .button.success:focus {
      border-color: #157539;
      color: #157539; }
  .button.success.dropdown::after {
    border-top-color: #3adb76; }
  .button.alert {
    border: 1px solid #e95d0f;
    color: #e95d0f; }
    .button.alert:hover, .button.alert:focus {
      border-color: #752f08;
      color: #752f08; }
  .button.alert.dropdown::after {
    border-top-color: #e95d0f; }
  .button.warning {
    border: 1px solid #ff9701;
    color: #ff9701; }
    .button.warning:hover, .button.warning:focus {
      border-color: #804c00;
      color: #804c00; }
  .button.warning.dropdown::after {
    border-top-color: #ff9701; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.dropdown::after {
    border-top-color: #A6A09B; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #E5E3E1;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #545454;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(229, 227, 225, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #E5E3E1;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #E5E3E1;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #E5E3E1; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #545454; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #A6A09B;
  border: 1px solid #A6A09B; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #E5E3E1;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #F0F0F0;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #E5E3E1;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #545454;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28166, 160, 155%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(233, 93, 15, 0.1);
  border-color: #e95d0f; }

.is-invalid-label {
  color: #e95d0f; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #e95d0f; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #A6A09B;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 0 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #A6A09B;
    font-size: 0.75rem;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.5rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #ff9701; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #A6A09B; }

.close-button {
  position: absolute;
  color: #A6A09B;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #e95d0f; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    border-color: transparent transparent transparent #A6A09B;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #A6A09B transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

.dropdown-pane {
  background-color: #F0F0F0;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 300px;
  z-index: 1;
  background: #fefefe;
  border: none; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 2rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 2rem; }
  .media-object-section:last-child:not( + .media-object-section:first-child) {
    padding-left: 2rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 0rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #F0F0F0;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }
  .is-off-canvas-open .js-off-canvas-exit {
    display: block; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #A6A09B;
    color: #0a0a0a;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: 400;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #545454; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: 400;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #A6A09B;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #A6A09B, 0 14px 0 #A6A09B; }
  .menu-icon:hover::after {
    background: #ff9701;
    box-shadow: 0 7px 0 #ff9701, 0 14px 0 #ff9701; }

/* @mixin foundation-everything($flex: false) {
  @include foundation-global-styles;
  @if not $flex {
    @include foundation-grid;
  }
  @else {
    @include foundation-flex-grid;
  }
  @include foundation-typography;
  @include foundation-button;
  @include foundation-forms;
  @include foundation-visibility-classes;
  @include foundation-float-classes;
  @include foundation-accordion;
  @include foundation-accordion-menu;
  @include foundation-badge;
  @include foundation-breadcrumbs;
  @include foundation-button-group;
  @include foundation-callout;
  @include foundation-close-button;
  @include foundation-drilldown-menu;
  @include foundation-dropdown;
  @include foundation-dropdown-menu;
  @include foundation-flex-video;
  @include foundation-label;
  @include foundation-media-object;
  @include foundation-menu;
  @include foundation-off-canvas;
  @include foundation-orbit;
  @include foundation-pagination;
  @include foundation-progress-bar;
  @include foundation-slider;
  @include foundation-sticky;
  @include foundation-reveal;
  @include foundation-switch;
  @include foundation-table;
  @include foundation-tabs;
  @include foundation-thumbnail;
  @include foundation-title-bar;
  @include foundation-tooltip;
  @include foundation-top-bar;
} */
body {
  background: #eee; }

.columns:last-child:not(:first-child) {
  float: left; }

.button, a {
  transition: all 0.35s linear; }

.button:hover, a:hover {
  transition: all 0.35s linear; }

.button {
  border-color: #E5E3E1; }

.button:hover {
  border-color: #ff9701;
  color: #ff9701; }

.button:focus {
  border-color: #E5E3E1;
  color: #A6A09B;
  transition: all 0.35s linear; }

p {
  font-size: 0.875rem; }

section, aside, footer, nav.breads, .single-view {
  background-color: #fefefe;
  margin-top: 0.5rem; }

section.fullwidth, footer, nav.breads {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto; }
  section.fullwidth::before, section.fullwidth::after, footer::before, footer::after, nav.breads::before, nav.breads::after {
    content: ' ';
    display: table; }
  section.fullwidth::after, footer::after, nav.breads::after {
    clear: both; }

aside {
  border-left: 1px solid #eee; }

.asides, .panels, .post-list-view, .single-view {
  padding-left: 0;
  padding-right: 0; }

.header, nav.breads, .asides-entries, .panel-entry, .single-view-entry, .single-view-footer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }
  .header::before, .header::after, nav.breads::before, nav.breads::after, .asides-entries::before, .asides-entries::after, .panel-entry::before, .panel-entry::after, .single-view-entry::before, .single-view-entry::after, .single-view-footer::before, .single-view-footer::after {
    content: ' ';
    display: table; }
  .header::after, nav.breads::after, .asides-entries::after, .panel-entry::after, .single-view-entry::after, .single-view-footer::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .header, nav.breads, .asides-entries, .panel-entry, .single-view-entry, .single-view-footer {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    .header, nav.breads, .asides-entries, .panel-entry, .single-view-entry, .single-view-footer {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .header:last-child:not(:first-child), nav.breads:last-child:not(:first-child), .asides-entries:last-child:not(:first-child), .panel-entry:last-child:not(:first-child), .single-view-entry:last-child:not(:first-child), .single-view-footer:last-child:not(:first-child) {
    float: right; }
  .header, .header:last-child, nav.breads, nav.breads:last-child, .asides-entries, .asides-entries:last-child, .panel-entry, .panel-entry:last-child, .single-view-entry, .single-view-entry:last-child, .single-view-footer, .single-view-footer:last-child {
    float: none; }

footer {
  background-color: #A6A09B;
  color: #fefefe;
  text-align: center; }

nav.breads {
  padding-top: 0.75em;
  padding-bottom: 0.5em; }

section.intro, .kvwb-page-content {
  margin-top: 1px;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  section.intro h2, .kvwb-page-content h2 {
    text-transform: uppercase;
    color: #A6A09B;
    margin-bottom: 0.5em;
    margin-top: 0.5em; }

.header {
  border-top: 4px solid #A6A09B;
  background-color: #E5E3E1;
  padding-top: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 1rem; }
  .header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
    margin-bottom: 0.5em; }

.imagesection {
  margin-bottom: 0 !important; }

/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  section, aside, footer, nav.breads, .single-view {
    margin-top: 1rem; }
  section.intro, .kvwb-page-content {
    padding-top: 1em;
    padding-bottom: 0.75em;
    margin-bottom: 0px; }
  .header {
    border-top: 8px solid #A6A09B;
    padding-top: 1.25em;
    padding-bottom: 0.75em;
    margin-bottom: 1.5rem; } }

/* Large and up */
@media screen and (min-width: 64em) {
  p {
    font-size: 1rem; }
  section.intro, .kvwb-page-content {
    padding-top: 1.75em;
    padding-bottom: 1.5em; }
  .header {
    padding-top: 1.25em;
    padding-bottom: 0.75em;
    margin-bottom: 2rem; } }

/* XLarge up */
@-webkit-keyframes menu-fadein {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes menu-fadein {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1; } }

.branding {
  background: #e95d0f;
  background: linear-gradient(to bottom, #e95d0f 0%, #ff9701 100%);
  padding: 1rem 0; }
  .branding h1 {
    color: #fefefe;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0rem; }
    .branding h1 a {
      color: #fefefe; }
  .branding em {
    font-size: 0.6875rem;
    font-weight: 300;
    color: #fefefe;
    margin-top: 0.25rem;
    padding: 0;
    line-height: 1;
    display: block; }
  .branding .logo {
    float: right;
    margin-right: -0.5rem;
    width: 6rem; }

.toggle-menu {
  width: 100%;
  text-align: center;
  background: #fefefe;
  padding: 0.5rem 0;
  border-bottom: 1px solid #E5E3E1; }

.mainnav {
  background: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.75rem; }

ul.social-medium {
  text-align: right;
  margin: 0;
  padding-top: 1.25rem;
  line-height: 1; }
  ul.social-medium li {
    display: inline-block; }
  ul.social-medium li a {
    color: #fefefe;
    height: 1.25rem;
    width: 1.25rem;
    position: relative;
    display: inline-block;
    margin: 0 0.5rem; }

.submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .submenu, .submenu.js-dropdown-active {
  -webkit-animation: menu-fadein 0.35s ease-in;
          animation: menu-fadein 0.35s ease-in; }

.mainnav .menu.drilldown .submenu {
  text-align: left;
  padding-bottom: 0.5em;
  padding-top: 0.5em; }

.mainnav .menu.drilldown li {
  display: block;
  text-align: center; }

.mainnav .menu.drilldown > li a {
  transition: all 0.35s linear;
  color: #A6A09B; }

.mainnav .menu.drilldown > li a:hover, .mainnav .menu.drilldown > li a:focus {
  color: #1a1a1a;
  transition: all 0.35s linear; }

.mainnav ul.menu.drilldown li.current_page_item > a, .mainnav ul.menu.drilldown li.current-menu-parent > a, .mainnav ul.menu.drilldown li.current-menu-item > a, .mainnav ul.menu.drilldown li.current-menu-ancestor > a {
  color: #ff9701; }

/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  .branding {
    padding: 1.25rem 0; }
    .branding h1 {
      font-size: 1.5rem; }
    .branding em {
      font-size: 0.9375rem; }
    .branding .logo {
      margin-right: -1rem;
      width: 11rem;
      margin-top: 4px; }
  ul.social-medium {
    padding-top: 1rem; }
  a svg.social-icons {
    fill: rgba(255, 255, 255, 0.5);
    transition: all 0.35s linear;
    position: absolute;
    top: 0;
    left: 0;
    height: 1.125rem; }
  a:hover svg.social-icons {
    fill: white;
    transition: all 0.35s linear; }
  .cduheader * {
    transition: all 0.35s linear; }
  .cduheader.scrolled * {
    transition: all 0.35s linear; }
  .cduheader.scrolled {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 99999;
    top: 0;
    transition: all 0.35s linear; }
    .cduheader.scrolled .branding {
      padding: 1rem 0; }
      .cduheader.scrolled .branding h1 {
        font-size: 1.25rem; }
      .cduheader.scrolled .branding em {
        display: none; }
      .cduheader.scrolled .branding .logo {
        margin-right: -1rem;
        width: 9rem;
        margin-top: 0; }
      .cduheader.scrolled .branding ul.social-medium {
        padding-top: 0rem; }
      .cduheader.scrolled .branding a svg.social-icons {
        height: 0.875rem;
        top: 6px; }
  .mainnav .menu.medium-horizontal .submenu {
    background-color: #A6A09B;
    border-top: 4px solid #ff9701;
    text-align: left;
    padding-bottom: 0.5em;
    padding-top: 0.5em; }
  .mainnav .menu.medium-horizontal .submenu > li > a {
    color: #fefefe; }
  .mainnav .menu.medium-horizontal > li {
    vertical-align: top;
    display: inline-block;
    transition: all 0.35s linear; }
    .mainnav .menu.medium-horizontal > li a {
      transition: all 0.35s linear;
      color: #A6A09B; }
    .mainnav .menu.medium-horizontal > li a:hover, .mainnav .menu.medium-horizontal > li a:focus {
      color: #1a1a1a;
      transition: all 0.35s linear; }
  .mainnav ul.menu.medium-horizontal li.current_page_item > a, .mainnav ul.menu.medium-horizontal li.current-menu-parent > a, .mainnav ul.menu.medium-horizontal li.current-menu-item > a, .mainnav ul.menu.medium-horizontal li.current-menu-ancestor > a {
    color: #ff9701; }
  .mainnav .menu.medium-horizontal > li > a {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

/* Large and up */
@media screen and (min-width: 64em) {
  ul.social-medium {
    padding-top: 2.5rem; }
  .mainnav {
    font-size: 1rem; }
  .mainnav .menu.medium-horizontal > li > a {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem; }
  .branding {
    padding: 2rem 0; }
    .branding h1 {
      font-size: 2.25rem; }
    .branding em {
      font-size: 1.25rem; }
    .branding .logo {
      width: 16rem;
      margin-top: 8px; }
  .cduheader.scrolled .branding .logo {
    margin-right: -33px;
    width: 10rem;
    margin-top: 0; } }

/* XLarge up */
@media screen and (min-width: 75em) {
  ul.social-medium {
    padding-top: 2.85rem; }
  .branding {
    padding: 2.75rem 0 3.25rem; }
    .branding h1 {
      font-size: 2.625rem; }
    .branding em {
      font-size: 1.5rem; }
    .branding .logo {
      margin-right: -33px;
      width: 20rem;
      margin-top: 8px; } }

article.featured-article {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fefefe;
  margin-top: 0.5rem; }
  article.featured-article::before, article.featured-article::after {
    content: ' ';
    display: table; }
  article.featured-article::after {
    clear: both; }

figure.featured-img {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  position: relative;
  background-color: #A6A09B; }
  figure.featured-img figcaption {
    position: absolute;
    width: 100%;
    background-color: rgba(166, 160, 155, 0.8);
    bottom: 0rem;
    left: 0;
    padding: 0.5em;
    text-align: center;
    color: #fefefe;
    font-size: 0.625rem; }

.featured-copy {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border-left: 1px solid #eee; }
  .featured-copy header.header {
    padding-top: 1em;
    padding-bottom: 0.5em; }
  .featured-copy time {
    display: inline;
    float: left;
    font-size: 0.6875rem;
    color: #A6A09B;
    padding-right: 2em;
    line-height: 1; }
  .featured-copy span {
    display: block;
    font-size: 0.6875rem;
    color: #A6A09B;
    text-transform: uppercase;
    line-height: 1; }
  .featured-copy em {
    display: block;
    font-size: 1.25rem;
    font-style: normal;
    color: #545454;
    line-height: 1.25;
    padding: 0.5em 0 0.5em; }
  .featured-copy .featured-body {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    float: left; }
    .featured-copy .featured-body::before, .featured-copy .featured-body::after {
      content: ' ';
      display: table; }
    .featured-copy .featured-body::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      .featured-copy .featured-body {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 75em) {
      .featured-copy .featured-body {
        padding-left: 2rem;
        padding-right: 2rem; } }
    .featured-copy .featured-body:last-child:not(:first-child) {
      float: right; }
    .featured-copy .featured-body, .featured-copy .featured-body:last-child {
      float: none; }
    .featured-copy .featured-body em {
      font-size: 1rem;
      color: #A6A09B;
      line-height: 1.25;
      padding: 0em 0 1em; }
    .featured-copy .featured-body a.button {
      margin-top: 0em;
      font-size: 0.75rem; }

/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  article.featured-article {
    margin-top: 1rem; }
  figure.featured-img figcaption {
    font-size: 0.75rem; }
  .featured-copy header.header {
    padding-top: 1.5em;
    padding-bottom: 1em; }
  .featured-copy time {
    font-size: 0.8125rem;
    padding-right: 2rem; }
  .featured-copy span {
    font-size: 0.8125rem; }
  .featured-copy em {
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 0.5em 0 0.125em; }
  .featured-copy .featured-body em {
    font-size: 1rem;
    line-height: 1.25;
    padding: 0em 0 0.75em; }
  .featured-copy .featured-body a.button {
    font-size: 0.75rem; } }

/* Large and up */
@media screen and (min-width: 64em) {
  figure.featured-img figcaption {
    font-size: 0.8125rem; }
  .featured-copy header.header {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem; }
  .featured-copy time {
    font-size: 0.875rem;
    padding-right: 2rem; }
  .featured-copy span {
    font-size: 0.875rem; }
  .featured-copy em {
    font-size: 2rem;
    line-height: 1.25;
    padding: 0.5em 0 0.125em; }
  .featured-copy .featured-body em {
    font-size: 1.25rem;
    line-height: 1.25;
    padding: 0em 0 1em; }
  .featured-copy .featured-body a.button {
    margin-top: 2em;
    font-size: 0.875rem; } }

/* XLarge up */
@media screen and (min-width: 75em) {
  figure.featured-img {
    max-height: 66vh;
    overflow: hidden; }
    figure.featured-img img {
      width: 100%; } }

@-webkit-keyframes excerptin {
  0% {
    left: -100%; }
  100% {
    left: 0%; } }

@keyframes excerptin {
  0% {
    left: -100%; }
  100% {
    left: 0%; } }

@-webkit-keyframes excerptout {
  0% {
    left: 0%; }
  100% {
    left: -100%; } }

@keyframes excerptout {
  0% {
    left: 0%; }
  100% {
    left: -100%; } }

.recent-posts {
  padding-left: 0;
  padding-right: 0; }
  .recent-posts article {
    margin: 0rem auto 0rem;
    position: relative; }
    .recent-posts article:nth-of-type(odd) {
      padding-right: calc(0.5rem / 2); }
    .recent-posts article:nth-of-type(even) {
      padding-left: calc(0.5rem / 2); }
    .recent-posts article figure {
      margin: 0;
      padding: 0;
      overflow: hidden;
      text-align: center; }
    .recent-posts article figure img {
      min-height: 100%; }
    .recent-posts article time {
      display: inline;
      float: left;
      font-size: 0.5rem;
      color: #A6A09B;
      padding-right: 2em;
      line-height: 1; }
    .recent-posts article span {
      display: block;
      font-size: 0.5rem;
      color: #A6A09B;
      text-transform: uppercase;
      line-height: 1; }
    .recent-posts article em {
      display: block;
      font-size: 0.875rem;
      font-style: normal;
      color: #545454;
      line-height: 1.25;
      padding: 0.5em 0 0.5em; }
    .recent-posts article .teaser-contain {
      overflow: hidden;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    .recent-posts article .post-teaser {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.95);
      width: 100%;
      top: 0;
      left: -100%;
      border-bottom: 8px solid #ff9701;
      -webkit-animation: excerptout 0.5s ease-out;
              animation: excerptout 0.5s ease-out; }
      .recent-posts article .post-teaser em {
        padding-top: 0;
        padding-bottom: 1em;
        font-size: 0.875rem;
        color: #A6A09B; }
      .recent-posts article .post-teaser p, .recent-posts article .post-teaser span {
        font-size: 0.75rem; }
      .recent-posts article .post-teaser span {
        text-transform: none;
        line-height: 1.5; }
        .recent-posts article .post-teaser span a {
          color: #A6A09B; }
      .recent-posts article .post-teaser button {
        font-size: 0.75rem; }
    .recent-posts article:hover .post-teaser {
      left: 0;
      margin-left: 0rem !important;
      -webkit-animation: excerptin 0.5s ease-out;
              animation: excerptin 0.5s ease-out; }

/* Portrait */
@media only screen and (orientation: portrait) {
  .recent-posts article figure {
    height: 20vh; }
  .recent-posts article .post-teaser, .recent-posts article .teaser-contain {
    height: 20vh;
    height: calc(20vh + 8px); } }

/* Landscape */
@media only screen and (orientation: landscape) {
  .recent-posts article figure {
    height: 33vh; }
  .recent-posts article .post-teaser, .recent-posts article .teaser-contain {
    height: 33vh;
    height: calc(33vh + 8px); } }

/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  .recent-posts article:nth-of-type(odd) {
    padding-right: calc(1rem / 2); }
  .recent-posts article:nth-of-type(even) {
    padding-left: calc(1rem / 2); }
  .recent-posts article time {
    font-size: 0.75rem;
    padding-right: 2rem; }
  .recent-posts article span {
    font-size: 0.75rem; }
  .recent-posts article em {
    font-size: 1.25rem;
    line-height: 1.25;
    padding: 0.5em 0 0.125em; }
  .recent-posts article .post-teaser {
    padding-top: 1rem;
    padding-right: calc(1rem);
    padding-left: calc(1rem); }
    .recent-posts article .post-teaser em {
      padding-bottom: 0.75em;
      font-size: 1rem;
      color: #A6A09B; }
    .recent-posts article .post-teaser p, .recent-posts article .post-teaser span {
      font-size: 0.75rem; }
    .recent-posts article .post-teaser button {
      font-size: 0.75rem; } }

/* Large and up */
/* XLarge up */
@media screen and (min-width: 75em) {
  .recent-posts article:nth-of-type(odd) {
    padding-right: calc(2rem / 2); }
    .recent-posts article:nth-of-type(odd) .teaser-contain {
      margin-left: calc(2rem);
      width: calc(100% - 3rem); }
  .recent-posts article:nth-of-type(even) {
    padding-left: calc(2rem / 2); }
    .recent-posts article:nth-of-type(even) .teaser-contain {
      margin-left: calc(1rem);
      width: calc(100% - 3rem); }
  .recent-posts article figure {
    height: 25vh; }
  .recent-posts article time {
    font-size: 0.875rem;
    padding-right: 2rem; }
  .recent-posts article span {
    font-size: 0.875rem; }
  .recent-posts article em {
    font-size: 1.375rem;
    line-height: 1.25;
    padding: 0.5em 0 0.125em; }
  .recent-posts article .post-teaser, .recent-posts article .teaser-contain {
    height: 25vh;
    height: calc(25vh + 8px); }
  .recent-posts article .post-teaser {
    padding-top: 2em;
    padding-right: calc(2rem);
    padding-left: calc(2rem); }
    .recent-posts article .post-teaser em {
      padding-bottom: 0.75em;
      font-size: 1.125rem;
      color: #A6A09B; }
    .recent-posts article .post-teaser p, .recent-posts article .post-teaser span {
      font-size: 1rem; }
    .recent-posts article .post-teaser button {
      font-size: 0.875rem; } }

/* Large and up */
@media screen and (max-height: 801px) and (orientation: landscape) {
  .recent-posts article figure {
    height: 33vh; }
  .recent-posts article .post-teaser, .recent-posts article .teaser-contain {
    height: 33vh;
    height: calc(33vh + 8px); } }

#tribe-events-pg-template {
  max-width: 100%; }

#tribe-events-bar {
  margin-bottom: 48px; }

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #e95d0f;
  color: #FFF; }

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  color: #333;
  font-size: 11px;
  font-weight: 400; }

#tribe-bar-form label {
  font-weight: 300; }

#tribe-bar-form input[type=text] {
  font-weight: 300;
  font-style: italic; }

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: none;
  border: 1px solid #E5E3E1;
  color: #A6A09B;
  font-size: 13px;
  font-weight: 300;
  transition: all 0.35s linear; }

#tribe-events .tribe-events-button, .tribe-events-button, p.tribe-events-back a, li.tribe-events-nav-previous a, li.tribe-events-nav-next a {
  background: none;
  border: 1px solid #E5E3E1;
  color: #A6A09B;
  font-size: 11px;
  font-weight: 300;
  line-height: normal;
  padding: 6px 9px;
  transition: all 0.35s linear;
  border-radius: 0; }

#tribe-events .tribe-events-button:hover, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, p.tribe-events-back a:hover, li.tribe-events-nav-previous a:hover, li.tribe-events-nav-next a:hover {
  background: none;
  color: #ff9701;
  border-color: #ff9701;
  text-decoration: none;
  transition: all 0.35s linear; }

.single-tribe_events #tribe-events-footer li, .single-tribe_events #tribe-events-header li, #tribe-events-footer .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav li {
  padding: 0.5em 0; }

.tribe-events-calendar th {
  background-color: #ff9701;
  color: #FFF;
  border-left: 1px solid #FFF;
  font-weight: 400; }

h2.tribe-events-page-title {
  font-size: 24px;
  font-weight: 300;
  color: #A6A09B; }

#tribe-events-content table.tribe-events-calendar {
  border: 1px solid #E7E7E7;
  margin-bottom: 24px; }

#tribe-events-content .tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar {
  border: 1px solid #E7E7E7; }

a.tribe-events-gcal, a.tribe-events-ical {
  margin-top: 0px; }

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
  background-color: #FAFAFA;
  border: 1px solid #E5E3E1;
  bottom: 30px;
  color: #A6A09B;
  line-height: 1.5; }

#tribe-events-content .tribe-events-tooltip h4 {
  background-color: #A6A09B;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  padding: 0px 16px; }

#tribe-events-content .tribe-events-abbr {
  color: #A6A09B; }

.tribe-events-tooltip .tribe-events-event-body {
  font-size: 12px;
  font-weight: 300;
  padding: 16px; }
  .tribe-events-tooltip .tribe-events-event-body a.button {
    margin-top: 1rem; }

.tribe-event-duration {
  padding-bottom: 16px; }

.tribe-events-event-body p {
  font-size: 14px !important; }

.tribe-events-event-thumb {
  padding: 0;
  width: 100%;
  margin-bottom: 1rem; }

ol.calendaraside {
  list-style-type: none;
  margin-left: 0; }
  ol.calendaraside li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #E5E3E1;
    padding-bottom: 1rem;
    margin-top: 1rem; }
  ol.calendaraside li:first-child {
    margin-top: 0; }
  ol.calendaraside .tribe-events-event-image, ol.calendaraside .event-entry-aside-image, ol.calendaraside .event-entry-aside-date {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 25%;
    float: left;
    padding-right: 0 !important;
    font-size: 0.875rem; }
    @media screen and (min-width: 40em) {
      ol.calendaraside .tribe-events-event-image, ol.calendaraside .event-entry-aside-image, ol.calendaraside .event-entry-aside-date {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 75em) {
      ol.calendaraside .tribe-events-event-image, ol.calendaraside .event-entry-aside-image, ol.calendaraside .event-entry-aside-date {
        padding-left: 2rem;
        padding-right: 2rem; } }
    ol.calendaraside .tribe-events-event-image:last-child:not(:first-child), ol.calendaraside .event-entry-aside-image:last-child:not(:first-child), ol.calendaraside .event-entry-aside-date:last-child:not(:first-child) {
      float: right; }
  ol.calendaraside .event-entry-aside, ol.calendaraside .event-entry-aside-title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 75%;
    float: left;
    font-size: 0.875rem; }
    @media screen and (min-width: 40em) {
      ol.calendaraside .event-entry-aside, ol.calendaraside .event-entry-aside-title {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 75em) {
      ol.calendaraside .event-entry-aside, ol.calendaraside .event-entry-aside-title {
        padding-left: 2rem;
        padding-right: 2rem; } }
    ol.calendaraside .event-entry-aside:last-child:not(:first-child), ol.calendaraside .event-entry-aside-title:last-child:not(:first-child) {
      float: right; }
  ol.calendaraside .event-entry-header {
    margin-bottom: 0.5rem; }
  ol.calendaraside span {
    font-size: 0.75rem;
    color: #A6A09B;
    display: block; }
  ol.calendaraside svg {
    height: 0.75em;
    width: 0.75em;
    fill: none;
    stroke: #A6A09B;
    stroke-width: 1px;
    display: inline-block;
    margin-right: 0.5em; }
    ol.calendaraside svg .event-tag {
      stroke-miterlimit: 10; }
    ol.calendaraside svg .event-time, ol.calendaraside svg .event-location {
      stroke-linecap: round;
      stroke-linejoin: round; }

#tribe-events-pg-template.single-event #tribe-events-content {
  padding: 0; }

figure.featured-img .tribe-events-event-image {
  margin: 0; }

.single-view-event {
  -webkit-columns: 1 !important;
     -moz-columns: 1 !important;
          columns: 1 !important; }

.tribe-events-sub-nav {
  line-height: normal;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 1em 0 0;
  text-align: right; }
  .tribe-events-sub-nav li {
    display: inline-block;
    margin: 0 0 0 1rem;
    vertical-align: middle;
    zoom: 1;
    padding: 0.5em 0; }

.single-tribe_events #tribe-events-footer li.shariff-button {
  padding: 0; }

.tribe-events-schedule svg {
  height: 0.75em;
  width: 0.75em;
  fill: none;
  stroke: #A6A09B;
  stroke-width: 1px;
  display: inline-block;
  margin-right: 0.5em; }
  .tribe-events-schedule svg .event-tag {
    stroke-miterlimit: 10; }
  .tribe-events-schedule svg .event-time, .tribe-events-schedule svg .event-location, .tribe-events-schedule svg .event-date, .tribe-events-schedule svg .event-pricing {
    stroke-linecap: round;
    stroke-linejoin: round; }
  .tribe-events-schedule svg .event-pricing-euro {
    fill: #A6A09B;
    stroke-width: 0px; }

.tribe-events-schedule .event-pricing {
  width: 16px;
  padding-top: 1px; }

.tribe-events-schedule span {
  font-size: 0.75rem !important; }

.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: initial;
  font-weight: 400;
  margin: 1.5rem 0px 0.75rem; }

.single-tribe_events .tribe-events-event-meta {
  font-size: 0.75rem; }

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-weight: 400; }

.single-tribe_events .tribe-events-venue-map {
  background: none;
  border: 1px solid #E5E3E1;
  border-radius: 0px;
  margin: 1.5rem 3% 1.5rem 0px;
  padding: 0px;
  width: 60%; }

/* Portrait */
/* Landscape */
/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  ol.calendaraside .tribe-events-event-image, ol.calendaraside .event-entry-aside-image, ol.calendaraside .event-entry-aside-date {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 30%;
    float: left; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    ol.calendaraside .tribe-events-event-image, ol.calendaraside .event-entry-aside-image, ol.calendaraside .event-entry-aside-date {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 75em) {
    ol.calendaraside .tribe-events-event-image, ol.calendaraside .event-entry-aside-image, ol.calendaraside .event-entry-aside-date {
      padding-left: 2rem;
      padding-right: 2rem; } }

@media screen and (min-width: 40em) {
    ol.calendaraside .tribe-events-event-image:last-child:not(:first-child), ol.calendaraside .event-entry-aside-image:last-child:not(:first-child), ol.calendaraside .event-entry-aside-date:last-child:not(:first-child) {
      float: right; }
  ol.calendaraside .event-entry-aside, ol.calendaraside .event-entry-aside-title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 70%;
    float: left; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    ol.calendaraside .event-entry-aside, ol.calendaraside .event-entry-aside-title {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 75em) {
    ol.calendaraside .event-entry-aside, ol.calendaraside .event-entry-aside-title {
      padding-left: 2rem;
      padding-right: 2rem; } }

@media screen and (min-width: 40em) {
    ol.calendaraside .event-entry-aside:last-child:not(:first-child), ol.calendaraside .event-entry-aside-title:last-child:not(:first-child) {
      float: right; }
  .tribe-events-schedule span {
    font-size: 0.875rem !important; }
  .single-tribe_events .tribe-events-event-meta {
    font-size: 0.875rem; } }

/* Large and up */
@media screen and (min-width: 64em) {
  ol.calendaraside .tribe-events-event-image, ol.calendaraside .event-entry-aside-image, ol.calendaraside .event-entry-aside-date {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 25%;
    float: left;
    font-size: 1rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    ol.calendaraside .tribe-events-event-image, ol.calendaraside .event-entry-aside-image, ol.calendaraside .event-entry-aside-date {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 64em) and (min-width: 75em) {
    ol.calendaraside .tribe-events-event-image, ol.calendaraside .event-entry-aside-image, ol.calendaraside .event-entry-aside-date {
      padding-left: 2rem;
      padding-right: 2rem; } }

@media screen and (min-width: 64em) {
    ol.calendaraside .tribe-events-event-image:last-child:not(:first-child), ol.calendaraside .event-entry-aside-image:last-child:not(:first-child), ol.calendaraside .event-entry-aside-date:last-child:not(:first-child) {
      float: right; }
  ol.calendaraside .event-entry-aside, ol.calendaraside .event-entry-aside-title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 75%;
    float: left;
    font-size: 1rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    ol.calendaraside .event-entry-aside, ol.calendaraside .event-entry-aside-title {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 64em) and (min-width: 75em) {
    ol.calendaraside .event-entry-aside, ol.calendaraside .event-entry-aside-title {
      padding-left: 2rem;
      padding-right: 2rem; } }

@media screen and (min-width: 64em) {
    ol.calendaraside .event-entry-aside:last-child:not(:first-child), ol.calendaraside .event-entry-aside-title:last-child:not(:first-child) {
      float: right; }
  ol.calendaraside span {
    font-size: 0.875rem; }
  .tribe-events-schedule span {
    font-size: 1rem !important; } }

/* XLarge up */
svg#kvwb-map-regionalverbaende a path {
  fill: #E5E3E1;
  stroke: #fefefe;
  stroke-width: 2px;
  transition: all 0.35s linear; }

svg#kvwb-map-regionalverbaende a text {
  font-size: 2.375em;
  font-weight: 300;
  fill: #A6A09B;
  font-family: 'Roboto Condensed', Roboto, Helvetica, Arial, sans-serif;
  transition: all 0.35s linear; }

svg#kvwb-map-regionalverbaende a:hover path {
  fill: #ff9701;
  transition: all 0.35s linear; }

svg#kvwb-map-regionalverbaende a:hover text {
  fill: #fefefe;
  transition: all 0.35s linear; }

footer div.header {
  padding-top: 2rem;
  padding-bottom: 2rem; }

footer em {
  color: #A6A09B;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  margin-bottom: 0.5em; }

footer ul, footer span {
  margin: 0;
  font-size: 0.625rem; }

.footer-nav a {
  color: #A6A09B; }

.footer-nav a:hover, .footer-nav a:focus {
  color: #1a1a1a; }

.footerlinks {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .footerlinks div.copy {
    text-align: center; }
  .footerlinks ul {
    float: none; }
  .footerlinks li {
    display: inline-block;
    padding: 0 1rem; }
  .footerlinks a {
    color: #fefefe;
    font-size: 0.625rem; }
    .footerlinks a:hover {
      color: #ff9701; }

ul.footermenulinks li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 16.66667%;
  float: left; }
  @media screen and (min-width: 40em) {
    ul.footermenulinks li {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    ul.footermenulinks li {
      padding-left: 2rem;
      padding-right: 2rem; } }
  ul.footermenulinks li:last-child:not(:first-child) {
    float: right; }
  ul.footermenulinks li ul.footermenu li {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0; }
    ul.footermenulinks li ul.footermenu li:last-child:not(:first-child) {
      float: right; }

ul.footermenulinks > li > a {
  font-weight: 400;
  text-transform: uppercase; }

/* Portrait */
/* Landscape */
/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  footer ul, footer span {
    font-size: 0.75rem; }
  .footerlinks div.copy {
    text-align: left; }
  .footerlinks span {
    padding-left: 2rem;
    padding-top: 0.5em;
    display: block; }
  .footerlinks a {
    font-size: 0.75rem; }
  .footerlinks ul {
    float: right; }
  .footerlinks li {
    float: left;
    padding: 0 2rem; } }

/* Large and up */
@media screen and (min-width: 64em) {
  footer ul, footer span {
    font-size: 0.875rem; }
  .footerlinks a {
    font-size: 0.875rem; } }

/* XLarge up */
.kvwb-page {
  margin-top: 1px; }

.kvwb-page-content, .kvwb-page-image {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .kvwb-page-content, .kvwb-page-image {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    .kvwb-page-content, .kvwb-page-image {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .kvwb-page-content:last-child:not(:first-child), .kvwb-page-image:last-child:not(:first-child) {
    float: right; }

/* Portrait */
/* Landscape */
/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  .kvwb-page-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 50%;
    float: left; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .kvwb-page-content {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 75em) {
    .kvwb-page-content {
      padding-left: 2rem;
      padding-right: 2rem; } }

@media screen and (min-width: 40em) {
    .kvwb-page-content:last-child:not(:first-child) {
      float: right; }
  .kvwb-page-image {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 0; }
    .kvwb-page-image:last-child:not(:first-child) {
      float: right; } }

/* Large and up */
/* XLarge up */
.panel-entry {
  text-align: center;
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  .panel-entry h3 {
    margin-top: 1.25em;
    margin-bottom: 0.125em; }
  .panel-entry em {
    font-style: normal;
    color: #A6A09B;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 2em; }
  .panel-entry svg {
    height: 3rem;
    fill: none;
    stroke: #e5e3e1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px; }
  .panel-entry img {
    height: 3rem; }
  .panel-entry svg path.fillshape {
    fill: #E5E3E1;
    stroke: none; }

/* Portrait */
/* Landscape */
/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  .panels {
    border-left: 1px solid #eee; }
    .panels:nth-of-type(3n+1) {
      border-left: none; }
  .panel-entry h3 {
    margin-top: 1.25em;
    margin-bottom: 0.125em; }
  .panel-entry em {
    font-style: normal;
    color: #A6A09B;
    font-size: 1rem;
    display: block; }
  .panel-entry svg, .panel-entry img {
    height: 3.5rem; } }

/* Large and up */
@media screen and (min-width: 64em) {
  .panel-entry {
    padding-top: 1.75em;
    padding-bottom: 1.5em; }
    .panel-entry em {
      font-size: 1.125rem; }
    .panel-entry svg, .panel-entry img {
      height: 4.25rem; } }

/* XLarge up */
.post-list-view article {
  padding-bottom: 1em; }
  .post-list-view article h5 {
    margin-top: 0.25em;
    margin-bottom: 0.125em; }
  .post-list-view article em, .post-list-view article time {
    display: block;
    font-style: normal;
    font-size: 0.625rem;
    color: #A6A09B; }

/* Portrait */
/* Landscape */
/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  .post-list-view article a:hover * {
    text-decoration: underline; }
  .post-list-view article em, .post-list-view article time {
    font-size: 0.75rem; } }

/* Large and up */
@media screen and (min-width: 64em) {
  .post-list-view article {
    padding-bottom: 2em; }
    .post-list-view article em, .post-list-view article time {
      font-size: 0.875rem; } }

/* XLarge up */
.single-view-intro span {
  display: block;
  font-size: 1.125rem;
  margin: 0;
  text-transform: uppercase;
  color: #A6A09B; }

.single-view header.header {
  margin-bottom: 0; }
  .single-view header.header span {
    display: inline-block;
    padding-right: 2em;
    color: #A6A09B;
    font-size: 0.5rem; }
  .single-view header.header h2 {
    margin-top: 0.3125em; }

.single-view a.print {
  float: right; }
  .single-view a.print svg {
    height: 1.5em;
    fill: none;
    stroke: #A6A09B;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    transition: all 0.35s linear; }
  .single-view a.print svg * {
    transition: all 0.35s linear; }
  .single-view a.print:hover svg * {
    stroke: #ff9701 !important;
    transition: all 0.35s linear; }

.single-view-entry {
  padding-top: 2em;
  padding-bottom: 1.5em; }

.single-view-footer {
  background: none;
  text-align: left;
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-top: 1px solid #eee; }

.related-entries {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em; }
  .related-entries::before, .related-entries::after {
    content: ' ';
    display: table; }
  .related-entries::after {
    clear: both; }

.related-entries-img {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 33.33333%;
  float: left;
  padding-right: 0.25rem;
  height: 5rem;
  overflow: hidden; }
  @media screen and (min-width: 40em) {
    .related-entries-img {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    .related-entries-img {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .related-entries-img:last-child:not(:first-child) {
    float: right; }
  .related-entries-img img {
    width: 100%; }

.related-entries-teaser {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 66.66667%;
  float: left;
  padding-left: 0.25rem; }
  @media screen and (min-width: 40em) {
    .related-entries-teaser {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    .related-entries-teaser {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .related-entries-teaser:last-child:not(:first-child) {
    float: right; }
  .related-entries-teaser h6 {
    margin-top: 0.5em;
    margin-bottom: 0.125em; }
  .related-entries-teaser em, .related-entries-teaser time {
    display: block;
    font-style: normal;
    font-size: 0.625rem;
    color: #A6A09B; }

.print-preview h2 {
  margin-bottom: 0.25em; }

.print-preview header {
  border-top: 0; }

.print-preview figure {
  max-height: 500px;
  overflow: hidden; }

.print-preview figure img {
  width: 100%; }

/* Portrait */
/* Landscape */
/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  .single-view-intro span {
    font-size: 1.625rem; }
  .single-view header.header span {
    font-size: 0.75rem; }
  .single-view a.print svg {
    height: 1.5em; }
  .single-view-entry {
    padding-top: 2em;
    padding-bottom: 1.5em;
    -webkit-columns: 2 350px;
       -moz-columns: 2 350px;
            columns: 2 350px;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em; }
    .single-view-entry h3 {
      -webkit-column-span: all;
         -moz-column-span: all;
              column-span: all;
      line-height: 1.2;
      margin-top: 0.25em; }
    .single-view-entry p {
      line-height: 1.5;
      margin-bottom: 1.5em; }
  .related-entries-img {
    padding-right: 0.5rem; }
  .related-entries-teaser {
    padding-left: 0.5rem; }
    .related-entries-teaser a:hover * {
      text-decoration: underline; }
    .related-entries-teaser em, .related-entries-teaser time {
      font-size: 0.75rem; } }

/* Large and up */
@media screen and (min-width: 64em) {
  a.print svg {
    height: 1.75em; }
  .related-entries-img {
    padding-right: 1rem; }
  .related-entries-teaser {
    padding-left: 1rem; }
    .related-entries-teaser em, .related-entries-teaser time {
      font-size: 0.8125rem; } }

/* XLarge up */
@media screen and (min-width: 75em) {
  .single-view-intro span {
    font-size: 2rem; }
  .single-view header.header span {
    font-size: 0.875rem; }
  .single-view header.header h2 {
    font-size: 2.25rem; } }

@media print {
  header {
    border-top: 0px;
    padding-top: 0; }
  body, article {
    margin: 0; }
  .single-view-entry {
    -webkit-columns: 2 350px;
       -moz-columns: 2 350px;
            columns: 2 350px;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em; }
  a.print {
    display: none; }
  .single-view-entry {
    font-size: 12pt; } }

@page {
  size: auto;
  /* auto is the initial value */
  /* this affects the margin in the printer settings */
  margin: 15mm 20mm 15mm 20mm;
  body, article, .single-view-entry {
    margin: 0;
    font-size: 12pt; } }

.filtermenu {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .filtermenu {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    .filtermenu {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .filtermenu:last-child:not(:first-child) {
    float: right; }
  .filtermenu span {
    padding-right: 2em;
    font-size: 0.875rem;
    color: #A6A09B;
    font-weight: 400; }
  .filtermenu button, .filtermenu select {
    border-color: #E5E3E1;
    color: #A6A09B;
    margin: 0;
    font-size: 0.875rem; }
  .filtermenu select {
    max-width: 100%; }

.member-section {
  background: #eee; }

article.member {
  padding-left: 0;
  padding-right: 0;
  border-left: 1px solid #eee;
  margin-bottom: 16px;
  background: #FFF; }
  article.member:nth-of-type(2n+1) {
    border-left: none; }
  article.member .member-head h3 {
    margin: 0 0 0.125em 0; }
  article.member .member-img, article.member .member-head {
    padding-left: 0;
    padding-right: 0; }
  article.member .member-img {
    margin: 0;
    min-height: 375px !important;
    overflow: hidden;
    display: inline-block;
    position: relative; }
    article.member .member-img img {
      position: absolute;
      min-height: 100%;
      width: auto;
      display: block; }
  article.member .member-entry {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    float: left;
    padding-bottom: 1em; }
    article.member .member-entry::before, article.member .member-entry::after {
      content: ' ';
      display: table; }
    article.member .member-entry::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      article.member .member-entry {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 75em) {
      article.member .member-entry {
        padding-left: 2rem;
        padding-right: 2rem; } }
    article.member .member-entry:last-child:not(:first-child) {
      float: right; }
    article.member .member-entry, article.member .member-entry:last-child {
      float: none; }
    article.member .member-entry h4, article.member .member-entry ul li span {
      color: #A6A09B; }
    article.member .member-entry span {
      font-size: 85%; }
    article.member .member-entry ul {
      margin: 0 0 0 0; }
      article.member .member-entry ul li {
        font-size: 85%; }
    article.member .member-entry button {
      margin-top: 1rem;
      padding: 0.5em;
      font-size: 85%; }
  article.member .member-additional {
    display: none; }
    article.member .member-additional em {
      font-style: normal;
      font-weight: 400;
      margin-top: 2em;
      margin-bottom: 1em;
      display: block; }
    article.member .member-additional ul {
      list-style: circle; }
    article.member .member-additional em, article.member .member-additional ul li {
      font-size: 0.875rem; }

.member-z {
  z-index: 999; }

.member-header {
  position: relative; }

a.kvwb-member-email {
  position: absolute;
  top: 0.875em;
  right: 1em;
  display: block; }
  a.kvwb-member-email svg {
    stroke-width: 1px;
    fill: none;
    stroke: #A6A09B;
    stroke-linecap: round;
    stroke-linejoin: round;
    height: 1.25em;
    transition: all 0.35s linear; }
  a.kvwb-member-email:hover svg {
    stroke: #ff9701;
    transition: all 0.35s linear; }

a.kvwb-member-email-table {
  display: inline-block; }
  a.kvwb-member-email-table svg {
    stroke-width: 1px;
    fill: none;
    stroke: #A6A09B;
    stroke-linecap: round;
    stroke-linejoin: round;
    height: 1em;
    transition: all 0.35s linear; }
  a.kvwb-member-email-table:hover svg {
    stroke: #ff9701;
    transition: all 0.35s linear; }

/* Portrait */
/* Landscape */
@media only screen and (orientation: landscape) {
  .filtermenu button, .filtermenu select {
    margin: 0 2rem; }
  .filtermenu select {
    padding-right: 2em;
    width: auto; } }

/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  a.kvwb-member-email {
    top: 1.5em; }
  .member-entry {
    padding-bottom: 0em; } }

/* Large and up */
/* XLarge up */
.chapter-info {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }
  .chapter-info::before, .chapter-info::after {
    content: ' ';
    display: table; }
  .chapter-info::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .chapter-info {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    .chapter-info {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .chapter-info:last-child:not(:first-child) {
    float: right; }
  .chapter-info, .chapter-info:last-child {
    float: none; }

.chapter-crest {
  max-height: 176px;
  margin-bottom: 1em; }

.chapter-info-table {
  margin: 1rem auto;
  width: 100%;
  table-layout: fixed;
  border: none; }
  .chapter-info-table tbody {
    border: none; }
  .chapter-info-table tbody tr:nth-child(even) {
    background: none; }
  .chapter-info-table tbody td {
    padding: 0.075rem 0 0.075rem; }
  .chapter-info-table td:nth-child(odd) {
    width: 35%;
    font-weight: 400; }
  .chapter-info-table td:nth-child(even) {
    width: 65%; }

section.chapter-members {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left;
  border-top: 1px solid #E5E3E1;
  padding-top: 2em;
  padding-bottom: 2em; }
  section.chapter-members::before, section.chapter-members::after {
    content: ' ';
    display: table; }
  section.chapter-members::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    section.chapter-members {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    section.chapter-members {
      padding-left: 2rem;
      padding-right: 2rem; } }
  section.chapter-members:last-child:not(:first-child) {
    float: right; }
  section.chapter-members, section.chapter-members:last-child {
    float: none; }
  section.chapter-members table {
    width: 100%; }
  section.chapter-members table thead {
    background-color: #e5e3e1; }
  section.chapter-members table thead th {
    font-weight: 300; }
  section.chapter-members table thead, section.chapter-members table tbody {
    border: 1px solid #E5E3E1; }
  section.chapter-members table tbody tr td:first-child {
    padding: 0;
    width: 60px; }
  section.chapter-members table tbody tr td:last-child {
    padding: 0;
    width: 40px; }
  section.chapter-members table tbody tr:nth-child(even) {
    background-color: rgba(229, 227, 225, 0.25); }
  section.chapter-members table tbody tr td:nth-child(2) {
    width: 35%; }
  section.chapter-members table tbody tr td {
    font-size: 85%; }

/* Portrait */
/* Landscape */
/* Small only */
/* Medium and up */
/* Large and up */
/* XLarge up */
.cdurss ul, .cdurss ol {
  margin: 0; }

.cdurss ol {
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #E5E3E1; }

.cdurss ol:first-child {
  padding-top: 0em; }

.cdurss ol:last-child {
  margin-bottom: 1em;
  border-bottom: none; }

.cdurss .field-name-body p {
  font-size: 0.75rem; }

.cdurss img {
  margin-bottom: 1em; }

@media screen and (min-width: 64em) {
  .cdurss ul, .cdurss ol {
    margin: 0; }
  .cdurss .field-name-body p {
    font-size: 0.875rem; } }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left;
  height: auto;
  width: 100%;
  overflow: hidden; }
  .owl-carousel .owl-item img {
    width: 100%; }
  .owl-carousel .owl-item div.content {
    position: absolute;
    top: 7.5%;
    left: 10.5%;
    z-index: 25;
    color: #fefefe;
    width: 60%; }
    .owl-carousel .owl-item div.content span {
      font-size: 0.8125rem;
      text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
      margin-bottom: 1rem;
      display: block; }
    .owl-carousel .owl-item div.content p {
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
      font-size: 0.625rem; }
    .owl-carousel .owl-item div.content blockquote {
      color: #fefefe;
      margin: 0;
      padding: 0; }
      .owl-carousel .owl-item div.content blockquote p {
        color: #fefefe; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../icons/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  line-height: 1;
  padding: 0.125em 0.5em 0.25em;
  font-size: 1rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  transition: all 0.35s linear; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  color: #e95d0f;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #e95d0f;
  text-decoration: none;
  transition: all 0.35s linear; }

.owl-theme .owl-pagination {
  position: absolute;
  bottom: 0.125rem;
  width: 100%; }

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0.5em;
  top: 120px;
  top: calc(55% - 0.5rem); }

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0.5em;
  top: 120px;
  top: calc(55% - 0.5rem); }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.35s linear; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ff9701;
  transition: all 0.35s linear; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../icons/AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
          perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@media screen and (min-width: 40em) and (orientation: landscape) {
  .owl-carousel .owl-item {
    float: left;
    height: 500px;
    width: 100%;
    overflow: hidden; }
    .owl-carousel .owl-item img {
      width: 100%; }
    .owl-carousel .owl-item div.content {
      position: absolute;
      top: 10%;
      left: 7.5%;
      z-index: 25;
      color: #fefefe;
      width: 35%; }
      .owl-carousel .owl-item div.content span {
        font-size: 2.75rem;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
        margin-bottom: 1rem;
        display: block; }
      .owl-carousel .owl-item div.content p {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
        font-size: 1.25rem; }
      .owl-carousel .owl-item div.content blockquote {
        padding: 0 0 0 1rem; }
  .owl-theme .owl-controls .owl-buttons div {
    font-size: 2rem; }
  .owl-theme .owl-pagination {
    bottom: 0.25rem; }
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 2rem;
    top: 200px;
    top: calc(50% - 1.5rem); }
  .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 2rem;
    top: 200px;
    top: calc(50% - 1.5rem); } }

input.search-button {
  background: #E5E3E1;
  color: #fefefe; }
  input.search-button:hover {
    background: #A6A09B;
    border-color: #A6A09B;
    color: #fefefe; }

span.search-result {
  color: #A6A09B; }

li.field_sublabel_below div span label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: 300 !important;
  font-size: 1.3em;
  color: #A6A09B !important; }

.gform_wrapper .gsection {
  border-bottom: 1px solid #E5E3E1 !important;
  margin: 3em 0em 1em !important; }
  .gform_wrapper .gsection:first-child {
    margin-top: 0 !important; }

.gform_wrapper ul li label.gfield_label {
  font-weight: 300 !important;
  font-size: 1em;
  color: #A6A09B !important; }

.gform_wrapper .gfield_required {
  color: #ff9701 !important; }

.gform_wrapper textarea {
  padding: .25em .5em !important;
  resize: vertical !important; }

.gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="url"] {
  text-indent: .5em !important; }

input#recaptcha_response_field {
  border: 1px solid #E5E3E1 !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="image"], .gform_wrapper .gform_footer input[type="submit"] {
  margin-top: 1em !important; }

.gform_wrapper form .left_label li.gfield_html_formatted.custom_gform_html {
  margin-left: 0% !important;
  width: 100% !important; }
  .gform_wrapper form .left_label li.gfield_html_formatted.custom_gform_html ul {
    margin-left: 1.25em !important;
    margin-bottom: 0.625em !important; }
  .gform_wrapper form .left_label li.gfield_html_formatted.custom_gform_html p, .gform_wrapper form .left_label li.gfield_html_formatted.custom_gform_html li, .gform_wrapper form .left_label li.gfield_html_formatted.custom_gform_html em {
    font-size: 85%; }

.gform_wrapper span.gform_description {
  font-weight: 300 !important; }

.gform_wrapper h3.gform_title {
  margin: .625em 0 .625em !important; }

.gform_wrapper .gform_heading {
  width: 100% !important;
  margin-bottom: 2.5em !important; }

.gform_wrapper .gf_page_steps {
  width: 100% !important;
  margin: 0 0 2.5em !important;
  border-bottom: 1px dotted #E5E3E1 !important; }

.gform_wrapper .gform_page_footer {
  width: 100% !important;
  border-top: 1px dotted #E5E3E1 !important; }

.gform_wrapper .gf_step {
  font-size: 0.875em  !important;
  line-height: 1.25 !important;
  font-family: 'Roboto Condensed',arial,sans-serif !important; }

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  float: left;
  font-family: 'Roboto Condensed',arial,sans-serif !important; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  color: #A6A09B; }

.gform_wrapper .gf_step.gf_step_active {
  color: #ff9701; }

.downloads img {
  max-height: 20vh; }

.w3eden label {
  margin-bottom: 5px;
  font-weight: 300;
  color: #A6A09B; }

.dataTables_wrapper .dataTables_length {
  margin-bottom: 1em; }

table.dataTable {
  color: #A6A09B !important; }

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: 400 !important; }

.w3eden a {
  color: #ff9701 !important;
  font-weight: 300 !important;
  transition: all 0.35s linear; }
  .w3eden a:hover, .w3eden a:focus {
    text-decoration: none;
    color: #e95d0f !important;
    transition: all 0.35s linear; }

a.package-title {
  color: #A6A09B !important; }

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
  color: #A6A09B !important;
  font-size: 0.875em; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #A6A09B !important;
  border: 1px solid #E5E3E1 !important;
  background-color: transparent !important;
  background: transparent !important;
  transition: all 0.35s linear; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  border: none !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #ff9701 !important;
  border: 1px solid #ff9701 !important;
  background-color: transparent !important;
  background: transparent !important;
  transition: all 0.35s linear; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover.disabled {
  color: #A6A09B !important;
  border: none !important;
  background-color: transparent !important;
  background: transparent !important;
  transition: all 0.35s linear; }

.w3eden .media-body * {
  font-weight: 300 !important; }

.w3eden .media-body .ptitle {
  font-size: 0.875em !important; }

.w3eden .media-body a {
  font-size: 0.875em !important; }

.w3eden .media-body .label-default {
  background-color: #A6A09B; }

.w3eden .media-body .label {
  padding: .2em .6em .1em;
  font-size: 75%;
  font-weight: 300;
  border-radius: 0;
  margin-left: 1em; }

main {
  min-height: 100%; }

blockquote {
  font-style: italic; }

.testimonials-join {
  padding: 0;
  margin-top: 1px; }

.join-form, .downloads {
  padding-top: 2em;
  padding-bottom: 1.5em; }

.member-function-local {
  color: #A6A09B; }

.archive-row {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .archive-row::before, .archive-row::after {
    content: ' ';
    display: table; }
  .archive-row::after {
    clear: both; }

.pagination .current {
  background: transparent;
  color: #e95d0f; }

.pagination a, .pagination button {
  color: #A6A09B; }

.pagination a:hover, .pagination button:hover {
  background: transparent;
  color: #ff9701; }

.gallery-item {
  width: auto !important;
  float: left;
  margin: 0 1.5rem; }
  .gallery-item:first-child {
    margin-left: 0; }
  .gallery-item:last-child {
    margin-right: 0; }

/* Portrait */
/* Landscape */
/* Small only */
/* Medium and up */
/* Large and up */
/* XLarge up */

/*# sourceMappingURL=app.css.map */
