/* Minification failed. Returning unminified contents.
(10736,13): run-time error CSS1063: Expected calculation unit, found '$'
(10736,13): run-time error CSS1064: Expected calculation product, found '$'
(10736,13): run-time error CSS1065: Expected calculation sum, found '$'
(10736,13): run-time error CSS1034: 
(10736,13): run-time error CSS1042: Expected function, found '$'
(10736,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
 */
@charset "UTF-8";
/*! HiDPI v2.0.1 | MIT License | git.io/hidpi */
/*! 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;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen and (min-width:28.8125em)/";
  width: 28.8125em;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 42.5em)/";
  width: 28.8125em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:42.5625em)/";
  width: 42.5625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:42.5625em) and (max-width:64em)/";
  width: 42.5625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:93.75em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:93.8125em)/";
  width: 93.8125em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:93.8125em) and (max-width:120em)/";
  width: 93.8125em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #444444;
  cursor: auto;
  font-family: "nimbus-sans", Arial, Helvetica, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#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;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 93.75rem;
  width: 100%;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  margin: 0 -2.25rem;
  max-width: none;
  width: auto;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen and (min-width: 28.8125em) {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
}

@media only screen and (min-width: 42.5625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column, .sidebar .row.media > .column, .sidebar .row.rte > .column,
  .row.large-collapse > .columns, .sidebar .row.media > .columns, .sidebar .row.rte > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row, .sidebar .row.media .row, .sidebar .row.rte .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 93.8125em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
}

@media only screen and (min-width: 120.0625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.9375rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.9375rem 1.875rem;
}

@media only screen and (min-width: 28.8125em) {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 42.5625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 93.8125em) {
  .xlarge-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .xlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .xlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .xlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .xlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .xlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .xlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .xlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .xlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .xlarge-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .xlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .xlarge-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .xlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .xlarge-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .xlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 120.0625em) {
  .xxlarge-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .xxlarge-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .xxlarge-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .xxlarge-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "nimbus-sans", Arial, Helvetica, Roboto, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #ec008c;
  border-color: #bd0070;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #bd0070;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary {
  background-color: #009ee0;
  border-color: #007eb3;
  color: #FFFFFF;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #007eb3;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}

button.success, .button.success {
  background-color: #79b51c;
  border-color: #619116;
  color: #FFFFFF;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #619116;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

button.alert, .button.alert {
  background-color: #952209;
  border-color: #771b07;
  color: #FFFFFF;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #771b07;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

button.warning, .button.warning {
  background-color: #ef41a8;
  border-color: #e0138c;
  color: #FFFFFF;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #e0138c;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

button.info, .button.info {
  background-color: #a6d65c;
  border-color: #8ac431;
  color: #FFFFFF;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #8ac431;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}

button.tiny, .button.tiny {
  padding: 0.5rem 1rem 0.5625rem 1rem;
  font-size: 0.6875rem;
}

button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .button.radius {
  border-radius: 0.1875rem;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #ec008c;
  border-color: #bd0070;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #bd0070;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #ec008c;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #009ee0;
  border-color: #007eb3;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #007eb3;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #009ee0;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #79b51c;
  border-color: #619116;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #619116;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #79b51c;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #952209;
  border-color: #771b07;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #771b07;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #952209;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #ef41a8;
  border-color: #e0138c;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #e0138c;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ef41a8;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a6d65c;
  border-color: #8ac431;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #8ac431;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a6d65c;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 42.5625em) {
  button, .button {
    display: inline-block;
  }
}

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown.open {
  display: block;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.f-dropdown.drop-right.open {
  display: block;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.f-dropdown.drop-left.open {
  display: block;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}

.f-dropdown.drop-top.open {
  display: block;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}

.f-dropdown.content.open {
  display: block;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.radius {
  border-radius: 0.1875rem;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.f-dropdown.mega.open {
  left: 0 !important;
}

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.dropdown.button::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}

.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}

.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}

.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  color: #444444;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

label small {
  text-transform: capitalize;
  color: #606060;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 1.125rem;
  height: 2.5625rem;
  line-height: 2.5625rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.1875rem;
  -webkit-border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.1875rem;
  -webkit-border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #000000;
  border-right: none;
  color: #FFFFFF;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #000000;
  border-left: none;
  color: #FFFFFF;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 1.125rem;
  height: 2.5625rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear;
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: rgba(255, 255, 255, 0.7);
  cursor: default;
}

input:not([type])[disabled], input:not([type])[readonly],
fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  background-color: rgba(255, 255, 255, 0.7);
  cursor: default;
}

input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 0.1875rem;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.1875rem;
  -webkit-border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.1875rem;
  -webkit-border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.1875rem;
  -webkit-border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.1875rem;
  -webkit-border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #7c7c7c;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #7c7c7c;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #7c7c7c;
}

:-ms-input-placeholder {
  color: #7c7c7c;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FFFFFF;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 1.125rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.5625rem;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 0.1875rem;
}

select:focus {
  background-color: #f7f7f7;
  border-color: #999999;
}

select:disabled {
  background-color: rgba(255, 255, 255, 0.7);
  cursor: default;
}

select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

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

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 0 none #DDDDDD;
  margin: 1.125rem 0;
  padding: 0;
}

fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: -0.0625rem;
  padding: 0;
  background: transparent;
  color: #ec008c;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: -0.0625rem;
  padding: 0;
  background: transparent;
  color: #ec008c;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #952209;
}

.error small.error {
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: -0.0625rem;
  padding: 0;
  background: transparent;
  color: #ec008c;
}

.error > label > small {
  background: transparent;
  color: #606060;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #952209;
}

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}

.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}

.inline-list > li > * {
  display: block;
}

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

ul.pagination li {
  color: #444444;
  font-size: 1rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

ul.pagination li a, ul.pagination li button {
  border-radius: 0.1875rem;
  transition: background-color 300ms ease-out;
  background: none;
  color: #444444;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #AAAAAA;
  pointer-events: none;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}

ul.pagination li.current a, ul.pagination li.current button {
  background: #009ee0;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #009ee0;
}

ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: transparent;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}

.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 11.6875rem;
  z-index: 98;
}

.top-bar {
  background: transparent;
  height: 11.6875rem;
  line-height: 11.6875rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}

.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 5.53125rem;
  padding-bottom: .35rem;
  padding-top: .35rem;
}

.top-bar .button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}

@media only screen and (max-width: 42.5em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}

.top-bar .title-area {
  margin: 0;
  position: relative;
}

.top-bar .name {
  font-size: 16px;
  height: 11.6875rem;
  margin: 0;
}

.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 11.6875rem;
  margin: 0;
}

.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #444444;
  display: block;
  font-weight: 400;
  padding: 0 1.9479166667rem;
  width: 75%;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #444444;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 11.6875rem;
  line-height: 11.6875rem;
  padding: 0 1.9479166667rem;
  position: relative;
  text-transform: uppercase;
}

.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}

.top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 3.5104166667rem 0 1.9479166667rem;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 1.9479166667rem;
  box-shadow: 0 0 0 1px #ec008c, 0 7px 0 1px #ec008c, 0 14px 0 1px #ec008c;
  width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.top-bar.expanded {
  background: transparent;
  height: auto;
}

.top-bar.expanded .title-area {
  background: transparent;
}

.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #009ee0, 0 7px 0 1px #009ee0, 0 14px 0 1px #009ee0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px transparent;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li {
  background: #FFFFFF;
}

.top-bar-section ul li > a {
  color: #444444;
  display: block;
  font-family: "nimbus-sans", Arial, Helvetica, Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 1.9479166667rem;
  padding: 12px 0 12px 1.9479166667rem;
  text-transform: none;
  width: 100%;
}

.top-bar-section ul li > a.button {
  font-size: 1.5rem;
  padding-left: 1.9479166667rem;
  padding-right: 1.9479166667rem;
  background-color: #ec008c;
  border-color: #bd0070;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #bd0070;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.secondary {
  background-color: #009ee0;
  border-color: #007eb3;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #007eb3;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.success {
  background-color: #79b51c;
  border-color: #619116;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #619116;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.alert {
  background-color: #952209;
  border-color: #771b07;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #771b07;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.warning {
  background-color: #ef41a8;
  border-color: #e0138c;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #e0138c;
}

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.info {
  background-color: #a6d65c;
  border-color: #8ac431;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #8ac431;
}

.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button {
  font-size: 1.5rem;
  padding-left: 1.9479166667rem;
  padding-right: 1.9479166667rem;
  background-color: #ec008c;
  border-color: #bd0070;
  color: #FFFFFF;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #bd0070;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.secondary {
  background-color: #009ee0;
  border-color: #007eb3;
  color: #FFFFFF;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #007eb3;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.success {
  background-color: #79b51c;
  border-color: #619116;
  color: #FFFFFF;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #619116;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.alert {
  background-color: #952209;
  border-color: #771b07;
  color: #FFFFFF;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #771b07;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.warning {
  background-color: #ef41a8;
  border-color: #e0138c;
  color: #FFFFFF;
}

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #e0138c;
}

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.info {
  background-color: #a6d65c;
  border-color: #8ac431;
  color: #FFFFFF;
}

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #8ac431;
}

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #FFFFFF;
  color: #ec008c;
  background: #FFFFFF;
}

.top-bar-section ul li.active > a {
  background: #FFFFFF;
  color: #ec008c;
}

.top-bar-section ul li.active > a:hover {
  background: #FFFFFF;
  color: #ec008c;
}

.top-bar-section .has-form {
  padding: 1.9479166667rem;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(68, 68, 68, 0.4);
  border-left-style: solid;
  margin-right: 1.9479166667rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}

.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}

.top-bar-section .dropdown li a {
  font-weight: 400;
  padding: 8px 1.9479166667rem;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #444444;
  display: block;
}

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 1.9479166667rem;
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 1.9479166667rem 2px;
  text-transform: uppercase;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar {
    background: transparent;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    height: 5.53125rem;
    position: relative;
    top: 3.078125rem;
  }
  .top-bar .has-form > .button,
  .top-bar .has-form > button {
    font-size: 0.875rem;
    height: 5.53125rem;
    position: relative;
    top: 3.078125rem;
  }
  .top-bar.expanded {
    background: transparent;
  }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 93.75rem;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #FFFFFF;
    background: #FFFFFF;
    color: #ec008c;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: transparent;
    line-height: 11.6875rem;
    padding: 0 1.9479166667rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #FFFFFF;
    background: #FFFFFF;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #FFFFFF;
    color: #ec008c;
    line-height: 11.6875rem;
    padding: 0 1.9479166667rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #FFFFFF;
    color: #ec008c;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 3.1979166667rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(68, 68, 68, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 5.84375rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #FFFFFF;
    color: #444444;
    line-height: 11.6875rem;
    padding: 12px 1.9479166667rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #FFFFFF;
    color: #444444;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #FFFFFF;
    color: #ec008c;
    background: #FFFFFF;
  }
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px rgba(33, 33, 33, 0);
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 11.6875rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: transparent;
    height: 11.6875rem;
    padding: 0 1.9479166667rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #FFFFFF;
    background: #FFFFFF;
    color: #ec008c;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #FFFFFF;
    color: #ec008c;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}

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

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

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

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

@media only screen and (max-width: 42.5em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 28.8125em) {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 42.5625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

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

@media only screen and (min-width: 64.0625em) and (max-width: 93.75em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

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

@media only screen and (min-width: 93.8125em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 93.8125em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

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

/* Default Link Styles */
a {
  color: #ec008c;
  line-height: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  color: #009ee0;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.71875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #444444;
  font-family: "nimbus-sans", Arial, Helvetica, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  text-rendering: optimizeLegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #858585;
  font-size: 80%;
  line-height: 0;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.6875rem;
}

h4 {
  font-size: 1.4375rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #858585;
  font-weight: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  background-color: #a9e6ff;
  border-color: #7fd9ff;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1.4;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

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

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

.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #444444;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: none;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #6f6f6f;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #6f6f6f;
}

blockquote,
blockquote p {
  line-height: 1.4;
  color: #ababab;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 42.5625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.375rem;
  }
  h2 {
    font-size: 2.125rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.75rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1rem;
  }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.34in;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* small displays */
@media only screen and (min-width: 28.8125em) {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 42.5625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 93.8125em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

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

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

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .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;
  }
}

@media only screen {
  .xsmall-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xsmall-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xsmall-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xsmall-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xsmall-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xsmall-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xsmall-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xsmall-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xsmall-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xsmall-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xsmall-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xsmall-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xsmall-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xsmall-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xsmall-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xsmall-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xsmall-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xsmall-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xsmall-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xsmall-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xsmall-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xsmall-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xsmall-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xsmall-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
  .xsmall-1 {
    width: 8.3333333333%;
  }
  .xsmall-2 {
    width: 16.6666666667%;
  }
  .xsmall-3 {
    width: 25%;
  }
  .xsmall-4 {
    width: 33.3333333333%;
  }
  .xsmall-5 {
    width: 41.6666666667%;
  }
  .xsmall-6 {
    width: 50%;
  }
  .xsmall-7 {
    width: 58.3333333333%;
  }
  .xsmall-8 {
    width: 66.6666666667%;
  }
  .xsmall-9 {
    width: 75%;
  }
  .xsmall-10 {
    width: 83.3333333333%;
  }
  .xsmall-11 {
    width: 91.6666666667%;
  }
  .xsmall-12 {
    width: 100%;
  }
  .xsmall-offset-0 {
    margin-left: 0 !important;
  }
  .xsmall-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xsmall-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xsmall-offset-3 {
    margin-left: 25% !important;
  }
  .xsmall-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xsmall-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xsmall-offset-6 {
    margin-left: 50% !important;
  }
  .xsmall-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xsmall-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xsmall-offset-9 {
    margin-left: 75% !important;
  }
  .xsmall-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xsmall-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xsmall-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xsmall-centered,
  .columns.xsmall-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xsmall-uncentered,
  .columns.xsmall-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xsmall-centered:last-child,
  .columns.xsmall-centered:last-child {
    float: none;
  }
  .column.xsmall-uncentered:last-child,
  .columns.xsmall-uncentered:last-child {
    float: left;
  }
  .column.xsmall-uncentered.opposite,
  .columns.xsmall-uncentered.opposite {
    float: right;
  }
  .row.xsmall-collapse > .column,
  .row.xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xsmall-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xsmall-uncollapse > .column,
  .row.xsmall-uncollapse > .columns {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
}

@media only screen and (min-width: 28.8125em) {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (max-width: 28.75em) {
  .xsmall-block-grid-1 > li {
    width: 100%;
    clear: both;
  }
}

label.inline {
  line-height: 1.5;
  margin: 0;
}

@media only screen and (min-width: 42.5625em) {
  label.inline {
    margin: 0 0 1rem 0;
    line-height: 2.625rem;
  }
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa, input[type=checkbox]:not(:checked) + label:before, input[type=checkbox]:checked + label:before, input[type=radio]:not(:checked) + label:before, input[type=radio]:checked + label:before, footer nav ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 21.875rem;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  visibility: hidden;
  width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide .caption {
  position: absolute;
  bottom: 10%;
  max-width: cal(100%-2.5rem);
  line-height: 0.5;
  text-align: right;
  right: 1.25rem;
}

@media only screen and (min-width: 28.8125em) {
  .slick-slide .caption {
    max-width: 70%;
    right: 1.875rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .slick-slide .caption {
    max-width: 50%;
    right: 6.25rem;
  }
}

@media only screen and (min-width: 93.8125em) {
  .slick-slide .caption {
    line-height: 1;
    bottom: 18%;
    max-width: 30%;
  }
}

.slick-slide .caption p {
  font-size: 1.5rem;
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 28.8125em) {
  .slick-slide .caption p {
    font-size: 1.75rem;
    margin: 0 0 2em;
  }
}

@media only screen and (min-width: 64.0625em) {
  .slick-slide .caption p {
    font-size: 2.25rem;
  }
}

.slick-slide .caption .button {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}

@media only screen and (min-width: 28.8125em) {
  .slick-slide .caption .button {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 64.0625em) {
  .slick-slide .caption .button {
    font-size: 2.25rem;
  }
}

.slick-slide .caption .button svg {
  width: 1.875rem;
  float: left;
  margin: 0 0.4em 0 0;
}

@media only screen and (min-width: 28.8125em) {
  .slick-slide .caption .button svg {
    width: 2.5rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .slick-slide .caption .button svg {
    width: 3.125rem;
  }
}

.slick-slide > a:hover .caption .button {
  color: #FFFFFF;
  background-color: #bd0070;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/css/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 10rem;
  width: 3.125rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.01);
  opacity: 0.5;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:after, .slick-prev:before,
.slick-next:after,
.slick-next:before {
  content: "";
  display: block;
  width: 3px;
  height: 5rem;
  background-color: #FFFFFF;
  transition: transform .2s ease;
  position: absolute;
  right: 0;
  transform-origin: 0 100%;
  top: 0;
}

.slick-prev {
  left: 1.5625rem;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 1.5625rem;
}

.slick-prev:before {
  right: auto;
  left: 0;
  transform: rotate(150deg);
}

[dir="rtl"] .slick-prev:before {
  transform: rotate(30deg);
}

.slick-prev:after {
  transform: rotate(30deg);
  right: auto;
  top: 1px;
  left: -2px;
}

[dir="rtl"] .slick-prev:after {
  transform: rotate(150deg);
}

.slick-prev:hover:before {
  transform: rotate(140deg);
}

[dir="rtl"] .slick-prev:hover:before {
  transform: rotate(40deg);
}

.slick-prev:hover:after {
  transform: rotate(40deg);
}

[dir="rtl"] .slick-prev:hover:after {
  transform: rotate(140deg);
}

.slick-next {
  right: 1.5625rem;
}

[dir="rtl"] .slick-next {
  left: 1.5625rem;
  right: auto;
}

.slick-next:before {
  transform: rotate(-30deg);
}

[dir="rtl"] .slick-next:before {
  transform: rotate(-150deg);
}

.slick-next:after {
  transform: rotate(-150deg);
  top: -1px;
  right: -2px;
}

[dir="rtl"] .slick-next:after {
  transform: rotate(-30deg);
}

.slick-next:hover:before {
  transform: rotate(-40deg);
}

[dir="rtl"] .slick-next:hover:before {
  transform: rotate(-140deg);
}

.slick-next:hover:after {
  transform: rotate(-140deg);
}

[dir="rtl"] .slick-next:hover:after {
  transform: rotate(-40deg);
}

/* Dots */
.slick-slider {
  /*position: relative;
    margin:0 auto;*/
}

.slick-list, .slick-slide, .slick-slide img {
  margin: 0 auto;
}

.slick-dots li button:before {
  content: "";
}

.slick-dots li button {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

li.slick-active button {
  background: #FFF;
}

.slick-dots {
  position: absolute;
  bottom: 166px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "font-awesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #009ee0;
  opacity: 0.5;
}

.slick-dots {
  list-style: none;
}

.slick-dots li button {
  border-radius: 50%;
  background: #FFFFFF;
  text-indent: -200%;
}

.slick-dots li button:before {
  display: none;
}

li.slick-active button {
  background: #ec008c;
}

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #FFFFFF;
  border: solid 1px #cccccc;
  border-radius: 0.1875rem;
  box-shadow: none;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #444444;
  font-size: 13px;
  line-height: 18px;
}

.datepicker.dropdown-menu th {
  padding: 4px 5px;
}

.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

.datepicker table {
  border: 0;
  margin: 0;
  width: auto;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 2.75rem;
  line-height: 2.75rem;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker td {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #FFFFFF;
  cursor: pointer;
}

.datepicker td.active.day, .datepicker td.active.year {
  background: #ec008c;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 0.1875rem;
}

.datepicker td.old, .datepicker td.new {
  color: #777777;
}

.datepicker td span.active {
  background: #ec008c;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 0.1875rem;
}

.datepicker td.day.disabled {
  color: rgba(236, 0, 140, 0.7);
}

.datepicker td span.month.disabled, .datepicker td span.year.disabled {
  color: rgba(236, 0, 140, 0.7);
}

.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #FFFFFF;
  cursor: pointer;
}

.datepicker th.active.day, .datepicker th.active.year {
  background: #ec008c;
}

.datepicker th.date-switch {
  width: 145px;
}

.datepicker th span.active {
  background: #ec008c;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

.datepicker-inline {
  width: 200px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #919191;
  border-bottom-color: solid 1px #cccccc;
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFFFFF;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none;
}

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 93.75em;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: none;
  background: #444;
}

.mfp-figure small {
  color: #f1ede8;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #FFFFFF;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.wDonatieform, .wNieuwsbrief {
  float: left;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 0.1875rem;
  padding: 0 2.25rem;
  color: #222222;
}

.wDonatieform h2, .wNieuwsbrief h2 {
  color: #222222;
}

@media only screen and (min-width: 64.0625em) {
  .wDonatieform, .wNieuwsbrief {
    padding: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .wDonatieform, .wNieuwsbrief {
    padding: 0;
  }
}

.wDonatieform:not(.bgPrimary):not(.bgSecondary):not(.bgTertiary), .wNieuwsbrief:not(.bgPrimary):not(.bgSecondary):not(.bgTertiary) {
  background-color: #f1ede8;
}

.bgPampas .wDonatieform:not(.bgPrimary):not(.bgSecondary):not(.bgTertiary), .bgPampas .wNieuwsbrief:not(.bgPrimary):not(.bgSecondary):not(.bgTertiary) {
  background-color: #FFFFFF;
}

.sidebar .wDonatieform, .sidebar .wNieuwsbrief {
  padding: 0 1.125rem;
  border-top: 1.125rem solid #FFFFFF;
  border-bottom: 1.125rem solid #FFFFFF;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wDonatieform, .sidebar .wNieuwsbrief {
    border: 1.125rem solid #FFFFFF;
    width: calc(100% + 4.5rem);
    margin: 0 -2.25rem;
  }
}

.bgPampas .sidebar .wDonatieform, .bgPampas .sidebar .wNieuwsbrief {
  border: 1.125rem solid #f1ede8;
}

.sidebar .wDonatieform .column .column, .sidebar .wNieuwsbrief .column .column,
.sidebar .wDonatieform .column .columns,
.sidebar .wNieuwsbrief .column .columns,
.sidebar .wDonatieform .columns .column,
.sidebar .wNieuwsbrief .columns .column,
.sidebar .wDonatieform .columns .columns,
.sidebar .wNieuwsbrief .columns .columns {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 42.5625em) {
  .sidebar .wDonatieform .column .column, .sidebar .wNieuwsbrief .column .column,
  .sidebar .wDonatieform .column .columns,
  .sidebar .wNieuwsbrief .column .columns,
  .sidebar .wDonatieform .columns .column,
  .sidebar .wNieuwsbrief .columns .column,
  .sidebar .wDonatieform .columns .columns,
  .sidebar .wNieuwsbrief .columns .columns {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.sidebar .wDonatieform > .row, .sidebar .wNieuwsbrief > .row {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wDonatieform > .row, .sidebar .wNieuwsbrief > .row {
    margin: 0 -2.25rem;
    max-width: none;
    width: auto;
  }
}

.sidebar .wDonatieform > .row .row, .sidebar .wNieuwsbrief > .row .row {
  margin: 0 -2.25rem !important;
}

.sidebar .wDonatieform > .row .row .row, .sidebar .wNieuwsbrief > .row .row .row {
  margin: 0 !important;
}

@media only screen and (min-width: 42.5625em) {
  .sidebar .wDonatieform > .row .row .row, .sidebar .wNieuwsbrief > .row .row .row {
    margin: 0 -2.25rem !important;
  }
  .sidebar .wDonatieform > .row .row .row .row, .sidebar .wNieuwsbrief > .row .row .row .row {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wDonatieform, .sidebar .wNieuwsbrief {
    border-width: 1.125rem !important;
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    padding: 0 2.25rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wDonatieform .medium-4, .sidebar .wNieuwsbrief .medium-4,
  .sidebar .wDonatieform .medium-6,
  .sidebar .wNieuwsbrief .medium-6,
  .sidebar .wDonatieform .medium-8,
  .sidebar .wNieuwsbrief .medium-8,
  .sidebar .wDonatieform .large-5,
  .sidebar .wNieuwsbrief .large-5 {
    width: 100%;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgPrimary.wDonatieform, .sidebar .bgPrimary.wNieuwsbrief, .sidebar .bgSecondary.wDonatieform, .sidebar .bgSecondary.wNieuwsbrief, .sidebar .bgTertiary.wDonatieform, .sidebar .bgTertiary.wNieuwsbrief {
    color: #FFFFFF;
  }
}

.sidebar .bgPrimary.wDonatieform input, .sidebar .bgPrimary.wNieuwsbrief input, .sidebar .bgPrimary.wDonatieform .prefix, .sidebar .bgPrimary.wNieuwsbrief .prefix, .sidebar .bgPrimary.wDonatieform .postfix, .sidebar .bgPrimary.wNieuwsbrief .postfix, .sidebar .bgPrimary.wDonatieform select, .sidebar .bgPrimary.wNieuwsbrief select, .sidebar .bgSecondary.wDonatieform input, .sidebar .bgSecondary.wNieuwsbrief input, .sidebar .bgSecondary.wDonatieform .prefix, .sidebar .bgSecondary.wNieuwsbrief .prefix, .sidebar .bgSecondary.wDonatieform .postfix, .sidebar .bgSecondary.wNieuwsbrief .postfix, .sidebar .bgSecondary.wDonatieform select, .sidebar .bgSecondary.wNieuwsbrief select, .sidebar .bgTertiary.wDonatieform input, .sidebar .bgTertiary.wNieuwsbrief input, .sidebar .bgTertiary.wDonatieform .prefix, .sidebar .bgTertiary.wNieuwsbrief .prefix, .sidebar .bgTertiary.wDonatieform .postfix, .sidebar .bgTertiary.wNieuwsbrief .postfix, .sidebar .bgTertiary.wDonatieform select, .sidebar .bgTertiary.wNieuwsbrief select {
  border: none;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgPrimary.wDonatieform h2, .sidebar .bgPrimary.wNieuwsbrief h2, .sidebar .bgSecondary.wDonatieform h2, .sidebar .bgSecondary.wNieuwsbrief h2, .sidebar .bgTertiary.wDonatieform h2, .sidebar .bgTertiary.wNieuwsbrief h2 {
    color: #FFFFFF;
  }
}

.sidebar .bgPrimary.wDonatieform p, .sidebar .bgPrimary.wNieuwsbrief p, .sidebar .bgSecondary.wDonatieform p, .sidebar .bgSecondary.wNieuwsbrief p, .sidebar .bgTertiary.wDonatieform p, .sidebar .bgTertiary.wNieuwsbrief p {
  font-weight: bold;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgPrimary.wDonatieform label, .sidebar .bgPrimary.wNieuwsbrief label, .sidebar .bgSecondary.wDonatieform label, .sidebar .bgSecondary.wNieuwsbrief label, .sidebar .bgTertiary.wDonatieform label, .sidebar .bgTertiary.wNieuwsbrief label {
    color: #FFFFFF !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgPrimary.wDonatieform label:before, .sidebar .bgPrimary.wNieuwsbrief label:before, .sidebar .bgSecondary.wDonatieform label:before, .sidebar .bgSecondary.wNieuwsbrief label:before, .sidebar .bgTertiary.wDonatieform label:before, .sidebar .bgTertiary.wNieuwsbrief label:before {
    color: #FFFFFF !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgPrimary.wDonatieform label:after, .sidebar .bgPrimary.wNieuwsbrief label:after, .sidebar .bgSecondary.wDonatieform label:after, .sidebar .bgSecondary.wNieuwsbrief label:after, .sidebar .bgTertiary.wDonatieform label:after, .sidebar .bgTertiary.wNieuwsbrief label:after {
    background-color: #FFFFFF !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgPrimary.wDonatieform .button.next, .sidebar .bgPrimary.wNieuwsbrief .button.next,
  .sidebar .bgPrimary.wDonatieform .button[type=submit],
  .sidebar .bgPrimary.wNieuwsbrief .button[type=submit] {
    background-color: #facfe6;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgPrimary.wDonatieform .button.next:hover, .sidebar .bgPrimary.wNieuwsbrief .button.next:hover,
  .sidebar .bgPrimary.wDonatieform .button[type=submit]:hover,
  .sidebar .bgPrimary.wNieuwsbrief .button[type=submit]:hover {
    background-color: #f6a6d0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgSecondary.wDonatieform .button.next, .sidebar .bgSecondary.wNieuwsbrief .button.next,
  .sidebar .bgSecondary.wDonatieform .button[type=submit],
  .sidebar .bgSecondary.wNieuwsbrief .button[type=submit] {
    background-color: #abe1f8;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgSecondary.wDonatieform .button.next:hover, .sidebar .bgSecondary.wNieuwsbrief .button.next:hover,
  .sidebar .bgSecondary.wDonatieform .button[type=submit]:hover,
  .sidebar .bgSecondary.wNieuwsbrief .button[type=submit]:hover {
    background-color: #84d3f5;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgTertiary.wDonatieform .button.next, .sidebar .bgTertiary.wNieuwsbrief .button.next,
  .sidebar .bgTertiary.wDonatieform .button[type=submit],
  .sidebar .bgTertiary.wNieuwsbrief .button[type=submit] {
    background-color: #cbea9c;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgTertiary.wDonatieform .button.next:hover, .sidebar .bgTertiary.wNieuwsbrief .button.next:hover,
  .sidebar .bgTertiary.wDonatieform .button[type=submit]:hover,
  .sidebar .bgTertiary.wNieuwsbrief .button[type=submit]:hover {
    background-color: #bae37c;
  }
}

.bgPrimary.wDonatieform > .row > .column, .bgPrimary.wNieuwsbrief > .row > .column, .bgSecondary.wDonatieform > .row > .column, .bgSecondary.wNieuwsbrief > .row > .column, .bgTertiary.wDonatieform > .row > .column, .bgTertiary.wNieuwsbrief > .row > .column {
  background-color: transparent;
}

.bgPrimary.wDonatieform label.error, .bgPrimary.wNieuwsbrief label.error, .bgSecondary.wDonatieform label.error, .bgSecondary.wNieuwsbrief label.error, .bgTertiary.wDonatieform label.error, .bgTertiary.wNieuwsbrief label.error {
  color: #222222 !important;
}

.sidebar .bgPrimary.wDonatieform label.error, .sidebar .bgPrimary.wNieuwsbrief label.error, .sidebar .bgSecondary.wDonatieform label.error, .sidebar .bgSecondary.wNieuwsbrief label.error, .sidebar .bgTertiary.wDonatieform label.error, .sidebar .bgTertiary.wNieuwsbrief label.error {
  color: #FFFFFF !important;
}

.bgPrimary.wDonatieform small.error, .bgPrimary.wNieuwsbrief small.error, .bgSecondary.wDonatieform small.error, .bgSecondary.wNieuwsbrief small.error, .bgTertiary.wDonatieform small.error, .bgTertiary.wNieuwsbrief small.error {
  color: #FFFFFF;
  font-weight: bold;
}

@media only screen and (min-width: 64.0625em) {
  .bgPrimary.wDonatieform small.error, .bgPrimary.wNieuwsbrief small.error, .bgSecondary.wDonatieform small.error, .bgSecondary.wNieuwsbrief small.error, .bgTertiary.wDonatieform small.error, .bgTertiary.wNieuwsbrief small.error {
    color: #000000;
  }
}

.bgPrimary.wDonatieform small.error[style="display: inline;"], .bgPrimary.wNieuwsbrief small.error[style="display: inline;"], .bgSecondary.wDonatieform small.error[style="display: inline;"], .bgSecondary.wNieuwsbrief small.error[style="display: inline;"], .bgTertiary.wDonatieform small.error[style="display: inline;"], .bgTertiary.wNieuwsbrief small.error[style="display: inline;"] {
  display: block !important;
}

.bgPrimary.wDonatieform .button.next, .bgPrimary.wNieuwsbrief .button.next, .bgPrimary.wDonatieform .button[type=submit], .bgPrimary.wNieuwsbrief .button[type=submit], .bgSecondary.wDonatieform .button.next, .bgSecondary.wNieuwsbrief .button.next, .bgSecondary.wDonatieform .button[type=submit], .bgSecondary.wNieuwsbrief .button[type=submit], .bgTertiary.wDonatieform .button.next, .bgTertiary.wNieuwsbrief .button.next, .bgTertiary.wDonatieform .button[type=submit], .bgTertiary.wNieuwsbrief .button[type=submit] {
  color: #FFFFFF;
}

.bgPrimary.wDonatieform .button.next svg path, .bgPrimary.wNieuwsbrief .button.next svg path, .bgPrimary.wDonatieform .button[type=submit] svg path, .bgPrimary.wNieuwsbrief .button[type=submit] svg path, .bgSecondary.wDonatieform .button.next svg path, .bgSecondary.wNieuwsbrief .button.next svg path, .bgSecondary.wDonatieform .button[type=submit] svg path, .bgSecondary.wNieuwsbrief .button[type=submit] svg path, .bgTertiary.wDonatieform .button.next svg path, .bgTertiary.wNieuwsbrief .button.next svg path, .bgTertiary.wDonatieform .button[type=submit] svg path, .bgTertiary.wNieuwsbrief .button[type=submit] svg path {
  fill: #FFFFFF;
}

.bgPrimary.wDonatieform legend, .bgPrimary.wNieuwsbrief legend, .bgSecondary.wDonatieform legend, .bgSecondary.wNieuwsbrief legend, .bgTertiary.wDonatieform legend, .bgTertiary.wNieuwsbrief legend {
  color: #222222;
  border-color: #000000;
}

.bgPrimary.wDonatieform legend .back, .bgPrimary.wNieuwsbrief legend .back, .bgSecondary.wDonatieform legend .back, .bgSecondary.wNieuwsbrief legend .back, .bgTertiary.wDonatieform legend .back, .bgTertiary.wNieuwsbrief legend .back {
  font-weight: bold;
}

.bgPrimary.wDonatieform .button.next, .bgPrimary.wNieuwsbrief .button.next, .bgPrimary.wDonatieform .button[type=submit], .bgPrimary.wNieuwsbrief .button[type=submit] {
  background-color: #ec008c;
}

.bgPrimary.wDonatieform .button.next:hover, .bgPrimary.wNieuwsbrief .button.next:hover, .bgPrimary.wDonatieform .button[type=submit]:hover, .bgPrimary.wNieuwsbrief .button[type=submit]:hover {
  background-color: #d4007e;
}

.bgPrimary.wDonatieform legend .back, .bgPrimary.wNieuwsbrief legend .back {
  color: #ec008c;
}

.bgPrimary.wDonatieform legend .back:hover, .bgPrimary.wNieuwsbrief legend .back:hover {
  color: #d4007e;
}

.bgSecondary.wDonatieform .button.next, .bgSecondary.wNieuwsbrief .button.next, .bgSecondary.wDonatieform .button[type=submit], .bgSecondary.wNieuwsbrief .button[type=submit] {
  background-color: #009ee0;
}

.bgSecondary.wDonatieform .button.next:hover, .bgSecondary.wNieuwsbrief .button.next:hover, .bgSecondary.wDonatieform .button[type=submit]:hover, .bgSecondary.wNieuwsbrief .button[type=submit]:hover {
  background-color: #008eca;
}

.bgSecondary.wDonatieform legend .back, .bgSecondary.wNieuwsbrief legend .back {
  color: #009ee0;
}

.bgSecondary.wDonatieform legend .back:hover, .bgSecondary.wNieuwsbrief legend .back:hover {
  color: #008eca;
}

.bgTertiary.wDonatieform .button.next, .bgTertiary.wNieuwsbrief .button.next, .bgTertiary.wDonatieform .button[type=submit], .bgTertiary.wNieuwsbrief .button[type=submit] {
  background-color: #79b51c;
}

.bgTertiary.wDonatieform .button.next:hover, .bgTertiary.wNieuwsbrief .button.next:hover, .bgTertiary.wDonatieform .button[type=submit]:hover, .bgTertiary.wNieuwsbrief .button[type=submit]:hover {
  background-color: #6da319;
}

.bgTertiary.wDonatieform legend .back, .bgTertiary.wNieuwsbrief legend .back {
  color: #79b51c;
}

.bgTertiary.wDonatieform legend .back:hover, .bgTertiary.wNieuwsbrief legend .back:hover {
  color: #6da319;
}

body {
  text-align: center;
  overflow-x: hidden;
}

main {
  text-align: left;
}

main > article {
  margin: 0 0 2rem;
}

h1.primary, h2.primary, h3.primary, h4.primary, h5.primary {
  color: #ec008c;
}

h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary {
  color: #009ee0;
}

h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary {
  color: #79b51c;
}

.bgPampas {
  background-color: #f1ede8;
  padding: 2rem 0;
  margin: 0 0 2rem;
}

.bgPampas.column {
  border-radius: 0.1875rem;
  padding: 0 2.25rem;
}

@media only screen and (min-width: 64.0625em) {
  .bgPampas.large-centered {
    overflow: hidden;
  }
}

.bgPampas > .row > .column,
.bgPampas > .row > .columns {
  background-color: #FFFFFF;
  padding-bottom: 0.5rem;
  border-radius: 0.1875rem;
}

@media only screen and (min-width: 64.0625em) {
  .bgPampas > .row > .column.large-8,
  .bgPampas > .row > .columns.large-8 {
    border-radius: 0.1875rem 0 0 0.1875rem;
  }
}

.bgPampas > .row > .column.sidebar,
.bgPampas > .row > .columns.sidebar {
  padding-bottom: 0;
}

@media only screen and (min-width: 64.0625em) {
  .bgPampas > .row > .column.sidebar > div:first-of-type,
  .bgPampas > .row > .columns.sidebar > div:first-of-type {
    border-top: 2em solid #f1ede8;
    border-radius: 0 0.1875rem 0 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .bgPampas > .row > .column.sidebar > div:last-of-type,
  .bgPampas > .row > .columns.sidebar > div:last-of-type {
    border-radius: 0 0 0.1875rem 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .bgPampas > .row > .column.sidebar,
  .bgPampas > .row > .columns.sidebar {
    border-radius: 0 0.1875rem 0.1875rem 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  aside.sidebar {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 64.0625em) {
  aside.sidebar > div:first-of-type {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  aside.sidebar > div:last-of-type {
    border-bottom-left-radius: 0.1875rem;
    border-bottom-right-radius: 0.1875rem;
    margin-bottom: 2rem;
  }
}

.bgPrimary {
  background-color: #facfe6 !important;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgPrimary {
    background-color: #ec008c !important;
  }
}

.bgSecondary {
  background-color: #abe1f8 !important;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgSecondary {
    background-color: #009ee0 !important;
  }
}

.bgTertiary {
  background-color: #cbea9c !important;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgTertiary {
    background-color: #79b51c !important;
  }
}

img {
  height: auto !important;
}

.media,
.rte {
  margin-bottom: 2rem !important;
  clear: both;
  overflow: hidden;
}

.sidebar .media .large-8, .sidebar
.rte .large-8 {
  width: 100%;
}

.media figure {
  border-radius: 0.1875rem;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.media figure img {
  width: 100%;
  height: auto;
  float: left;
}

.media figure figcaption {
  background-color: #f1ede8;
  float: left;
  width: 100%;
  padding: 0.4375rem 0.625rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.fullwidth {
  width: 100%;
  height: auto;
}

.fullwidth img {
  width: 100% !important;
  height: auto !important;
}

.leftImage {
  float: left;
  margin: 0.3em 0.5em 0.5em 0;
}

.rightImage {
  float: right;
  margin: 0.3em 0 0.5em 0.5em;
}

blockquote {
  display: inline-block;
  width: 100%;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  padding: 0 15%;
  position: relative;
  quotes: "“" "”" "‘" "’";
  margin: 0 0 2.5rem;
}

@media only screen and (min-width: 42.5625em) {
  blockquote {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 64.0625em) {
  blockquote {
    font-size: 2em;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-8 blockquote {
    padding: 0 15%;
  }
}

blockquote:before {
  color: #ccc;
  position: absolute;
  top: 0;
  left: calc(15% - 0.5em);
  content: open-quote;
  font-size: 4em;
  line-height: 0.8em;
  font-family: impact;
  font-style: normal;
}

@media only screen and (min-width: 64.0625em) {
  .large-8 blockquote:before {
    left: calc(15% - 0.5em);
  }
}

blockquote:after {
  color: #ccc;
  position: absolute;
  bottom: -0.2em;
  right: calc(15% - 0.5em);
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  font-family: impact;
  font-style: normal;
}

@media only screen and (min-width: 64.0625em) {
  .large-8 blockquote:after {
    right: calc(15% - 0.5em);
  }
}

blockquote p {
  margin: 0;
  display: inline;
}

.uppercase {
  text-transform: uppercase;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.softhide {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

header {
  position: relative;
  z-index: 999;
  margin: 0;
}

@media only screen and (min-width: 64.0625em) {
  header {
    margin-bottom: 3.3125rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .f-topbar-fixed header {
    margin-bottom: 0;
  }
}

header .bannerContainer {
  left: 0;
  top: calc($topbar-mobile-height + 0.625rem);
  position: absolute;
  max-width: 93.75rem;
  margin-left: 0;
  z-index: -1;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #f1ede8;
}

@media only screen and (min-width: 28.8125em) {
  header .bannerContainer {
    top: 6.125rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  header .bannerContainer {
    margin-left: 12.9375rem;
    top: 1.875rem;
    width: auto;
    background-color: transparent;
    z-index: 2;
    border-bottom: none;
  }
}

@media only screen and (min-width: 93.8125em) {
  header .bannerContainer {
    left: calc((100% - 93.75rem)/2 - 0.625rem);
  }
}

.f-topbar-fixed header .bannerContainer {
  top: -12.3125rem;
}

header .bannerContainer .banners {
  list-style: none;
  text-align: left;
  margin: 0;
}

header .bannerContainer .banners li {
  display: inline-block;
  height: 3.6875rem;
  padding: 0.625rem;
  position: relative;
  z-index: 2;
  transition: width 300ms ease;
}

header .bannerContainer .banners li img {
  height: 100%;
  width: auto;
}

header .contain-to-grid {
  border-bottom: 0.625rem solid #ec008c;
  background-color: #FFFFFF;
  position: relative;
}

@media only screen and (min-width: 64.0625em) {
  header .contain-to-grid {
    height: 12.3125rem;
  }
}

header .contain-to-grid.fixed {
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 64.0625em) {
  header .contain-to-grid.fixed {
    height: 5.21875rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  header .contain-to-grid.fixed:before {
    top: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  header .contain-to-grid:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 0.625rem;
    margin-top: -0.3125rem;
    width: 100%;
    background-color: #ec008c;
  }
}

.top-bar {
  height: 16.4vw;
}

@media only screen and (min-width: 28.8125em) {
  .top-bar {
    height: 5.625rem;
    transition: height 300ms ease;
  }
}

@media only screen and (min-width: 64.0625em) {
  .top-bar {
    height: 11.6875rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed .top-bar {
    height: 6.46875rem;
  }
}

.top-bar.expanded .toggle-topbar.menu-icon a span {
  background: none;
}

.top-bar.expanded .toggle-topbar.menu-icon a span:before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
}

.top-bar.expanded .toggle-topbar.menu-icon a span:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
}

.title-area {
  height: 22.8vw;
}

@media only screen and (min-width: 28.8125em) {
  .title-area {
    height: auto;
  }
}

.title-area .name {
  height: 7.71875rem;
}

@media only screen and (min-width: 64.0625em) {
  .title-area .name {
    height: 11.6875rem;
    position: relative;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed .title-area .name {
    height: 7.71875rem;
    overflow: hidden;
  }
}

.title-area .name .logo {
  width: 18.5625rem;
  max-width: 60%;
  display: block;
  overflow: hidden;
  height: 15vw;
}

@media only screen and (min-width: 28.8125em) {
  .title-area .name .logo {
    height: 5.25rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed .title-area .name .logo {
    position: relative;
    top: 0;
    height: 5.21875rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .title-area .name .logo {
    width: 12.9375rem;
    height: auto;
    max-width: 9999rem;
  }
}

.title-area .name .logo:focus {
  color: #ec008c;
}

.title-area .name .logo svg {
  width: 100%;
  float: left;
}

.title-area .name .logo svg #background {
  width: 12.9375rem;
}

@media only screen and (min-width: 64.0625em) {
  .title-area .name .logo svg #background {
    width: 13.125rem;
  }
}

.title-area .name .logo svg #logo_visual {
  transition: transform 300ms ease;
  transform: scaleY(0.447);
}

.title-area .name .logo svg #logo_visual > rect {
  width: calc(100% - 0.625rem);
  x: 5;
  y: 10;
}

@media only screen and (min-width: 64.0625em) {
  .title-area .name .logo svg #logo_visual > rect {
    x: 10;
    y: 10;
    width: 11.875rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .title-area .name .logo svg #logo_visual {
    transform: none;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed .title-area .name .logo svg #logo_visual {
    transform: scaleY(0.447);
  }
  .fixed .title-area .name .logo svg #logo_visual > rect {
    x: 10;
    y: 0;
  }
}

.title-area .name .logo svg #smiley {
  transform: scaleX(0.51) scaleY(1.13) translate(-40px, -25px);
}

@media only screen and (min-width: 64.0625em) {
  .title-area .name .logo svg #smiley {
    transform: none;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed .title-area .name .logo svg #smiley {
    transform: scaleX(0.53) scaleY(1.2) translate(-30px, -10px);
  }
}

.title-area .name .logo svg #logo_text {
  transition: transform 300ms ease;
  transform: translate(44px, -221px) scaleX(0.81) scaleY(1.7);
}

@media only screen and (min-width: 64.0625em) {
  .title-area .name .logo svg #logo_text {
    transform: none;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed .title-area .name .logo svg #logo_text {
    transform: translate(52px, -198px) scaleX(0.74) scaleY(1.7);
  }
}

.title-area .name .logo:hover svg #logo_visual rect {
  fill: #009ee0;
}

.title-area .name .payoff {
  padding: 0;
  line-height: 1;
  font-weight: bold;
  font-size: 4.84vw;
  background-color: #FFFFFF;
  color: #ec008c;
  text-align: left;
  margin: 2px 0 0 0.625rem;
  font-size: 1.0625rem;
  display: none;
}

@media only screen and (min-width: 42.5625em) {
  .title-area .name .payoff {
    float: none;
    font-size: 1.375rem;
    position: absolute;
    left: 18.5625rem;
    top: 1.9375rem;
    display: inline-block;
    max-width: calc(100% - 28.5625rem);
    display: inline-block;
  }
}

@media only screen and (min-width: 64.0625em) {
  .title-area .name .payoff {
    position: static;
    padding: 0 1.25rem;
    max-width: 9999rem;
    margin: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed .title-area .name .payoff {
    position: absolute;
  }
}

.title-area .toggle-topbar.menu-icon {
  top: 0;
  margin-top: 0;
  height: 100%;
}

.title-area .toggle-topbar.menu-icon a {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 5rem;
  height: 16.4vw;
  font-size: 0;
  transition: background 0s 0.3s;
}

@media only screen and (min-width: 28.8125em) {
  .title-area .toggle-topbar.menu-icon a {
    width: 5rem;
    height: 5.625rem;
  }
}

.title-area .toggle-topbar.menu-icon a span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  height: 8px;
  background: #ec008c;
}

.title-area .toggle-topbar.menu-icon a span:before, .title-area .toggle-topbar.menu-icon a span:after {
  box-shadow: none;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ec008c;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.title-area .toggle-topbar.menu-icon a span:before {
  top: -15px;
  transition-property: top, transform;
}

.title-area .toggle-topbar.menu-icon a span:after {
  bottom: -15px;
  top: auto;
  transition-property: bottom, transform;
}

@media only screen and (min-width: 28.8125em) {
  .top-bar-section {
    top: -2.1875rem;
    margin-bottom: -2.1875rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section {
    top: 0;
    margin-bottom: 0;
  }
}

.top-bar-section ul li {
  text-align: left;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul li {
    background-color: transparent;
  }
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul li.active {
    background-color: transparent;
  }
}

.expanded .top-bar-section ul li {
  border-bottom: 1px solid #f1ede8;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul li:not(.has-form) a:not(.button) {
    line-height: 5.53125rem !important;
    transition: line-height 300ms ease;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed .top-bar-section ul li:not(.has-form) a:not(.button) {
    line-height: 4rem !important;
  }
}

.top-bar-section ul li:not(.has-form).special {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border-bottom: none;
}

@media only screen and (min-width: 28.8125em) {
  .top-bar-section ul li:not(.has-form).special {
    top: 6.1875rem;
    right: 0.625rem;
    position: fixed;
    padding: 0;
  }
}

@media only screen and (min-width: 42.5625em) {
  .top-bar-section ul li:not(.has-form).special {
    top: 6.1875rem;
  }
}

@media only screen and (min-width: 28.8125em) {
  .expanded .top-bar-section ul li:not(.has-form).special {
    top: 5.375rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul li:not(.has-form).special {
    position: static;
  }
}

.fixed .top-bar-section ul li:not(.has-form).special {
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 64.0625em) {
  .fixed .top-bar-section ul li:not(.has-form).special {
    position: static;
  }
}

.top-bar-section ul li:not(.has-form).special > a {
  background-color: transparent;
}

.top-bar-section ul li:not(.has-form).special span {
  border-radius: 0.1875rem;
  background-color: #79b51c;
  color: #FFFFFF;
  padding: 0.5rem 1.25rem;
}

.top-bar-section ul li:not(.has-form).special:hover span {
  background-color: #90c839;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul li.has-dropdown > a:after {
    top: 50%;
    margin-top: 4px;
    transform: translateY(-50%);
  }
}

.top-bar-section ul.mainnav {
  clear: both;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul.mainnav {
    position: absolute;
    left: 12.9375rem;
    width: calc(100% - 12.9375rem);
    top: 6.15625rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed .top-bar-section ul.mainnav {
    top: 0.625rem;
  }
}

.top-bar-section ul.dropdown {
  /*&:before {
                content: "";
                display: block;
                width: 100%;
                position: absolute;
                z-index: -1;
                top: $headerBorderHeight + rem-calc(3);
                bottom: 0;
                box-shadow: 0 0 3px rgba(0,0,0,0.2);
            }*/
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul.dropdown {
    padding: 0.625rem 0 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul.dropdown.twoColumn {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.top-bar-section ul.dropdown.twoColumn li:not(.has-form) {
  page-break-inside: avoid;
  break-inside: avoid;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul.dropdown li:not(.has-form) a:not(.button) {
    line-height: 3.8958333333rem !important;
    font-size: 1.25rem;
    border: 2px solid #eef0f3;
    border-top: none;
  }
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul.dropdown li:not(.has-form).active a:not(.button), .top-bar-section ul.dropdown li:not(.has-form):hover a:not(.button) {
    background-color: #ec008c !important;
    color: #FFFFFF !important;
  }
}

.top-bar-section ul.dropdown li:not(.has-form).title h5 a {
  color: #ec008c;
  font-weight: bold;
  text-transform: uppercase;
}

.top-bar-section ul.dropdown li:not(.has-form).title h5 a:before {
  content: "\00ab  ";
  font-size: 140%;
}

.top-bar-section ul.dropdown li:not(.has-form).parent-link.hide-for-medium-up {
  display: block !important;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul.dropdown li:not(.has-form).parent-link.hide-for-medium-up {
    display: none !important;
  }
}

.expanded .top-bar-section ul.dropdown li:not(.has-form):not(.parent-link) {
  border-color: #FFFFFF;
}

.expanded .top-bar-section ul.dropdown li:not(.has-form):not(.parent-link) a:not(.button) {
  background-color: #f1ede8;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul.language, .top-bar-section ul.quicklinks {
    float: right;
    margin-top: 3.125rem;
  }
}

.expanded .top-bar-section ul.language, .expanded .top-bar-section ul.quicklinks {
  background-color: #f1ede8;
  overflow: hidden;
}

@media only screen and (min-width: 64.0625em) {
  .fixed .top-bar-section ul.language, .fixed .top-bar-section ul.quicklinks {
    display: none;
  }
}

.top-bar-section ul.language li:not(.has-form), .top-bar-section ul.quicklinks li:not(.has-form) {
  position: relative;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul.language li:not(.has-form):not(:first-child):before, .top-bar-section ul.quicklinks li:not(.has-form):not(:first-child):before {
    content: "|";
    position: absolute;
    top: 50%;
    left: -4px;
    margin-top: -2px;
    transform: translateY(-50%);
    font-weight: 400;
  }
}

.top-bar-section ul.language li:not(.has-form) > a:not(.button), .top-bar-section ul.quicklinks li:not(.has-form) > a:not(.button) {
  font-weight: normal;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul.language li:not(.has-form) > a:not(.button), .top-bar-section ul.quicklinks li:not(.has-form) > a:not(.button) {
    line-height: 2.2 !important;
    font-size: 1rem;
    padding: 0 0.9375rem;
  }
}

.expanded .top-bar-section ul.language li:not(.has-form) > a:not(.button), .expanded .top-bar-section ul.quicklinks li:not(.has-form) > a:not(.button) {
  background-color: #f1ede8;
}

.expanded .top-bar-section ul.quicklinks > li:not(.has-form) {
  border-color: #FFFFFF;
}

.top-bar-section ul.language {
  position: relative;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul.language:after {
    content: "-";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    transform: translateY(-50%);
  }
}

.top-bar-section ul.language li:not(.has-form) {
  float: left;
}

.expanded .top-bar-section ul.language li:not(.has-form) {
  border-right: 1px solid #FFFFFF;
  border-bottom: 0;
}

.top-bar-section ul.language li:not(.has-form) > a:not(.button) {
  padding-right: 1.9479166667rem;
}

@media only screen and (min-width: 64.0625em) {
  .top-bar-section ul.language li:not(.has-form) > a:not(.button) {
    padding-right: 0.9739583333rem;
  }
}

.top-bar-section ul.language li:not(.has-form).active > a:not(.button) {
  color: #444444;
  font-weight: bold;
  background-color: transparent;
}

#searchHeader {
  overflow: hidden;
  position: absolute;
  right: 4.375rem;
  top: 0;
  width: 3.125rem;
  transition: width 300ms ease;
}

@media only screen and (min-width: 28.8125em) {
  #searchHeader {
    width: 5.53125rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  #searchHeader {
    right: 0;
    top: 6.15625rem;
  }
}

@media only screen and (min-width: 93.8125em) {
  #searchHeader {
    width: 21.875rem;
    right: calc((100% - 93.75rem)/2);
  }
}

.fixed #searchHeader {
  top: 0;
}

@media only screen and (min-width: 64.0625em) {
  .fixed #searchHeader {
    top: 0.625rem;
  }
}

#searchHeader.open {
  background-color: #FFFFFF;
  width: calc(100% - 4.6875rem);
}

@media only screen and (min-width: 28.8125em) {
  #searchHeader.open {
    width: 21.875rem;
  }
}

#searchHeader.open .toggle {
  display: none;
}

#searchHeader.open .button {
  z-index: 2;
}

#searchHeader fieldset {
  width: 21.875rem;
  margin: 0;
}

#searchHeader input {
  border: none;
  top: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0 0.9375rem;
  width: 16.34375rem;
  font-size: 1.5rem;
  height: 16.4vw;
  margin: 0;
  float: left;
}

@media only screen and (min-width: 28.8125em) {
  #searchHeader input {
    height: 5.53125rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed #searchHeader input {
    height: 3.75rem;
  }
}

#searchHeader input::-webkit-input-placeholder {
  color: #ec008c;
}

#searchHeader input::-moz-placeholder {
  color: #ec008c;
}

#searchHeader input:-ms-input-placeholder {
  color: #ec008c;
}

#searchHeader input::placeholder {
  color: #ec008c;
}

#searchHeader .button {
  top: 0;
  background-color: #FFFFFF;
  color: #ec008c;
  height: 4.90625rem;
  position: absolute;
  right: 0;
  font-size: 1.875rem;
  height: 16.4vw;
  padding: 0.4125rem 1rem;
  margin: 0;
}

@media only screen and (min-width: 28.8125em) {
  #searchHeader .button {
    height: 5.53125rem;
    font-size: 2.25rem;
    width: 5.53125rem;
    padding: 0.4125rem 2rem;
  }
}

@media only screen and (min-width: 93.8125em) {
  #searchHeader .button {
    font-size: 1.5rem;
    position: static;
    float: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed #searchHeader .button {
    height: 3.75rem;
  }
}

#searchHeader .button:hover {
  color: #d4007e;
}

#searchHeader .toggle {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  color: #ec008c;
  font-size: 2.25rem;
  height: 16.4vw;
  padding: 0.4125rem 1rem;
  cursor: pointer;
  line-height: 12.6153846154vw;
  font-size: 1.875rem;
}

@media only screen and (min-width: 28.8125em) {
  #searchHeader .toggle {
    width: 5.53125rem;
    height: 5.53125rem;
    font-size: 2.25rem;
    line-height: 4.53125rem;
    padding: 0.4125rem 2rem;
  }
}

@media only screen and (min-width: 93.8125em) {
  #searchHeader .toggle {
    display: none;
  }
}

#searchHeader .toggle:hover {
  color: #d4007e;
}

@media only screen and (min-width: 64.0625em) {
  .fixed #searchHeader .toggle {
    height: 3.5625rem;
    line-height: 2.6875rem;
  }
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select {
  border-radius: 0.1875rem;
}

.required {
  color: #ec008c;
  font-size: 0.7em;
}

.helptext {
  position: relative;
  top: -1.4em;
  font-style: italic;
}

.file.button {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.file.button input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  pointer-events: all;
}

input[type=checkbox]:not(:checked), input[type=checkbox]:checked, input[type=radio]:not(:checked), input[type=radio]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
}

input[type=checkbox]:not(:checked) + label, input[type=checkbox]:checked + label, input[type=radio]:not(:checked) + label, input[type=radio]:checked + label {
  position: relative;
  padding-left: 2em;
  margin-left: 0;
}

input[type=checkbox]:not(:checked) + label:before, input[type=checkbox]:checked + label:before, input[type=radio]:not(:checked) + label:before, input[type=radio]:checked + label:before {
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 0.1875em;
  left: 0;
  color: #999999;
  font-size: 1.25rem;
}

input[type=checkbox]:not(:checked):disabled + label, input[type=checkbox]:checked:disabled + label, input[type=radio]:not(:checked):disabled + label, input[type=radio]:checked:disabled + label {
  pointer-events: none;
}

input[type=checkbox]:not(:checked):disabled + label:before, input[type=checkbox]:checked:disabled + label:before, input[type=radio]:not(:checked):disabled + label:before, input[type=radio]:checked:disabled + label:before {
  color: #DDDDDD;
}

input[type=checkbox]:not(:checked) + label:before, input.asCheckbox[type=radio]:not(:checked) + label:before {
  content: "";
}

input[type=checkbox]:not(:checked) + label:hover:after, input.asCheckbox[type=radio]:not(:checked) + label:hover:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.4em;
  height: 0.4em;
  background-color: #999999;
  top: 0.55em;
  left: 0.37em;
}

input[type=checkbox]:checked + label:before, input.asCheckbox[type=radio]:checked + label:before {
  content: "";
  color: #009ee0;
}

input[type=radio]:not(.asCheckbox):not(:checked) + label:before {
  content: "";
}

input[type=radio]:not(.asCheckbox):not(:checked) + label:hover:before {
  content: "";
}

input[type=radio]:not(.asCheckbox):checked + label:before {
  content: "";
  color: #009ee0;
}

.contourPage .button.prev, .contourPage .button.next, .contourPage .button[type=submit].right {
  position: relative;
}

.contourPage .button.prev i, .contourPage .button.next i, .contourPage .button[type=submit].right i {
  position: absolute;
  top: 50%;
  transform: translateY(-54%);
  line-height: 1;
}

.contourPage .button.prev {
  padding-left: 1.875rem;
}

.contourPage .button.prev i {
  left: 0.3125rem;
}

.contourPage .button.next, .contourPage .button[type=submit].right {
  padding-right: 1.875rem;
}

.contourPage .button.next i, .contourPage .button[type=submit].right i {
  right: 0.3125rem;
}

.articleList {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.articleList li {
  display: block;
  background-color: #faf9f7;
  margin: 0 0 1rem;
  border-radius: 0.1875rem;
  overflow: hidden;
  color: #222222;
}

.bgPampas .articleList li {
  border-color: #FFFFFF;
}

.articleList li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #444444;
  height: 100%;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 42.5625em) {
  .articleList li > a {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.articleList .info {
  padding: 1.25rem;
}

@media only screen and (min-width: 42.5625em) {
  .articleList .info {
    -ms-flex-positive: 5;
        flex-grow: 5;
    min-height: 12.1875rem;
    position: relative;
  }
}

.articleList .info h3 {
  margin-top: 0;
  font-size: 1.0625rem;
}

@media only screen and (min-width: 42.5625em) {
  .articleList .info h3 {
    font-size: 1.1875rem;
    max-height: 2.736842105263158em;
    overflow: hidden;
  }
}

.articleList .info p {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 42.5625em) {
  .articleList .info p {
    height: 4.125em;
    overflow: hidden;
  }
}

.articleList .info .more {
  font-size: 1rem;
  margin: 0;
  float: right;
}

@media only screen and (min-width: 42.5625em) {
  .articleList .info .more {
    float: none;
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}

@media only screen and (min-width: 42.5625em) {
  .articleList div {
    width: auto;
    -ms-flex-positive: 1.75;
        flex-grow: 1.75;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

.articleList div img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 42.5625em) {
  .articleList div + .info {
    -ms-flex-positive: 3.25;
        flex-grow: 3.25;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}

.searchagain input[type=search] {
  width: calc(100% - 2.5625rem);
  border-radius: 0.1875rem 0 0 0.1875rem;
  float: left;
}

.searchagain .button {
  width: 2.5625rem;
  height: 2.5625rem;
  padding: 0;
  border-radius: 0 0.1875rem 0.1875rem 0;
  float: left;
  font-size: 1.25rem;
}

ul.pagination {
  width: 100%;
  overflow: hidden;
  margin: 0 0 2rem;
  text-align: center;
}

ul.pagination li {
  display: inline-block;
  float: none;
}

ul.pagination li.arrow {
  white-space: nowrap;
  line-height: 2.25rem;
}

ul.pagination li.arrow > a {
  overflow: hidden;
}

ul.pagination li.arrow > a:hover, ul.pagination li.arrow > a:focus {
  background-color: transparent;
  color: #009ee0;
}

ul.pagination li.arrow .fa, ul.pagination li.arrow input[type=checkbox]:not(:checked) + label:before, ul.pagination li.arrow input[type=checkbox]:checked + label:before, ul.pagination li.arrow input[type=radio]:not(:checked) + label:before, ul.pagination li.arrow input[type=radio]:checked + label:before, footer nav ul.pagination li.arrow li:before, ul.pagination li.arrow span {
  float: left;
}

ul.pagination li.arrow .show-for-large-up {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  ul.pagination li.arrow .show-for-large-up {
    display: inline;
  }
}

ul.pagination li.arrow .fa, ul.pagination li.arrow input[type=checkbox]:not(:checked) + label:before, ul.pagination li.arrow input[type=checkbox]:checked + label:before, ul.pagination li.arrow input[type=radio]:not(:checked) + label:before, ul.pagination li.arrow input[type=radio]:checked + label:before, footer nav ul.pagination li.arrow li:before {
  line-height: 2.175rem;
}

ul.pagination li.arrow.prev {
  float: left;
}

ul.pagination li.arrow.next {
  float: right;
}

#googlemap {
  width: 100%;
  height: 0;
  min-height: 31.25rem;
  border-radius: 0.1875rem;
  margin: 0 0 2rem;
}

#googlemap svg {
  width: 42px;
  height: 35px;
}

.infowindow {
  font-size: 0.875rem;
  /*background-color: $pampas;*/
  border: 1px solid #f1ede8;
  padding: 0.625rem 0.625rem 2.75rem;
  border-radius: 0.1875rem;
  position: relative;
  height: 12.6875rem;
}

#googlemap .infowindow {
  border: none;
  position: static;
  padding: 0;
  height: auto;
}

#googlemap .infowindow:before {
  display: none;
}

.infowindow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.125rem;
  background-color: #f1ede8;
  z-index: -1;
}

.infowindow strong {
  font-size: 1.5rem;
  margin: 0 0 0.3em;
}

.infowindow span {
  display: inline-block;
  margin: 0 0 0.5em;
}

.infowindow .title {
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0 0.1em;
}

.infowindow .button {
  font-size: 0.875rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  border-radius: 0 0 0.1875rem 0.1875rem;
}

#googlemap .infowindow .button {
  border-radius: 0;
  position: static;
  padding: 0;
  color: #ec008c;
  background-color: transparent;
  text-align: left;
  font-weight: normal;
}

#googlemap .infowindow .button:hover {
  color: #009ee0;
}

.newsletterform label {
  font-weight: bold;
  color: #444444;
}

.newsletterform input {
  width: calc(100% - 2.5625rem);
  border-radius: 0.1875rem 0 0 0.1875rem;
  border-right: none;
  float: left;
}

.newsletterform .button {
  float: right;
  padding: 0.125rem 0.8125rem 0.125rem 1rem;
  line-height: normal !important;
  font-size: 1.9375rem !important;
  border-radius: 0 0.1875rem 0.1875rem 0;
}

.newsletterform.error input {
  border-color: #ec008c;
}

footer {
  text-align: left;
  color: #222222;
}

footer .bgPampas > .row .column,
footer .bgPampas > .row .columns {
  border-radius: 0;
  background-color: transparent;
  padding-bottom: 0;
}

footer h4 {
  font-size: 1.375rem;
  color: #222222;
}

footer p, footer ul {
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
}

footer a {
  color: #222222;
}

footer a:hover {
  color: #ec008c;
}

footer nav ul li {
  position: relative;
  padding-left: 1em;
}

footer nav ul li:before {
  content: "";
  position: absolute;
  left: 0;
  font-size: 1.3em;
  top: 0.1em;
}

footer .social {
  font-size: 2.75rem;
}

footer .sponsors ul {
  margin: 0 0 0.625rem;
}

footer .sponsors ul li {
  margin: 0 1.375rem 1.375rem 0;
}

footer .sponsors h5 + ul {
  margin: 0 0 2rem;
}

footer .closure {
  margin: 0;
}

footer .closure > .row {
  background-color: #f1ede8;
}

footer .closure nav ul {
  margin: 0;
}

footer .closure nav ul li {
  padding-left: 1.4em;
}

footer .closure nav ul li:before {
  content: "|";
  font-size: 1em;
  top: 0;
}

footer .closure nav ul li:first-child {
  padding-left: 0;
}

footer .closure nav ul li:first-child:before {
  display: none;
}

.wAnkeiler {
  list-style: none;
  overflow: hidden;
  border-radius: 0.1875rem;
  max-width: 31.25rem;
  margin: 0 auto;
  /*position: relative;
    padding: $column-gutter/4;
    float: left;
    width: calc(100% + 4.5rem);
    margin: 0 $column-gutter/-2;
    @media only screen and (min-width:64.0625em) {
        padding: $column-gutter/2;
    }
    & + .wAnkeiler {
        margin-top: 1px;    
    }
    img {
        width: 100%;
        height: auto;
        transition: transform 2s ease;
    }
    > a:not(.button) {
        display: block;
        position: relative;
        color: $white;
        overflow: hidden;
        max-height: rem-calc(310);
        > img {
            margin-top: -19%;
             @media only screen and (min-width:42.5625em) {
                 margin-top: 0;
             }
        }
        .title {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: $column-gutter/2;
            font-size: rem-calc(30);
            font-weight: bold;
            text-shadow: 0 0 5px rgba(0,0,0,0.2);
            z-index: 2;
        }
        .button {
            position: absolute;
            bottom: $column-gutter/2;
            left: $column-gutter/2;
            background-color: $white;
            color: $body-font-color;
            font-size: rem-calc(18);
            font-weight: bold;
            padding-top: $button-tny;
            padding-bottom: $button-tny;
            margin: 0;
        }
        &:hover {
            .button {
                background-color: $pampas;
            }
            img {
                transform: scale(1.1);
            }
        }
    }
    > a.button {
        background-color: $white;
        font-size: rem-calc(24);
        font-weight: bold;
        text-align: left;
        margin: 0;
        .fa {
            float: right;
        }
        &:hover {
            color: $white!important;
        }
    }
    > .title {
        font-size: rem-calc(36);
        font-weight: bold;
        margin: 0;
        &:after {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0;
            background-color: $white;
            margin: 0 $column-gutter/-2 -1px;
        }
    }
    &.bgPrimary {
        > a.button,
        > .title {
            color: $primary-color;
            &:after {
                background-color: $primary-color;
            }
        }
        > .title {
            @media only screen and (min-width:64.0625em) {
                color: $white;
            }
            &:after {
                @media only screen and (min-width:64.0625em) {
                    background-color: $bg-primary-light;
                }
            }
        }
        > a.button {
            &:hover {
                background-color: $primary-color;
                @media only screen and (min-width:64.0625em) {
                    background-color: $bg-primary-light;
                    color: $black!important;
                }
            }
        }
    }
    &.bgSecondary {
        > a.button,
        > .title {
            color: $secondary-color;
            &:after {
                background-color: $secondary-color;
            }
        }
        > .title {
            @media only screen and (min-width:64.0625em) {
                color: $white;
            }
            &:after {
                @media only screen and (min-width:64.0625em) {
                    background-color: $bg-secondary-light;
                }
            }
        }
        > a.button {
            &:hover {
                background-color: $secondary-color;
                @media only screen and (min-width:64.0625em) {
                    background-color: $bg-secondary-light;
                    color: $black!important;
                }
            }
        }
    }
    &.bgTertiary {
        > a.button,
        > .title {
            color: $tertiary-color;
            &:after {
                background-color: $tertiary-color;
            }
        }
        > .title {
            @media only screen and (min-width:64.0625em) {
                color: $white;
            }
            &:after {
                @media only screen and (min-width:64.0625em) {
                    background-color: $bg-tertiary-light;
                }
            }
        }
        > a.button {
            &:hover {
                background-color: $tertiary-color;
                @media only screen and (min-width:64.0625em) {
                    background-color: $bg-tertiary-light;
                    color: $black!important;
                }
            }
        }
    }*/
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler {
    width: calc(100% + 4.5rem);
    margin: 0 -2.25rem;
  }
}

.fullwidthgrid .wAnkeiler {
  max-width: 9999rem;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 -0.9375rem;
  width: calc(100% + 1.875rem);
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-bottom: 0.125rem !important;
}

.fullwidthgrid .wAnkeiler:before, .fullwidthgrid .wAnkeiler:after {
  content: " ";
  display: table;
}

.fullwidthgrid .wAnkeiler:after {
  clear: both;
}

.fullwidthgrid .wAnkeiler > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.9375rem 1.875rem;
}

.fullwidthgrid .wAnkeiler > li {
  list-style: none;
  padding: 0 0.9375rem 1.875rem;
  width: 100%;
}

.fullwidthgrid .wAnkeiler > li:nth-of-type(1n) {
  clear: none;
}

.fullwidthgrid .wAnkeiler > li:nth-of-type(1n+1) {
  clear: both;
}

@media only screen and (min-width: 28.8125em) {
  .fullwidthgrid .wAnkeiler {
    display: block;
    padding: 0;
    margin: 0 -0.9375rem;
  }
  .fullwidthgrid .wAnkeiler:before, .fullwidthgrid .wAnkeiler:after {
    content: " ";
    display: table;
  }
  .fullwidthgrid .wAnkeiler:after {
    clear: both;
  }
  .fullwidthgrid .wAnkeiler > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.9375rem 1.875rem;
  }
  .fullwidthgrid .wAnkeiler > li {
    list-style: none;
    padding: 0 0.9375rem 1.875rem;
    width: 50%;
  }
  .fullwidthgrid .wAnkeiler > li:nth-of-type(1n) {
    clear: none;
  }
  .fullwidthgrid .wAnkeiler > li:nth-of-type(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 42.5625em) {
  .fullwidthgrid .wAnkeiler {
    display: block;
    padding: 0;
    margin: 0 -0.9375rem;
  }
  .fullwidthgrid .wAnkeiler:before, .fullwidthgrid .wAnkeiler:after {
    content: " ";
    display: table;
  }
  .fullwidthgrid .wAnkeiler:after {
    clear: both;
  }
  .fullwidthgrid .wAnkeiler > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.9375rem 1.875rem;
  }
  .fullwidthgrid .wAnkeiler > li {
    list-style: none;
    padding: 0 0.9375rem 1.875rem;
    width: 33.3333333333%;
  }
  .fullwidthgrid .wAnkeiler > li:nth-of-type(1n) {
    clear: none;
  }
  .fullwidthgrid .wAnkeiler > li:nth-of-type(3n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fullwidthgrid .wAnkeiler {
    display: block;
    padding: 0;
    margin: 0 -0.9375rem;
  }
  .fullwidthgrid .wAnkeiler:before, .fullwidthgrid .wAnkeiler:after {
    content: " ";
    display: table;
  }
  .fullwidthgrid .wAnkeiler:after {
    clear: both;
  }
  .fullwidthgrid .wAnkeiler > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.9375rem 1.875rem;
  }
  .fullwidthgrid .wAnkeiler > li {
    list-style: none;
    padding: 0 0.9375rem 1.875rem;
    width: 25%;
  }
  .fullwidthgrid .wAnkeiler > li:nth-of-type(1n) {
    clear: none;
  }
  .fullwidthgrid .wAnkeiler > li:nth-of-type(4n+1) {
    clear: both;
  }
}

.fullwidthgrid .wAnkeiler li {
  margin: 0;
}

.fullwidthgrid .wAnkeiler li > .item {
  border-radius: 0.1875rem;
  padding: 0 0 calc(100% - 2px) !important;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #f1ede8;
  text-align: center;
  margin: 0;
}

.fullwidthgrid .wAnkeiler li > .item.bgPrimary, .fullwidthgrid .wAnkeiler li > .item.bgSecondary, .fullwidthgrid .wAnkeiler li > .item.bgTertiary {
  border: none;
  padding: 0 0 100% !important;
}

@media only screen and (min-width: 64.0625em) {
  .fullwidthgrid .wAnkeiler li > .item.bgPrimary .button:hover, .fullwidthgrid .wAnkeiler li > .item.bgSecondary .button:hover, .fullwidthgrid .wAnkeiler li > .item.bgTertiary .button:hover {
    color: #FFFFFF !important;
  }
}

.fullwidthgrid .wAnkeiler li > .item .button, .fullwidthgrid .wAnkeiler li > .item .title, .fullwidthgrid .wAnkeiler li > .item img {
  position: absolute;
}

.fullwidthgrid .wAnkeiler li > .item.hasImage {
  border: none;
}

.fullwidthgrid .wAnkeiler li > .item.hasImage .button {
  background: rgba(0, 0, 0, 0.3) !important;
  color: #FFFFFF !important;
  right: 0;
}

.fullwidthgrid .wAnkeiler li > .item img {
  left: 0;
  top: 0;
  margin-top: 0;
}

.fullwidthgrid .wAnkeiler li > .item:hover .button {
  transform: translateY(0);
}

.fullwidthgrid .wAnkeiler li > .item.bgPrimary .button {
  background: rgba(236, 0, 140, 0.7) !important;
  color: #FFFFFF !important;
}

.fullwidthgrid .wAnkeiler li > .item.bgSecondary .button {
  background: rgba(0, 158, 224, 0.7) !important;
  color: #FFFFFF !important;
}

.fullwidthgrid .wAnkeiler li > .item.bgTertiary .button {
  background: rgba(121, 181, 28, 0.7) !important;
  color: #FFFFFF !important;
}

.fullwidthgrid .wAnkeiler li > span {
  display: block !important;
}

.fullwidthgrid .wAnkeiler li > span > .title {
  position: absolute !important;
  right: 0 !important;
}

.fullwidthgrid .wAnkeiler li > span > .title:after {
  display: none;
}

.fullwidthgrid .wAnkeiler li .title {
  left: 0 !important;
  top: 50%;
  font-weight: bold;
  width: 100%;
  padding: 0 1.125rem;
  font-size: 1.5rem;
  transform: translateY(-50%);
}

@media only screen and (min-width: 64.0625em) {
  .fullwidthgrid .wAnkeiler li .title {
    font-size: 2.25rem;
    padding: 0 2.25rem;
  }
}

.fullwidthgrid .wAnkeiler li .button {
  display: block;
  border: none;
  margin: 0 !important;
  top: 0;
  bottom: 0 !important;
  left: 0;
  right: 0 !important;
  text-align: center;
  transform: translateY(100%);
  transition: transform 300ms ease;
  background: rgba(241, 237, 232, 0.7) !important;
  font-size: 1.5rem !important;
  color: #000000 !important;
  vertical-align: middle;
  padding: calc(50% - 0.5em) 1.125rem !important;
  z-index: 2;
}

@media only screen and (min-width: 64.0625em) {
  .fullwidthgrid .wAnkeiler li .button {
    padding: calc(50% - 0.5em) 2.25rem !important;
  }
}

.fullwidthgrid .wAnkeiler li .button .fa, .fullwidthgrid .wAnkeiler li .button input[type=checkbox]:not(:checked) + label:before, .fullwidthgrid .wAnkeiler li .button input[type=checkbox]:checked + label:before, .fullwidthgrid .wAnkeiler li .button input[type=radio]:not(:checked) + label:before, .fullwidthgrid .wAnkeiler li .button input[type=radio]:checked + label:before, .fullwidthgrid .wAnkeiler li .button footer nav ul li:before, footer nav ul .fullwidthgrid .wAnkeiler li .button li:before {
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
}

.fullwidthgrid .wAnkeiler li .button .fa:before, .fullwidthgrid .wAnkeiler li .button input[type=checkbox]:not(:checked) + label:before, .fullwidthgrid .wAnkeiler li .button input[type=checkbox]:checked + label:before, .fullwidthgrid .wAnkeiler li .button input[type=radio]:not(:checked) + label:before, .fullwidthgrid .wAnkeiler li .button input[type=radio]:checked + label:before, .fullwidthgrid .wAnkeiler li .button footer nav ul li:before, footer nav ul .fullwidthgrid .wAnkeiler li .button li:before {
  content: "";
}

@media only screen and (min-width: 64.0625em) {
  .fullwidthgrid .wAnkeiler li .button .fa, .fullwidthgrid .wAnkeiler li .button input[type=checkbox]:not(:checked) + label:before, .fullwidthgrid .wAnkeiler li .button input[type=checkbox]:checked + label:before, .fullwidthgrid .wAnkeiler li .button input[type=radio]:not(:checked) + label:before, .fullwidthgrid .wAnkeiler li .button input[type=radio]:checked + label:before, .fullwidthgrid .wAnkeiler li .button footer nav ul li:before, footer nav ul .fullwidthgrid .wAnkeiler li .button li:before {
    top: 2.25rem;
    right: 2.25rem;
  }
}

.wAnkeiler .button {
  background-color: #FFFFFF;
  color: #444444;
  border: 1px solid #f1ede8;
  margin: 1.125rem 0;
  font-size: 1.5rem;
  width: 100%;
  font-weight: bold;
  text-align: left;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler .button {
    margin: 2.25rem 0;
  }
}

.wAnkeiler .button .fa, .wAnkeiler .button input[type=checkbox]:not(:checked) + label:before, .wAnkeiler .button input[type=checkbox]:checked + label:before, .wAnkeiler .button input[type=radio]:not(:checked) + label:before, .wAnkeiler .button input[type=radio]:checked + label:before, .wAnkeiler .button footer nav ul li:before, footer nav ul .wAnkeiler .button li:before {
  float: right;
}

.wAnkeiler li {
  margin: 0 0 2rem;
}

.wAnkeiler li.noMargin {
  margin: 0;
}

.wAnkeiler li > .item {
  display: block;
  overflow: hidden;
  padding: 0 1.125rem;
  position: relative;
  background-color: #f1ede8;
  max-height: 19.375rem;
  line-height: 1;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item {
    padding: 0 2.25rem;
    max-height: 9999rem;
  }
}

.wAnkeiler li > .item.hasImage {
  padding: 0;
  border: 1.125rem solid #f1ede8;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item.hasImage {
    padding: 0;
    border: 2.25rem solid #f1ede8;
  }
}

.wAnkeiler li > .item.hasImage .title {
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.25rem;
  font-size: 1.875rem;
  font-weight: bold;
  text-shadow: 0 0 13px black;
  z-index: 2;
}

.wAnkeiler li > .item.hasImage .button {
  width: auto;
  font-size: 1.125rem;
  position: absolute;
  bottom: 2.25rem;
  right: 2.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #FFFFFF;
  color: #444444;
  margin: 0;
}

.wAnkeiler li > .item.hasImage .button:hover {
  background-color: #f1ede8;
}

.wAnkeiler li > .item.hasImage .button .fa, .wAnkeiler li > .item.hasImage .button input[type=checkbox]:not(:checked) + label:before, .wAnkeiler li > .item.hasImage .button input[type=checkbox]:checked + label:before, .wAnkeiler li > .item.hasImage .button input[type=radio]:not(:checked) + label:before, .wAnkeiler li > .item.hasImage .button input[type=radio]:checked + label:before, .wAnkeiler li > .item.hasImage .button footer nav ul li:before, footer nav ul .wAnkeiler li > .item.hasImage .button li:before {
  float: none;
}

.wAnkeiler li > .item:hover img {
  transform: scale(1.1);
}

.wAnkeiler li > .item .fa-play-circle-o {
  position: absolute;
  font-size: 5.5rem;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wAnkeiler li > .item img {
  width: 100%;
  height: auto;
  transition: transform 1s ease;
  margin-top: -19%;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item img {
    margin-top: 0;
  }
}

.wAnkeiler li > .item.bgPrimary {
  border-color: #facfe6;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item.bgPrimary {
    border-color: #ec008c;
  }
}

.wAnkeiler li > .item.bgPrimary > .title {
  color: #FFFFFF;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item.bgPrimary > .title:after {
    background-color: #facfe6;
  }
}

.wAnkeiler li > .item.bgPrimary > .button {
  color: #ec008c;
  border: none;
}

.wAnkeiler li > .item.bgPrimary > .button:hover {
  background-color: #ec008c;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item.bgPrimary > .button:hover {
    background-color: #facfe6;
    color: #000000 !important;
  }
}

.wAnkeiler li > .item.bgSecondary {
  border-color: #abe1f8;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item.bgSecondary {
    border-color: #009ee0;
  }
}

.wAnkeiler li > .item.bgSecondary > .title {
  color: #FFFFFF;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item.bgSecondary > .title:after {
    background-color: #abe1f8;
  }
}

.wAnkeiler li > .item.bgSecondary > .button {
  color: #009ee0;
  border: none;
}

.wAnkeiler li > .item.bgSecondary > .button:hover {
  background-color: #009ee0;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item.bgSecondary > .button:hover {
    background-color: #abe1f8;
    color: #000000 !important;
  }
}

.wAnkeiler li > .item.bgTertiary {
  border-color: #cbea9c;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item.bgTertiary {
    border-color: #79b51c;
  }
}

.wAnkeiler li > .item.bgTertiary > .title {
  color: #FFFFFF;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item.bgTertiary > .title:after {
    background-color: #cbea9c;
  }
}

.wAnkeiler li > .item.bgTertiary > .button {
  color: #79b51c;
  border: none;
}

.wAnkeiler li > .item.bgTertiary > .button:hover {
  background-color: #79b51c;
}

@media only screen and (min-width: 64.0625em) {
  .wAnkeiler li > .item.bgTertiary > .button:hover {
    background-color: #cbea9c;
    color: #000000 !important;
  }
}

.wAnkeiler li > span .title {
  font-size: 2.25rem;
  font-weight: bold;
  display: inline-block;
  margin: 0.2em 0;
  position: static !important;
  transform: none;
  text-shadow: none;
}

.wAnkeiler li > span .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 2;
}

.wAnkeiler li > span:hover img {
  transform: none !important;
}

.sidebar .wDonatieform .inline {
  margin-bottom: 0;
}

.sidebar .wDonatieform .button.next, .sidebar .wDonatieform .button[type=submit] {
  background-color: #FFFFFF;
}

.bgPampas .sidebar .wDonatieform .button.next, .bgPampas .sidebar .wDonatieform .button[type=submit] {
  background-color: #f1ede8;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wDonatieform.bgPrimary legend, .sidebar .wDonatieform.bgSecondary legend, .sidebar .wDonatieform.bgTertiary legend {
    border-color: #FFFFFF;
    font-weight: bold;
    padding: 0;
    color: #FFFFFF;
  }
  .sidebar .wDonatieform.bgPrimary legend .fa, .sidebar .wDonatieform.bgPrimary legend input[type=checkbox]:not(:checked) + label:before, .sidebar .wDonatieform.bgPrimary legend input[type=checkbox]:checked + label:before, .sidebar .wDonatieform.bgPrimary legend input[type=radio]:not(:checked) + label:before, .sidebar .wDonatieform.bgPrimary legend input[type=radio]:checked + label:before, .sidebar .wDonatieform.bgPrimary legend footer nav ul li:before, footer nav ul .sidebar .wDonatieform.bgPrimary legend li:before, .sidebar .wDonatieform.bgSecondary legend .fa, .sidebar .wDonatieform.bgSecondary legend input[type=checkbox]:not(:checked) + label:before, .sidebar .wDonatieform.bgSecondary legend input[type=checkbox]:checked + label:before, .sidebar .wDonatieform.bgSecondary legend input[type=radio]:not(:checked) + label:before, .sidebar .wDonatieform.bgSecondary legend input[type=radio]:checked + label:before, .sidebar .wDonatieform.bgSecondary legend footer nav ul li:before, footer nav ul .sidebar .wDonatieform.bgSecondary legend li:before, .sidebar .wDonatieform.bgTertiary legend .fa, .sidebar .wDonatieform.bgTertiary legend input[type=checkbox]:not(:checked) + label:before, .sidebar .wDonatieform.bgTertiary legend input[type=checkbox]:checked + label:before, .sidebar .wDonatieform.bgTertiary legend input[type=radio]:not(:checked) + label:before, .sidebar .wDonatieform.bgTertiary legend input[type=radio]:checked + label:before, .sidebar .wDonatieform.bgTertiary legend footer nav ul li:before, footer nav ul .sidebar .wDonatieform.bgTertiary legend li:before {
    color: #FFFFFF;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wDonatieform.bgPrimary .back, .sidebar .wDonatieform.bgSecondary .back, .sidebar .wDonatieform.bgTertiary .back {
    color: #FFFFFF;
  }
  .sidebar .wDonatieform.bgPrimary .back:hover, .sidebar .wDonatieform.bgSecondary .back:hover, .sidebar .wDonatieform.bgTertiary .back:hover {
    color: #FFFFFF;
  }
}

.sidebar .wDonatieform.bgPrimary .required, .sidebar .wDonatieform.bgSecondary .required, .sidebar .wDonatieform.bgTertiary .required {
  font-size: 0.6rem;
  color: #FFFFFF;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wDonatieform.bgPrimary .required, .sidebar .wDonatieform.bgSecondary .required, .sidebar .wDonatieform.bgTertiary .required {
    color: #000000;
  }
}

.sidebar .wDonatieform.bgPrimary :disabled + label, .sidebar .wDonatieform.bgSecondary :disabled + label, .sidebar .wDonatieform.bgTertiary :disabled + label {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sidebar .wDonatieform.bgPrimary :disabled + label:before, .sidebar .wDonatieform.bgSecondary :disabled + label:before, .sidebar .wDonatieform.bgTertiary :disabled + label:before {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sidebar .wDonatieform.bgPrimary a, .sidebar .wDonatieform.bgSecondary a, .sidebar .wDonatieform.bgTertiary a {
  color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wDonatieform.bgPrimary a, .sidebar .wDonatieform.bgSecondary a, .sidebar .wDonatieform.bgTertiary a {
    color: rgba(255, 255, 255, 0.7);
  }
}

.sidebar .wDonatieform.bgPrimary a:hover, .sidebar .wDonatieform.bgSecondary a:hover, .sidebar .wDonatieform.bgTertiary a:hover {
  color: #000000;
  text-decoration: underline;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wDonatieform.bgPrimary a:hover, .sidebar .wDonatieform.bgSecondary a:hover, .sidebar .wDonatieform.bgTertiary a:hover {
    color: #FFFFFF;
  }
}

.sidebar .wDonatieform.bgPrimary .f-dropdown label, .sidebar .wDonatieform.bgSecondary .f-dropdown label, .sidebar .wDonatieform.bgTertiary .f-dropdown label {
  color: #444444 !important;
}

.sidebar .wDonatieform.bgPrimary .f-dropdown label:before, .sidebar .wDonatieform.bgSecondary .f-dropdown label:before, .sidebar .wDonatieform.bgTertiary .f-dropdown label:before {
  color: #444444 !important;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wDonatieform.bgPrimary .button.dropdown, .sidebar .wDonatieform.bgSecondary .button.dropdown, .sidebar .wDonatieform.bgTertiary .button.dropdown {
    border-color: #FFFFFF;
    color: #FFFFFF;
  }
  .sidebar .wDonatieform.bgPrimary .button.dropdown:after, .sidebar .wDonatieform.bgSecondary .button.dropdown:after, .sidebar .wDonatieform.bgTertiary .button.dropdown:after {
    border-top-color: #FFFFFF;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wDonatieform.bgPrimary .button:not(.dropdown), .sidebar .wDonatieform.bgSecondary .button:not(.dropdown), .sidebar .wDonatieform.bgTertiary .button:not(.dropdown) {
    border: none;
    color: #444444 !important;
  }
  .sidebar .wDonatieform.bgPrimary .button:not(.dropdown) svg path, .sidebar .wDonatieform.bgSecondary .button:not(.dropdown) svg path, .sidebar .wDonatieform.bgTertiary .button:not(.dropdown) svg path {
    fill: #444444 !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar div[class^=w] + .wDonatieform {
    border-top-width: 1.125rem !important;
  }
}

.wDonatieform fieldset {
  margin-top: 0;
}

.wDonatieform .button {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.625rem;
  color: #222222;
  background-color: transparent;
  border: 2px solid #444444;
}

.wDonatieform .button.next, .wDonatieform .button[type=submit] {
  background-color: #FFFFFF;
  border: none;
}

.wDonatieform .button.dropdown {
  font-size: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.wDonatieform .button.dropdown:after {
  border-top-color: #444444;
}

.wDonatieform .button svg {
  width: 2rem;
  display: inline-block;
  margin: 0 0.4em 0 0;
  position: relative;
  top: 0.2em;
}

.wDonatieform .button svg path {
  fill: #444444;
}

.wDonatieform p, .wDonatieform ul, .wDonatieform ol {
  font-size: 1.2rem;
}

.wDonatieform label {
  font-weight: bold;
  color: #222222 !important;
}

@media only screen and (min-width: 64.0625em) {
  .wDonatieform label {
    font-size: 1.25rem;
  }
  .sidebar .wDonatieform label {
    font-size: 1.125rem;
  }
}

.wDonatieform label:before {
  color: #444444 !important;
}

.wDonatieform label:after {
  background-color: #444444 !important;
}

.wDonatieform input.frequency + label {
  line-height: 2.5rem;
  opacity: 0.75;
}

.wDonatieform input.frequency + label:hover {
  opacity: 1;
}

.wDonatieform input.frequency + label:before {
  font-size: 1.75rem;
}

.wDonatieform input.frequency:checked + label {
  opacity: 1;
}

.wDonatieform input.frequency:checked + label:before {
  content: "";
}

.wDonatieform :disabled + label {
  color: #888888 !important;
  cursor: default;
}

.wDonatieform :disabled + label:before {
  color: #888888 !important;
}

@media only screen and (min-width: 64.0625em) {
  .wDonatieform #naw label {
    font-size: 1.125rem;
  }
  .sidebar .wDonatieform #naw label {
    font-size: 1.125rem;
  }
}

.wDonatieform #naw input[type=checkbox] + label {
  margin-bottom: 0.5em;
}

.wDonatieform #naw .cannotBeClosed {
  display: block !important;
}

.wDonatieform sup.dependent {
  display: none;
}

.wDonatieform .prefix,
.wDonatieform .postfix {
  font-weight: bold;
}

.wDonatieform .switch-toggle {
  margin-bottom: 2rem;
}

.wDonatieform .f-dropdown {
  max-width: 16.8125rem;
  padding: 0.625rem;
  border-radius: 0.1875rem;
}

.wDonatieform .f-dropdown li {
  display: block;
  line-height: 2.5rem;
  padding: 0.3125rem;
  position: relative !important;
  height: 3.125rem;
}

.wDonatieform .f-dropdown li:hover label:before {
  display: block !important;
}

.wDonatieform .f-dropdown li.softhide {
  position: absolute !important;
}

.wDonatieform .f-dropdown img {
  float: left;
  margin: 0 1em 0 0;
}

.wDonatieform .f-dropdown label {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0 1.2rem 0 3.125rem !important;
  white-space: nowrap;
  clear: left;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  width: 100%;
  line-height: 3.125rem;
}

.wDonatieform .f-dropdown label:before {
  display: none !important;
  content: "" !important;
  color: #99a5b7 !important;
  left: auto !important;
  right: 0.3125rem !important;
  top: 0.9375rem !important;
}

.wDonatieform .f-dropdown input[type=radio]:checked + label:before {
  display: block !important;
  color: #79b51c !important;
}

.wDonatieform legend {
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #FFFFFF;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.bgPampas .wDonatieform legend {
  border-bottom: 1px solid #f1ede8;
}

.wDonatieform legend span {
  font-weight: bold;
}

.wDonatieform legend span.back {
  float: right;
  text-transform: none;
  font-weight: 400;
  color: #ec008c;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 0.8em;
}

@media only screen and (min-width: 42.5625em) {
  .wDonatieform legend span.back {
    width: auto;
    text-indent: 0;
  }
}

.wDonatieform legend span.back .fa, .wDonatieform legend span.back input[type=checkbox]:not(:checked) + label:before, .wDonatieform legend span.back input[type=checkbox]:checked + label:before, .wDonatieform legend span.back input[type=radio]:not(:checked) + label:before, .wDonatieform legend span.back input[type=radio]:checked + label:before, .wDonatieform legend span.back footer nav ul li:before, footer nav ul .wDonatieform legend span.back li:before {
  font-size: 1.25rem;
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 42.5625em) {
  .wDonatieform legend span.back .fa, .wDonatieform legend span.back input[type=checkbox]:not(:checked) + label:before, .wDonatieform legend span.back input[type=checkbox]:checked + label:before, .wDonatieform legend span.back input[type=radio]:not(:checked) + label:before, .wDonatieform legend span.back input[type=radio]:checked + label:before, .wDonatieform legend span.back footer nav ul li:before, footer nav ul .wDonatieform legend span.back li:before {
    font-size: 0.8125rem;
    position: static;
  }
}

.wDonatieform legend > .fa, .wDonatieform legend > input[type=checkbox]:not(:checked) + label:before, .wDonatieform legend > input[type=checkbox]:checked + label:before, .wDonatieform legend > input[type=radio]:not(:checked) + label:before, .wDonatieform legend > input[type=radio]:checked + label:before, .wDonatieform footer nav ul legend > li:before, footer nav ul .wDonatieform legend > li:before {
  color: #79b51c;
}

.wDonatieform [data-abide] small.error {
  margin-top: 0;
  font-weight: bold;
  line-height: 1.2;
}

.switch-toggle {
  /* target (newer) browsers with support for media queries */
}

@media only screen {
  .switch-toggle {
    position: relative;
    overflow: hidden;
  }
  .switch-toggle:after {
    clear: both;
    content: "";
    display: table;
  }
  .switch-toggle .indicator {
    display: none;
    height: 100%;
    border-top-left-radius: 1.25rem 50%;
    border-top-right-radius: 1.25rem 50%;
    border-bottom-left-radius: 1.25rem 50%;
    border-bottom-right-radius: 1.25rem 50%;
    width: 5.3125rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    transition: all 0.2s ease-out;
    background-color: #FFFFFF;
  }
  .bgPampas .switch-toggle .indicator {
    background-color: #f1ede8;
  }
  .bgPrimary .switch-toggle .indicator {
    background-color: #ec008c;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgPrimary .switch-toggle .indicator {
    background-color: #facfe6;
  }
}

@media only screen {
  .bgSecondary .switch-toggle .indicator {
    background-color: #009ee0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgSecondary .switch-toggle .indicator {
    background-color: #abe1f8;
  }
}

@media only screen {
  .bgTertiary .switch-toggle .indicator {
    background-color: #79b51c;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgTertiary .switch-toggle .indicator {
    background-color: #cbea9c;
  }
}

@media only screen {
  .switch-toggle label {
    /* reset custom radio styling*/
    padding: 0 !important;
    line-height: 2em;
    vertical-align: middle;
    font-weight: bold;
    /* 2 items */
    /* 3 items */
    /* 4 items */
    /* 5 items */
    /* 6 items */
  }
  .switch-toggle label:before {
    display: none !important;
  }
  .switch-toggle label:nth-child(2):nth-last-child(4),
  .switch-toggle label:nth-child(2):nth-last-child(4) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
    width: 50%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
    left: 50%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(6),
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
    width: 33.33%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
    left: 33.33%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
    left: 66.66%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8),
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ a {
    width: 25%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
    left: 25%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
    left: 50%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
    left: 75%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10),
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ a {
    width: 20%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(3) + label ~ a {
    left: 20%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(5) + label ~ a {
    left: 40%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(7) + label ~ a {
    left: 60%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(9) + label ~ a {
    left: 80%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12),
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ a {
    width: 16.6%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(3) + label ~ a {
    left: 16.6%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(5) + label ~ a {
    left: 33.2%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(7) + label ~ a {
    left: 49.8%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(9) + label ~ a {
    left: 66.4%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(11) + label ~ a {
    left: 83%;
  }
  .switch-toggle input {
    margin: 0 !important;
  }
  .switch-toggle input + label {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    text-align: center;
  }
  .bgPrimary .switch-toggle input:checked + label,
  .bgSecondary .switch-toggle input:checked + label,
  .bgTertiary .switch-toggle input:checked + label {
    color: #FFFFFF !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .bgPrimary .switch-toggle input:checked + label, .sidebar
  .bgSecondary .switch-toggle input:checked + label, .sidebar
  .bgTertiary .switch-toggle input:checked + label {
    color: #000000 !important;
  }
}

@media only screen {
  .switch-toggle input:checked ~ .indicator {
    display: block;
  }
}

.wUitgelicht {
  margin: 0 0 0.125rem;
}

.wUitgelicht li img {
  width: 100%;
  height: auto;
}

.wUitgelicht li > a,
.wUitgelicht li > span {
  color: #444444;
  display: block;
  border-radius: 0.1875rem;
  background-color: #faf9f7;
  color: #222222;
  overflow: hidden;
  position: relative;
}

.wUitgelicht li > span .infoContainer {
  border-bottom: 3.25rem solid #f1ede8;
  padding-bottom: 1rem;
}

.wUitgelicht li .title {
  display: block;
  font-weight: bold;
  margin: 0 0 0.5em;
  font-size: 1.5rem;
  line-height: 1.2;
  overflow: hidden;
}

@media only screen and (min-width: 42.5625em) and (max-width: 64em) {
  .wUitgelicht li .title {
    font-size: 1.125rem;
    max-height: 2.7rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .wUitgelicht li .title {
    max-height: 3.6rem;
  }
}

.wUitgelicht li .infoContainer {
  position: relative;
  padding: 0.9375rem 0.9375rem 4.25rem;
}

.wUitgelicht li .infoContainer .info {
  display: block;
}

@media only screen and (min-width: 42.5625em) and (max-width: 64em) {
  .wUitgelicht li .infoContainer .info {
    height: 9.9em;
  }
}

@media only screen and (min-width: 64.0625em) {
  .wUitgelicht li .infoContainer .info {
    height: 10em;
    overflow: hidden;
  }
}

.wUitgelicht li .infoContainer p, .wUitgelicht li .infoContainer ol, .wUitgelicht li .infoContainer ul {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 1em;
}

@media only screen and (min-width: 42.5625em) and (max-width: 64em) {
  .wUitgelicht li .infoContainer p, .wUitgelicht li .infoContainer ol, .wUitgelicht li .infoContainer ul {
    font-size: 1rem;
  }
}

.wUitgelicht li .button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  font-weight: bold;
  background-color: #f1ede8;
  color: #000000;
}

.wUitgelicht li .button:hover {
  background-color: #d6cabc;
}

.wUitgelicht li .button.bgPrimary {
  background-color: #ec008c !important;
  color: #FFFFFF;
}

.wUitgelicht li .button.bgPrimary:hover {
  background-color: #c90077 !important;
}

.wUitgelicht li .button.bgSecondary {
  background-color: #009ee0 !important;
  color: #FFFFFF;
}

.wUitgelicht li .button.bgSecondary:hover {
  background-color: #0086be !important;
}

.wUitgelicht li .button.bgTertiary {
  background-color: #79b51c !important;
  color: #FFFFFF;
}

.wUitgelicht li .button.bgTertiary:hover {
  background-color: #679a18 !important;
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wUitgelicht {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
    width: calc(100% + 4.5rem);
  }
}

@media only screen and (min-width: 64.0625em) {
  .sidebar .wUitgelicht ul li {
    width: 100%;
    clear: both;
  }
}

.wNieuwsbrief .newsletterform.error input {
  border-color: #FFFFFF;
}
/*# sourceMappingURL=style.css.map */
