@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%; }

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

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

body {
  background: #2e2f34;
  color: #4d4e56;
  padding: 0;
  margin: 0;
  font-family: 'adobe-garamond-pro', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  cursor: auto; }

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

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1200px; }

.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 {
  width: auto;
  margin-left: -0.65em;
  margin-right: -0.65em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

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

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

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

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

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

.row-large {
  max-width: 85.375em; }

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

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .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.33333%;
    right: auto; }

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

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

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }

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

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

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }

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

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

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 0.65em;
    padding-right: 0.65em;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

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

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .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: 0.65em;
    padding-right: 0.65em;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .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.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.65em;
    padding-right: 0.65em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .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: 0.65em;
    padding-right: 0.65em;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .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.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.65em;
    padding-right: 0.65em;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .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,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

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

  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.65em;
    padding-right: 0.65em;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.05em;
  margin: 0 0 0.4rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.9rem;
  padding-right: 2rem;
  padding-bottom: 0.9rem;
  padding-left: 2rem;
  font-size: 1.5rem;
  background-color: #ff9940;
  border-color: #ff9940;
  color: #FFFFFF;
  width: 100%;
  transition: background-color 300ms ease-out; }

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

button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #4d4e56; }

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

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

button.success, .button.success {
  background-color: #5da423;
  border-color: #4a831c;
  color: #FFFFFF; }

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

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

button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: #FFFFFF; }

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #9e0c0f; }

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

button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF; }

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

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

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #4d4e56; }

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9; }

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

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

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

button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem; }

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  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: 3px; }

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

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

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: #2285a2; }

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: #2ba6cb; }

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #4d4e56;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

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

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: #4d4e56; }

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

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #4a831c;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

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: #4a831c; }

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: #5da423; }

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

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: #9e0c0f; }

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

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

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

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

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #4d4e56;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

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: #61b6d9; }

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

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

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block;
    font-size: 1.6rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    width: auto; } }
@media only screen and (min-width: 60.063em) {
  button, .button {
    font-size: 1.750rem; } }
/* 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; }

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

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

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

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

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

.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: #f2f2f2;
  border-right: none;
  color: #4d4e56;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #4d4e56;
  border-color: #cccccc; }

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: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

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

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: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

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

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;
  border-radius: 0; }

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

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

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

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

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #FFFFFF; }

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

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #FFFFFF; }

.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: #c60f13; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #FFFFFF; }

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

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

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

label.error {
  color: #c60f13; }

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

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

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

.js-generated {
  display: block; }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: whitesmoke;
  border-color: #dddddd;
  border-radius: 3px; }

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #2ba6cb; }

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline; }

.breadcrumbs > * a {
  color: #2ba6cb; }

.breadcrumbs > *.current {
  cursor: default;
  color: #4d4e56; }

.breadcrumbs > *.current a {
  cursor: default;
  color: #4d4e56; }

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none; }

.breadcrumbs > *.unavailable {
  color: #999999; }

.breadcrumbs > *.unavailable a {
  color: #999999; }

.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: not-allowed; }

.breadcrumbs > *:before {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.75rem;
  position: relative;
  top: 1px; }

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

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

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

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

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }

.button-group:before, .button-group:after {
  content: " ";
  display: table; }

.button-group:after {
  clear: both; }

.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%; }

.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0; }

.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%; }

.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.33333%; }

.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0; }

.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%; }

.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%; }

.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0; }

.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%; }

.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%; }

.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0; }

.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%; }

.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.66667%; }

.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0; }

.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%; }

.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.28571%; }

.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0; }

.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%; }

.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%; }

.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0; }

.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%; }

.button-group > li {
  margin: 0 -2px;
  display: inline-block; }

.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0; }

.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none; }

.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0; }

.button-group.stack > li > button, .button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block; }

.button-group.stack > li > button {
  width: 100%; }

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0; }

.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block; }

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0; }

@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }

  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0; }

  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block; }

  .button-group.stack-for-small > li > button {
    width: 100%; }

  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0; } }
.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block; }

.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0; }

.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
  border-radius: 0; }

.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0; }

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0; }

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block; }

.button-group.radius.stack > * > button {
  width: 100%; }

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0; }

.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
  border-radius: 0; }

.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

@media only screen and (min-width: 40.063em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; } }
@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block; }

  .button-group.radius.stack-for-small > * > button {
    width: 100%; }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0; }

  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }

  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; } }
.button-group.round > * {
  margin: 0 -2px;
  display: inline-block; }

.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0; }

.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
  border-radius: 0; }

.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0; }

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0; }

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block; }

.button-group.round.stack > * > button {
  width: 100%; }

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0; }

.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
  border-radius: 0; }

.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; }

.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }

@media only screen and (min-width: 40.063em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }

  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; } }
@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block; }

  .button-group.round.stack-for-small > * > button {
    width: 100%; }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0; }

  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0; }

  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }

  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; } }
.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }

.button-bar .button-group div {
  overflow: hidden; }

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

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

.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: #4d4e56 transparent transparent transparent; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }

.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }

.th.radius {
  border-radius: 3px; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }

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

.tabs:after {
  clear: both; }

.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left; }

.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #4d4e56;
  padding: 1rem 2rem;
  font-family: 'adobe-garamond-pro', Arial, sans-serif;
  font-size: 1rem; }

.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #e1e1e1; }

.tabs dd > a:focus, .tabs .tab-title > a:focus {
  outline: none; }

.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #4d4e56; }

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }

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

.tabs-content:after {
  clear: both; }

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.65em 0;
  width: 100%; }

.tabs-content > .content.active {
  display: block;
  float: none; }

.tabs-content > .content.contained {
  padding: 0.65em; }

.tabs-content.vertical {
  display: block; }

.tabs-content.vertical > .content {
  padding: 0 0.65em; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

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

ul.pagination li {
  height: 1.5rem;
  color: #4d4e56;
  font-size: 0.875rem;
  margin-left: 0.3125rem; }

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

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

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: #2ba6cb;
  color: #FFFFFF;
  font-weight: bold;
  cursor: default; }

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: #2ba6cb; }

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

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

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

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: 'adobe-garamond-pro', Arial, sans-serif; }

.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
  font-weight: normal; }

.side-nav li a:not(.button) {
  display: block;
  color: #2ba6cb;
  margin: 0;
  padding: 0.4375rem 0.875rem; }

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #67c3df; }

.side-nav li.active > a:first-child:not(.button) {
  color: #67c3df;
  font-weight: normal;
  font-family: 'adobe-garamond-pro', Arial, sans-serif; }

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white; }

.side-nav li.heading {
  color: #2ba6cb;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase; }

.accordion {
  margin: 0;
  padding: 0; }

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

.accordion:after {
  clear: both; }

.accordion .button {
  margin-bottom: 4rem; }

.bg-white .accordion .accordion-navigation {
  background-image: url(../Images/plus-dark.svg); }

.bg-white .accordion .accordion-navigation.active {
  background-image: url(../Images/minus-dark.svg); }

.bg-beige .accordion .accordion-navigation {
  background-image: url(../Images/plus-pink.svg); }

.bg-beige .accordion .accordion-navigation.active {
  background-image: url(../Images/minus-pink.svg); }

.accordion .accordion-navigation, .accordion dd {
  display: block;
  background: url(../Images/plus.svg) right 38px no-repeat;
  background-size: 40px 40px;
  padding: 2.5rem 0 1.6rem 0;
  margin-bottom: 0 !important; }

.accordion .accordion-navigation:hover, .accordion dd:hover {
  background: url(../Images/plus-hover.svg) right 38px no-repeat;
  background-size: 40px 40px; }

.accordion .accordion-navigation.active {
  background: url(../Images/minus.svg) right 38px no-repeat;
  background-size: 40px 40px; }

.accordion .accordion-navigation.active:hover {
  background: url(../Images/minus-hover.svg) right 38px no-repeat;
  background-size: 40px 40px; }

.accordion .accordion-navigation .heading-3 {
  padding-right: 3rem;
  cursor: pointer; }

.accordion .accordion-navigation.active .heading-3 {
  margin-bottom: 2rem; }

.accordion .accordion-navigation:hover .heading-3 {
  color: #a6a6aa; }

.accordion .accordion-navigation > a, .accordion dd > a {
  display: block; }

.accordion .accordion-navigation > .content, .accordion dd > .content {
  height: 0;
  overflow: hidden; }

.accordion .accordion-navigation.active > .content, .accordion dd > .content.active {
  height: auto; }

@media only screen and (min-width: 40em) {
  .accordion .accordion-navigation, .accordion dd {
    background-size: 50px 50px;
    background-position: right 51px;
    padding: 3.5rem 0 2.6rem 0; }

  .accordion .accordion-navigation:hover, .accordion dd:hover {
    background-size: 50px 50px;
    background-position: right 51px; }

  .accordion .accordion-navigation.active {
    background-size: 50px 50px;
    background-position: right 51px; }

  .accordion .accordion-navigation.active:hover {
    background-size: 50px 50px;
    background-position: right 51px; }

  .accordion .accordion-navigation .heading-3 {
    padding-right: 4rem; }

  .accordion .accordion-navigation.active .heading-3 {
    margin-bottom: 3rem; } }
.text-left {
  text-align: left !important; }

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

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

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

@media only screen and (max-width: 40em) {
  .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 {
  .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: 40.063em) 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: 40.063em) {
  .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.063em) and (max-width: 90em) {
  .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.063em) {
  .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: 90.063em) 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: 90.063em) {
  .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.063em) and (max-width: 99999999em) {
  .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.063em) {
  .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: #4d4e56;
  text-decoration: none;
  line-height: inherit; }

a:hover {
  color: #d7428c; }

a img {
  border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 28px;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

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

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

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

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

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

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

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #4d4e56;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 0.125rem 0.3125rem 0.0625rem; }

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

ul {
  margin-left: 1.1rem; }

ul.no-bullet {
  margin-left: 0; }

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

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

ul.no-bullet {
  list-style: none; }

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

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

/* 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: #4d4e56;
  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: 1px solid #DDDDDD; }

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

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

blockquote cite a,
blockquote cite a:visited {
  color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* 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: 40.063em) {
  p {
    font-size: 1.5rem;
    line-height: 38px;
    margin-bottom: 1.125rem; }

  .split.button {
    position: relative;
    padding-right: 5.0625rem; }

  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }

  .split.button span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: inset;
    top: 50%;
    left: 50%; }

  .split.button span:active {
    background-color: rgba(0, 0, 0, 0.1); }

  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }

  .split.button span {
    width: 3.09375rem; }

  .split.button span:after {
    border-top-style: solid;
    border-width: 0.375rem;
    top: 48%;
    margin-left: -0.375rem; }

  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }

  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }

  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }

  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }

  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }

  .split.button.tiny {
    padding-right: 3.75rem; }

  .split.button.tiny span {
    width: 2.25rem; }

  .split.button.tiny span:after {
    border-top-style: solid;
    border-width: 0.375rem;
    top: 48%;
    margin-left: -0.375rem; }

  .split.button.small {
    padding-right: 4.375rem; }

  .split.button.small span {
    width: 2.625rem; }

  .split.button.small span:after {
    border-top-style: solid;
    border-width: 0.4375rem;
    top: 48%;
    margin-left: -0.375rem; }

  .split.button.large {
    padding-right: 5.5rem; }

  .split.button.large span {
    width: 3.4375rem; }

  .split.button.large span:after {
    border-top-style: solid;
    border-width: 0.3125rem;
    top: 48%;
    margin-left: -0.375rem; }

  .split.button.expand {
    padding-left: 2rem; }

  .split.button.secondary span:after {
    border-color: #4d4e56 transparent transparent transparent; }

  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

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

  .split.button.no-pip span:before {
    border-style: none; }

  .split.button.no-pip span:after {
    border-style: none; }

  .split.button.no-pip span > i {
    top: 50%;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em; }

  .reveal-modal-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1004;
    display: none;
    left: 0; }

  .reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1005;
    width: 100%;
    top: 0;
    border-radius: 3px;
    left: 0;
    background-color: #FFFFFF;
    padding: 1.875rem;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } }
@media only screen and (min-width: 40.063em) and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }

  .reveal-modal > :first-child {
    margin-top: 0; }

  .reveal-modal > :last-child {
    margin-bottom: 0; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .reveal-modal {
    width: 80%;
    max-width: 75em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .reveal-modal {
    top: 6.25rem; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.radius {
    border-radius: 3px; }

  .reveal-modal.round {
    border-radius: 1000px; }

  .reveal-modal.collapse {
    padding: 0; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .reveal-modal.tiny {
    width: 30%;
    max-width: 75em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .reveal-modal.small {
    width: 40%;
    max-width: 75em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .reveal-modal.medium {
    width: 60%;
    max-width: 75em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .reveal-modal.large {
    width: 70%;
    max-width: 75em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .reveal-modal.xlarge {
    width: 95%;
    max-width: 75em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .reveal-modal.full {
    width: 100%;
    max-width: 75em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.toback {
    z-index: 1003; }

  .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

  /* Tooltips */
  .has-tip {
    border-bottom: dotted 1px #CCCCCC;
    cursor: help;
    font-weight: bold;
    color: #4d4e56; }

  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #134b5b;
    color: #2ba6cb; }

  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

  .tooltip {
    display: none;
    position: absolute;
    z-index: 1006;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.75rem;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: #FFFFFF;
    background: #4d4e56; }

  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #4d4e56 transparent;
    top: -10px;
    pointer-events: none; }

  .tooltip > .nub.rtl {
    left: auto;
    right: 5px; }

  .tooltip.radius {
    border-radius: 3px; }

  .tooltip.round {
    border-radius: 1000px; }

  .tooltip.round > .nub {
    left: 2rem; }

  .tooltip.opened {
    color: #2ba6cb !important;
    border-bottom: dotted 1px #134b5b !important; }

  .tap-to-close {
    display: block;
    font-size: 0.625rem;
    color: #777777;
    font-weight: normal; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #4d4e56 transparent;
    top: -10px; }

  .tooltip.tip-top > .nub {
    border-color: #4d4e56 transparent transparent transparent;
    top: auto;
    bottom: -10px; }

  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }

  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #4d4e56;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }

  .tooltip.tip-right > .nub {
    border-color: transparent #4d4e56 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
@media only screen and (min-width: 40.063em) {
  /* Clearing Styles */
  .clearing-thumbs, [data-clearing] {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none; }

  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }

  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }

  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }

  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

  .clearing-blackout {
    background: #4d4e56;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998; }

  .clearing-blackout .clearing-close {
    display: block; }

  .clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0; }

  .clearing-touch-label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #AAAAAA;
    font-size: 0.6em; }

  .visible-img {
    height: 95%;
    position: relative; }

  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

  .clearing-caption {
    color: #CCCCCC;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #4d4e56;
    width: 100%;
    padding: 10px 30px 20px;
    position: absolute;
    left: 0; }

  .clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 30px;
    line-height: 1;
    color: #CCCCCC;
    display: none; }

  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

  .clearing-assembled .clearing-container {
    height: 100%; }

  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

  .clearing-feature li {
    display: none; }

  .clearing-feature li.clearing-featured-img {
    display: block; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }

  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px; }

  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8; }

  .clearing-main-prev {
    left: 0; }

  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC; }

  .clearing-main-next {
    right: 0; }

  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }

  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none; }

  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none; }

  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none; }

  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block; }

  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important; }

  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1; }

  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8; }

  .clearing-assembled .clearing-container .visible-img {
    background: #4d4e56;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
@media only screen and (min-width: 40.063em) {
  /* Progress Bar */
  .progress {
    background-color: #F6F6F6;
    height: 1.5625rem;
    border: 1px solid white;
    padding: 0.125rem;
    margin-bottom: 0.625rem; }

  .progress .meter {
    background: #2ba6cb;
    height: 100%;
    display: block; }

  .progress.secondary .meter {
    background: #e9e9e9;
    height: 100%;
    display: block; }

  .progress.success .meter {
    background: #5da423;
    height: 100%;
    display: block; }

  .progress.alert .meter {
    background: #c60f13;
    height: 100%;
    display: block; }

  .progress.radius {
    border-radius: 3px; }

  .progress.radius .meter {
    border-radius: 2px; }

  .progress.round {
    border-radius: 1000px; }

  .progress.round .meter {
    border-radius: 999px; }

  .sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin-bottom: -0.25rem 0 1.125rem;
    padding-top: 0.25rem; }

  .sub-nav dt {
    text-transform: uppercase; }

  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    margin-left: 1rem;
    margin-bottom: 0;
    font-family: 'adobe-garamond-pro', Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }

  .sub-nav dt a,
  .sub-nav dd a,
  .sub-nav li a {
    text-decoration: none;
    color: #999999;
    padding: 0.1875rem 1rem; }

  .sub-nav dt a:hover,
  .sub-nav dd a:hover,
  .sub-nav li a:hover {
    color: #737373; }

  .sub-nav dt.active a,
  .sub-nav dd.active a,
  .sub-nav li.active a {
    border-radius: 3px;
    font-weight: normal;
    background: #2ba6cb;
    padding: 0.1875rem 1rem;
    cursor: default;
    color: #FFFFFF; }

  .sub-nav dt.active a:hover,
  .sub-nav dd.active a:hover,
  .sub-nav li.active a:hover {
    background: #258faf; }

  .label {
    font-weight: normal;
    font-family: 'adobe-garamond-pro', Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: auto;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
    background-color: #2ba6cb;
    color: #FFFFFF; }

  .label.radius {
    border-radius: 3px; }

  .label.round {
    border-radius: 1000px; }

  .label.alert {
    background-color: #c60f13;
    color: #FFFFFF; }

  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }

  .label.success {
    background-color: #5da423;
    color: #FFFFFF; }

  .label.secondary {
    background-color: #e9e9e9;
    color: #4d4e56; }

  .label.info {
    background-color: #a0d3e8;
    color: #4d4e56; }

  .off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden; }

  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

  .inner-wrap {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }

  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }

  .inner-wrap:after {
    clear: both; }

  .tab-bar {
    -webkit-backface-visibility: hidden;
    background: #4d4e56;
    color: #FFFFFF;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative; }

  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }

  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

  .left-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-right: solid 1px #1a1a1a;
    left: 0; }

  .right-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-left: solid 1px #1a1a1a;
    right: 0; }

  .tab-bar-section {
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    height: 2.8125rem;
    top: 0; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .tab-bar-section.left {
    text-align: left; }

  .tab-bar-section.right {
    text-align: right; } }
@media only screen and (min-width: 40.063em) {
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }

  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }

  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

  .tab-bar .menu-icon {
    text-indent: 2.1875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    display: block;
    padding: 0;
    color: #FFFFFF;
    position: relative;
    transform: translate3d(0, 0, 0); }

  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #4d4e56, 0 7px 0 1px #4d4e56, 0 14px 0 1px #4d4e56;
    width: 1rem; }

  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #4d4e56, 0 7px 0 1px #4d4e56, 0 14px 0 1px #4d4e56; }

  .left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    background: #4d4e56;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

  .right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    background: #4d4e56;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0; }

  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

  ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }

  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }

  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }

  ul.off-canvas-list li a:hover {
    background: #242424; }

  .move-right > .inner-wrap {
    -ms-transform: translate(15.625rem, 0);
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate3d(15.625rem, 0, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0); }

  .move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }
@media only screen and (min-width: 40.063em) {
  .move-left > .inner-wrap {
    -ms-transform: translate(-15.625rem, 0);
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -moz-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate3d(-15.625rem, 0, 0);
    -o-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0); }

  .move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }
@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }

  .offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }
@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }

  .offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }
@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }

  .offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }
@media only screen and (min-width: 40.063em) {
  .no-csstransforms .left-off-canvas-menu {
    left: -15.625rem; }

  .no-csstransforms .right-off-canvas-menu {
    right: -15.625rem; }

  .no-csstransforms .move-left > .inner-wrap {
    right: 15.625rem; }

  .no-csstransforms .move-right > .inner-wrap {
    left: 15.625rem; }

  .left-submenu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #4d4e56;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }

  .left-submenu * {
    -webkit-backface-visibility: hidden; }

  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }

  .left-submenu .back > a:hover {
    background: #303030;
    border-top: 1px solid #5e5e5e;
    border-bottom: none; }

  .left-submenu .back > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline; }

  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

  .right-submenu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #4d4e56;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }

  .right-submenu * {
    -webkit-backface-visibility: hidden; }

  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }

  .right-submenu .back > a:hover {
    background: #303030;
    border-top: 1px solid #5e5e5e;
    border-bottom: none; }

  .right-submenu .back > a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline; }

  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

  .left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline; }

  .right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline; }

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

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

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

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

  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    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 {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }

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

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

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

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

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

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

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

  .f-dropdown.drop-left:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    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 {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    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 {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }

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

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

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

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

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

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

  .f-dropdown li.radius {
    border-radius: 3px; }

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

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

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

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

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

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

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

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

  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; } }
@media only screen and (min-width: 40.063em) {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .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 {
    width: 50%;
    list-style: none; }

  .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 {
    width: 33.33333%;
    list-style: none; }

  .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 {
    width: 25%;
    list-style: none; }

  .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 {
    width: 20%;
    list-style: none; }

  .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 {
    width: 16.66667%;
    list-style: none; }

  .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 {
    width: 14.28571%;
    list-style: none; }

  .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 {
    width: 12.5%;
    list-style: none; }

  .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 {
    width: 11.11111%;
    list-style: none; }

  .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 {
    width: 10%;
    list-style: none; }

  .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 {
    width: 9.09091%;
    list-style: none; }

  .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 {
    width: 8.33333%;
    list-style: none; }

  .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: 40.063em) and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .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 {
    width: 50%;
    list-style: none; }

  .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 {
    width: 33.33333%;
    list-style: none; }

  .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 {
    width: 25%;
    list-style: none; }

  .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 {
    width: 20%;
    list-style: none; }

  .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 {
    width: 16.66667%;
    list-style: none; }

  .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 {
    width: 14.28571%;
    list-style: none; }

  .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 {
    width: 12.5%;
    list-style: none; }

  .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 {
    width: 11.11111%;
    list-style: none; }

  .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 {
    width: 10%;
    list-style: none; }

  .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 {
    width: 9.09091%;
    list-style: none; }

  .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 {
    width: 8.33333%;
    list-style: none; }

  .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: 40.063em) and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .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 {
    width: 50%;
    list-style: none; }

  .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 {
    width: 33.33333%;
    list-style: none; }

  .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 {
    width: 25%;
    list-style: none; }

  .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 {
    width: 20%;
    list-style: none; }

  .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 {
    width: 16.66667%;
    list-style: none; }

  .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 {
    width: 14.28571%;
    list-style: none; }

  .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 {
    width: 12.5%;
    list-style: none; }

  .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 {
    width: 11.11111%;
    list-style: none; }

  .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 {
    width: 10%;
    list-style: none; }

  .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 {
    width: 9.09091%;
    list-style: none; }

  .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 {
    width: 8.33333%;
    list-style: none; }

  .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: 40.063em) {
  .flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden; }

  .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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .keystroke,
  kbd {
    background-color: #ededed;
    border-color: #dddddd;
    color: #4d4e56;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    font-family: "Consolas", "Menlo", "Courier", monospace;
    font-size: inherit;
    padding: 0.125rem 0.25rem 0;
    border-radius: 3px; }

  .switch {
    padding: 0;
    border: none;
    position: relative;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out; }

  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }

  .switch input + label {
    margin-left: 0;
    margin-right: 0; }

  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .switch input:checked + label {
    background: #2ba6cb; }

  .switch input:checked + label:after {
    left: 2.25rem; }

  .switch label {
    width: 4rem;
    height: 2rem; }

  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }

  .switch input:checked + label:after {
    left: 2.25rem; }

  .switch label {
    color: transparent;
    background: #DDDDDD; }

  .switch label:after {
    background: #FFFFFF; }

  .switch input:checked + label {
    background: #2ba6cb; }

  .switch.large label {
    width: 5rem;
    height: 2.5rem; }

  .switch.large label:after {
    width: 2rem;
    height: 2rem; }

  .switch.large input:checked + label:after {
    left: 2.75rem; }

  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }

  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }

  .switch.small input:checked + label:after {
    left: 2rem; }

  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }

  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }

  .switch.tiny input:checked + label:after {
    left: 1.75rem; }

  .switch.radius label {
    border-radius: 4px; }

  .switch.radius label:after {
    border-radius: 3px; }

  .switch.round {
    border-radius: 1000px; }

  .switch.round label {
    border-radius: 2rem; }

  .switch.round label:after {
    border-radius: 2rem; }

  /* small displays */ }
@media only screen and (min-width: 40.063em) {
  .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; }

  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }

  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; } }
@media only screen and (min-width: 40.063em) {
  /* medium displays */ }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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; } }
@media only screen and (min-width: 40.063em) {
  /* large displays */ }
@media only screen and (min-width: 40.063em) and (min-width: 64.063em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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; } }
@media only screen and (min-width: 40.063em) {
  /* xlarge displays */ }
@media only screen and (min-width: 40.063em) and (min-width: 90.063em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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; } }
@media only screen and (min-width: 40.063em) {
  /* xxlarge displays */ }
@media only screen and (min-width: 40.063em) and (min-width: 120.063em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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; } }
@media only screen and (min-width: 40.063em) {
  /* 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 (min-width: 40.063em) 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 (min-width: 40.063em) 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; } }
@media only screen and (min-width: 40.063em) {
  /* 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; }

  /*
 * 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)
*/
  .print-only {
    display: none !important; }

  /* Print visibility */ }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .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; }

/*! jQuery UI - v1.11.4 - 2015-05-11
* http://jqueryui.com
* Includes: core.css, menu.css, selectmenu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 11px;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item:hover {
  background-color: #ff9940; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 2px; }

.ui-selectmenu-button:active {
  outline: none; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 1px 0.15em 6px 0.15em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25em;
  color: #4d4e56;
  font-family: "nimbus-sans-condensed", Arial, sans-serif; }

.parsley-errors-smi .ui-selectmenu-button span.ui-selectmenu-text {
  color: #d7428c; }

/* Component containers
----------------------------------*/
.ui-widget-content {
  background-color: #4e4e56;
  color: #fff;
  font-size: 1.25em;
  font-family: "nimbus-sans-condensed", Arial, sans-serif; }

.ui-widget-content a {
  color: #fff; }

.ui-widget-header {
  color: #ffffff; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-bottom: 1px solid #a6a6aa; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  text-decoration: none; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  text-decoration: none; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon-triangle-1-s {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #4d4e56 transparent transparent transparent;
  top: 21px; }

.parsley-errors-smi .ui-icon-triangle-1-s {
  border-color: #d7428c transparent transparent transparent; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px; }

/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
  clear: both; }

.news .nav ul {
  float: left;
  display: inline;
  margin: 0; }

.news .nav li {
  float: left; }

.news .nav a {
  float: left;
  display: block; }

.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.news .article {
  padding-bottom: 15px;
  margin-bottom: 15px; }

.news .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.news .article .news-img-wrap {
  float: left;
  margin: 3px 20px 20px 0;
  background: #fff; }

.news .article .news-img-wrap a {
  display: block;
  float: left;
  background: #fff; }

.news .article .news-img-wrap img {
  float: left;
  height: auto;
  width: auto; }

.news .article .teaser-text {
  margin: 0 0 10px 0; }

.news .footer {
  clear: both;
  padding: 10px 0 0 0;
  margin-top: 15px;
  color: #888; }

.news .footer p {
  line-height: 1em; }

.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd; }

.news .footer span:last-child {
  border-right: 0; }

.news .footer .news-category a {
  text-transform: uppercase; }

.news .no-news-found {
  color: #DB0202;
  font-style: italic; }

.news .page-navigation p {
  float: left; }

.news .page-navigation ul {
  float: right; }

.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none; }

.news .page-navigation ul li a {
  display: block; }

/* category menu view */
.news-category-view ul li {
  padding: 5px 8px; }

.news-category-view ul li li {
  padding: 2px 8px 2px 12px; }

.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd; }

/* single view */
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee; }

.news-single .article .news-img-wrap {
  float: right;
  width: 282px;
  margin: 0 0 0 25px; }

.news-single .article .news-img-wrap img {
  float: none; }

.news-single .teaser-text {
  font-size: 15px;
  color: #888; }

.news-text-wrap {
  margin-bottom: 10px; }

.news-img-caption {
  color: #888; }

/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%; }

.news-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell; }

.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px; }

.news-related ul li span {
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888; }

.news-related ul li span:last-child {
  border-right: 0;
  padding-right: 0; }

.news-related h4 {
  margin-bottom: 10px; }

.news-related-files ul li {
  margin-bottom: 20px; }

.news-related-files .news-related-files-link .jpg {
  background-position: 0 0; }

.news-clear {
  clear: both; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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;
  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;
  -webkit-box-shadow: none;
  box-shadow: none; }

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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100); }

.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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  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, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  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: 900px; }

.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: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  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: #F3F3F3;
  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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*------------------------------------------------------------------

Colors

-------------------------------------------------------------------*/
.form-error-big {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
  padding: 0 10px; }

.bg-corporate-orange {
  background-color: #ff9940; }

.bg-pink {
  background-color: #58288C; }

.bg-black {
  background-color: #4d4e56; }

.bg-beige {
  background-color: #efeeeb;
  background-image: none !important; }

.bg-white {
  background-color: #fff; }

.bg-corporate-orange .heading-1, .bg-pink .heading-1, .bg-black .heading-1, .bg-corporate-orange .heading-2, .bg-corporate-orange li a, .bg-pink .heading-2, .bg-black .heading-2, .bg-corporate-orange .heading-3, .bg-pink .heading-3, .bg-black .heading-3, .bg-corporate-orange .heading-4, .bg-pink .heading-4, .bg-black .heading-4, .bg-corporate-orange .heading-5, .bg-pink .heading-5, .bg-black .heading-5, .bg-corporate-orange .heading-6, .bg-pink .heading-6, .bg-black .heading-6, .bg-corporate-orange .heading-focus, .bg-pink .heading-focus, .bg-black .heading-focus, .bg-corporate-orange li, .bg-pink li, .bg-black li, .bg-corporate-orange p, .bg-pink p, .bg-black p, .bg-corporate-orange .principle, .bg-pink .principle, .bg-black .principle {
  color: #fff; }

.bg-beige .heading-3, .bg-beige .heading-4, .bg-beige .heading-5, .bg-beige .heading-6 {
  color: #58288C; }

.bg-beige.footer-navigation .heading-6 {
  color: #4d4e56;
  margin-bottom: 0.9rem; }

.bg-beige .heading-focus {
  color: #4d4e56; }

.bg-black table {
  color: #fff; }

.text-corporate-orange, .detail {
  color: #ff9940; }

.text-pink, .hit {
  color: #58288C; }

.text-black {
  color: #4d4e56 !important; }

.text-beige {
  color: #efeeeb; }

.text-white {
  color: #fff; }

.text-gray {
  color: #a6a6aa; }

.bg-corporate-orange .button {
  background-color: #58288C; }

.bg-corporate-orange .button:hover {
  color: #58288C; }

.button, button {
  border-bottom: none !important; }

button.gray, .button.gray {
  background-color: #dbdcdd;
  border-color: #dbdcdd;
  color: #4d4e56; }

button.pink, .button.pink {
  background-color: #58288C;
  border-color: #58288C; }

button.pink:hover, button.pink:focus, .button.pink:hover, .button.pink:focus {
  color: #58288C;
  background-color: #fff; }

button.black, .button.black {
  background-color: #4d4e56;
  border-color: #4d4e56; }

button.black:hover, button.black:focus, .button.black:hover, .button.black:focus {
  color: #4d4e56;
  background-color: #fff; }

.intro-content .button:hover, .intro-content .button:focus,
.bg-black .button:hover, .bg-black .button:focus,
.bg-corporate-orange .button:hover, .bg-corporate-orange .button:focus,
.bg-pink .button:hover, .bg-pink .button:focus,
.bg-beige .button:hover, .bg-beige .button:focus {
  background-color: #fff; }

.bg-pink a {
  color: #fff; }

.bg-pink a:hover {
  color: #fff;
  text-decoration: underline; }

/*------------------------------------------------------------------

Spaces

-------------------------------------------------------------------*/
.outer-padding {
  padding-left: 0.95rem;
  padding-right: 0.95rem; }

.padding-50 {
  padding-top: 1rem;
  padding-bottom: 2rem; }

.padding-80 {
  padding-top: 1.25rem;
  padding-bottom: 0; }

.padding-80-0 {
  padding-top: 1.25rem;
  padding-bottom: 0; }

.padding-80-2 {
  padding-top: 1.25rem;
  padding-bottom: 1.4rem; }

.bottom-40 {
  padding-bottom: 1.1rem; }

.bottom-62 {
  padding-bottom: 0.9rem; }

.bottom-62:last-child {
  padding-bottom: 0; }

.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.no-bottom-space .frame-0 {
  padding-bottom: 0; }

.sitemap-columns .frame-0 {
  padding-left: 0;
  padding-right: 0; }

.button-100 {
  width: 100%;
  margin-top: 9px; }

.dce-teacher .row .row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.65em;
  padding-right: 0.65em; }

.dce-teacher img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

@media only screen and (min-width: 40.063em) {
  .padding-left-2 {
    padding-left: 2rem;
    padding-top: 1.3rem; }

  .padding-right-2 {
    padding-right: 2rem;
    padding-top: 1.3rem; }

  .padding-50 {
    padding-top: 2.45rem;
    padding-bottom: 2.45rem; }

  .padding-80 {
    padding-top: 4.4rem;
    padding-bottom: 3.1rem; }

  .padding-80-2 {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem; }

  .bottom-62 {
    padding-bottom: 2.9rem; }

  .top-130 {
    padding-top: 6.3rem; }

  .right-30 {
    padding-right: 2.65rem; } }
.space-to-image {
  margin-bottom: 0.6rem; }

/*------------------------------------------------------------------

Special Text Styles

-------------------------------------------------------------------*/
.heading-1,
.heading-1.headline-only p {
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  font-size: 1.875em;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 0.95rem; }

.frame-0 h2,
.frame-videos h2,
.heading-2,
.heading-2.headline-only p {
  font-family: 'adobe-garamond-pro', Arial, sans-serif;
  font-size: 1.875em;
  line-height: 38px;
  font-weight: 600; }

.heading-3,
.heading-3.headline-only p {
  font-family: 'adobe-garamond-pro', Arial, sans-serif;
  font-size: 1.6em;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 0.7rem; }

.heading-4,
.heading-4.headline-only p {
  font-family: 'adobe-garamond-pro', Arial, sans-serif;
  font-size: 1.25em;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0.8rem; }

.heading-5,
.heading-5.headline-only p {
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  font-size: 1.625em;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 0.8rem; }

.frame-0 h2.heading-6,
.heading-6,
.heading-6.headline-only p {
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  font-size: 1.375em;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem; }

.heading-1.headline-only, .heading-2.headline-only, .heading-3.headline-only, .heading-4.headline-only, .heading-5.headline-only, .heading-6.headline-only {
  font-size: 1rem; }

.heading-focus {
  font-family: 'adobe-garamond-pro', Arial, sans-serif;
  font-size: 1.6em;
  line-height: 34px;
  font-weight: 400; }

.sitemap-columns {
  padding-top: 0;
  padding-bottom: 0; }

.sitemap-columns h1 {
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  font-size: 3.875em;
  line-height: 62px;
  font-weight: 800; }

.sitemap-columns .columns h2 {
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  font-size: 1.625em;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 0.8rem;
  text-align: left;
  background-image: none;
  border-bottom: 1px solid #dbdcdd; }

.frame-0 h2,
.frame-videos h2,
.hdl-underline {
  background: url(../Images/line.svg) bottom center no-repeat;
  padding-bottom: 0.7rem;
  margin-bottom: 1.6rem;
  line-height: 38px;
  text-align: center; }

.frame-0 h2.heading-6 {
  text-align: left;
  padding: 0;
  background: none; }

.hdl-underline-small {
  background: url(../Images/line_small.svg) bottom center no-repeat;
  padding-bottom: 0.4rem;
  margin-bottom: 1.6rem;
  line-height: 38px;
  text-transform: uppercase; }

.facts .hdl-underline-small {
  font-size: 1.375rem;
  padding-bottom: 0; }

.bg-corporate-orange .hdl-underline,
.bg-pink .hdl-underline,
.bg-black .hdl-underline {
  background-image: url(../Images/line_white.svg); }

.text-xmedium {
  font-size: 1.5em !important;
  line-height: 24px !important; }

.text-medium {
  font-size: 2.5em !important;
  line-height: 48px !important; }

.text-large {
  font-size: 3.725em !important;
  line-height: 60px !important; }

.small p {
  font-size: 1.125rem;
  line-height: 24px;
  margin-bottom: 0.6rem; }

.three-columns p {
  line-height: 36px;
  margin-bottom: 2.25rem; }

.three-columns b {
  display: block;
  margin-bottom: 0.6rem; }

.teacher-title {
  display: block;
  margin: -0.55rem 0 0.8rem 0;
  font-size: 1.25rem; }

@media only screen and (max-width: 40.063em) {
  .small .accordion .content div:last-child p {
    margin-bottom: 4rem; } }
@media only screen and (min-width: 40.063em) {
  .heading-1,
  .heading-1.headline-only p {
    font-size: 3.875em;
    line-height: 62px;
    margin-bottom: 1.8rem; }

  .frame-0 h2,
  .frame-videos h2,
  .heading-2,
  .heading-2.headline-only p {
    font-size: 2.750em;
    line-height: 54px; }

  .heading-3,
  .heading-3.headline-only p {
    font-size: 2em;
    line-height: 42px; }

  .heading-4,
  .heading-4.headline-only p {
    font-size: 1.625em;
    line-height: 34px; }

  .heading-5,
  .heading-5.headline-only p {
    margin-bottom: 1rem; }

  .frame-0 h2.heading-6,
  .heading-6,
  .heading-6.headline-only p {
    margin-bottom: 0;
    margin-top: 0; }

  .heading-1.headline-only, .heading-2.headline-only, .heading-3.headline-only, .heading-4.headline-only, .heading-5.headline-only, .heading-6.headline-only {
    font-size: 1rem; }

  .frame-0 h2.heading-6 {
    text-align: left;
    padding: 0;
    background: none; }

  .frame-0 h2,
  .frame-videos h2,
  .hdl-underline {
    line-height: 54px;
    margin-bottom: 2.6rem;
    padding-bottom: 0.55rem; }

  .hdl-underline-small {
    line-height: 29px;
    margin-bottom: 2.6rem;
    padding-bottom: 0.55rem; }

  .facts .hdl-underline-small {
    font-size: 1.625rem;
    padding-bottom: 0.4rem; }

  .heading-focus {
    line-height: 40px; }

  .small p {
    font-size: 1.25rem;
    line-height: 30px;
    margin-bottom: 0.9rem; }

  .quad-text .heading-1 {
    font-size: 3.125em;
    line-height: 49px;
    margin-bottom: 1.3rem; }

  .quad-text p {
    font-size: 1.25rem;
    line-height: 31px;
    margin-bottom: 0; }

  .text-xmedium {
    font-size: 1.750em !important;
    line-height: 28px !important; }

  .text-medium {
    font-size: 3em !important;
    line-height: 48px !important; }

  .text-large {
    font-size: 5.625em !important;
    line-height: 90px !important; } }
@media only screen and (min-width: 60.063em) {
  .heading-focus {
    font-size: 1.9em; } }
@media only screen and (max-width: 60.063em) {
  .dce-image-text-element img.content-image {
    padding-left: 0px !important; } }
.bg-black.dce-text-element a,
.bg-corporate-orange li a,
label a,
p a {
  border-bottom: 1px solid #4d4e56; }

.bg-black.dce-text-element a,
.bg-pink p a,
.bg-black p a,
.bg-corporate-orange p a,
.bg-corporate-orange li a {
  border-color: #fff;
  color: #fff; }

.bg-black.quad-container li a {
  border-bottom: 1px solid #fff;
  color: #fff; }

label a:hover,
p a:hover {
  border-bottom: 1px solid #58288C; }

.bg-corporate-orange li a:hover,
.bg-corporate-orange p a:hover {
  border-color: #ffcc9f;
  color: #ffcc9f; }

.bg-pink p a:hover {
  border-color: #eba0c5;
  color: #eba0c5; }

.bg-black.quad-container li a:hover,
.bg-black.dce-text-element a:hover,
.bg-black p a:hover {
  border-color: #a6a6aa;
  color: #a6a6aa; }

.dce-image-text-element img.content-image {
  padding-left: 100px; }

/*.dce-image-text-element div.teaser-text {
	max-width: 500px;
	float: left !improtant;
}*/
.accordion-navigation ul,
.dce-text-element ul,
.dce-text-btn-element ul,
.quad-text ul {
  margin: 0 0 1.125rem 0;
  padding: 0; }

.accordion-navigation li,
.dce-text-element li,
.dce-text-btn-element li,
.quad-text li {
  list-style-type: none;
  font-size: 1.25rem;
  line-height: 28px;
  background-image: url(../Images/link_arrow.svg);
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding: 0 0 8px 28px;
  text-align: left; }

.dce-text-element .text-center ul {
  display: inline-block; }

.dce-text-element .checklist li {
  background-image: url(../Images/tick.svg); }

.bg-corporate-orange.dce-text-element .checklist li {
  background-image: url(../Images/tick-white.svg); }

.dce-text-element .small li {
  font-size: 1.125rem; }

.accordion-navigation li:last-child,
.dce-text-element li:last-child,
.dce-text-btn-element li:last-child {
  padding-bottom: 0; }

.bg-corporate-orange li,
.bg-pink li,
.bg-black li {
  background-image: url(../Images/link_arrow-white.svg); }

.principle {
  font-style: italic;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 46px;
  margin-bottom: 0; }

@media only screen and (min-width: 40.063em) {
  .accordion-navigation li,
  .dce-text-element li,
  .dce-text-btn-element li {
    font-size: 1.5rem;
    line-height: 38px;
    background-size: 26px 26px;
    padding: 0 0 8px 41px; }

  .accordion-navigation .small li {
    font-size: 1.25rem; }

  .dce-text-element .small li {
    font-size: 1.25rem;
    line-height: 28px;
    background-position: 0 0; }

  .principle {
    font-size: 4.750rem;
    line-height: 100px;
    margin-bottom: 0.8rem; } }
@media only screen and (min-width: 56.063em) {
  .principle {
    width: 64%; } }
@media only screen and (min-width: 70.75em) {
  .principle {
    width: 50%; } }
@media only screen and (min-width: 85.375em) {
  .quad-text .heading-1 {
    font-size: 3.875em;
    line-height: 62px;
    margin-bottom: 0.9rem; }

  .quad-text p {
    font-size: 1.5rem;
    line-height: 38px; }

  .quad-text li {
    font-size: 1.5rem;
    line-height: 38px;
    background-size: 26px 26px;
    padding: 0 0 8px 41px; }

  .quad-text {
    padding-right: 12.1%;
    padding-left: 3.8%; } }
quote {
  font-family: 'adobe-garamond-pro', Arial, sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 1.5rem 2rem;
  position: relative; }

.quote-content quote {
  margin-left: 0; }

quote:before {
  content: '”';
  left: -1.35rem;
  top: 0.9rem;
  font-size: 2.15rem;
  position: absolute; }

quote:after {
  content: '“';
  font-size: 2.15rem;
  line-height: 1rem;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 0.1rem;
  margin-left: -0.25rem; }

@media only screen and (min-width: 60.063em) {
  quote {
    font-size: 1.375rem;
    margin: 3rem 3.7rem; }

  .quote-content quote {
    margin-left: 0; }

  quote:before {
    left: -2rem;
    top: 1.25rem;
    font-size: 3.25rem; }

  quote:after {
    font-size: 3.25rem; } }
@media only screen and (min-width: 1210px) {
  quote {
    font-size: 1.875rem;
    line-height: 2.75rem; }

  quote:before {
    left: -2.5rem;
    top: 1.55rem;
    font-size: 3.875rem; }

  quote:after {
    padding-bottom: 0.5rem;
    margin-left: -0.7rem;
    font-size: 3.875rem; } }
/*------------------------------------------------------------------

Meta Nav

-------------------------------------------------------------------*/
.meta-nav {
  display: none; }

.meta a {
  color: #fff;
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 2.5rem;
  padding-top: 0.45rem;
  padding-bottom: 0.4rem;
  white-space: nowrap; }

.meta a:hover {
  color: #a6a6aa; }

.meta a:first-child {
  margin-left: 0; }

.meta a:last-child {
  width: 20px;
  height: 20px;
  text-indent: -2000px;
  color: transparent;
  margin-bottom: -4px;
  overflow: hidden;
  background: url(../Images/lens.svg) 0 0 no-repeat; }

.meta a:last-child:hover {
  background: url(../Images/lens-hover.svg) 0 0 no-repeat; }

@media only screen and (min-width: 40.063em) {
  .meta-nav {
    display: block; } }
@media only screen and (min-width: 60.063em) {
  .meta a {
    font-size: 1.125em; } }
/*------------------------------------------------------------------

Breadcrumb

-------------------------------------------------------------------*/
breadcrumb {
  position: absolute;
  width: 100%;
  background: rgba(77, 78, 86, 0.23);
  padding: 15px 0 11px 0;
  z-index: 2;
  display: none; }

breadcrumb a {
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  font-size: 1.250em;
  color: #fff;
  display: inline-block;
  margin: 0 28px 0 0;
  position: relative;
  line-height: 20px; }

breadcrumb a:after {
  display: block;
  background: url(../Images/link_arrow-breadcrumb.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: -22px;
  top: 3px;
  width: 16px;
  height: 16px;
  content: ''; }

breadcrumb a:last-child:after {
  display: none; }

breadcrumb a:hover {
  color: #fff;
  border-bottom: 1px solid #fff; }

/*------------------------------------------------------------------

Main Nav

-------------------------------------------------------------------*/
.logo {
  background: url(../Images/logo_steinbeis-smi.svg?v=3) 0 0 no-repeat;
  background-size: contain;
  width: 141px;
  height: 38px;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

.top-bar {
  border-bottom: 1px solid #dcdcdc; }

#mainNav {
  display: none;
  margin: 3.5rem 0 0 0;
  transition: transform 175ms ease-out;
  -webkit-transition: transform 175ms ease-out; }

#mainNav li {
  list-style-type: none;
  display: inline-block;
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-left: 1.650em; }

#mainNav li:first-child {
  padding-left: 0; }

#mainNav a:hover,
#mainNav .active a,
.submenu .dropdown a:hover,
.submenu .dropdown .active a {
  color: #ff9940; }

.sidebar-button {
  width: 20px;
  height: 17px;
  overflow: hidden;
  display: block;
  background: url(../Images/menue.svg) 0 0 no-repeat;
  background-size: contain;
  text-indent: -2000px;
  position: absolute;
  right: 26px;
  top: 32px; }

.sidebar-button.active {
  background-image: url(../Images/menue-active.svg); }

.submenu {
  display: none;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff; }

.submenu:after {
  clear: both;
  content: '';
  display: block; }

.submenu ul {
  margin: 0;
  padding: 0; }

.submenu li {
  list-style-type: none;
  display: inline-block;
  font-size: 1.250em;
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  padding: 15px 0;
  position: relative; }

.submenu ul a {
  display: block;
  padding: 0 40px 0 15px;
  border-left: 1px solid #4d4e56;
  line-height: 20px;
  position: relative;
  font-size: 0.9em; }

.submenu .active a,
.submenu a:hover {
  color: #ff9940;
  border-color: #ff9940; }

.submenu li:last-child a {
  padding-right: 0; }

.submenu .has-dropdown a {
  padding-right: 68px; }

.submenu li:last-child.has-dropdown a {
  padding-right: 28px; }

.submenu .has-dropdown a:after {
  content: '';
  display: block;
  position: absolute;
  right: 41px;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #4d4e56 transparent transparent transparent; }

.submenu li:last-child.has-dropdown a:after {
  right: 0; }

.submenu .has-dropdown a.drop:after,
.submenu .has-dropdown a:hover:after {
  border-color: #ff9940 transparent transparent transparent; }

.submenu .dropdown {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 3;
  width: 310px;
  background-color: #fff;
  border: 1px solid #dcdcdc; }

.submenu li:last-child .dropdown {
  left: auto;
  right: 0; }

.submenu .dropdown li {
  padding: 12px 0;
  display: block; }

.submenu .dropdown a {
  border: none;
  color: #4d4e56; }

.submenu .dropdown a:after {
  display: none; }

.submenu.sticky {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  top: 0; }

.submenu.sticky.subTop {
  top: 104px; }

.logo-small {
  display: none; }

.pinned .logo-small {
  display: block;
  margin-top: 10px; }

.sticky .logo-small {
  display: none; }

.sticky.subTop .logo-small {
  display: none; }

#sidebar {
  height: 100%;
  background-color: #2e2f34; }

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #3b3c40; }

#sidebar li {
  position: relative; }

#sidebar a {
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  color: #fff;
  display: block; }

#sidebar .active > a,
#sidebar .mobilenav-3.active a,
#sidebar .mobile-meta a.active {
  color: #ff9940; }

#sidebar .mobilenav-1 ul {
  margin-left: 21px;
  display: none;
  border-bottom: none; }

#sidebar .mobilenav-1 ul.active {
  display: block; }

.mobilenav-1 {
  background-color: #1f1e23; }

.mobilenav-1 > a {
  text-transform: uppercase;
  border-top: 1px solid #3b3c40;
  padding: 8px 20px 6px 20px;
  font-size: 1.688em;
  font-weight: bold; }

.mobilenav-1:first-child > a {
  border-top: 1px solid #d0803b; }

.mobilenav-2 a {
  font-size: 1.1em;
  padding: 0 21px 10px 0; }

#sidebar .mobilenav-3 a {
  color: #a6a6aa; }

.mobile-phone {
  width: 100%;
  height: 82px;
  display: block;
  font-size: 1.5em;
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  padding: 23px 21px 0 47px;
  background-image: url(../Images/phone-white.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: 21px 32px; }

.mobile-arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px; }

.mobile-arrow span {
  display: block;
  position: absolute;
  right: 21px;
  top: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9px 0 9px;
  border-color: #fff transparent transparent transparent; }

.mobile-arrow.active span {
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #fff transparent; }

#sidebar .active .mobile-arrow {
  border-width: 11px 9px 0 9px;
  border-color: #ff9940 transparent transparent transparent; }

#sidebar .active .mobile-arrow.active {
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #ff9940 transparent; }

.mobile-meta a {
  font-size: 1.125em;
  line-height: 0.8em;
  padding: 24px 20px 0 20px; }

.headroom {
  width: 100%;
  z-index: 3;
  background-color: #fff;
  top: 0;
  position: absolute; }

.headroom.pinned {
  transform: translateY(-137px);
  -webkit-transform: translateY(-137px);
  z-index: 3;
  position: fixed; }

.headroom.sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  z-index: 3;
  position: fixed; }

.headroom.animate {
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }

.headroom {
  transform: translateY(0);
  -webkit-transform: translateY(0); }

.headroom.pinned {
  transform: translateY(-194px);
  -webkit-transform: translateY(-194px); }

@media only screen and (min-width: 40.063em) {
  #mainNav,
  .submenu,
  breadcrumb {
    display: block; }

  .logo {
    margin-top: 2.75rem;
    margin-bottom: 0; }

  #main {
    padding-top: 138px; }

  .submenuActive #main {
    padding-top: 189px; }

  #main.noHeader {
    padding-top: 138px; }

  .submenuActive #main.noHeader {
    padding-top: 189px; }

  #main.mlp {
    padding-top: 152px !important; } }
@media only screen and (min-width: 60.063em) {
  .logo {
    width: 268px;
    height: 112px; }

  #main {
    padding-top: 195px; }

  .submenuActive #main {
    padding-top: 245px; }

  .submenuActive #main.mlp {
    padding-top: 206px !important; }

  #main.noHeader {
    padding-top: 195px; }

  .submenuActive #main.noHeader {
    padding-top: 245px; }

  #mainNav {
    margin-top: 5.95rem; }

  #mainNav li {
    font-size: 2.175em; }

  .submenu.sticky.subTop {
    top: 155px; }

  .submenu ul a {
    font-size: 1em; } }
/*------------------------------------------------------------------

Intro / Quote

-------------------------------------------------------------------*/
.intro-container,
.home-slider-container,
.quote-container,
.img-container {
  position: relative; }

.intro-bg,
.intro-bg2,
.intro-bg3,
.intro-bg4,
.intro-bg5,
.intro-bg6,
.quote-bg,
.quote-bg2,
.quote-bg3,
.quote-bg4,
.quote-bg5,
.quote-bg6,
.img-bg,
.img-bg2,
.img-bg3,
.img-bg4,
.img-bg5,
.img-bg6 {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 36vw;
  pointer-events: none;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.intro-content,
.quote-content {
  background-color: #fff;
  padding: 60% 15px 20px 15px; }

.quote-content {
  padding-left: 25px; }

.intro-content .heading-1 {
  font-size: 1.875em;
  line-height: 32px; }

.intro-content .button {
  margin-top: 1.5rem;
  margin-left: -.2rem; }

@media only screen and (max-width: 1366px) {
  .intro-bg,
  .intro-bg2,
  .intro-bg3,
  .intro-bg4,
  .intro-bg5,
  .intro-bg6,
  .quote-bg,
  .quote-bg2,
  .quote-bg3,
  .quote-bg4,
  .quote-bg5,
  .quote-bg6,
  .img-bg,
  .img-bg2,
  .img-bg3,
  .img-bg4,
  .img-bg5,
  .img-bg6 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    pointer-events: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }

  .intro-container,
  .quote-container,
  .img-container {
    overflow: hidden;
    padding-bottom: 48% !important;
    height: 0;
    max-height: 740px; }

  .intro-container {
    padding-bottom: 53.5vw !important; } }
@media only screen and (max-width: 641px) {
  .intro-container {
    overflow: hidden;
    padding-bottom: 0 !important;
    height: auto;
    max-height: auto; }

  .img-container {
    padding-bottom: 54% !important; } }
@media only screen and (min-width: 40.063em) {
  .intro-container,
  .home-slider,
  .quote-container,
  .img-container {
    overflow: hidden;
    padding-bottom: 36vw;
    height: 0;
    max-height: 740px; }

  .intro-content,
  .quote-content {
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 20px 20px 20px 15px;
    transform: translate3D(-50%, 0, 0);
    -webkit-transform: translate3D(-50%, 0, 0); }

  .quote-content {
    padding-left: 25px; }

  .quote-content .column {
    background: rgba(255, 255, 255, 0.6);
    padding: 30px 40px; }

  .intro-content .heading-1 {
    color: #fff;
    font-size: 2.2em;
    line-height: 43px;
    display: inline;
    box-shadow: 0.2rem 0 0 rgba(51, 51, 51, 0.6), -0.2rem 0 0 rgba(51, 51, 51, 0.6);
    background-color: rgba(51, 51, 51, 0.6); }

  _:-moz-tree-row(hover), .intro-content .heading-1 {
    box-shadow: none;
    background-color: transparent; }

  _:-moz-tree-row(hover), .slider-hdl-outer {
    background-color: rgba(51, 51, 51, 0.6);
    padding: 0 5px; } }
@media only screen and (min-width: 60.063em) {
  .intro-container,
  .home-slider-container,
  .quote-container,
  .img-container {
    padding-bottom: 36vw; }

  .intro-content .heading-1 {
    color: #fff;
    font-size: 3.125em;
    line-height: 60px; }

  .intro-content .button {
    margin-bottom: 1.5rem; } }
@media only screen and (min-width: 75.625em) {
  .intro-content .heading-1 {
    font-size: 3.875em;
    line-height: 74px; } }
@media only screen and (min-width: 90.063em) {
  .quote-content {
    padding: 0 0 40px 0; } }
.slider-hdl-outer {
  display: block; }

.home-slider-container .sliderElement .slick-prev,
.home-slider-container .sliderElement .slick-next {
  top: 18%; }

@media only screen and (min-width: 400px) {
  .home-slider-container .sliderElement .slick-prev,
  .home-slider-container .sliderElement .slick-next {
    top: 26%; } }
@media only screen and (min-width: 500px) {
  .home-slider-container .sliderElement .slick-prev,
  .home-slider-container .sliderElement .slick-next {
    top: 30%; } }
@media only screen and (min-width: 641px) {
  .home-slider-container .sliderElement .slick-prev,
  .home-slider-container .sliderElement .slick-next {
    top: 50%; } }
@media only screen and (min-width: 641px) and (max-width: 1300px) {
  .slider-hdl-outer {
    padding-right: 50px; } }
/*------------------------------------------------------------------

Teaser

-------------------------------------------------------------------*/
.dce-teaser-element .flex-box {
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  width: 100%; }

.dce-teaser-element .flex-box:last-child {
  margin-right: 0;
  margin-bottom: 0; }

.teaser {
  padding: 12px 20px 4px 20px; }

.dce-image-cta .button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

@media only screen and (max-width: 40.063em) {
  .dce-image-cta .button {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }

  .dce-image-cta .columns {
    padding-bottom: 2rem; }

  .dce-image-text-element img.content-image {
    padding-left: 0px;
    padding-bottom: 20px; }

  .headroom {
    position: relative; } }
@media only screen and (min-width: 40.063em) {
  .teaser {
    padding: 20px; }

  .dce-image-cta .button {
    bottom: 60px; } }
/*------------------------------------------------------------------

Flexbox

-------------------------------------------------------------------*/
.flex-row {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-box {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 20%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  transition: 0.75s all ease-in;
  -webkit-transition: 0.75s all ease-in; }

.flex-1 {
  background-image: url(../Images/number1.svg);
  background-size: 22%;
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  opacity: 0.1; }

.flex-2 {
  background-image: url(../Images/number2.svg);
  background-size: 22%;
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  opacity: 0.1; }

.flex-3 {
  background-image: url(../Images/number3.svg);
  background-size: 22%;
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  opacity: 0.1; }

.flex-1-image, .flex-3-image {
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  opacity: 0.1; }

.flex-2-image {
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  opacity: 0.1; }

.dce-reasons-element .active .flex-1,
.dce-reasons-element .active .flex-2,
.dce-reasons-element .active .flex-3,
.dce-reasons-element .active .flex-1-image,
.dce-reasons-element .active .flex-2-image,
.dce-reasons-element .active .flex-3-image {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1; }

.flex-click {
  cursor: pointer;
  position: relative; }

.flex-mobile {
  background-image: none !important; }

.flex-mobile quote,
.flex-mobile .flex-author {
  color: #fff; }

.flex-click .heading-3 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 60px;
  font-size: 1em;
  line-height: 22px; }

.flex-click span {
  font-size: 1.875rem;
  line-height: 26px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 180%;
  margin: 5px auto 60px auto;
  opacity: 0.8;
  padding: 0 0 0 6px; }

@media screen and (min-width: 0\0) and (min-width: 60.063em) {
  .flex-click span {
    padding-left: 15px; } }
.flex-hidden {
  display: none; }

.flex-author,
.quote-author {
  font-size: 1em;
  line-height: 20px;
  margin: 0 2rem 2rem 2rem;
  font-family: "nimbus-sans-condensed", Arial, sans-serif; }

.quote-author {
  margin: 20px 0 0 0; }

.flex-image {
  display: none; }

.dce-teaser-element .flex-row,
.dce-focus-element .flex-row {
  display: block; }

.dce-teaser-element img {
  width: 100%; }

.dce-focus-element .flex-box {
  margin-bottom: 20px;
  padding: 12px 20px 18px 20px;
  cursor: pointer;
  transition: background-color 300ms ease-out;
  display: block;
  width: 100%;
  position: relative; }

.dce-focus-element .flex-box:hover {
  background-color: #efeeeb; }

.dce-focus-element .flex-box.bg-beige:hover {
  background-color: #4d4e56; }

.dce-focus-element .flex-space {
  display: none;
  cursor: default; }

.dce-focus-element .flex-space:hover {
  background-color: #fff; }

.dce-focus-element span {
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #fff;
  display: block;
  margin-bottom: 4px; }

.dce-focus-element .bg-beige span {
  color: #4d4e56; }

.dce-focus-element .bg-beige:hover span,
.dce-focus-element .bg-beige:hover .heading-focus {
  color: #fff; }

.dce-focus-element .bg-corporate-orange:hover span,
.dce-focus-element .bg-corporate-orange:hover .heading-focus {
  color: #ff9940; }

.dce-focus-element .bg-pink:hover span,
.dce-focus-element .bg-pink:hover .heading-focus {
  color: #ff9940; }

.dce-focus-element .bg-black:hover span,
.dce-focus-element .bg-black:hover .heading-focus {
  color: #4d4e56; }

.flex-top {
  margin-top: 10px; }

@media only screen and (min-width: 40.063em) {
  .flex-1, .flex-2, .flex-3 {
    background-size: 12%; }

  .dce-focus-element .flex-box {
    padding: 30px; }

  .dce-focus-element span {
    margin-bottom: 12px; }

  .flex-top {
    margin-top: 2rem; } }
@media only screen and (min-width: 51.25em) {
  .dce-teaser-element .flex-row,
  .dce-focus-element .flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .dce-focus-element .flex-box {
    margin-left: 20px;
    padding-bottom: 29.6%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 238px; }

  .dce-focus-element .flex-space {
    display: block; } }
@media only screen and (min-width: 51.25em) and (-moz-images-in-menus: 0) {
  .dce-focus-element .flex-box {
    height: 350px; } }
@media only screen and (min-width: 51.25em) {
  .dce-teaser-element .flex-box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0; }

  .dce-focus-element .flex-box:first-child {
    margin-left: 0; }

  .dce-focus-element .flex-box div {
    position: absolute;
    top: 19px;
    margin-right: 30px; } }
@media only screen and (min-width: 60.063em) {
  .flex-image {
    display: block; }

  .flex-1, .flex-2, .flex-3 {
    background-size: auto; }

  .flex-author {
    margin: 0 3.7rem; }

  .quote-author {
    margin: 20px 0 0 0;
    font-size: 1.250em;
    line-height: 26px; }

  .quote-author strong {
    font-size: 1.1em; }

  .flex-click .heading-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    margin-top: 0;
    font-size: 2em;
    line-height: 42px; }

  .flex-click span {
    font-size: 3.875rem;
    line-height: 52px;
    width: 60px;
    height: 60px;
    margin: 18px auto 0 auto; }

  .dce-focus-element .flex-box {
    min-height: 286px; } }
@media only screen and (min-width: 1210px) {
  .flex-author {
    font-size: 1.125rem; }

  .dce-focus-element span {
    font-size: 1.25rem; }

  .heading-focus {
    font-size: 2.4em;
    line-height: 50px;
    font-weight: 400; }

  .dce-focus-element .flex-box {
    min-height: 380px; } }
/*------------------------------------------------------------------

Visibility / Animations

-------------------------------------------------------------------*/
.fade-in {
  display: block; }

.fade-out {
  display: none; }

.history-event {
  opacity: 0;
  transition: 0.75s all ease-in;
  -webkit-transition: 0.75s all ease-in; }

.history-event-active {
  opacity: 1 !important; }

.bg-transition {
  transition-property: background-color;
  transition-duration: 0.5s; }

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

.float-right {
  float: right; }

.relative {
  position: relative; }

.sticky {
  position: fixed;
  z-index: 0; }

section {
  z-index: 1;
  position: relative;
  background-color: #fff; }

/*------------------------------------------------------------------

News Slider

-------------------------------------------------------------------*/
.frame-news {
  background-color: #efeeeb;
  padding-top: 1.25rem;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 1; }

.frame-news h2 {
  background: url(../Images/line.svg) bottom center no-repeat;
  padding-bottom: 0.55rem;
  margin-bottom: 1.6rem;
  font-size: 1.875em;
  line-height: 38px;
  font-weight: 600;
  text-align: center; }

.mediaelement-image img {
  border: 1px solid #efeeeb; }

.news-slick {
  width: 83.33333%;
  max-width: 1029px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px; }

.news-list-date {
  font-style: italic;
  font-size: 1.125em;
  line-height: 22px;
  margin-bottom: 1rem;
  display: block; }

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  background: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -2000px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 68px; }

.slick-prev {
  left: -7.1%;
  background-image: url(../Images/arrow_left.svg); }

.slick-next {
  right: -7.1%;
  background-image: url(../Images/arrow_right.svg); }

.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  background: transparent;
  background-image: url(../Images/arrow_right-hover.svg); }

.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active {
  background: transparent;
  background-image: url(../Images/arrow_left-hover.svg); }

.sliderElement .slick-prev {
  top: 50%;
  margin-top: -25px;
  left: 20px;
  background-image: url(../Images/slider_arrow_left.svg);
  background-size: contain; }

.sliderElement .slick-next {
  top: 50%;
  margin-top: -25px;
  right: 20px;
  background-image: url(../Images/slider_arrow_right.svg);
  background-size: contain; }

.sliderElement .slick-prev:hover {
  background-image: url(../Images/slider_arrow_left-hover.svg);
  background-size: contain; }

.sliderElement .slick-next:hover {
  background-image: url(../Images/slider_arrow_right-hover.svg);
  background-size: contain; }

.slick-prev:focus,
.slick-next:focus,
.slick-dots button:focus {
  background-color: transparent;
  outline: none; }

.slick-dots {
  margin: -45px auto 0 auto;
  text-align: center; }

.slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin: 0 6px; }

.slick-dots button {
  width: 10px;
  height: 10px;
  background-color: #a6a6aa;
  display: block;
  border-radius: 360%;
  text-indent: -2000px;
  overflow: hidden;
  padding: 0; }

.slick-dots .slick-active button {
  background-color: #4d4e56; }

.slick-dots button:hover {
  background-color: #58288C; }

.news-single {
  padding-top: 1rem; }

.news .footer {
  border-top: none; }

@media only screen and (max-width: 40.063em) {
  .news .article .news-img-wrap {
    float: none;
    overflow: hidden;
    background: transparent; }

  .news .article .teaser-text {
    clear: both; }

  .slick-dots li {
    margin: 0 6px; }

  .slick-dots button {
    width: 10px;
    height: 10px; } }
@media only screen and (min-width: 40.063em) {
  .frame-news {
    padding-top: 4.4rem;
    padding-bottom: 3.65rem; }

  .frame-news h2 {
    line-height: 54px;
    font-size: 2.750em;
    margin-bottom: 2.6rem; }

  .slick-dots {
    margin: -22px auto 0 auto; }

  .news .article .teaser-text {
    margin-left: 200px; } }
@media only screen and (max-width: 819px) {
  .slick-prev,
  .slick-next {
    display: none !important; }

  .sliderElement .slick-prev,
  .sliderElement .slick-next {
    display: block !important; }

  .sliderElement,
  .news-slick {
    width: 100%; } }
/*------------------------------------------------------------------

Facts & Figures

-------------------------------------------------------------------*/
.facts-icon {
  min-height: 120px;
  background-repeat: no-repeat;
  background-position: center 55px;
  background-size: 40%;
  margin: 12px 0 22px 0; }

.facts-icon p {
  font-size: 1.5em;
  line-height: 30px; }

.facts-icon-02 p {
  max-width: 58%;
  margin-left: 4.5%; }

.facts-icon-06 p {
  max-width: 68%;
  margin-left: 4.5%; }

.facts-icon-06 div,
.facts-icon-02 div {
  margin-left: 13%; }

@media only screen and (min-width: 40.063em) {
  .facts-icon {
    background-size: 50%;
    min-height: 196px; }

  .facts-icon p {
    font-size: 2em;
    line-height: 38px; } }
@media only screen and (max-width: 1124px) {
  .facts-icon-07 span.text-xmedium {
    float: none !important;
    display: block; } }
@media only screen and (max-width: 1212px) {
  .facts-icon-02 p,
  .facts-icon-02 div,
  .facts-icon-06 p,
  .facts-icon-06 div {
    float: none !important;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0; } }
.facts-icon-01 {
  background-image: url(../Images/sandglass.svg); }

.facts-icon-02 {
  background-image: url(../Images/clock.svg); }

.facts-icon-03 {
  background-image: url(../Images/pin.svg); }

.facts-icon-04 {
  background-image: url(../Images/euro.svg); }

.facts-icon-05 {
  background-image: url(../Images/graduate.svg); }

.facts-icon-06 {
  background-image: url(../Images/certificate.svg); }

.facts-icon-07 {
  background-image: url(../Images/like.svg); }

.facts-icon-08 {
  background-image: url(../Images/companies.svg); }

.facts-icon-09 {
  background-image: url(../Images/alumni.svg); }

.facts-icon-11 {
  background-image: url(../Images/student-teacher.svg); }

/*------------------------------------------------------------------

Footer

-------------------------------------------------------------------*/
.social-icons {
  padding: 40px 0; }

.social-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-indent: -2000px;
  overflow: hidden;
  margin: 0 23px;
  background-repeat: no-repeat;
  background-position: 0 0; }

.social-gp {
  background-image: url(../Images/sm_button_googleplus.svg); }

.social-gp:hover {
  background-image: url(../Images/sm_button_googleplus-hover.svg); }

.social-fb {
  background-image: url(../Images/sm_button_facebook.svg); }

.social-fb:hover {
  background-image: url(../Images/sm_button_facebook-hover.svg); }

.social-tw {
  background-image: url(../Images/sm_button_twitter.svg); }

.social-tw:hover {
  background-image: url(../Images/sm_button_twitter-hover.svg); }

.social-ig {
  background-image: url(../Images/sm_button_instagram.svg); }

.social-ig:hover {
  background-image: url(../Images/sm_button_instagram-hover.svg); }

.social-yt {
  background-image: url(../Images/sm_button_youtube.svg); }

.social-yt:hover {
  background-image: url(../Images/sm_button_youtube-hover.svg); }

.footer-navigation {
  padding-bottom: 3.15rem; }

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.footer-links .button {
  margin-top: 6px;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.footer-links .button.gray {
  cursor: default; }

.footer-nav-links a {
  display: block;
  font-size: 1.125em;
  line-height: 31px; }

.divider {
  border-top: 1px solid #dbdcdd;
  margin: 1.2rem 0.7rem 1.45rem 0.7rem; }

.phone:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  background: url(../Images/phone.svg) 0 0 no-repeat; }

.footer {
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  font-size: 1.125em;
  line-height: 31px;
  padding-top: 0.55rem;
  padding-bottom: 0.65rem; }

.footer a {
  color: #fff;
  margin-right: 40px;
  display: inline-block; }

.footer a:last-child {
  margin-right: 0; }

.footer a:hover {
  color: #a6a6aa; }

.csc-sitemap ul {
  padding: 0;
  margin: 0; }

.csc-sitemap li {
  list-style-type: none;
  font-size: 1.125em;
  font-weight: bold; }

.csc-sitemap li li {
  padding-left: 16px;
  font-weight: normal; }

.frame-videos {
  text-align: center;
  padding-top: 4.4rem;
  padding-bottom: 4.4rem; }

@media only screen and (max-width: 40.063em) {
  .footer {
    font-size: 1rem; }

  .footer-nav-links,
  .divider {
    display: none; }

  .footer a {
    margin-right: 0;
    display: block;
    line-height: 42px; }

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

  .social-icons {
    padding-bottom: 25px; }

  .social-icon {
    margin: 0 7px; } }
/*------------------------------------------------------------------

Tables

-------------------------------------------------------------------*/
.frame-0 {
  padding: 4.4rem 0.95rem;
  background-color: #fff;
  z-index: 1;
  position: relative; }

table {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  table-layout: fixed; }

.small-table table {
  margin: 3.45rem auto 0 auto; }

th {
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  font-size: 1.875em;
  text-align: left;
  vertical-align: top;
  padding-bottom: 0.95rem;
  widht: 50%; }

.small-table th {
  text-align: center;
  background: url(../Images/line_small.svg) bottom center no-repeat;
  padding-bottom: 0; }

.bg-pink th,
.bg-corporate-orange th {
  color: #fff; }

td {
  font-size: 1.25em;
  text-align: left;
  line-height: 28px;
  vertical-align: top;
  padding: 1.9rem 2rem 1.25rem 0;
  widht: 50%; }

.bg-pink td,
.bg-corporate-orange td {
  color: #fff; }

.small-table td {
  text-align: center;
  padding: 1.5rem 1rem 0 1rem; }

td.align-center {
  font-size: 1.625em;
  text-align: left !important;
  color: #58288C;
  font-weight: bold;
  border-bottom: 1px solid #dbdcdd;
  padding: 0.9rem 0 0.2rem 0;
  font-family: "nimbus-sans-condensed", Arial, sans-serif; }

td li {
  font-size: 1.25em;
  line-height: 28px; }

td aside {
  display: none; }

@media only screen and (max-width: 40.063em) {
  .frame-0 {
    padding: 1.25rem 0.95rem; }

  .small-table table {
    margin-top: 1.25rem; }

  table td {
    display: block;
    width: 100%; }
  table th {
    display: none; }

  .column header header {
    width: 105%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-right: -5%;
    box-shadow: -9px 0 5px -5px rgba(0, 0, 0, 0.2) inset; }
    .column header header table {
      min-width: 100%;
      width: fit-content; }
      .column header header table th, .column header header table td {
        display: table-cell;
        width: 2.8em;
        padding: 0 0.2em; }
        .column header header table th:first-of-type, .column header header table td:first-of-type {
          width: 4em; }
        .column header header table th:nth-of-type(3n+2), .column header header table td:nth-of-type(3n+2) {
          padding-left: 0.5em; }
        .column header header table th sup, .column header header table th sub, .column header header table td sup, .column header header table td sub {
          line-height: normal; }
        .column header header table th sup, .column header header table td sup {
          top: -0.1em; }
        .column header header table th.align-center, .column header header table td.align-center {
          font-size: 1.625em; }
      .column header header table td {
        white-space: nowrap; }
      .column header header table th {
        font-size: 1.625em;
        line-height: 1.1; }

  td aside {
    display: block;
    font-family: "nimbus-sans-condensed", Arial, sans-serif;
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: bold; } }
/*------------------------------------------------------------------

Forms

-------------------------------------------------------------------*/
.text-smi,
.input-smi {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  vertical-align: top; }

.text-smi {
  padding-bottom: 20px;
  padding-top: 20px; }

.textarea-smi,
.inputfield-smi {
  margin-top: 1em;
  padding: 1em 0.15em;
  width: 100%;
  background: transparent;
  color: #4d4e56;
  position: relative;
  display: block;
  float: right;
  border: none;
  border-radius: 0;
  font-size: 1.25em;
  font-family: "nimbus-sans-condensed", Arial, sans-serif; }

.textarea-smi {
  margin-top: 2.3em;
  resize: none;
  height: 102px;
  line-height: 26px;
  background-color: #efeeeb;
  padding: 12px;
  float: none; }

.powermail_fieldwrap_68 .textarea-smi {
  margin-top: 6.7em; }

.powermail_fieldwrap_69 .textarea-smi {
  margin-top: 9.9em; }

.powermail_fieldwrap_textarea.powermail_fieldwrap_127 {
  margin-top: 1.4em; }

.powermail_fieldwrap_127 .textarea-smi {
  margin-top: 1.3em; }

@media only screen and (min-width: 336px) {
  .powermail_fieldwrap_68 .textarea-smi {
    margin-top: 5.1em; } }
@media only screen and (min-width: 341px) {
  .powermail_fieldwrap_66 .textarea-smi {
    margin-top: 6.7em; }

  .powermail_fieldwrap_69 .textarea-smi {
    margin-top: 8.3em; } }
@media only screen and (min-width: 346px) {
  .powermail_fieldwrap_67 .textarea-smi {
    margin-top: 6.7em; } }
@media only screen and (min-width: 396px) {
  .powermail_fieldwrap_69 .textarea-smi {
    margin-top: 6.7em; } }
@media only screen and (min-width: 437px) {
  .powermail_fieldwrap_68 .textarea-smi {
    margin-top: 3.5em; } }
@media only screen and (min-width: 443px) {
  .powermail_fieldwrap_67 .textarea-smi {
    margin-top: 5.1em; } }
@media only screen and (min-width: 449px) {
  .powermail_fieldwrap_66 .textarea-smi {
    margin-top: 5.1em; } }
@media only screen and (min-width: 529px) {
  .powermail_fieldwrap_69 .textarea-smi {
    margin-top: 5.1em; } }
@media only screen and (min-width: 507px) {
  .powermail_fieldwrap_66 .textarea-smi {
    margin-top: 3.5em; } }
@media only screen and (min-width: 624px) {
  .powermail_fieldwrap_67 .textarea-smi {
    margin-top: 3.5em; } }
@media only screen and (min-width: 642px) {
  .powermail_fieldwrap_66 .textarea-smi,
  .powermail_fieldwrap_67 .textarea-smi,
  .powermail_fieldwrap_69 .textarea-smi {
    margin-top: 6.7em; }

  .powermail_fieldwrap_68 .textarea-smi {
    margin-top: 5.1em; } }
@media only screen and (min-width: 695px) {
  .powermail_fieldwrap_68 .textarea-smi {
    margin-top: 3.5em; } }
@media only screen and (min-width: 704px) {
  .powermail_fieldwrap_67 .textarea-smi {
    margin-top: 5.1em; } }
@media only screen and (min-width: 714px) {
  .powermail_fieldwrap_66 .textarea-smi {
    margin-top: 5.1em; } }
@media only screen and (min-width: 848px) {
  .powermail_fieldwrap_69 .textarea-smi {
    margin-top: 5.1em; } }
@media only screen and (min-width: 960px) {
  .powermail_fieldwrap_66 .textarea-smi {
    margin-top: 3.5em; } }
@media only screen and (min-width: 1006px) {
  .powermail_fieldwrap_67 .textarea-smi {
    margin-top: 3.5em; } }
@media only screen and (min-width: 1186px) {
  .powermail_fieldwrap_69 .textarea-smi {
    margin-top: 3.5em; } }
.textarea-smi:focus,
.inputfield-smi:focus {
  outline: none; }

.textarealabel-smi,
.inputlabel-smi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
  display: inline-block;
  float: right;
  color: #4d4e56;
  font-weight: bold;
  font-size: 70.25%; }

.inputlabel-smi::before, .inputlabel-smi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 1px solid #a6a6aa; }

.parsley-errors-smi .textarealabel-smi::before, .textarealabel-smi::after,
.parsley-errors-smi .inputlabel-smi::before, .inputlabel-smi::after,
.parsley-errors-smi .ui-state-default {
  border-bottom: 1px solid #58288C; }

.textarealabel-content-smi,
.inputlabel-content-smi {
  position: absolute;
  display: block;
  padding: 1.2em 0;
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  -webkit-animation: anim-1 0.3s forward; }

legend.error {
  color: #c4425f; }

.textarealabel-content-smi {
  padding: 0 0 1.2em 0; }

.parsley-errors-smi label,
.parsley-errors-smi .ui-selectmenu-text,
.parsley-errors-smi .inputlabel-content-smi {
  color: #c4425f; }

.inputlabel-smi::after {
  margin-top: 2px;
  border-bottom: 3px solid #ff9940;
  transform: translate3d(-120%, 0, 0);
  -webkit-transform: translate3d(-120%, 0, 0);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s; }

.parsley-errors-smi .inputlabel-smi::after {
  border-bottom: 3px solid #58288C; }

.parsley-errors-list {
  pointer-events: none; }

.inputfield-smi:focus + .inputlabel-smi::after,
.input-filled .inputlabel-smi::after {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }

.inputfield-smi:focus + .inputlabel-smi .inputlabel-content-smi,
.input-filled .inputlabel-content-smi,
.parsley-success-smi .inputlabel-content-smi,
.parsley-notempty-smi .inputlabel-content-smi,
.parsley-errors-smi .inputlabel-content-smi {
  animation: anim-1 0.3s forwards;
  -webkit-animation: anim-1 0.3s forwards; }

.powermail_legend {
  display: none; }

.powermail_radio_outer.parsley-error .powermail_field_error_container {
  display: none; }

.powermail_fieldwrap_country .parsley-errors-list {
  display: none; }

.parsley-success-smi:after {
  content: '';
  width: 37px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 25px;
  color: #ff9940;
  background: #fff url(../Images/tick.svg) 0 0 no-repeat;
  border-left: 10px solid #fff; }

.powermail_fieldwrap_textarea {
  margin-top: -0.5em; }

.last-field {
  margin-left: -99999px;
  position: absolute; }

.parsley-error {
  color: #58288C;
  font-weight: bold; }

legend,
label {
  display: block;
  font-weight: bold;
  font-size: 22px;
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  padding: 0 0.15em;
  margin-top: 0.1em;
  color: #4d4e56; }

.powermail_fieldwrap_check legend {
  display: none; }

.powermail_fieldwrap_check label {
  cursor: pointer;
  margin: 0;
  padding: 0; }

.powermail_fieldwrap_check ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.powermail_fieldwrap_check li {
  padding: 1em 0; }

.powermail_radio_inner {
  width: 50%;
  float: left; }

input[type="checkbox"], input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

input[type="checkbox"] + label {
  background: transparent url(../Images/checkbox_unchecked.svg) no-repeat 0 0;
  padding: 2px 0 39px 43px;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 22px; }

input[type="checkbox"]:checked + label {
  background: transparent url(../Images/checkbox_checked.svg) no-repeat 0 0; }

input[type="radio"] + label {
  background: transparent url(../Images/radiobutton.svg) no-repeat 0 0;
  padding: 2px 0 39px 43px;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 22px; }

input[type="radio"]:checked + label {
  background: transparent url(../Images/radiobutton_active.svg) no-repeat 0 0; }

.newsletter input[type="radio"] + label {
  padding-bottom: 11px; }

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
@keyframes anim-1 {
  50% {
    opacity: 0;
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, -40%, 0); } }
.mandatory-text {
  font-family: "nimbus-sans-condensed", Arial, sans-serif; }

.parsley-errors-list {
  list-style-type: none;
  margin: 0;
  font-size: 0.96em;
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  color: #58288C;
  background-color: white;
  position: absolute;
  z-index: 999;
  border: 1px solid #58288C;
  border-radius: 8px;
  top: 43px;
  right: 0; }
  .parsley-errors-list li {
    padding: 1px 0.4em; }

#powermail_tabmenu li {
  float: left;
  list-style: none; }

#powermail_field_land-menu {
  height: 200px; }

.powermail_fieldwrap_select .parsley-errors-list {
  top: 5px; }

.powermail_fieldwrap_textarea .parsley-errors-list {
  top: 17px; }

.powermail_fieldwrap_check .parsley-errors-list {
  top: auto;
  bottom: 0; }

.kesearch_pagebrowser {
  text-align: center;
  font-size: 1.25em;
  margin-top: 3em; }

.kesearch_pagebrowser a {
  display: inline-block;
  background-color: #efeeeb;
  width: 40px;
  height: 40px;
  padding-top: 6px; }

.kesearch_pagebrowser a.current {
  background-color: #58288C;
  color: #fff; }

.kesearch_pagebrowser a.next,
.kesearch_pagebrowser a.prev {
  padding-left: 10px;
  padding-right: 10px;
  width: auto; }

@media only screen and (max-width: 40.063em) {
  .parsley-errors-list {
    display: none !important; } }
@media only screen and (min-width: 40.063em) {
  fieldset .layout1 {
    float: left;
    width: 47.98792756539235%;
    margin-right: 10px; }

  fieldset .layout2 {
    float: left;
    width: 47.98792756539235%;
    margin-left: 10px; }

  .powermail_morestep fieldset .layout1 {
    float: left;
    width: 29.2%;
    margin-right: 10px; }

  .powermail_morestep fieldset .layout2 {
    float: left;
    width: 29.2%;
    margin-left: 10px; } }
/* Off canvas layout */
.container {
  max-width: 100%;
  overflow-x: hidden; }

[role="main"]:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

[role="complementary"], [role="main"] {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.45s all ease-in;
  -moz-transition: 0.45s all ease-in;
  -o-transition: 0.45s all ease-in;
  transition: 0.45s all ease-in; }

.hide-extras [role="complementary"] {
  display: block; }

[role="navigation"]#topMenu {
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in; }

[role="navigation"]#topMenu ul {
  margin-top: 0; }

[role="complementary"] {
  margin-right: -100%;
  width: 80%;
  float: right;
  z-index: 2; }

[role="main"] {
  margin-right: 0;
  float: left;
  z-index: 1;
  position: relative; }

.active [role="complementary"] {
  margin-right: 0;
  -webkit-transition: 0.45s all ease-in;
  -moz-transition: 0.45s all ease-in;
  -o-transition: 0.45s all ease-in;
  transition: 0.45s all ease-in; }

.active [role="main"] {
  margin-left: -80%;
  -webkit-transition: 0.45s all ease-in;
  -moz-transition: 0.45s all ease-in;
  -o-transition: 0.45s all ease-in;
  transition: 0.45s all ease-in; }

.active-menu [role="navigation"]#topMenu {
  margin-top: 0 !important; }

@media all and (min-width: 40.063em) {
  menu-button, .sidebar-button {
    display: none; }

  [role="complementary"] {
    width: 20%;
    margin-right: 0;
    float: right;
    padding: 0 15px; }

  [role="main"] {
    width: 80%;
    padding: 0; }

  .hide-extras [role="main"] {
    width: 100%; }

  .hide-extras [role="complementary"] {
    display: none; }

  [role="navigation"]#topMenu {
    display: none; } }
.contact-overlay-content {
  color: #fff;
  font-family: "nimbus-sans-condensed", Arial, sans-serif; }

.contact-overlay-content span,
.contact-overlay-content a {
  display: block; }

.contact-email {
  padding-left: 40px;
  background: url(../Images/at.svg) 2px 12px no-repeat;
  background-size: 20px 20px; }

.contact-phone {
  padding-left: 40px;
  background: url(../Images/phone-white.svg) 3px 12px no-repeat;
  background-size: 20px 20px; }

.contact-brochure {
  padding-left: 40px;
  background: url(../Images/brochure.svg) 0 12px no-repeat;
  background-size: 20px 20px; }

.contact-info {
  padding-left: 40px;
  background: url(../Images/chat.svg) -5px 12px no-repeat;
  background-size: 28px auto; }

@media only screen and (max-width: 40.062em) {
  .sidebar-contact {
    display: block;
    position: absolute;
    top: 26px;
    right: 78px;
    font-family: "nimbus-sans-condensed", Arial, sans-serif;
    font-weight: bold;
    font-size: 1.25em; }

  .sidebar-contact.active {
    color: #ff9940; }

  .contact-overlay-button {
    display: none; }

  .contact-overlay {
    background-color: rgba(54, 55, 60, 0.95);
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 5;
    font-size: 1.125em;
    line-height: 37px;
    width: 100%;
    padding: 0.9rem 1.6rem;
    display: none; }

  .contact-overlay-wrapper.active .contact-overlay {
    display: block; }

  .contact-overlay-content img {
    display: none; }

  .contact-email {
    background-position: 2px 9px; }

  .contact-phone {
    background-position: 3px 9px; }

  .contact-brochure {
    background-position: 0 9px; }

  .contact-info {
    background-position: 0 9px; } }
@media only screen and (min-width: 40.063em) {
  .sidebar-contact {
    display: none !important; }

  .contact-overlay-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 5;
    overflow: hidden;
    width: 44px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }

  .contact-overlay-wrapper.active {
    width: 374px; }

  .contact-overlay-button {
    float: left;
    font-family: "nimbus-sans-condensed", Arial, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    left: -36px;
    text-transform: uppercase;
    letter-spacing: 0.05em; }

  .contact-overlay-button span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: rgba(54, 55, 60, 0.95);
    padding: 4px 20px;
    cursor: pointer;
    display: block; }

  .contact-overlay-button:hover {
    color: #58288C; }

  .contact-overlay {
    background-color: rgba(54, 55, 60, 0.95);
    height: 100%;
    width: 0;
    float: right;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }

  .contact-overlay-wrapper.active .contact-overlay {
    width: 330px; }

  .contact-overlay-content {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    width: 270px;
    right: -270px;
    font-size: 1.25em;
    line-height: 46px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }

  .contact-overlay-wrapper.active .contact-overlay-content {
    right: 30px; }

  .contact-overlay-content span a {
    display: inline-block;
    color: #fff; }

  .contact-overlay-content img {
    margin: 3px 0 17px 0;
    display: block; }

  .contact-email:hover {
    background-image: url(../Images/at-hover.svg); }

  .contact-brochure:hover {
    background-image: url(../Images/brochure-hover.svg); }

  .contact-info:hover {
    background-image: url(../Images/chat-hover.svg);
    background-size: 28px auto; } }
/*------------------------------------------------------------------

Historie

-------------------------------------------------------------------*/
.dce-historie {
  font-size: 24px;
  font-style: italic;
  line-height: 1.4;
  border-top: 80px solid #fff;
  padding-bottom: 60px;
  min-height: 600px; }

.dce-historie .year {
  background-color: #ff9940;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  display: block;
  width: 49px;
  height: 49px;
  margin: 0 auto 40px auto;
  border: 6px solid #dbdcdd;
  border-radius: 180px;
  padding-top: 8px;
  text-align: center; }

.dce-historie .year-big {
  font-size: 20px;
  width: 69px;
  height: 69px;
  border: 6px solid #dbdcdd;
  padding-top: 15px; }

.logo-bg {
  background: transparent url(../Images/logo-historie.svg) center center no-repeat;
  background-size: contain;
  max-width: 1200px;
  margin: 0 auto; }

@media only screen and (max-width: 40.063em) {
  .dce-historie .year {
    margin-top: 20px;
    margin-bottom: 20px; } }
@media only screen and (min-width: 40.063em) {
  .dce-historie {
    background: #fff url(../Images/historie.gif) center top repeat-y; } }
@media only screen and (min-width: 838px) {
  .dce-historie .year {
    font-size: 28px;
    width: 108px;
    height: 108px;
    border: 12px solid #dbdcdd;
    padding-top: 24px; }

  .dce-historie .year-big {
    font-size: 32px;
    width: 128px;
    height: 128px;
    border: 13px solid #dbdcdd;
    padding-top: 30px; } }
ul.powermail_tabmenu {
  margin: 0 0 3rem 0; }

.powermail_tabmenu li {
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  padding: 0 90px 55px 90px;
  position: relative; }

.powermail_tabmenu li.act {
  color: #ff9940; }

.powermail_tabmenu li:before {
  content: '';
  border-radius: 180px;
  background-color: #4d4e56;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -5px; }

.powermail_tabmenu li.act:before {
  background-color: #ff9940; }

.powermail_tabmenu li:after {
  content: '1.';
  color: #fff;
  display: block;
  position: absolute;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "nimbus-sans-condensed", Arial, sans-serif;
  z-index: -1;
  left: 18px;
  top: 0; }

.powermail_tabmenu li:nth-child(2):after {
  content: '2.'; }

.powermail_tabmenu li:nth-child(3):after {
  content: '3.'; }

.powermail_tabmenu li:nth-child(4):after {
  content: '4.'; }

.powermail_tab_navigation_previous,
.powermail_tab_navigation_next {
  background-color: #ff9940;
  padding: 1.4rem 1.4rem;
  color: #fff;
  font-family: "nimbus-sans-condensed",Arial,sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 3rem 1rem 0 0;
  display: inline-block;
  font-size: 1.750rem;
  line-height: 33px; }

.layout1 .powermail_submit {
  margin: 3rem 1rem 0 0; }

.powermail_tab_navigation_next {
  float: right; }

.powermail_tab_navigation_previous:hover,
.powermail_tab_navigation_next:hover {
  background-color: #efeeeb;
  color: #ff9940; }

@media only screen and (min-width: 40.063em) {
  .powermail_morestep fieldset > div,
  .powermail_morestep fieldset powermail_tab_navigation {
    max-width: 60%; }

  .powermail_morestep fieldset > div.powermail_fieldwrap_html.layout1 {
    max-width: 30%;
    float: right;
    background-color: #efeeeb;
    padding: 20px;
    margin-right: 5%;
    font-size: 22px; }

  .powermail_morestep fieldset > div.powermail_fieldwrap_html.layout1 p {
    font-size: 22px;
    font-family: "nimbus-sans-condensed", Arial, sans-serif;
    line-height: 1.4; }

  .powermail_morestep fieldset > div.powermail_fieldwrap_html.layout1 legend {
    background-color: transparent; } }
.home-slider {
  position: absolute;
  left: 50%;
  width: 100%;
  height: auto;
  max-height: 740px;
  max-width: 1366px;
  padding-bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.home-slider .slick-slide {
  position: relative; }

.home-slider-container {
  position: relative;
  overflow: hidden;
  height: 647px;
  padding-bottom: 0;
  max-height: 740px; }

@media only screen and (min-width: 642px) {
  .home-slider-container {
    height: 0;
    padding-bottom: 47%; }

  .home-slider-container .intro-content {
    bottom: -9%; } }
@media only screen and (min-width: 652px) {
  .home-slider-container .intro-content {
    bottom: 0; } }
@media only screen and (min-width: 700px) {
  .home-slider-container {
    height: 0;
    padding-bottom: 47%; }

  .home-slider-container .intro-content {
    bottom: 5%; } }
@media only screen and (min-width: 1280px) {
  .home-slider-container {
    height: 0; }

  .home-slider-container .slick-track {
    height: 647px; } }
@media only screen and (min-width: 1366px) {
  .home-slider-container {
    padding-bottom: 0;
    height: 647px; } }
@media only screen and (max-width: 40.063em) {
  .home-slider-container {
    height: auto;
    padding-bottom: 0;
    background-color: #fff; }

  section.home-slider-container {
    background-color: #fff !important; }

  .home-slider-container img {
    position: absolute; }

  .home-slider {
    position: relative; }

  #powermail_tabmenu {
    display: none; }

  .layout1 .powermail_submit {
    margin: 3rem 0 0.4rem;
    text-align: center;
    width: 47%;
    font-size: 1.5rem; }

  .powermail_tab_navigation_previous,
  .powermail_tab_navigation_next {
    width: 47%;
    margin: 3rem 0 0.4rem;
    text-align: center;
    font-size: 1.5rem;
    padding-top: 0.9rem;
    padding-right: 2rem;
    padding-bottom: 0.9rem;
    padding-left: 2rem;
    line-height: normal; } }
#powermail_tabmenu li {
  outline: none; }

#powermail_tabmenu:after {
  content: '';
  clear: both;
  display: block; }

iframe {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0; }

.dce-image-button-element .bg-image {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  max-height: 740px;
  max-width: 1366px;
  pointer-events: none;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.dce-image-button-element .color-beige {
  color: #efeeeb; }

.dce-image-button-element .color-white {
  color: #fff; }

@media only screen and (min-width: 40.063em) {
  .dce-image-button-element .bg-image {
    height: 100%;
    width: auto;
    max-height: 900px;
    max-width: 1666px; } }
@media only screen and (min-width: 1194px) {
  .dce-image-button-element .bg-image {
    height: auto;
    width: 100%;
    max-height: 740px;
    max-width: 1366px; } }
.iframe-wrapper iframe {
  width: 100px;
  min-width: 100%;
  *width: 100%;
  min-height: 860px;
  height: 100%;
  *height: 100%; }

/**************************************************************/
.icon1 {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("http://findicons.com/files/icons/2129/web_2_0_origami/40/gmail_small.png"); }

.icon2 {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("http://findicons.com/files/icons/2129/web_2_0_origami/40/skype_small.png"); }

.icon3 {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("http://findicons.com/files/icons/1984/woodgrain_a_free_social_media/40/delicious_small.png"); }

.icon4 {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("http://findicons.com/files/icons/2129/web_2_0_origami/40/firefox_small.png"); }

.icon5 {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("http://findicons.com/files/icons/2129/web_2_0_origami/40/firefox_small.png"); }

.ssmi21 {
  font-size: 1.125em;
  font-family: "nimbus-sans-condensed",Arial,sans-serif; }

/* SSMI-55 */
@media only screen and (min-width: 0.063em) {
  .ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

  .ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7 */
    overflow-x: hidden;
    padding-bottom: 1px; }

  .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0; }

  .ui-selectmenu-open {
    display: block; }

  .ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    margin-bottom: 2px; }

  .ui-selectmenu-button:active {
    outline: none; }

  .ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%; }

  .ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 1px 0.15em 6px 0.15em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.25em;
    color: #4d4e56;
    font-family: "nimbus-sans-condensed", Arial, sans-serif; }

  .parsley-errors-smi .ui-selectmenu-button span.ui-selectmenu-text {
    color: #d7428c; } }
#tx_cookies_showPermanent {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99; }

#tx_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99; }
  #tx_cookies .flex-row {
    padding: 0 10px 10px 10px; }
  #tx_cookies p, #tx_cookies a, #tx_cookies button, #tx_cookies input {
    font-size: 1rem;
    line-height: 20px;
    font-weight: 400; }

#tx_cookies_inner {
  padding: 10px; }

#tx_cookies_inner .buttons {
  margin-top: 5px; }
#tx_cookies_inner a.button.orange {
  display: inline-block;
  margin-right: 5px;
  padding: 10px 15px;
  font-weight: 700; }

#tx_cookies h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #fff; }

#tx_cookies p {
  margin: 0; }
  #tx_cookies p#tx_cookies_hint {
    padding-top: 50px; }
  #tx_cookies p#tx_cookies_legal {
    padding-bottom: 20px; }
    #tx_cookies p#tx_cookies_legal span {
      display: block; }

#tx_cookies input[type="checkbox"] {
  margin-right: 3px; }

#tx_cookies button,
#tx_cookies input[type="submit"] {
  cursor: pointer;
  margin: 5px 5px 5px 0;
  font-weight: 700; }

#tx_cookies form {
  display: inline-block; }

#tx_cookies button, #tx_cookies input.button {
  padding: .5rem 1rem; }

#tx_cookies #tx_cookies_close {
  position: absolute;
  width: 50%;
  left: 10px;
  top: 10px;
  z-index: 99; }

@media only screen and (min-width: 51.25em) {
  #tx_cookies p#tx_cookies_hint {
    padding-top: 0;
    width: 80%; }
  #tx_cookies p#tx_cookies_legal {
    padding-bottom: 20px; }
    #tx_cookies p#tx_cookies_legal span {
      display: inline-block; }

  #tx_cookies #tx_cookies_close {
    width: 10%;
    left: inherit;
    right: 10px; } }

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