/* Fehler bei der Verkleinerung. Der Inhalt wird unverkleinert zurückgegeben.
(11032,1): run-time error CSS1019: Unexpected token, found '@'
(11043,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(11044,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11056,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(11057,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 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.
 * 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.
 */
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; }

/*
 * jQuery UI CSS Framework 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* 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: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.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); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.10
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
    }

a:hover,
a:active,
.tile:active {
    outline: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    line-height: normal;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    label,
    select,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    input[type="radio"],
    input[type="checkbox"] {
        cursor: pointer;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration,
        input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type=text]::-ms-clear,
input[type=email]::-ms-clear,
input[type=url]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear,
input[type=time]::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none;
}

* {
    border-collapse: collapse;
}

a {
    text-decoration: none;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*
 * Devices
 * min 1200
 * min 1024
 * max 1024
 * max 768
 * max 640
 * max 480
 * max 320
 */
#responsive-utils .hide-element {
  display: none !important;
  visibility: hidden !important;
}
#responsive-utils .show-element {
  display: block !important;
  visibility: visible !important;
}
#responsive-utils .full-size {
  float: none !important;
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#responsive-utils .half-size {
  width: 50% !important;
}
#responsive-utils .container-desktop {
  width: 940px !important;
}
#responsive-utils .container-phone {
  width: 100% !important;
}
#responsive-utils .container-phone2 {
  width: 100% !important;
}
#responsive-utils .container-phone3 {
  width: 100% !important;
}
#responsive-utils .container-phone4 {
  width: 100% !important;
}
#responsive-utils .container-tablet {
  width: 720px !important;
}
#responsive-utils .container-large {
  width: 1140px !important;
}
#responsive-utils .container-phone {
  padding: 0 10px;
}
/* Desktop */
@media screen and (min-width: 800px) {
  .no-desktop {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .no-desktop {
    display: none !important;
    visibility: hidden !important;
  }
  .on-desktop {
    display: block !important;
    visibility: visible !important;
  }
  .container {
    width: 940px !important;
  }
}
/* Large desktop */
@media screen and (min-width: 1200px) {
  html {
    font-size: 70%;
  }
  .no-large {
    display: none !important;
    visibility: hidden !important;
  }
  .on-large {
    display: block !important;
    visibility: visible !important;
  }
  .container {
    width: 1140px !important;
  }
}
/* tablet landscape*/
@media only screen and (max-width: 1024px) {
  .no-tablet-landscape,
  .no-tablet {
    display: none !important;
    visibility: hidden !important;
  }
  .on-tablet {
    display: block !important;
    visibility: visible !important;
  }
  .container {
    width: 940px !important;
  }
}
/* tablet portrait */
@media only screen and (max-width: 800px) {
  html {
    font-size: 60%;
  }
  .no-tablet-portrait,
  .no-tablet {
    display: none !important;
    visibility: hidden !important;
  }
  .on-tablet {
    display: block !important;
    visibility: visible !important;
  }
  .container {
    width: 720px !important;
  }
  .grid:not(.fluid) > .row {
    margin: 0;
  }
  .grid:not(.fluid) > .row > [class*="span"] {
    width: 350px !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  .grid:not(.fluid) > .row > [class*="span"]:nth-child(even) {
    margin-left: 20px !important;
  }
  .grid:not(.fluid) > .row .span12,
  .grid:not(.fluid) > .row .span7,
  .grid:not(.fluid) > .row .span8,
  .grid:not(.fluid) > .row .span9,
  .grid:not(.fluid) > .row .span10,
  .grid:not(.fluid) > .row .span11 {
    width: 720px !important;
  }
  .grid:not(.fluid) > .row .span12:nth-child(even),
  .grid:not(.fluid) > .row .span7:nth-child(even),
  .grid:not(.fluid) > .row .span8:nth-child(even),
  .grid:not(.fluid) > .row .span9:nth-child(even),
  .grid:not(.fluid) > .row .span10:nth-child(even),
  .grid:not(.fluid) > .row .span11:nth-child(even) {
    margin-left: 0 !important;
  }
  .grid:not(.fluid) > .row .row {
    margin: 0;
  }
  .grid:not(.fluid) > .row .row [class*="span"] {
    width: 350px !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  .grid:not(.fluid) > .row .row [class*="span"]:nth-child(even) {
    margin-left: 20px !important;
  }
  .grid:not(.fluid) > .row .row .span12,
  .grid:not(.fluid) > .row .row .span7,
  .grid:not(.fluid) > .row .row .span8,
  .grid:not(.fluid) > .row .row .span9,
  .grid:not(.fluid) > .row .row .span10,
  .grid:not(.fluid) > .row .row .span11 {
    width: 720px !important;
  }
  .grid:not(.fluid) > .row .row .span12:nth-child(even),
  .grid:not(.fluid) > .row .row .span7:nth-child(even),
  .grid:not(.fluid) > .row .row .span8:nth-child(even),
  .grid:not(.fluid) > .row .row .span9:nth-child(even),
  .grid:not(.fluid) > .row .row .span10:nth-child(even),
  .grid:not(.fluid) > .row .row .span11:nth-child(even) {
    margin-left: 0 !important;
  }
  .navigation-bar,
  .navbar {
    position: relative !important;
  }
  .navigation-bar .pull-menu,
  .navbar .pull-menu {
    display: block !important;
  }
  .navigation-bar .element,
  .navbar .element {
    float: none !important;
  }
  .navigation-bar .element-divider,
  .navbar .element-divider {
    display: none !important;
  }
  .navigation-bar .element-menu,
  .navbar .element-menu {
    position: relative;
    float: none;
    display: none;
    width: 100% !important;
    background-color: inherit;
    z-index: 1000;
  }
  .navigation-bar .element-menu li,
  .navbar .element-menu li {
    display: block !important;
    float: none !important;
    width: 100%;
  }
  .navigation-bar .element-menu li a,
  .navbar .element-menu li a {
    display: block !important;
    float: none !important;
    width: 100%;
  }
  .navigation-bar .element-menu li .dropdown-menu,
  .navbar .element-menu li .dropdown-menu {
    position: relative !important;
    left: 0;
  }
  .navigation-bar .element-menu .dropdown-toggle,
  .navbar .element-menu .dropdown-toggle {
    color: inherit;
    position: relative;
  }
  .navigation-bar .element-menu .dropdown-toggle:after,
  .navbar .element-menu .dropdown-toggle:after {
    position: absolute;
    left: 100% !important;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 800px) {
  .navigation-bar .pull-menu,
  .navbar .pull-menu {
    display: block !important;
  }
}
/* Phones landscape*/
@media only screen and (max-width: 640px) {
  html {
    font-size: 60%;
  }
  .no-phone-landscape,
  .no-phone {
    display: none !important;
    visibility: hidden !important;
  }
  .on-phone {
    display: block !important;
    visibility: visible !important;
  }
  .container {
    width: 100% !important;
    padding: 0 10px;
  }
  .grid:not(.fluid) > .row {
    margin: 0;
  }
  .grid:not(.fluid) > .row > [class*="span"] {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
  }
  .grid:not(.fluid) > .row > [class*="span"]:nth-child(even) {
    margin-left: 0 !important;
  }
  .grid:not(.fluid) > .row .span12 {
    width: 100% !important;
  }
  .grid:not(.fluid) > .row .row {
    margin: 0;
  }
  .grid:not(.fluid) > .row .row > [class*="span"] {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
  }
  .grid:not(.fluid) > .row .row > [class*="span"]:nth-child(even) {
    margin-left: 0 !important;
  }
  .grid:not(.fluid) > .row .row .span12 {
    width: 100% !important;
  }
}
/* Phones portrait*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 45%;
  }
  .no-phone-landscape,
  .no-phone {
    display: none !important;
    visibility: hidden !important;
  }
  .container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 40%;
  }
  .no-phone-portrait,
  .no-phone {
    display: none !important;
    visibility: hidden !important;
  }
  .container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
  .no-phone-portrait,
  .no-phone {
    display: none !important;
    visibility: hidden !important;
  }
  .container {
    width: 100% !important;
  }
}

/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 22, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/opensans/OpenSansCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/opensans/OpenSansCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/opensans/OpenSansCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Light.ttf');
    src: local('Roboto'), url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
    src: local('Roboto'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.ttf');
    src: local('Roboto'), url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.ttf');
    src: local('Roboto'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

meta.foundation-version {
    font-family: "/5.2.2/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    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: #ffffff;
    color: #222222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}

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 {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    *zoom: 1;
}

    .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.9375rem;
        margin-right: -0.9375rem;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
        *zoom: 1;
    }

        .row .row:before, .row .row:after {
            content: " ";
            display: table;
        }

        .row .row:after {
            clear: both;
        }

        .row .row.collapse {
            width: auto;
            margin: 0;
            max-width: none;
            *zoom: 1;
        }

            .row .row.collapse:before, .row .row.collapse:after {
                content: " ";
                display: table;
            }

            .row .row.collapse:after {
                clear: both;
            }

.column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    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.9375rem;
        padding-right: 0.9375rem;
        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%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }

    [class*="column"] + [class*="column"].end {
        float: left;
    }

    .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, .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 !important;
    }

        .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
            float: right;
        }
}

@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.9375rem;
        padding-right: 0.9375rem;
        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%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }

    [class*="column"] + [class*="column"].end {
        float: left;
    }

    .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, .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 !important;
    }

        .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
            float: right;
        }

    .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.9375rem;
        padding-right: 0.9375rem;
        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%;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }

    [class*="column"] + [class*="column"].end {
        float: left;
    }

    .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, .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 !important;
    }

        .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
            float: right;
        }

    .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;
    }
}

.accordion {
    *zoom: 1;
    margin-bottom: 0;
}

    .accordion:before, .accordion:after {
        content: " ";
        display: table;
    }

    .accordion:after {
        clear: both;
    }

    .accordion dd {
        display: block;
        margin-bottom: 0 !important;
    }

        .accordion dd.active > a {
            background: #e8e8e8;
        }

        .accordion dd > a {
            background: #efefef;
            color: #222222;
            padding: 1rem;
            display: block;
            font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
            font-size: 1rem;
        }

            .accordion dd > a:hover {
                background: #e3e3e3;
            }

    .accordion .content {
        display: none;
        padding: 0.9375rem;
    }

        .accordion .content.active {
            display: block;
            background: #ffffff;
        }

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    transition: opacity 300ms ease-out;
    background-color: #008cba;
    border-color: #007ba0;
    color: #ffffff;
}

    .alert-box .close {
        font-size: 1.375rem;
        padding: 9px 6px 4px;
        line-height: 0;
        position: absolute;
        top: 50%;
        margin-top: -0.6875rem;
        right: 0.25rem;
        color: #333333;
        opacity: 0.3;
    }

        .alert-box .close:hover, .alert-box .close:focus {
            opacity: 0.5;
        }

    .alert-box.radius {
        border-radius: 3px;
    }

    .alert-box.round {
        border-radius: 1000px;
    }

    .alert-box.success {
        background-color: #43ac6a;
        border-color: #3a945b;
        color: #ffffff;
    }

    .alert-box.alert {
        background-color: #f04124;
        border-color: #de2b0f;
        color: #ffffff;
    }

    .alert-box.secondary {
        background-color: #e7e7e7;
        border-color: #c7c7c7;
        color: #4f4f4f;
    }

    .alert-box.warning {
        background-color: #f08a24;
        border-color: #de770f;
        color: #ffffff;
    }

    .alert-box.info {
        background-color: #a0d3e8;
        border-color: #74bfdd;
        color: #4f4f4f;
    }

    .alert-box.alert-close {
        opacity: 0;
    }

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    *zoom: 1;
}

    [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 {
    .small-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

        .small-block-grid-1 > li:nth-of-type(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            clear: none;
        }

        .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@media only screen and (min-width: 40.063em) {
    .medium-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

        .medium-block-grid-1 > li:nth-of-type(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            clear: none;
        }

        .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@media only screen and (min-width: 64.063em) {
    .large-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

        .large-block-grid-1 > li:nth-of-type(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            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(n) {
            clear: none;
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

.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: #f4f4f4;
    border-color: #dcdcdc;
    border-radius: 3px;
}

    .breadcrumbs > * {
        margin: 0;
        float: left;
        font-size: 0.6875rem;
        line-height: 0.6875rem;
        text-transform: uppercase;
        color: #008cba;
    }

        .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
            text-decoration: underline;
        }

        .breadcrumbs > * a {
            color: #008cba;
        }

        .breadcrumbs > *.current {
            cursor: default;
            color: #333333;
        }

            .breadcrumbs > *.current a {
                cursor: default;
                color: #333333;
            }

            .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: default;
                }

        .breadcrumbs > *:before {
            content: "/";
            color: #aaaaaa;
            margin: 0 0.75rem;
            position: relative;
            top: 1px;
        }

        .breadcrumbs > *:first-child:before {
            content: " ";
            margin: 0;
        }

button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #008cba;
    border-color: #007295;
    color: #ffffff;
    transition: background-color 300ms ease-out;
}

    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #007295;
    }

    button:hover, button:focus, .button:hover, .button:focus {
        color: #ffffff;
    }

    button.secondary, .button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333;
    }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            background-color: #b9b9b9;
        }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            color: #333333;
        }

    button.success, .button.success {
        background-color: #43ac6a;
        border-color: #368a54;
        color: #ffffff;
    }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            background-color: #368a54;
        }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            color: #ffffff;
        }

    button.alert, .button.alert {
        background-color: #f04124;
        border-color: #cf280e;
        color: #ffffff;
    }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            background-color: #cf280e;
        }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert: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: #008cba;
        border-color: #007295;
        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: #007295;
        }

        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: #008cba;
        }

        button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
            background-color: #e7e7e7;
            border-color: #b9b9b9;
            color: #333333;
            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: #b9b9b9;
            }

            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: #333333;
            }

            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: #e7e7e7;
            }

        button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
            background-color: #43ac6a;
            border-color: #368a54;
            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: #368a54;
            }

            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: #43ac6a;
            }

        button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
            background-color: #f04124;
            border-color: #cf280e;
            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: #cf280e;
            }

            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: #f04124;
            }

@media only screen and (min-width: 40.063em) {
    button, .button {
        display: inline-block;
    }
}

.button-group {
    list-style: none;
    margin: 0;
    left: 0;
    *zoom: 1;
}

    .button-group:before, .button-group:after {
        content: " ";
        display: table;
    }

    .button-group:after {
        clear: both;
    }

    .button-group li {
        margin: 0;
        float: left;
    }

        .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 li:first-child {
            margin-left: 0;
        }

    .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 > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
        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 {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .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 > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
        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 {
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }

    .button-group.even-2 li {
        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 {
        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 {
        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 {
        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 {
        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 {
        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 {
        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-bar {
    *zoom: 1;
}

    .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;
        }

.clearing-thumbs, [data-clearing] {
    *zoom: 1;
    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: #333333;
    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%;
        margin-left: -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: #333333;
    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) {
    .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: #333333;
        overflow: hidden;
        height: 85%;
    }

    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0;
    }
}

.f-dropdown {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #ffffff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    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: 99;
    }

    .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: 98;
    }

    .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;
        width: 100%;
        max-height: none;
        height: auto;
        background: #ffffff;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 99;
        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: 99;
        }

        .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: 98;
        }

    .f-dropdown.drop-left {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        width: 100%;
        max-height: none;
        height: auto;
        background: #ffffff;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 99;
        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: 99;
        }

        .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: 98;
        }

    .f-dropdown.drop-top {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        width: 100%;
        max-height: none;
        height: auto;
        background: #ffffff;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 99;
        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: 99;
        }

        .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: 98;
        }

    .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 a {
            display: block;
            padding: 0.5rem;
            color: #555555;
        }

    .f-dropdown.content {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        padding: 1.25rem;
        width: 100%;
        height: auto;
        max-height: none;
        background: #ffffff;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        z-index: 99;
        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;
    }

.dropdown.button, button.dropdown {
    position: relative;
    padding-right: 3.5625rem;
}

    .dropdown.button:before, button.dropdown:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        display: block;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
        top: 50%;
    }

    .dropdown.button:before, button.dropdown:before {
        border-width: 0.375rem;
        right: 1.40625rem;
        margin-top: -0.15625rem;
    }

    .dropdown.button:before, button.dropdown:before {
        border-color: #ffffff transparent transparent transparent;
    }

    .dropdown.button.tiny, button.dropdown.tiny {
        padding-right: 2.625rem;
    }

        .dropdown.button.tiny:before, button.dropdown.tiny:before {
            border-width: 0.375rem;
            right: 1.125rem;
            margin-top: -0.125rem;
        }

        .dropdown.button.tiny:before, button.dropdown.tiny:before {
            border-color: #ffffff transparent transparent transparent;
        }

    .dropdown.button.small, button.dropdown.small {
        padding-right: 3.0625rem;
    }

        .dropdown.button.small:before, button.dropdown.small:before {
            border-width: 0.4375rem;
            right: 1.3125rem;
            margin-top: -0.15625rem;
        }

        .dropdown.button.small:before, button.dropdown.small:before {
            border-color: #ffffff transparent transparent transparent;
        }

    .dropdown.button.large, button.dropdown.large {
        padding-right: 3.625rem;
    }

        .dropdown.button.large:before, button.dropdown.large:before {
            border-width: 0.3125rem;
            right: 1.71875rem;
            margin-top: -0.15625rem;
        }

        .dropdown.button.large:before, button.dropdown.large:before {
            border-color: #ffffff transparent transparent transparent;
        }

    .dropdown.button.secondary:before, button.dropdown.secondary:before {
        border-color: #333333 transparent transparent transparent;
    }

.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%;
    }

form {
    margin: 0 0 1rem;
}

    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 {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

    form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
        padding-left: 0.5rem;
    }

label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

    label.right {
        float: none;
        text-align: right;
    }

    label.inline {
        margin: 0 0 1rem 0;
        padding: 0.5625rem 0;
    }

    label small {
        text-transform: capitalize;
        color: #686868;
    }

select::-ms-expand {
    display: none;
}

@-moz-document url-prefix() {
    select {
        background: #fafafa;
    }

        select:hover {
            background: #f3f3f3;
        }
}

.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: hidden;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}

    .postfix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.125rem;
        border: none;
    }

    .prefix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.125rem;
        border: none;
    }

        .prefix.button.radius {
            border-radius: 0;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

    .postfix.button.radius {
        border-radius: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .prefix.button.round {
        border-radius: 0;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .postfix.button.round {
        border-radius: 0;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }

span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333333;
    border-color: #cccccc;
}

    span.prefix.radius, label.prefix.radius {
        border-radius: 0;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

span.postfix, label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333333;
    border-color: #cccccc;
}

    span.postfix.radius, label.postfix.radius {
        border-radius: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -webkit-appearance: none;
    background-color: #ffffff;
    font-family: inherit;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
        box-shadow: 0 0 5px #999999;
        border-color: #999999;
    }

    input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
        background: #fafafa;
        border-color: #999999;
        outline: none;
    }

    input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea {
        background-color: #dddddd;
    }

    input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius {
        border-radius: 3px;
    }

input[type="submit"] {
    -webkit-appearance: none;
}

textarea[rows] {
    height: auto;
}

select {
    -webkit-appearance: none !important;
    background-color: #fafafa;
    background-image: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: 97% center;
    border: 1px solid #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0;
    height: 2.3125rem;
}

    select.radius {
        border-radius: 3px;
    }

    select:hover {
        background-color: #f3f3f3;
        border-color: #999999;
    }

input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1rem 0;
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        display: inline-block;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
        vertical-align: baseline;
    }

input[type="file"] {
    width: 100%;
}

fieldset {
    border: 1px solid #dddddd;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

    fieldset legend {
        font-weight: bold;
        background: #ffffff;
        padding: 0 0.1875rem;
        margin: 0;
        margin-left: -0.1875rem;
    }

[data-abide] .error small.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: #f04124;
    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: #f04124;
    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: #f04124;
}

.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: #f04124;
    color: #ffffff;
}

.error > label > small {
    color: #686868;
    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 {
    margin-bottom: 0;
}

label.error {
    color: #f04124;
}

.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;
        }

.joyride-list {
    display: none;
}

.joyride-tip-guide {
    display: none;
    position: absolute;
    background: #333333;
    color: #ffffff;
    z-index: 101;
    top: 0;
    left: 2.5%;
    font-family: inherit;
    font-weight: normal;
    width: 95%;
}

.lt-ie9 .joyride-tip-guide {
    max-width: 800px;
    left: 50%;
    margin-left: -400px;
}

.joyride-content-wrapper {
    width: 100%;
    padding: 1.125rem 1.25rem 1.5rem;
}

    .joyride-content-wrapper .button {
        margin-bottom: 0 !important;
    }

.joyride-tip-guide .joyride-nub {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: 10px solid #333333;
}

    .joyride-tip-guide .joyride-nub.top {
        border-top-style: solid;
        border-color: #333333;
        border-top-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        top: -20px;
    }

    .joyride-tip-guide .joyride-nub.bottom {
        border-bottom-style: solid;
        border-color: #333333 !important;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        bottom: -20px;
    }

    .joyride-tip-guide .joyride-nub.right {
        right: -20px;
    }

    .joyride-tip-guide .joyride-nub.left {
        left: -20px;
    }

.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 {
    line-height: 1.25;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
}

.joyride-tip-guide p {
    margin: 0 0 1.125rem 0;
    font-size: 0.875rem;
    line-height: 1.3;
}

.joyride-timer-indicator-wrap {
    width: 50px;
    height: 3px;
    border: solid 1px #555555;
    position: absolute;
    right: 1.0625rem;
    bottom: 1rem;
}

.joyride-timer-indicator {
    display: block;
    width: 0;
    height: inherit;
    background: #666666;
}

.joyride-close-tip {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #777777 !important;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    line-height: 0.5 !important;
}

    .joyride-close-tip:hover, .joyride-close-tip:focus {
        color: #eeeeee !important;
    }

.joyride-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: transparent;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    cursor: pointer;
}

.joyride-expose-wrapper {
    background-color: #ffffff;
    position: absolute;
    border-radius: 3px;
    z-index: 102;
    box-shadow: 0 0 15px #ffffff;
}

.joyride-expose-cover {
    background: transparent;
    border-radius: 3px;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 40.063em) {
    .joyride-tip-guide {
        width: 300px;
        left: inherit;
    }

        .joyride-tip-guide .joyride-nub.bottom {
            border-color: #333333 !important;
            border-bottom-color: transparent !important;
            border-left-color: transparent !important;
            border-right-color: transparent !important;
            bottom: -20px;
        }

        .joyride-tip-guide .joyride-nub.right {
            border-color: #333333 !important;
            border-top-color: transparent !important;
            border-right-color: transparent !important;
            border-bottom-color: transparent !important;
            top: 22px;
            left: auto;
            right: -20px;
        }

        .joyride-tip-guide .joyride-nub.left {
            border-color: #333333 !important;
            border-top-color: transparent !important;
            border-left-color: transparent !important;
            border-bottom-color: transparent !important;
            top: 22px;
            left: -20px;
            right: auto;
        }
}

.keystroke, kbd {
    background-color: #ededed;
    border-color: #dcdcdc;
    color: #222222;
    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;
}

.label {
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: inherit;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.6875rem;
    background-color: #008cba;
    color: #ffffff;
}

    .label.radius {
        border-radius: 3px;
    }

    .label.round {
        border-radius: 1000px;
    }

    .label.alert {
        background-color: #f04124;
        color: #ffffff;
    }

    .label.success {
        background-color: #43ac6a;
        color: #ffffff;
    }

    .label.secondary {
        background-color: #e7e7e7;
        color: #333333;
    }

[data-magellan-expedition], [data-magellan-expedition-clone] {
    background: #ffffff;
    z-index: 50;
    min-width: 100%;
    padding: 10px;
}

    [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
        margin-bottom: 0;
    }

        [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
            margin-bottom: 0;
        }

        [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
            line-height: 1.8em;
        }

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.slideshow-wrapper {
    position: relative;
}

    .slideshow-wrapper ul {
        list-style-type: none;
        margin: 0;
    }

        .slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
            display: none;
        }

            .slideshow-wrapper ul li:first-child {
                display: block;
            }

    .slideshow-wrapper .orbit-container {
        background-color: transparent;
    }

        .slideshow-wrapper .orbit-container li {
            display: block;
        }

            .slideshow-wrapper .orbit-container li .orbit-caption {
                display: block;
            }

    .slideshow-wrapper .preloader {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -20px;
        border: solid 3px;
        border-color: #555555 #ffffff;
        border-radius: 1000px;
        animation-name: rotate;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.orbit-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: none;
}

    .orbit-container .orbit-slides-container {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        -webkit-transform: translateZ(0);
    }

        .orbit-container .orbit-slides-container img {
            display: block;
            max-width: 100%;
        }

        .orbit-container .orbit-slides-container.fade li {
            opacity: 0;
            transition: opacity 500ms ease-in-out;
            -ms-transform: translate(0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

            .orbit-container .orbit-slides-container.fade li.animate-in {
                opacity: 1;
                z-index: 20;
                transition: opacity 500ms ease-in-out;
            }

            .orbit-container .orbit-slides-container.fade li.animate-out {
                z-index: 10;
                transition: opacity 500ms ease-in-out;
            }

        .orbit-container .orbit-slides-container.swipe-next li {
            -ms-transform: translate(100%, 0);
            -webkit-transform: translate3d(100%, 0, 0);
            -moz-transform: translate3d(100%, 0, 0);
            -o-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

            .orbit-container .orbit-slides-container.swipe-next li.animate-in {
                -ms-transform: translate(0, 0);
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                transition-duration: 500ms;
            }

            .orbit-container .orbit-slides-container.swipe-next li.animate-out {
                -ms-transform: translate(-100%, 0);
                -webkit-transform: translate3d(-100%, 0, 0);
                -moz-transform: translate3d(-100%, 0, 0);
                -o-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                transition-duration: 500ms;
            }

        .orbit-container .orbit-slides-container.swipe-prev li {
            -ms-transform: translate(-100%, 0);
            -webkit-transform: translate3d(-100%, 0, 0);
            -moz-transform: translate3d(-100%, 0, 0);
            -o-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .orbit-container .orbit-slides-container.swipe-prev li.animate-in {
                -ms-transform: translate(0, 0);
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                transition-duration: 500ms;
            }

            .orbit-container .orbit-slides-container.swipe-prev li.animate-out {
                -ms-transform: translate(100%, 0);
                -webkit-transform: translate3d(100%, 0, 0);
                -moz-transform: translate3d(100%, 0, 0);
                -o-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                transition-duration: 500ms;
            }

        .orbit-container .orbit-slides-container li {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            -ms-transform: translate(100%, 0);
            -webkit-transform: translate3d(100%, 0, 0);
            -moz-transform: translate3d(100%, 0, 0);
            -o-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

            .orbit-container .orbit-slides-container li.active {
                opacity: 1;
                top: 0;
                left: 0;
                -ms-transform: translate(0, 0);
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            .orbit-container .orbit-slides-container li .orbit-caption {
                position: absolute;
                bottom: 0;
                background-color: rgba(51, 51, 51, 0.8);
                color: #ffffff;
                width: 100%;
                padding: 0.625rem 0.875rem;
                font-size: 0.875rem;
            }

    .orbit-container .orbit-slide-number {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 12px;
        color: #ffffff;
        background: rgba(0, 0, 0, 0);
        z-index: 10;
    }

        .orbit-container .orbit-slide-number span {
            font-weight: 700;
            padding: 0.3125rem;
        }

    .orbit-container .orbit-timer {
        position: absolute;
        top: 12px;
        right: 10px;
        height: 6px;
        width: 100px;
        z-index: 10;
    }

        .orbit-container .orbit-timer .orbit-progress {
            height: 3px;
            background-color: rgba(255, 255, 255, 0.3);
            display: block;
            width: 0%;
            position: relative;
            right: 20px;
            top: 5px;
        }

        .orbit-container .orbit-timer > span {
            display: none;
            position: absolute;
            top: 0px;
            right: 0;
            width: 11px;
            height: 14px;
            border: solid 4px #ffffff;
            border-top: none;
            border-bottom: none;
        }

        .orbit-container .orbit-timer.paused > span {
            right: -4px;
            top: 0px;
            width: 11px;
            height: 14px;
            border: inset 8px;
            border-left-style: solid;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            border-color: transparent #ffffff transparent transparent;
        }

            .orbit-container .orbit-timer.paused > span.dark {
                border-color: transparent #333333 transparent transparent;
            }

    .orbit-container:hover .orbit-timer > span {
        display: block;
    }

    .orbit-container .orbit-prev, .orbit-container .orbit-next {
        position: absolute;
        top: 45%;
        margin-top: -25px;
        width: 36px;
        height: 60px;
        line-height: 50px;
        color: white;
        background-color: transparent;
        text-indent: -9999px !important;
        z-index: 10;
    }

        .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
            background-color: rgba(0, 0, 0, 0.3);
        }

        .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
            position: absolute;
            top: 50%;
            margin-top: -10px;
            display: block;
            width: 0;
            height: 0;
            border: inset 10px;
        }

    .orbit-container .orbit-prev {
        left: 0;
    }

        .orbit-container .orbit-prev > span {
            border-right-style: solid;
            border-color: transparent;
            border-right-color: #ffffff;
        }

        .orbit-container .orbit-prev:hover > span {
            border-right-color: #ffffff;
        }

    .orbit-container .orbit-next {
        right: 0;
    }

        .orbit-container .orbit-next > span {
            border-color: transparent;
            border-left-style: solid;
            border-left-color: #ffffff;
            left: 50%;
            margin-left: -4px;
        }

        .orbit-container .orbit-next:hover > span {
            border-left-color: #ffffff;
        }

    .orbit-container .orbit-bullets-container {
        text-align: center;
    }

    .orbit-container .orbit-bullets {
        margin: 0 auto 30px auto;
        overflow: hidden;
        position: relative;
        top: 10px;
        float: none;
        text-align: center;
        display: block;
    }

        .orbit-container .orbit-bullets li {
            display: inline-block;
            width: 0.5625rem;
            height: 0.5625rem;
            background: #cccccc;
            float: none;
            margin-right: 6px;
            border-radius: 1000px;
        }

            .orbit-container .orbit-bullets li.active {
                background: #999999;
            }

            .orbit-container .orbit-bullets li:last-child {
                margin-right: 0;
            }

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: none;
}

.touch .orbit-bullets {
    display: none;
}

@media only screen and (min-width: 40.063em) {
    .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
        display: inherit;
    }

    .touch .orbit-bullets {
        display: block;
    }
}

@media only screen and (max-width: 40em) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important;
    }

        .orbit-stack-on-small .orbit-slides-container > * {
            position: relative;
            margin-left: 0% !important;
            opacity: 1 !important;
            -webkit-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            -o-transform: none !important;
            transform: none !important;
            transition: none !important;
        }

    .orbit-stack-on-small .orbit-timer {
        display: none;
    }

    .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
        display: none;
    }

    .orbit-stack-on-small .orbit-bullets {
        display: none;
    }
}

ul.pagination {
    display: block;
    height: 1.5rem;
    margin-left: -0.3125rem;
}

    ul.pagination li {
        height: 1.5rem;
        color: #222222;
        font-size: 0.875rem;
        margin-left: 0.3125rem;
    }

        ul.pagination li a {
            display: block;
            padding: 0.0625rem 0.625rem 0.0625rem;
            color: #999999;
            border-radius: 3px;
        }

            ul.pagination li:hover a, ul.pagination li a:focus {
                background: #e6e6e6;
            }

        ul.pagination li.unavailable a {
            cursor: default;
            color: #999999;
        }

            ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
                background: transparent;
            }

        ul.pagination li.current a {
            background: #008cba;
            color: #ffffff;
            font-weight: bold;
            cursor: default;
        }

            ul.pagination li.current a:hover, ul.pagination li.current a:focus {
                background: #008cba;
            }

    ul.pagination li {
        float: left;
        display: block;
    }

.pagination-centered {
    text-align: center;
}

    .pagination-centered ul.pagination li {
        float: none;
        display: inline-block;
    }

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d7d7d7;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
}

    .panel > :first-child {
        margin-top: 0;
    }

    .panel > :last-child {
        margin-bottom: 0;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
        color: #333333;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
        line-height: 1;
        margin-bottom: 0.625rem;
    }

        .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
            line-height: 1.4;
        }

    .panel.callout {
        border-style: solid;
        border-width: 1px;
        border-color: #b6edff;
        margin-bottom: 1.25rem;
        padding: 1.25rem;
        background: #ecfaff;
    }

        .panel.callout > :first-child {
            margin-top: 0;
        }

        .panel.callout > :last-child {
            margin-bottom: 0;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
            color: #333333;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
            line-height: 1;
            margin-bottom: 0.625rem;
        }

            .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
                line-height: 1.4;
            }

        .panel.callout a:not(.button) {
            color: #008cba;
        }

    .panel.radius {
        border-radius: 3px;
    }

.pricing-table {
    border: solid 1px #dddddd;
    margin-left: 0;
    margin-bottom: 1.25rem;
}

    .pricing-table * {
        list-style: none;
        line-height: 1;
    }

    .pricing-table .title {
        background-color: #333333;
        padding: 0.9375rem 1.25rem;
        text-align: center;
        color: #eeeeee;
        font-weight: normal;
        font-size: 1rem;
        font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    }

    .pricing-table .price {
        background-color: #f6f6f6;
        padding: 0.9375rem 1.25rem;
        text-align: center;
        color: #333333;
        font-weight: normal;
        font-size: 2rem;
        font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    }

    .pricing-table .description {
        background-color: #ffffff;
        padding: 0.9375rem;
        text-align: center;
        color: #777777;
        font-size: 0.75rem;
        font-weight: normal;
        line-height: 1.4;
        border-bottom: dotted 1px #dddddd;
    }

    .pricing-table .bullet-item {
        background-color: #ffffff;
        padding: 0.9375rem;
        text-align: center;
        color: #333333;
        font-size: 0.875rem;
        font-weight: normal;
        border-bottom: dotted 1px #dddddd;
    }

    .pricing-table .cta-button {
        background-color: #ffffff;
        text-align: center;
        padding: 1.25rem 1.25rem 0;
    }

.progress {
    background-color: #f6f6f6;
    height: 1.5625rem;
    border: 1px solid #ffffff;
    padding: 0.125rem;
    margin-bottom: 0.625rem;
}

    .progress .meter {
        background: #008cba;
        height: 100%;
        display: block;
    }

    .progress.secondary .meter {
        background: #e7e7e7;
        height: 100%;
        display: block;
    }

    .progress.success .meter {
        background: #43ac6a;
        height: 100%;
        display: block;
    }

    .progress.alert .meter {
        background: #f04124;
        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;
        }

.range-slider {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #dddddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    background: #fafafa;
}

    .range-slider.vertical-range {
        display: block;
        position: relative;
        width: 100%;
        height: 1rem;
        border: 1px solid #dddddd;
        margin: 1.25rem 0;
        -ms-touch-action: none;
        touch-action: none;
        display: inline-block;
        width: 1rem;
        height: 12.5rem;
    }

        .range-slider.vertical-range .range-slider-handle {
            margin-top: 0;
            margin-left: -0.5rem;
            position: absolute;
            bottom: -10.5rem;
        }

        .range-slider.vertical-range .range-slider-active-segment {
            width: 0.875rem;
            height: auto;
            bottom: 0;
        }

    .range-slider.radius {
        background: #fafafa;
        border-radius: 3px;
    }

        .range-slider.radius .range-slider-handle {
            background: #008cba;
            border-radius: 3px;
        }

            .range-slider.radius .range-slider-handle:hover {
                background: #007da4;
            }

    .range-slider.round {
        background: #fafafa;
        border-radius: 1000px;
    }

        .range-slider.round .range-slider-handle {
            background: #008cba;
            border-radius: 1000px;
        }

            .range-slider.round .range-slider-handle:hover {
                background: #007da4;
            }

.range-slider-active-segment {
    display: inline-block;
    position: absolute;
    height: 0.875rem;
    background: #e5e5e5;
}

.range-slider-handle {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -0.3125rem;
    width: 2rem;
    height: 1.375rem;
    border: 1px solid none;
    cursor: pointer;
    background: #008cba;
}

    .range-slider-handle:hover {
        background: #007da4;
    }

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 900;
    display: none;
    top: 0;
    left: 0;
}

dialog, .reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 901;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #ffffff;
    padding: 1.25rem;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
        min-height: 100vh;
    }
}

@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        left: 50%;
    }
}

dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
    min-width: 0;
}

dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0;
}

dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        margin-left: -40%;
        width: 80%;
    }
}

@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        top: 6.25rem;
    }
}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer;
}

dialog[open] {
    display: block;
    visibility: visible;
}

@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        padding: 1.875rem;
    }

    .reveal-modal-sso {
        padding: 1rem 1.875rem 1.875rem 1.875rem;
    }

    dialog.radius, .reveal-modal.radius {
        border-radius: 3px;
    }

    dialog.round, .reveal-modal.round {
        border-radius: 1000px;
    }

    dialog.collapse, .reveal-modal.collapse {
        padding: 0;
    }

    @media only screen and (min-width: 40.063em) {
        dialog.tiny, .reveal-modal.tiny {
            margin-left: -15%;
            width: 30%;
        }
    }

    @media only screen and (min-width: 40.063em) {
        dialog.small, .reveal-modal.small {
            margin-left: -20%;
            width: 40%;
        }
    }

    @media only screen and (min-width: 40.063em) {
        dialog.medium, .reveal-modal.medium {
            margin-left: -30%;
            width: 60%;
        }
    }

    @media only screen and (min-width: 40.063em) {
        dialog.large, .reveal-modal.large {
            margin-left: -35%;
            width: 70%;
        }
    }

    @media only screen and (min-width: 40.063em) {
        dialog.xlarge, .reveal-modal.xlarge {
            margin-left: -47.5%;
            width: 95%;
        }
    }

    dialog.full, .reveal-modal.full {
        top: 0;
        left: 0;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0 !important;
    }

    @media only screen and (min-width: 40.063em) {
        dialog.full, .reveal-modal.full {
            margin-left: -50vw;
            width: 100vw;
        }
    }
}

@media print {
    dialog, .reveal-modal {
        background: #ffffff !important;
    }
}

.side-nav {
    display: block;
    margin: 0;
    padding: 0.875rem 0;
    list-style-type: none;
    list-style-position: inside;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

    .side-nav li {
        margin: 0 0 0.4375rem 0;
        font-size: 0.875rem;
    }

        .side-nav li a:not(.button) {
            display: block;
            color: #008cba;
        }

            .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
                color: #1ccaff;
            }

        .side-nav li.active > a:first-child:not(.button) {
            color: #1ccaff;
            font-weight: normal;
            font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        }

        .side-nav li.divider {
            border-top: 1px solid;
            height: 0;
            padding: 0;
            list-style: none;
            border-top-color: #ffffff;
        }

.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:before {
            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:before {
            border-top-style: solid;
            border-width: 0.375rem;
            top: 48%;
            margin-left: -0.375rem;
        }

        .split.button span:before {
            border-color: #ffffff transparent transparent transparent;
        }

    .split.button.secondary span {
        border-left-color: rgba(255, 255, 255, 0.5);
    }

        .split.button.secondary span:before {
            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:before {
                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:before {
                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:before {
                border-top-style: solid;
                border-width: 0.3125rem;
                top: 48%;
                margin-left: -0.375rem;
            }

    .split.button.expand {
        padding-left: 2rem;
    }

    .split.button.secondary span:before {
        border-color: #333333 transparent transparent transparent;
    }

    .split.button.radius span {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .split.button.round span {
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }

.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -0.25rem 0 1.125rem;
    padding-top: 0.25rem;
    margin-right: 0;
    margin-left: -0.75rem;
}

    .sub-nav dt {
        text-transform: uppercase;
    }

    .sub-nav dt, .sub-nav dd, .sub-nav li {
        float: left;
        display: inline;
        margin-left: 1rem;
        margin-bottom: 0.625rem;
        font-family: "Helvetica Neue", "Helvetica", Helvetica, 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: #008cba;
            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: #007ba0;
            }

div.switch {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25rem;
    height: 2.25rem;
    background: #ffffff;
    border-color: #cccccc;
}

    div.switch label {
        position: relative;
        left: 0;
        z-index: 2;
        float: left;
        width: 50%;
        height: 100%;
        margin: 0;
        font-weight: bold;
        text-align: left;
        transition: all 0.1s ease-out;
    }

    div.switch input {
        position: absolute;
        z-index: 3;
        opacity: 0;
        width: 100%;
        height: 100%;
        -moz-appearance: none;
    }

        div.switch input:hover, div.switch input:focus {
            cursor: pointer;
        }

    div.switch span:last-child {
        position: absolute;
        top: -1px;
        left: -1px;
        z-index: 1;
        display: block;
        padding: 0;
        border-width: 1px;
        border-style: solid;
        transition: all 0.1s ease-out;
    }

    div.switch input:not(:checked) + label {
        opacity: 0;
    }

    div.switch input:checked {
        display: none !important;
    }

    div.switch input {
        left: 0;
        display: block !important;
    }

        div.switch input:first-of-type + label, div.switch input:first-of-type + span + label {
            left: -50%;
        }

        div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label {
            left: 0%;
        }

        div.switch input:last-of-type + label, div.switch input:last-of-type + span + label {
            right: -50%;
            left: auto;
            text-align: right;
        }

        div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label {
            right: 0%;
            left: auto;
        }

    div.switch span.custom {
        display: none !important;
    }

form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
}

div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 0.875rem;
}

div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem;
}

div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem;
}

div.switch span:last-child {
    border-color: #b3b3b3;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
}

div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}

div.switch:active {
    background: transparent;
}

div.switch.large {
    height: 2.75rem;
}

    div.switch.large label {
        padding: 0;
        line-height: 2.3rem;
        font-size: 1.0625rem;
    }

    div.switch.large input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -2.6875rem;
    }

    div.switch.large span:last-child {
        width: 2.75rem;
        height: 2.75rem;
    }

div.switch.small {
    height: 1.75rem;
}

    div.switch.small label {
        padding: 0;
        line-height: 2.1rem;
        font-size: 0.75rem;
    }

    div.switch.small input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -1.6875rem;
    }

    div.switch.small span:last-child {
        width: 1.75rem;
        height: 1.75rem;
    }

div.switch.tiny {
    height: 1.375rem;
}

    div.switch.tiny label {
        padding: 0;
        line-height: 1.9rem;
        font-size: 0.6875rem;
    }

    div.switch.tiny input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -1.3125rem;
    }

    div.switch.tiny span:last-child {
        width: 1.375rem;
        height: 1.375rem;
    }

div.switch.radius {
    border-radius: 4px;
}

    div.switch.radius span:last-child {
        border-radius: 3px;
    }

div.switch.round {
    border-radius: 1000px;
}

    div.switch.round span:last-child {
        border-radius: 999px;
    }

    div.switch.round label {
        padding: 0 0.5625rem;
    }

table {
    background: #ffffff;
    margin-bottom: 1.25rem;
    border: solid 1px #dddddd;
}

    table thead, table tfoot {
        background: #f5f5f5;
    }

        table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
            padding: 0.5rem 0.625rem 0.625rem;
            font-size: 0.875rem;
            font-weight: bold;
            color: #222222;
            text-align: left;
        }

    table tr th, table tr td {
        padding: 0.5625rem 0.625rem;
        font-size: 0.875rem;
        color: #222222;
    }

    table tr.even, table tr.alt, table tr:nth-of-type(even) {
        background: #f9f9f9;
    }

    table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
        display: table-cell;
        line-height: 1.125rem;
    }

.tabs {
    *zoom: 1;
    margin-bottom: 0 !important;
}

    .tabs:before, .tabs:after {
        content: " ";
        display: table;
    }

    .tabs:after {
        clear: both;
    }

    .tabs dd {
        position: relative;
        margin-bottom: 0 !important;
        float: left;
    }

        .tabs dd > a {
            display: block;
            background: #efefef;
            color: #222222;
            padding: 1rem 2rem;
            font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
            font-size: 1rem;
        }

            .tabs dd > a:hover {
                background: #e1e1e1;
            }

        .tabs dd.active a {
            background: #ffffff;
        }

    .tabs.radius dd:first-child a {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .tabs.radius dd:last-child a {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .tabs.vertical dd {
        position: inherit;
        float: none;
        display: block;
        top: auto;
    }

.tabs-content {
    *zoom: 1;
    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.9375rem 0;
        width: 100%;
    }

        .tabs-content > .content.active {
            display: block;
            float: none;
        }

        .tabs-content > .content.contained {
            padding: 0.9375rem;
        }

    .tabs-content.vertical {
        display: block;
    }

        .tabs-content.vertical > .content {
            padding: 0 0.9375rem;
        }

@media only screen and (min-width: 40.063em) {
    .tabs.vertical {
        width: 20%;
        float: left;
        margin-bottom: 1.25rem;
    }

    .tabs-content.vertical {
        width: 80%;
        float: left;
        margin-left: -1px;
    }
}

.no-js .tabs-content > .content {
    display: block;
    float: none;
}

.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(0, 140, 186, 0.5);
    }

    .th.radius {
        border-radius: 3px;
    }

.has-tip {
    border-bottom: dotted 1px #cccccc;
    cursor: help;
    font-weight: bold;
    color: #333333;
}

    .has-tip:hover, .has-tip:focus {
        border-bottom: dotted 1px #004054;
        color: #008cba;
    }

    .has-tip.tip-left, .has-tip.tip-right {
        float: none !important;
    }

.tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.75rem;
    max-width: 85%;
    left: 50%;
    width: 100%;
    color: #ffffff;
    background: #333333;
}

    .tooltip > .nub {
        display: block;
        left: 5px;
        position: absolute;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent #333333 transparent;
        top: -10px;
    }

        .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: #008cba !important;
        border-bottom: dotted 1px #004054 !important;
    }

.tap-to-close {
    display: block;
    font-size: 0.625rem;
    color: #777777;
    font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
    .tooltip > .nub {
        border-color: transparent transparent #333333 transparent;
        top: -10px;
    }

    .tooltip.tip-top > .nub {
        border-color: #333333 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 #333333;
            right: -10px;
            left: auto;
            top: 50%;
            margin-top: -5px;
        }

        .tooltip.tip-right > .nub {
            border-color: transparent #333333 transparent transparent;
            right: auto;
            left: -10px;
            top: 50%;
            margin-top: -5px;
        }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

.contain-to-grid {
    width: 100%;
    background: #e7e7e8;
}

    .contain-to-grid .top-bar {
        margin-bottom: 0;
    }

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 800;
}

    .fixed.expanded:not(.top-bar) {
        overflow-y: auto;
        height: auto;
        width: 100%;
        max-height: 100%;
    }

        .fixed.expanded:not(.top-bar) .title-area {
            position: fixed;
            width: 100%;
            z-index: 99;
        }

        .fixed.expanded:not(.top-bar) .top-bar-section {
            z-index: 98;
            margin-top: 45px;
        }

.top-bar {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #e7e7e8;
    margin-bottom: 0;
}

    .top-bar ul {
        margin-bottom: 0;
        list-style: none;
    }

    .top-bar .row {
        max-width: none;
    }

    .top-bar form, .top-bar input {
        margin-bottom: 0;
    }

    .top-bar input {
        height: auto;
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
        font-size: 0.75rem;
    }

    .top-bar .button, .top-bar button {
        padding-top: 0.45rem;
        padding-bottom: 0.35rem;
        margin-bottom: 0;
        font-size: 0.75rem;
    }

    .top-bar .title-area {
        position: relative;
        margin: 0;
    }

    .top-bar .name {
        height: 45px;
        margin: 0;
        font-size: 16px;
    }

        .top-bar .name h1 {
            line-height: 45px;
            font-size: 1.0625rem;
            margin: 0;
        }

            .top-bar .name h1 a {
                font-weight: normal;
                color: #58585a;
                width: 75%;
                display: block;
                padding: 0 15px;
            }

    .top-bar .toggle-topbar {
        position: absolute;
        right: 0;
        top: 0;
    }

        .top-bar .toggle-topbar a {
            color: #58585a;
            text-transform: uppercase;
            font-size: 0.8125rem;
            font-weight: bold;
            position: relative;
            display: block;
            padding: 0 15px;
            height: 45px;
            line-height: 45px;
        }

        .top-bar .toggle-topbar.menu-icon {
            right: 15px;
            top: 50%;
            margin-top: -16px;
            padding-left: 40px;
        }

            .top-bar .toggle-topbar.menu-icon a {
                height: 34px;
                line-height: 33px;
                padding: 0;
                padding-right: 25px;
                color: #ffffff;
                position: relative;
            }

                .top-bar .toggle-topbar.menu-icon a::after {
                    content: "";
                    position: absolute;
                    right: 0;
                    display: block;
                    width: 16px;
                    top: 0;
                    height: 0;
                    box-shadow: 0 10px 0 1px #ffffff, 0 16px 0 1px #ffffff, 0 22px 0 1px #ffffff;
                }

    .top-bar.expanded {
        height: auto;
        background: transparent;
    }

        .top-bar.expanded .title-area {
            background: #e7e7e8;
        }

        .top-bar.expanded .toggle-topbar a {
            color: #888888;
        }

            .top-bar.expanded .toggle-topbar a::after {
                box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
            }

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}

    .top-bar-section ul {
        width: 100%;
        height: auto;
        display: block;
        background: #bcbdc0;
        font-size: 16px;
        margin: 0;
    }

    .top-bar-section .divider, .top-bar-section [role="separator"] {
        border-top: solid 1px #1a1a1a;
        clear: both;
        height: 1px;
        width: 100%;
    }

    .top-bar-section ul li > a {
        display: block;
        width: 100%;
        color: #58585a;
        padding: 12px 0 12px 0;
        padding-left: 15px;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: rem-calc(15);
        font-weight: 700;
        text-transform: none;
        background: #bcbdc0;
    }

        .top-bar-section ul li > a.button {
            font-size: rem-calc(15);
            padding-right: 15px;
            padding-left: 15px;
            background-color: #008cba;
            border-color: #007295;
            color: #ffffff;
        }

            .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                background-color: #007295;
            }

            .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                color: #ffffff;
            }

            .top-bar-section ul li > a.button.secondary {
                background-color: #e7e7e7;
                border-color: #b9b9b9;
                color: #333333;
            }

                .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                    background-color: #b9b9b9;
                }

                .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                    color: #333333;
                }

            .top-bar-section ul li > a.button.success {
                background-color: #43ac6a;
                border-color: #368a54;
                color: #ffffff;
            }

                .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                    background-color: #368a54;
                }

                .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                    color: #ffffff;
                }

            .top-bar-section ul li > a.button.alert {
                background-color: #f04124;
                border-color: #cf280e;
                color: #ffffff;
            }

                .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                    background-color: #cf280e;
                }

                .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                    color: #ffffff;
                }

    .top-bar-section ul li > button {
        font-size: rem-calc(15);
        padding-right: 15px;
        padding-left: 15px;
        background-color: #008cba;
        border-color: #007295;
        color: #ffffff;
    }

        .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
            background-color: #007295;
        }

        .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
            color: #ffffff;
        }

        .top-bar-section ul li > button.secondary {
            background-color: #e7e7e7;
            border-color: #b9b9b9;
            color: #333333;
        }

            .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                background-color: #b9b9b9;
            }

            .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                color: #333333;
            }

        .top-bar-section ul li > button.success {
            background-color: #43ac6a;
            border-color: #368a54;
            color: #ffffff;
        }

            .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                background-color: #368a54;
            }

            .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                color: #ffffff;
            }

        .top-bar-section ul li > button.alert {
            background-color: #f04124;
            border-color: #cf280e;
            color: #ffffff;
        }

            .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                background-color: #cf280e;
            }

            .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                color: #ffffff;
            }

    .top-bar-section ul li:hover:not(.has-form) > a {
        background: #919295;
        color: #ffffff;
    }

    .top-bar-section ul li.active > a {
        background: #e7e7e8;
        color: #58585a;
    }

        .top-bar-section ul li.active > a:hover {
            background: #919295;
            color: #58585a;
        }

    .top-bar-section .has-form {
        padding: 15px;
    }

    .top-bar-section .has-dropdown {
        position: relative;
    }

        .top-bar-section .has-dropdown > a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
            border-left-style: solid;
            margin-right: 15px;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            right: 0;
        }

        .top-bar-section .has-dropdown.moved {
            position: static;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: static !important;
                height: auto;
                width: auto;
                overflow: visible;
                clip: auto;
                position: absolute !important;
                width: 100%;
            }

            .top-bar-section .has-dropdown.moved > a:after {
                display: none;
            }

    .top-bar-section .dropdown {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 99;
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

        .top-bar-section .dropdown li {
            width: 100%;
            height: auto;
        }

            .top-bar-section .dropdown li a {
                font-weight: normal;
                padding: 8px 15px;
            }

                .top-bar-section .dropdown li a.parent-link {
                    font-weight: 700;
                }

            .top-bar-section .dropdown li.title h5 {
                margin-bottom: 0;
            }

                .top-bar-section .dropdown li.title h5 a {
                    color: #58585a;
                    line-height: 22.5px;
                    display: block;
                }

            .top-bar-section .dropdown li.has-form {
                padding: 8px 15px;
            }

            .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
                top: auto;
            }

        .top-bar-section .dropdown label {
            padding: 8px 15px 2px;
            margin-bottom: 0;
            text-transform: uppercase;
            color: #777777;
            font-weight: bold;
            font-size: 0.625rem;
        }

.js-generated {
    display: block;
}

@media only screen and (min-width: 40.063em) {
    .top-bar {
        background: #e7e7e8;
        *zoom: 1;
        overflow: visible;
    }

        .top-bar:before, .top-bar:after {
            content: " ";
            display: table;
        }

        .top-bar:after {
            clear: both;
        }

        .top-bar .toggle-topbar {
            display: none;
        }

        .top-bar .title-area {
            float: left;
        }

        .top-bar .name h1 a {
            width: auto;
        }

        .top-bar input, .top-bar .button, .top-bar button {
            font-size: 0.875rem;
            position: relative;
            top: 7px;
        }

        .top-bar.expanded {
            background: #e7e7e8;
        }

    .contain-to-grid .top-bar {
        max-width: 62.5rem;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }

        .top-bar-section ul {
            width: auto;
            height: auto !important;
            display: inline;
        }

            .top-bar-section ul li {
                float: left;
            }

                .top-bar-section ul li .js-generated {
                    display: none;
                }

        .top-bar-section li.hover > a:not(.button) {
            background: #919295;
            color: #ffffff;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 15px;
            line-height: 45px;
            background: #e7e7e8;
        }

            .top-bar-section li:not(.has-form) a:not(.button):hover {
                background: #919295;
            }

        .top-bar-section li.active:not(.has-form) a:not(.button) {
            padding: 0 15px;
            line-height: 45px;
            color: #58585a;
            background: #e7e7e8;
        }

            .top-bar-section li.active:not(.has-form) a:not(.button):hover {
                background: #919295;
            }

        .top-bar-section .has-dropdown > a {
            padding-right: 35px !important;
        }

            .top-bar-section .has-dropdown > a:after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: inset 5px;
                border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
                border-top-style: solid;
                margin-top: -2.5px;
                top: 22.5px;
            }

        .top-bar-section .has-dropdown.moved {
            position: relative;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: absolute !important;
                height: 1px;
                width: 1px;
                overflow: hidden;
                clip: rect(1px, 1px, 1px, 1px);
            }

        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            display: block;
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
            border: none;
            content: "\00bb";
            top: 1rem;
            margin-top: -1px;
            right: 5px;
            line-height: 1.2;
        }

        .top-bar-section .dropdown {
            left: 0;
            top: auto;
            background: transparent;
            min-width: 100%;
        }

            .top-bar-section .dropdown li a {
                color: #ffffff;
                line-height: 1;
                white-space: nowrap;
                padding: 12px 15px;
                background: #bcbdc0;
            }

            .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
                color: #ffffff;
                background: #bcbdc0;
            }

            .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
                color: #ffffff;
                background: #919295;
            }

            .top-bar-section .dropdown li label {
                white-space: nowrap;
                background: #333333;
            }

            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0;
            }

        .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
            border-bottom: none;
            border-top: none;
            border-right: solid 1px #4e4e4e;
            clear: none;
            height: 45px;
            width: 0;
        }

        .top-bar-section .has-form {
            background: #e7e7e8;
            padding: 0 15px;
            height: 45px;
        }

        .top-bar-section .right li .dropdown {
            left: auto;
            right: 0;
        }

            .top-bar-section .right li .dropdown li .dropdown {
                right: 100%;
            }

        .top-bar-section .left li .dropdown {
            right: auto;
            left: 0;
        }

            .top-bar-section .left li .dropdown li .dropdown {
                left: 100%;
            }

    .no-js .top-bar-section ul li:hover > a {
        background: #919295;
        color: #ffffff;
    }

    .no-js .top-bar-section ul li:active > a {
        background: #e7e7e8;
        color: #58585a;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

@media only screen and (max-width: 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;
    }
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

a {
    color: #008cba;
    text-decoration: none;
    line-height: inherit;
}

    a:hover, a:focus {
        color: #007ba0;
    }

    a img {
        border: none;
    }

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

    p.lead {
        font-size: 1.21875rem;
        line-height: 1.6;
    }

    p aside {
        font-size: 0.875rem;
        line-height: 1.35;
        font-style: italic;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-size: 60%;
        color: #6f6f6f;
        line-height: 0;
    }

h1 {
    font-size: 2.125rem;
}

h2 {
    font-size: 1.6875rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

.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;
}

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: bold;
    color: #bd240d;
}

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;
        }

    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;
    }

ol {
    margin-left: 1.4rem;
}

    ol li ul, ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75rem;
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222222;
    border-bottom: 1px dotted #dddddd;
    cursor: help;
}

abbr {
    text-transform: none;
}

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;
    }

.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) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2.3125rem;
    }

    h3 {
        font-size: 1.6875rem;
    }

    h4 {
        font-size: 1.4375rem;
    }
}

.print-only {
    display: none !important;
}

@media print {
    @page {
        margin: 0.5cm;
    }

    * {
        background: transparent !important;
        color: #000000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}

.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 {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    *zoom: 1;
    -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: #333333;
    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) {
    .tab-bar-section {
        text-align: left;
    }
}

.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;
    line-height: 2.0625rem;
    padding: 0;
    color: #ffffff;
    position: relative;
    -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);
}

    .tab-bar .menu-icon span {
        position: absolute;
        display: block;
        height: 0;
        width: 1rem;
        line-height: 1;
        top: 0.9375rem;
        left: 0.90625rem;
        box-shadow: 0 0px 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
    }

    .tab-bar .menu-icon:hover span {
        box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
    }

.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    background: #333333;
    z-index: 1001;
    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;
}

    .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-y: auto;
    background: #333333;
    z-index: 1001;
    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;
}

    .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 {
        padding: 0.3rem 0.9375rem;
        color: #999999;
        text-transform: uppercase;
        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: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.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: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.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;
}

@media only screen {
    .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-xxlarge-only, .hide-for-xxlarge-up {
        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-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }

    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-xxlarge-only, table.hide-for-xxlarge-up {
        display: table;
    }

    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-xxlarge-only, thead.hide-for-xxlarge-up {
        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-xxlarge-only, tbody.hide-for-xxlarge-up {
        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-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important;
    }

    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-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}

@media only screen 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-xxlarge-only, .hide-for-xxlarge-up {
        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-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }

    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-xxlarge-only, table.hide-for-xxlarge-up {
        display: table;
    }

    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-xxlarge-only, thead.hide-for-xxlarge-up {
        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-xxlarge-only, tbody.hide-for-xxlarge-up {
        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-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important;
    }

    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-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}

@media only screen 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-xxlarge-only, .hide-for-xxlarge-up {
        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-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }

    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-xxlarge-only, table.hide-for-xxlarge-up {
        display: table;
    }

    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-xxlarge-only, thead.hide-for-xxlarge-up {
        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-xxlarge-only, tbody.hide-for-xxlarge-up {
        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-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important;
    }

    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-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}

@media only screen 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, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        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, .show-for-xxlarge-only, .show-for-xxlarge-up {
        display: none !important;
    }

    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.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
        display: table;
    }

    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.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
        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.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
        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.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
        display: table-row !important;
    }

    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.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
        display: table-cell !important;
    }
}

@media only screen 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, .show-for-xxlarge-only, .show-for-xxlarge-up {
        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, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
        display: none !important;
    }

    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.show-for-xxlarge-only, table.show-for-xxlarge-up {
        display: table;
    }

    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.show-for-xxlarge-only, thead.show-for-xxlarge-up {
        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.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
        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.show-for-xxlarge-only, tr.show-for-xxlarge-up {
        display: table-row !important;
    }

    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.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
        display: table-cell !important;
    }
}

.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape, .show-for-portrait {
    display: none !important;
}

table.hide-for-landscape, table.show-for-portrait {
    display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }

    table.show-for-landscape, table.hide-for-portrait {
        display: table;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait, .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important;
    }

    table.show-for-portrait, table.hide-for-landscape {
        display: table;
    }

    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;
    }
}

.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;
}

table.hide-for-touch {
    display: table;
}

.touch table.show-for-touch {
    display: table;
}

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;
}

.MOBILE {
    display: none !important;
}

body {
    background-color: #e7e7e8;
    font-size: 100%;
    font-family: "Open Sans Condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}

.margin-top-one {
    margin-top: 1px !important;
}

.error {
    font-family: "georgia", Times, serif;
}

.roweb-main-logo {
    margin-right: 55px;
    margin-top: 22px;
}

@media only screen and (max-width: 767px) {
    .roweb-main-logo {
        max-width: 200px !important;
    }
}

.roweb-container-global {
    max-width: 1200px !important;
    margin-top: 161px;
    margin-bottom: 50px;
}

.roweb-font-content {
    font-size: 1.1em;
    font-family: "georgia", Times, serif;
    line-height: 1.7em;
    font-weight: normal;
}

    .roweb-font-content a {
        color: #2b4b9a;
    }

        .roweb-font-content a:hover {
            color: #005daa;
        }

.roweb-link-active {
    color: #005daa !important;
}

.roweb-header {
    font-size: 1.4em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 57px;
    margin-left: 30px;
    color: #58585a;
}

.roweb-content, .roweb-subheader {
    text-align: left;
    font-size: 1.1em;
    font-family: "georgia", Times, serif;
    line-height: 1.7em;
    margin-left: 30px;
    margin-bottom: 30px;
    color: #58585a;
}

#mobile-menu {
    width: 40px;
    height: 70px;
    display: block;
    background: #ffffff;
    font-size: -webkit-xxx-large;
    text-align: center;
    margin-top: 22px;
    background: url('../Content/Img/menu.png') center no-repeat;
    background-size: 35px 35px;
}

.roweb-navigation-mobile ul {
    width: 100%;
    list-style: none;
    margin-left: auto;
}

.roweb-navigation-mobile li {
    width: 100%;
}

    .roweb-navigation-mobile li a {
        padding: 0.2em 0.8em;
        border-bottom: 1px solid #bcbdc0;
    }

    .roweb-navigation-mobile li:last-child a {
        border-bottom: none;
    }

    .roweb-navigation-mobile li a {
        color: #58585a;
        display: inline-block;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 0.9em;
        font-weight: 700;
        line-height: 1em;
        padding: 0;
        text-align: left;
        text-transform: uppercase;
        display: block;
        width: 100%;
        /*background-color: #e7e7e8;*/
        padding: 2.1% 2%;
        text-decoration: none;
        text-align: -webkit-right;
    }

        .roweb-navigation-mobile li a:hover {
            color: #005daa;
            /*border-top: 1px solid #17458f;*/
            border-bottom: 1px solid #17458f;
            background-color: #fafafa;
        }

    .roweb-navigation-mobile li:last-child a:hover {
        background-color: #005daa;
    }

#nav.js {
    display: none;
}

.roweb-navigation-main-row {
    height: 115px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px !important;
    background-color: #ffffff;
    padding-top: 5px;
}

.roweb-rotary-stream-line {
    max-width: 100%;
    width: 100%;
    background: #ffffff;
}

.roweb-rotary-stream-line-inner-top {
    height: 20px;
    background-color: #e7e7e8;
}

.roweb-navigation-row li a {
    color: #58585a;
    display: inline-block;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1em;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}

    .roweb-navigation-row li a:hover {
        color: #005daa;
    }

.roweb-navigation-row li {
    list-style: none;
    margin-right: 25px;
    margin-top: 40px;
}

.roweb-button-primary {
    color: #005daa;
    background-color: #f7a818;
}

.roweb-button-secondary {
    color: #ffffff;
    background-color: #17458f;
    padding: 0 20px;
}

    .roweb-button-secondary:hover {
        color: #ffffff;
        background-color: #005daa;
        cursor: pointer;
    }

    .roweb-button-secondary a {
        color: #ffffff !important;
        background: #17458f !important;
    }

.roweb-secondary-background {
    color: #ffffff;
    background-color: #17458f;
}

.roweb-foreground-color-master {
    color: #ffffff;
}

.roweb-teaser-main {
    /*max-width: 1200px !important !important;
    width: 1200px !important !important;*/
    height: 500px;
    padding: 0px !important;
}

.roweb-teaser-container {
    position: relative;
    height: 500px;
    padding-top: 270px;
    /*background-size:cover;*/
    /*background-size: 100%;*/
}

.roweb-teaser-main-context-content {
    border-bottom: 1px solid #e7e7e8;
    height: 500px;
    width: 1200px;
    background-color: #ffffff;
}

.swiper-wrapper {
    z-index: 0;
}

.roweb-subline-container {
    background-color: #17458f;
    color: #ffffff;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    height: 500px;
    line-height: 1.4em;
    padding: 50px 50px 50px 110px;
    width: 400px;
}

.swiper-pagination-bullet {
    background-color: #ffffff !important;
}

.swiper-pagination-bullet-active {
    background-color: #febd11 !important;
}

.roweb-teaser-container-message {
    background-color: #00246c;
    display: block;
    opacity: 0.8;
    color: #ffffff;
    margin-left: 90px;
    float: left;
    display: inline;
}

.roweb-teaser-link {
    margin-bottom: 15px;
    margin-top: -40px;
}

    .roweb-teaser-link a {
        margin-left: 30px;
    }

.roweb-teaser-deeplink {
    margin-bottom: 30px;
    margin-top: -40px;
    margin-left: 30px;
}

    .roweb-teaser-deeplink .roweb-box-link {
        margin-top: 40px;
    }

    .roweb-teaser-deeplink .roweb-box-link-container {
        margin-top: 0;
    }

.roweb-teaser-container-message-content {
    position: relative;
    padding-top: 35px;
    padding-left: 25px;
    padding-bottom: 25px;
    width: 500px;
    height: 155px;
    float: left;
    display: inline;
    line-height: 1em;
    cursor: pointer;
}

.roweb-teaser-container-arrow {
    position: relative;
    height: 155px;
    float: left;
    display: inline;
    cursor: pointer;
    padding-top: 52px;
    padding-right: 25px;
    padding-left: 25px;
}

.roweb-teaser-container-arrow-back {
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 200px;
    left: 25px;
    z-index: 9999;
}

.roweb-teaser-container-message-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    margin-bottom: 10px;
    text-transform: uppercase;
    height: 32px;
    overflow: hidden;
    display: block;
    line-height: 1em;
    padding-left: 4px;
}

.roweb-teaser-container-message-short {
    font-family: "georgia", Times, serif;
    line-height: 1.3em;
    font-size: 1.1em;
    max-height: 66px;
    overflow: hidden;
    font-weight: 300;
    padding-left: 4px;
}

.roweb-teaser-container-message-desc {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.2em;
}

.roweb-teaser-main-control {
    width: 30px;
    height: 55px;
    cursor: pointer;
    display: none;
}

#roweb-teaser-main-control-prev {
    background-image: url("../Content/Img/arrow-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 200px;
    left: 25px;
    z-index: 9999;
}

#roweb-teaser-main-control-next {
    background-image: url("../Content/Img/arrow-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    position: absolute;
    top: 200px;
    right: 25px;
    z-index: 9999;
}

.roweb-teaser-rotary-desc-container {
    position: relative;
    margin: 0px !important;
    padding-left: 25px;
}

.roweb-teaser-dachzeile-header {
    margin-bottom: 30px !important;
}

.roweb-teaser-dachzeile-title {
    font-size: 1em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
}

.roweb-teaser-dachzeile-content {
    font-size: 0.6em;
    line-height: 1.4em;
    font-family: "georgia", Times, serif;
    margin-bottom: 20px !important;
}

    .roweb-teaser-dachzeile-content ul {
        margin-bottom: 0px !important;
    }

    .roweb-teaser-dachzeile-content li {
        font-size: 0.9em;
        line-height: 1.4em;
        font-family: "georgia", Times, serif;
    }

.teaser-copyright {
    font-size: 0.8rem;
    text-align: center;
    position: absolute;
    bottom: 0px;
    padding: 5px;
}

.roweb-lightbox-main-control {
    width: 30px;
    height: 55px;
    cursor: pointer;
    display: none;
}

#roweb-lightbox-main-control-prev {
    background-image: url("/images/arrow-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 200px;
    left: 25px;
    z-index: 9999;
}

#roweb-lightbox-mainnews-control-prev {
    background-image: url("/images/arrow-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 200px;
    left: 25px;
    z-index: 9999;
}

#roweb-lightbox-main-control-next {
    background-image: url("/images/arrow-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    position: absolute;
    top: 200px;
    right: 25px;
    z-index: 9999;
}

#roweb-lightbox-mainnews-control-next {
    background-image: url("/images/arrow-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    position: absolute;
    top: 200px;
    right: 25px;
    z-index: 9999;
}

.arrow-left {
    background: url(https://raw.github.com/nolimits4web/Swiper/master/demos/img/arrows.png) no-repeat left top;
    width: 17px;
    height: 30px;
}

.arrow-right {
    background: url(https://raw.github.com/nolimits4web/Swiper/master/demos/img/arrows.png) no-repeat left bottom;
    width: 17px;
    height: 30px;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 1;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 0;
    opacity: 0.9;
}

.roweb-main-message {
    color: #58585a;
    font-size: 1.4em;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.roweb-teaser-hidden {
    z-index: 999;
    position: absolute;
    left: -1200px;
}

.roweb-teaser-main-context-container {
    width: 1200px;
    height: 500px;
    background-color: #ffffff;
}

.roweb-sub-action-button {
    background-color: #febd11;
    border: 0 none;
    color: #00246c;
    cursor: pointer;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    padding: 5px;
    margin-top: 29px;
    text-transform: uppercase;
}

    .roweb-sub-action-button:hover {
        background: none repeat scroll #febd11;
        color: #00246c;
    }

.roweb-container-divider {
    background-image: url("../Content/Img/line-arrow-bottom.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.roweb-container-divider-footer {
    background-image: url("../Content/Img/line-arrow-bottom-footer.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 30px;
}

.roweb-footer-container-end {
    padding: 10px 0px 10px 10px;
    border-top: 1px solid #ffffff;
    background-color: #0078bd;
    color: #ffffff;
}

    .roweb-footer-container-end a {
        color: #febd11;
    }

.roweb-footer-menu-item {
    position: relative;
    margin-bottom: 20px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
}

.footer-impressum {
    position: relative;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
}

    .footer-impressum a {
        color: #ffffff;
    }

.impessum-copyright ul {
    padding-bottom: 10px;
    list-style-type: none;
}

.impessum-copyright-img {
    padding: 5px 5px 10px 5px;
    width: 100px;
    float: left;
}

.roweb-footer-menu-item a {
    color: #ffffff;
}

.roweb-footer-white a {
    color: #ffffff;
}

.roweb-footer-menu-item a:hover {
    color: #00246c;
}

.roweb-footer-rotary-logo {
    background-image: url('../Content/Img/logo-white.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 128px;
    height: 128px;
    margin-top: 15px;
}

.pagination-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eeeeee;
    border-color: #cccccc;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px;
    color: #58585a;
    cursor: pointer;
    float: left;
    font-family: 0.9em;
    font-size: 1em;
    padding: 8px;
    text-align: center;
    width: 80px;
}

    .pagination-control:last-child {
        border-right-style: solid;
    }

.pagination-control-container {
    width: 400px;
    margin: 0 auto 20px auto;
}

.pagination-control-item {
    width: 100px;
    float: left;
    display: inline;
    text-align: center;
    cursor: pointer;
    font-size: 0.9em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    color: #58585a;
}

    .pagination-control-item:hover {
        color: #055daa;
    }

.clubnews-swiper, .swiper-slide {
    width: 100%;
    height: 520px;
    background-size: contain;
}

.clubnews-swiper-slider-img {
    width: 100%;
    min-height: 480px;
    background-size: contain;
}

.clubprojekte-swiper, .swiper-slide {
    width: 100%;
    height: 520px;
    background-size: contain;
}

#roweb-clubnews-detail-container, #roweb-clubProjekte-detail-container, #roweb-distriktnews-detail-container {
    padding: 15px !important;
    top: 0px;
}

.roweb-lightbox-gallery {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    text-align: center;
    background-color: #eeeeee;
    margin-bottom: 30px;
    margin-top: -23px;
}

.roweb-lightbox-header {
    font-size: 1.4em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    color: #58585a;
}

.roweb-lightbox-dachzeile {
    font-size: 1.1em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 100px;
    text-align: center;
    color: #58585a;
}

.roweb-lightbox-subheader {
    font-size: 0.9em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin-left: 120px;
    margin-top: 60px;
    margin-right: 120px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.roweb-lightbox-subheader-impressum {
    font-size: 0.9em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin-left: 120px;
    margin-top: 60px;
    margin-right: 120px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#roweb-dashboard-impressum-container {
    margin-bottom: 150px;
}

.roweb-lightbox-einleitung {
    font-size: 1.1em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    padding: 0px 120px 0px 120px;
    margin-bottom: 15px;
}

    .roweb-lightbox-einleitung p {
        font-size: 1.2em !important;
        line-height: 1.3em !important;
    }

.roweb-lightbox-content {
    font-size: 1.1em;
    font-family: georgia, serif;
    line-height: 1.7em;
    padding: 0px 120px 0px 120px;
    margin-bottom: 15px;
}

.roweb-lightbox-content-impressum {
    font-size: 1.1em;
    font-family: georgia, serif;
    line-height: 1.7em;
    padding: 0px 120px 0px 120px;
    margin-bottom: 15px;
}

    .roweb-lightbox-content-impressum p {
        margin-bottom: 1.25rem !important;
    }

.close-modal-container {
    padding: 0 120px;
    margin: 50px 0px 100px 0px;
}

.close-modal, .close-modal:hover {
    color: #00246c;
}

.roweb-container {
    padding: 110px 35px 100px 35px;
    background-color: #ffffff;
    height: auto;
    color: #58585a;
    line-height: 1.4em;
}

.roweb-container-footer {
    background-color: #01b4e7;
    padding: 50px 0px 50px 35px;
}

.selectedyear {
    text-align: center;
    margin-bottom: 30px;
}

.roweb-box-clubnews {
    padding: 0px 10px 10px 10px;
}

.roweb-box-clubnews-inner {
    padding: 0px 5px 0 5px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    -webkit-border-radius: 0px 5px 0px 5px;
    font-family: "Open Sans Condensed", sans-serif;
    cursor: pointer;
    font-weight: 300;
}

.roweb-box-clubnews-big-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 1.4em;
    text-transform: uppercase;
    overflow: hidden;
}

.roweb-box-clubnews-content-big {
    padding-left: 0px;
}

.roweb-box-clubnews-title, .roweb-box-clubnews-medium-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    margin-top: 5px;
    line-height: 1.1em;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
    height: 38px;
}

.roweb-box-clubnews-title {
    height: 35px;
    overflow: hidden;
}

.roweb-box-clubnews-dachzeile {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    line-height: 1.1em;
    font-size: 0.9em;
    margin-bottom: 5px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 14px;
    word-wrap: break-word;
}

.roweb-box-clubnews-dachzeile-small, .roweb-box-distriktnews-dachzeile-small {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    font-size: 0.9em;
    margin-top: 10px;
    text-transform: uppercase;
    height: 20px;
    overflow: hidden;
}

.roweb-box-clubnews-big-einleitung {
    margin-bottom: 10px;
}

    .roweb-box-clubnews-big-einleitung p {
        line-height: 1.3em !important;
        font-size: 1.4em !important;
    }

.roweb-box-clubnews-image-medium {
    height: 160px;
    text-align: left;
    overflow: hidden;
}

.roweb-box-clubnews-image {
    height: 160px;
    text-align: left;
    overflow: hidden;
}

.roweb-box-clubnews-content {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 1em;
    height: 70px;
}

.roweb-box-clubnews-medium-title, .roweb-box-clubnews-big-title {
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.roweb-box-clubnews-medium-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.roweb-box-clubnews-image-big {
    text-align: left;
    overflow: hidden;
}

.roweb-news-container-big {
    margin-bottom: 60px;
}

.roweb-news-container-medium {
    margin-bottom: 60px;
}

    .roweb-news-container-big .roweb-box-clubnews-title, .roweb-news-container-medium .roweb-box-clubnews-title {
        font-size: 1.1em;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 700;
    }

.roweb-box-clubnews-desc {
    font-family: "georgia", Times, serif;
    font-size: 0.8em;
    margin-bottom: 12px;
    height: 90px;
}

.roweb-box-clubnews-medium-desc {
    font-family: "georgia", Times, serif;
    font-size: 0.8em;
    height: 80px;
}

.roweb-box-clubnews-big-desc {
    font-family: "georgia", Times, serif;
    font-size: 0.8em;
    margin-bottom: 12px;
}

.roweb-box-clubnews-medium-desc {
    padding-right: 0;
}

.clubnews-slider-copyright {
    width: 100%;
    padding: 5px 10px 5px;
    background-color: #ffffff;
    height: 100%;
}

    .clubnews-slider-copyright span {
        color: #919295;
    }

.welcome-copyright {
    font-size: 0.9rem;
}

    .welcome-copyright span {
        color: #919295;
    }

.ui-widget {
    font-family: "Open Sans Condensed", sans-serif;
}

.ui-widget-content a {
    color: #008cba;
}

.ui-accordion {
    width: 101.25%;
    margin-left: -13px;
}

.ui-corner-all {
    border-radius: 0;
    border: 0;
}

.ui-corner-bottom {
    border-radius: 0;
    border: 0;
}

.ui-corner-top {
    border-radius: 0;
    border: 0;
}

.ui-accordion .ui-accordion-header {
    padding: 10px 0;
    margin-left: -2px;
}

.ui-accordion .roweb-termine-list-item-box-date-header {
    padding: 10px 15px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 0em 0 1em;
    height: auto !important;
    padding-top: 5px !important;
    width: 100.25%;
    margin-left: -4px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #efefec;
    text-indent: 1em;
}

.ui-state-active {
    font-weight: bold;
    text-indent: 1em;
}

.ui-state-hover, .ui-state-active {
    background: #e7e7e8;
}

.custom-calendar-wrap {
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}

.custom-inner {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

    .custom-inner:before, .custom-inner:after {
        content: '';
        width: 99%;
        height: 50%;
        position: absolute;
        background: #d91b5c;
        bottom: -4px;
        left: 0.5%;
        z-index: -1;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    }

    .custom-inner:after {
        content: '';
        width: 98%;
        bottom: -7px;
        left: 1%;
        z-index: -2;
    }

.custom-header {
    background: #ffffff;
    padding: 5px 10px 10px 20px;
    height: 100px;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

    .custom-header h2, .custom-header h3 {
        text-align: center;
        text-transform: uppercase;
    }

    .custom-header h2 {
        color: #58585a;
        font-weight: 300;
        font-size: 1.2em;
        margin-top: 10px;
    }

    .custom-header h3 {
        font-size: 1.1em;
        font-weight: bold;
        color: #58585a;
    }

    .custom-header nav span {
        position: absolute;
        top: 35px;
        width: 30px;
        height: 30px;
        color: transparent;
        cursor: pointer;
        margin: 0 1px;
        font-size: 20px;
        line-height: 30px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .custom-header nav span:first-child {
            left: 5px;
        }

        .custom-header nav span:last-child {
            right: 5px;
        }

        .custom-header nav span:before {
            font-family: "Open Sans Condensed", sans-serif;
            font-weight: 300;
            color: #00246c;
            position: absolute;
            text-align: center;
            width: 100%;
        }

        .custom-header nav span.custom-prev:before {
            content: '\25c2';
        }

        .custom-header nav span.custom-next:before {
            content: '\25b8';
        }

        .custom-header nav span:hover:before {
            color: #d91b5c;
        }

.custom-content-reveal {
    background: #f6f6f6;
    background: rgba(246, 246, 246, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0px;
    text-align: center;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

    .custom-content-reveal span.custom-content-close {
        position: absolute;
        top: 15px;
        right: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        background: #ef4f69;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 13px;
        padding: 0;
    }

        .custom-content-reveal span.custom-content-close:after {
            content: 'x';
            font-size: 18px;
            color: #ffffff;
        }

    .custom-content-reveal a, .custom-content-reveal span {
        font-size: 22px;
        padding: 10px 30px;
        display: block;
    }

    .custom-content-reveal h4 {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 3px;
        color: #777777;
        padding: 20px;
        background: #ffffff;
        border-bottom: 1px solid #dddddd;
        border-top: 5px solid #ef4f69;
        box-shadow: 0 1px rgba(255, 255, 255, 0.9);
        margin-bottom: 30px;
    }

    .custom-content-reveal span {
        color: #888888;
    }

    .custom-content-reveal a {
        color: #ef4f69;
    }

        .custom-content-reveal a:hover {
            color: #333333;
        }

.dialog, .reveal-modal {
    box-shadow: none;
}

    .reveal-modal.small {
        height: auto;
        width: 53%;
        margin-left: -27%;
    }

    .reveal-modal.medium {
        width: 60%;
        margin-left: -30%;
    }

.fc-calendar-container {
    height: 400px;
    width: auto;
    padding: 30px;
    background: #f6f6f6;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}

.fc-calendar .fc-head {
    background: transparent;
    color: #00246c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.fc-calendar .fc-row > div {
    background: #ffffff;
    cursor: pointer;
}

    .fc-calendar .fc-row > div:empty {
        background: transparent;
    }

    .fc-calendar .fc-row > div > span.fc-date {
        top: 50%;
        left: 50%;
        text-align: center;
        margin: -10px 0 0 -15px;
        color: #686a6e;
        pointer-events: none;
        font-size: 1em;
    }

    .fc-calendar .fc-row > div.fc-today {
        background: #00246c;
        opacity: 0.9;
        box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    }

        .fc-calendar .fc-row > div.fc-today > span.fc-date {
            color: #ffffff;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        }

    .fc-calendar .fc-row > div.fc-content:after {
        content: '\00B7';
        text-align: center;
        width: 20px;
        margin-left: -10px;
        position: absolute;
        color: #dddddd;
        font-size: 70px;
        line-height: 20px;
        left: 50%;
        bottom: 3px;
    }

    .fc-calendar .fc-row > div.fc-today.fc-content:after {
        color: #b02c42;
    }

    .fc-calendar .fc-row > div.fc-content:hover:after {
        color: #ef4f69;
    }

    .fc-calendar .fc-row > div.fc-today.fc-content:hover:after {
        color: #ffffff;
    }

    .fc-calendar .fc-row > div > div a, .fc-calendar .fc-row > div > div span {
        display: none;
        font-size: 22px;
    }

.custom-month {
    color: #58585a;
    font-family: "Open Sans Condensed", sans-serif !important;
    font-weight: 300;
    font-size: 1.1em;
}

.custom-year {
    font-family: "Open Sans Condensed", sans-serif !important;
    font-weight: 300;
    font-size: 1.1em;
}

@media screen and (max-width: 400px) {
    .fc-calendar-container {
        height: 300px;
    }

    .fc-calendar .fc-row > div > span.fc-date {
        font-size: 15px;
    }
}

#roweb-menu-nachbarclubtermine a, #roweb-menu-distrikttermine a, #roweb-menu-clubtermine a {
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 3px;
}

/*#roweb-menu-clubtermine > a span.small:before, #roweb-menu-distrikttermine > a span.small:before, #roweb-menu-nachbarclubtermine > a span.small:before {
    content: '\a';
}*/

#roweb-menu-clubtermine > a span.small, #roweb-menu-distrikttermine > a span.small, #roweb-menu-nachbarclubtermine > a span.small {
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 20px;
}

.roweb-termine-navigation-month {
    font-size: 2em;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 400;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.roweb-termine-navigation {
    cursor: pointer;
}

.roweb-termine-container-month-navigation {
    border-bottom: 1px solid #58585a;
    padding-bottom: 5px;
    padding-left: 50px;
}

#roweb-termine-nav-prev {
    text-align: left;
    padding: 0px;
}

#roweb-termine-nav-next {
    text-align: right;
    padding: 0px;
}

.roweb-termine-list-container {
    margin-top: 5px !important;
    margin-left: 0px !important;
}

.roweb-termine-list-item-box {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 150px;
}

.roweb-termine-list-header {
    background-color: #efefec;
    font-weight: bold;
    text-align: left;
    margin-right: 0px !important;
    margin-bottom: 5px !important;
}

.ui-accordion-content .roweb-termine-list-header {
    font-weight: normal;
    line-height: 1rem;
}

.roweb-termin-menu-next-termin a {
    padding: 0 0 0 15px;
}

.roweb-termine-slider {
    background-color: #cccccc;
    height: 300px;
}

.roweb-container-termine {
    padding-left: 15px;
}

.roweb-menu-nachbarclubtermine-active {
    background-color: #ff7650 !important;
    color: #ffffff !important;
}

#roweb-menu-distrikttermine.roweb-termine-menu-item-active a {
    background-color: #d91b5c !important;
    color: #ffffff !important;
}

.roweb-menu-clubtermine a {
    background-color: #009999 !important;
    color: #ffffff !important;
}

.roweb-termine-menu-date a:hover {
    color: #ffffff !important;
}

.roweb-termine-list-item-box-type-badge {
    width: 10px;
}

.roweb-termin-box-badge-club, .roweb-termin-box-badge-1 {
    background-color: #009999 !important;
}

.roweb-termin-box-badge-nachbarclub, .roweb-termin-box-badge-2 {
    background-color: #ff7650 !important;
}

.roweb-termin-box-badge-distrikt, roweb-termin-box-badge-3 {
    background-color: #d91b5c !important;
}

.roweb-termine-list-item-box-date {
    background-color: #efefec;
    text-align: center;
    padding: 10px;
    min-height: 116px;
}

.roweb-termine-list-item-box-date-header {
    background-color: #efefec;
    text-align: left;
    padding: 10px 15px;
}

.roweb-termine-list-item-date {
    font-size: 1.1em;
    padding-bottom: 3px;
}

.roweb-termine-list-item-date-day {
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e8;
}

.roweb-termine-list-item-date-month {
    padding-top: 5px;
}

.roweb-termine-list-item-time {
    text-align: center;
    font-size: 1em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    padding-top: 10px;
}

.roweb-termine-list-item-thema {
    height: 71px;
    text-align: left;
    font-size: 1.1em;
    font-family: "Open Sans Condensed";
    font-weight: 300;
    color: #58585a;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.roweb-termine-list-item-ort, .roweb-termine-list-item-beschreibung {
    padding-top: 4px;
}

.roweb-termine-list-item-ort-header {
    padding: 10px 10px 10px 14px;
}

.roweb-termine-list-item-teilnehmen .roweb-box-link {
    margin: 0px !important;
}

.roweb-termine-list-item-teilnehmen {
    padding-top: 10px;
}

#roweb-termine-menu-item-date {
    color: #58585a;
    display: block;
    font-family: "Open Sans Condensed";
    font-weight: 400;
    box-shadow: none;
    height: 45px;
    top: 0;
    border: none;
    cursor: pointer;
    background-color: #e7e7e8;
    font-size: 1.3em;
    width: 157px;
    padding-top: 10px;
    text-align: center;
}

    #roweb-termine-menu-item-date:hover {
        background-color: #919295;
        color: #ffffff;
    }

.roweb-termin-liste-row {
    padding-left: 25px;
    margin-bottom: 5px !important;
    width: 100% !important;
}

.roweb-termin-liste-row-content {
    background-color: #fafafa;
}

.roweb-termine-list-item-main {
    padding: 10px;
}

.roweb-termine-list-item-main-header {
    padding: 10px 10px 10px 18px;
}

.roweb-termine-list-item-main .row {
    margin: 0px !important;
}

.top-bar-section .has-dropdown > a:after {
    border-style: inset inset inset solid !important;
    border-color: #ffffff transparent transparent transparent;
}

.roweb-box-rotarymagazin {
    padding: 10px;
}

.roweb-box-rotarymagazin-inner {
    padding: 0px 0px 0px 0px;
    background: rgba(167, 172, 162, 0.2);
}

.roweb-box-rotarymagazin-title {
    line-height: 1.4em;
    height: 41px;
    color: #58585a;
    text-transform: uppercase;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}

.roweb-box-rotarymagazin-title-span {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: inline-block;
    height: 40px;
    padding: 0 5px;
}

.roweb-box-rotarymagazin-title a {
    color: #58585a;
}

    .roweb-box-rotarymagazin-title a:hover {
        color: #005daa;
    }

.roweb-box-rotarymagazin-image {
    color: #58585a;
    text-transform: uppercase;
}

.roweb-box-rotarymagazin-content {
    font-family: "georgia", Times, serif;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    margin-top: 15px;
    height: 100px;
    padding: 0 5px 0 10px;
    overflow: hidden;
}

.roweb-box-rotarymagazin-inner .roweb-box-link {
    padding: 5px 0;
    margin-left: 10px;
}

.roweb-box-link {
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 20px;
}

    .roweb-box-link a {
        color: #58585a;
    }

        .roweb-box-link a:hover {
            color: #005daa;
        }

.roweb-box-link-container {
    width: 15px;
    height: 15px;
    background-color: #febd11;
    float: left;
    display: inline;
    margin-right: 5px;
    margin-top: 3px;
}

.roweb-box-link-simple-container {
    width: 15px;
    height: 15px;
    background-color: #febd11;
    float: left;
    display: inline;
    margin-right: 5px;
    margin-top: 0px;
}

.roweb-box-clubprojekte {
    padding: 10px;
}

.roweb-box-clubprojekte-inner {
    padding: 5px;
    background-color: #ffffff;
    cursor: pointer;
}

.roweb-box-clubprojekte-image {
    height: 160px;
    overflow: hidden;
    text-align: left;
}

.roweb-box-clubprojekte-title {
    margin-top: 10px;
    line-height: 1.4em;
    height: 20px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.roweb-box-clubprojekte-content {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    margin-top: 10px;
    text-transform: uppercase;
}

.roweb-clubprojekte-detail-gallery {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    text-align: center;
    background-color: #eeeeee;
    margin-bottom: 30px;
}

.roweb-clubprojekte-detail-gallery-img {
    width: auto;
    height: auto;
}

.roweb-clubprojekte-title {
    font-size: 1.4em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 100px;
    text-align: center;
}

.roweb-clubprojekte-main-control {
    width: 30px;
    height: 55px;
    cursor: pointer;
    display: none;
}

#roweb-clubprojekte-main-control-prev {
    background-image: url("/images/arrow-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 300px;
    left: 25px;
    z-index: 9999;
}

#roweb-clubprojekte-main-control-next {
    background-image: url("/images/arrow-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    position: absolute;
    top: 300px;
    right: 25px;
    z-index: 9999;
}

.roweb-detail-container-action-link {
    padding: 0 120px;
}

.roweb-container-distriktnews {
    padding-left: 50px;
}

.roweb-box-distriktnews {
    padding: 25px 35px 25px 0;
    height: 285px;
}

.roweb-box-distriktnews-inner {
    padding: 5px 0;
    background-color: #ffffff;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.roweb-box-distriktnews-ueberschrift {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
    height: 48px;
    overflow: hidden;
    font-size: 100%;
}

.roweb-box-distriktnews-beschreibung {
    font-family: "georgia", Times, serif;
    font-size: 0.9em;
    line-height: 1.4em !important;
    font-weight: normal;
    height: 125px;
}

.roweb-box-kontakt {
    padding: 10px;
}

#roweb-email-send-success, #roweb-email-send-failure, #roweb-captcha-failure {
    display: none;
    padding: 0.8333rem;
}

    #roweb-email-send-success a {
        background: #009999;
    }

    #roweb-email-send-failure a, #roweb-captcha-failure a {
        background: #d91b59;
    }

.tile-group .brand {
    background-color: #ffffff;
    color: #58585a !important;
    line-height: 1.2em;
    height: 40px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
}

.metro .tile-group:first-child {
    margin-left: 0px !important;
}

.metro .tile-group.six {
    width: 100% !important;
}

.metro .tile-group {
    color: #ffffff;
}

.metro .tile-group {
    display: block;
    float: left;
    margin-right: 0px !important;
    min-width: 130px;
    padding-top: 40px;
    position: relative;
    width: auto;
}

.roweb-hinweis-container {
    color: #58585a !important;
    line-height: 1.2em;
    font-size: 1.2em !important;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
}

.roweb-welcome-image {
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
}

.roweb-contact-form {
    margin-top: 50px !important;
}

    .roweb-contact-form label {
        color: #58585a;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 300;
        font-size: 1em;
    }

    .roweb-contact-form input, .roweb-contact-form textarea {
        box-shadow: none;
        color: #58585a;
        font-family: "georgia", Times, serif;
        margin-bottom: 1.1rem;
    }

        .roweb-contact-form input:focus, .roweb-contact-form textarea:focus {
            background-color: #ffffff;
        }

.roweb-contact-form-button {
    margin-right: 14px;
}

.roweb-contact-form sup {
    color: #febd11;
}

.roweb-contact-form .username {
    display: none;
}

.roweb-container-maps {
    padding-top: 23px;
    height: 400px;
}

    .roweb-container-maps iframe {
        border: 1px solid #cccccc;
    }

.roweb-contact-info-title {
    color: #58585a;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.roweb-contact-info-content {
    color: #58585a;
    font-family: "georgia", Times, serif;
    font-size: 0.9em;
    font-weight: normal;
}

[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
    background-color: #d91b59;
}

.roweb-termin-item-desc-container {
    display: none;
    padding: 25px;
}

.roweb-sub-navigation {
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    margin-bottom: 20px;
}

    .roweb-sub-navigation a {
        border: 1px solid #919295;
        padding: 5px;
    }

    .roweb-sub-navigation .f-dropdown a {
        border: 0;
    }

    .roweb-sub-navigation a {
        color: #58585a;
    }

.ui-datepicker table {
    display: none;
}

.ui-datepicker, .ui-datepicker-inline, .ui-datepicker-header {
    background: transparent !important;
    border: 0px !important;
    padding: 0px !important;
    background-color: #e7e7e8 !important;
    border-radius: 0px !important;
}

.ui-widget-header .ui-icon, .ui-icon-circle-triangle-w {
    background: none !important;
}

.ui-datepicker-prev, .ui-datepicker-prev-hover {
    background-image: url("/images/navigation-arrow-left-small.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    left: 2px !important;
}

.ui-datepicker-next, .ui-datepicker-next-hover {
    background-image: url("/images/navigation-arrow-right-small.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    right: 2px !important;
}

.ui-datepicker-prev, .ui-datepicker-next {
    height: 45px !important;
    top: 0px !important;
    border-radius: 0px !important;
}

.ui-datepicker-title {
    height: 45px !important;
    padding-top: 3px;
}

.ui-datepicker .ui-datepicker-title select {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #58585a;
    background-color: #e7e7e8;
    text-indent: 0.01px;
    text-overflow: '';
}

.ui-datepicker-title select {
    font: 12px sans-serif;
    background: #ffffff url(http://i48.tinypic.com/2u7rpec.png) right center no-repeat;
    border: 1px solid #dddddd;
    color: #555555;
    padding: 7px 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    width: 100px;
}

.roweb-termine-menu-date-month {
    width: 120px;
}

.roweb-message-container {
    margin-top: 25px;
    font-size: 1.4em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    line-height: 1.3em;
}

.roweb-action-user-login {
    margin-left: 0px;
    margin-right: 7px;
}

.roweb-action-user-passwort-forgot, .roweb-action-user-passworf-forgort-request {
    margin-left: 0px;
    margin-right: 7px;
    text-decoration: underline;
}

.margin-10-up-down {
    margin-top: -10px;
}

#roweb-form-password-forgot {
    margin-top: 20px;
}

.roweb-password-forgot-desc-container {
    margin-bottom: 20px !important;
    font-size: 0.9em;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    line-height: 1.4em;
}

.roweb-userlogin-message-container {
    display: none;
    margin-bottom: 10px !important;
}

.green-passwort {
    color: green;
}

.red-passwort {
    color: red;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-left-3px {
    padding-left: 3px !important;
}

.mapClubDetails span {
    font-weight: bold;
}

@media screen and (min-width: 640px) {
    .roweb-box-rotarymagazin-image {
        height: auto;
        overflow: hidden;
        position: relative;
    }

        .roweb-box-rotarymagazin-image img {
            height: auto;
        }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .show-for-small-only {
        display: none !important;
    }

    .reveal-modal.medium {
        width: 90%;
        margin-left: -44%;
    }

    .swiper-container, .roweb-teaser-main {
        min-height: 500px;
    }

        .swiper-container .roweb-teaser-main-context-container, .roweb-teaser-main .roweb-teaser-main-context-container {
            width: 100%;
            height: auto;
            border-bottom: none;
        }

            .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content {
                width: 100%;
                height: auto;
                min-height: 500px;
                border-bottom: none;
            }

                .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container {
                    padding: 10px 30px 10px 35px;
                    width: 100%;
                    height: 100px;
                    font-size: 1.1em;
                    line-height: 100%;
                }

                    .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-header, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-header {
                        font-size: 18px;
                        line-height: 100%;
                    }

                    .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-title, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-title {
                        font-size: 18px;
                        line-height: 120%;
                        font-weight: bold;
                    }

                    .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-content, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-content {
                        font-size: 15px;
                        line-height: 150%;
                    }

                .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container {
                    width: 100%;
                }

                    .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-header, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-header {
                        font-size: 0.9em;
                        line-height: 1.4em;
                        width: 90%;
                        margin: 17px 0 0 20px;
                    }

                    .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content {
                        font-size: 14px;
                        line-height: 100%;
                        width: 90%;
                        margin: 0 0 30px 20px;
                    }

                        .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content .roweb-teaser-rotary-haupttext-container, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content .roweb-teaser-rotary-haupttext-container {
                            font-size: 14px;
                            line-height: 100%;
                        }

                            .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content .roweb-teaser-rotary-haupttext-container p, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content .roweb-teaser-rotary-haupttext-container p {
                                font-size: 14px;
                                line-height: 150%;
                            }

                    .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-teaser-link, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-teaser-link {
                        width: 100%;
                    }

            .swiper-container .roweb-teaser-main-context-container .roweb-teaser-container-arrow-back, .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-container-arrow-back {
                display: none;
            }

        .swiper-container #roweb-teaser-main-control-prev, .roweb-teaser-main #roweb-teaser-main-control-prev {
            left: 10px;
            top: auto;
            width: 17px;
            background-size: 100%;
            bottom: -5px;
            display: none !important;
        }

        .swiper-container #roweb-teaser-main-control-next, .roweb-teaser-main #roweb-teaser-main-control-next {
            right: 10px;
            top: auto;
            width: 17px;
            background-size: 100%;
            bottom: -5px;
            display: none !important;
        }

        .swiper-container .swiper-wrapper, .roweb-teaser-main .swiper-wrapper {
            height: 500px;
        }

            .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container, .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container {
                height: auto;
                min-height: 500px;
                width: 100%;
                padding-top: auto;
            }

                .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message, .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message {
                    position: absolute;
                    bottom: 75px;
                    margin: 0 10px 0 10px;
                }

                    .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content, .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content {
                        width: 100%;
                        height: auto;
                        padding: 10px;
                    }

                        .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content .roweb-teaser-container-message-title, .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content .roweb-teaser-container-message-title {
                            font-size: 1.1em;
                            line-height: 100%;
                        }

                        .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content .roweb-teaser-container-message-short, .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content .roweb-teaser-container-message-short {
                            line-height: initial;
                            font-size: 1.1em;
                        }

                    .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-arrow, .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-arrow {
                        position: absolute;
                        top: -10px;
                        right: -10px;
                        display: none;
                    }

        .swiper-container .pagination, .roweb-teaser-main .pagination {
            bottom: 5px;
        }

            .swiper-container .pagination .swiper-pagination-switch, .roweb-teaser-main .pagination .swiper-pagination-switch {
                width: 20px;
                height: 20px;
            }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .show-for-small-only {
        display: none !important;
    }

    .reveal-modal.medium {
        width: 90%;
        margin-left: -44%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .roweb-box-distriktnews-inner {
        height: 160px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .show-for-small-only {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .roweb-box-clubnews-image-big {
        width: 565px;
        padding-right: 0;
        height: 338px;
    }

        .roweb-box-clubnews-image-big img {
            vertical-align: middle;
            min-width: 550px;
            min-height: 338px;
        }

    .roweb-box-clubnews-content-big {
        width: 565px;
    }

    .roweb-box-clubnews-image-medium {
        width: 275px;
        height: 160px;
        padding-right: 0;
    }

        .roweb-box-clubnews-image-medium img {
            vertical-align: middle;
            min-width: 275px;
            min-height: 160px;
        }

    .roweb-box-clubnews-content-medium {
        width: 260px;
        padding-left: 0;
    }

    .roweb-box-clubnews-image {
        width: 260px;
    }

    .roweb-container-distriktnews {
        padding-left: 55px;
        padding-right: 55px;
    }

    .roweb-box-distriktnews {
        width: 350px;
    }

    .roweb-container-distriktnews .row .DESKTOP .roweb-box-distriktnews:nth-child(3n) {
        width: 350px;
        padding-right: 0;
    }

    .roweb-box-rotarymagazin-image {
        height: 220px;
        overflow: hidden;
        position: relative;
    }

        .roweb-box-rotarymagazin-image img {
            height: 220px;
        }

    .roweb-container-maps {
        width: 550px !important;
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 1200px) {
    .roweb-box-clubnews-content-big {
        padding-left: 15px;
    }

    .roweb-box-clubnews-medium-desc {
        display: block;
        height: 140px;
    }

    .roweb-box-clubnews-desc {
        display: block;
        height: 180px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .clubnews-swiper-slider-img {
        min-height: 470px;
    }

    .roweb-box-clubnews-content-big {
        padding-left: 15px;
    }

    .roweb-box-clubnews-medium-desc {
        display: block;
        height: 140px;
    }

    .roweb-box-clubnews-desc {
        display: block;
        height: 180px;
    }
}

#LanguageSelectForm .select2-selection {
    border: 0px;
}

#osmLegendBox {
    background-color: #ffffff;
    padding: 5px 10px 5px 5px;
}

.leaflet-top, .leaflet-bottom {
    z-index: 705 !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}


#cookie-consent {
    position: absolute;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0px;
    padding: 20px 120px 0px 120px;
    z-index: 10000;
    /*border-bottom: 2px solid #d91b5c;*/
    border-bottom: 2px solid #17458f;
}



    #cookie-consent h2 {
        color: #58585a;
        font-size: 1.4em;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0px;
        padding-top: 20px;
    }

    #cookie-consent p {
        color: #58585a;
        margin-bottom: 0px;
    }

#small-media-btn a,
#small-media-btn-cct a,
#cookie-consent-btns div a,
#cookie-consent div button {
    width: 200px;
    float: left;
    height: 32px;
    text-align: center;
    line-height: 25px;
    border: 0 none;
    cursor: pointer;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    padding: 5px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-right: 15px;
}

    /*#cookie-consent div a {
        background-color: #17458f;
        color: #fff;
    }*/

    #cookie-consent div button {
        background-color: #febd11;
        color: #00246c;
    }

#small-media-btn, #small-media-btn-cct {
    display: none;
    visibility: hidden;
}


@media only screen and (max-device-width: 768px) {
    #cookie-consent {
        padding: 10px 40px 0px 40px;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: stretch;
    }

        #cookie-consent div a, #cookie-consent div button {
            margin: 20px 0px 0px 0px;
        }

    .consent-text {
        overflow-y: scroll;
        overflow-x: hidden;
        /*height: 50%;*/
    }

    #cookie-consent .roweb-dashboard-impressum {
        display: none !important;
        visibility: hidden !important;
    }

    #small-media-btn, #small-media-btn-cct {
        display: flex;
        flex-wrap: nowrap;
        visibility: visible;
    }

    #cookie-consent-btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .roweb-lightbox-header {
        margin: 20px;
    }
}


@media only screen and (max-width: 1024px) {
    .roweb-button-secondary {
        padding: 0px;
    }

    #cookie-consent-btns {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-evenly;
    }
}

.ddLanguageListItem {
    margin: 0rem;
    margin-top: 0.5rem;
}

.ddLanguage-container {
    background-color: #fff;
}

#ddLanguage {
    padding: 0rem 1rem;
}

#ddLanguageList {
    margin: 0rem;
    position: absolute;
    background-color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
}

.arrow {
    border: solid #58585a;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    border-radius: 0.5px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.show-mobile {
    display: none;
}

@@media only screen and (max-width: 1024px) {
    .show-mobile {
        display: block;
    }
}

.roweb-navigation-mobile .roweb-ticker {
    margin-bottom: 50px;
    padding-left: 0px;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: fixed;
    top: 0px;
    height: 2.5rem;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box;
    width: 100%;
    font-family: Roboto;
}

    .ticker-wrap .ticker {
        display: inline-block;
        height: 2.5rem;
        line-height: 2.5rem;
        white-space: nowrap;
        padding-right: 100%;
        box-sizing: content-box;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 40s;
        animation-duration: 60s;
    }

    .ticker-wrap .ticker__item {
        display: inline-block;
        padding: 0 1.2rem;
        font-size: 1.2rem;
        font-weight: 400;
    }

        .ticker-wrap .ticker__item strong {
            text-transform: uppercase;
        }

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: not-allowed; /* Add a pointer on hover */
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .roweb-rotary-stream-line .roweb-navigation-main-row .roweb-navigation-mobile .roweb-main-logo {
        max-width: 140px;
    }

    .roweb-teaser-container {
        background-size: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .roweb-navigation-mobile li {
        width: 100%;
    }

        .roweb-navigation-mobile li a {
            text-align: left;
            background-image: url("/images/arrow_right_gray.png");
            background-position: 95% 16px;
            background-repeat: no-repeat;
        }
}

@media only screen and (max-width: 767px) {
    hr {
        margin: 0 0 1.75rem;
    }

    body {
        background-color: #ffffff;
    }

    .MOBILE {
        display: block !important;
    }

    .DESKTOP {
        display: none;
    }

    .roweb-rotary-stream-line {
        position: fixed;
        top: 0;
        left: 0;
        height: 75px;
        overflow: visible;
        z-index: 9999;
        border-bottom: 1px solid #e7e7e8;
    }

        .roweb-rotary-stream-line .roweb-rotary-stream-line-inner-top {
            height: 10px;
            background: transparent;
            display: none;
        }

        .roweb-rotary-stream-line .roweb-navigation-main-row {
            height: 70px;
            padding-top: 0px;
        }

            .roweb-rotary-stream-line .roweb-navigation-main-row .roweb-navigation-mobile {
                width: 100%;
                padding: 0;
            }

                .roweb-rotary-stream-line .roweb-navigation-main-row .roweb-navigation-mobile #mobile-menu {
                    position: absolute;
                    right: 0;
                    margin: 7px 10px 0px 0px;
                    width: 50px;
                    height: 50px;
                    background-size: 26px 26px;
                    z-index: 9999;
                }

                .roweb-rotary-stream-line .roweb-navigation-main-row .roweb-navigation-mobile .roweb-main-logo {
                    position: absolute;
                    left: 0;
                    width: auto;
                    max-height: 60px;
                    max-width: 150px;
                    margin: 12px 0 0 5px;
                }

                .roweb-rotary-stream-line .roweb-navigation-main-row .roweb-navigation-mobile #nav {
                    position: relative;
                    top: 70px;
                    z-index: 99991;
                    float: none !important;
                    clear: both;
                    background-color: white;
                    padding: 0 0 10px 0;
                }

                    .roweb-rotary-stream-line .roweb-navigation-main-row .roweb-navigation-mobile #nav li {
                        width: 95%;
                        background: #e7e7e8;
                        margin: 0 10px;
                        float: none !important;
                    }

                        .roweb-rotary-stream-line .roweb-navigation-main-row .roweb-navigation-mobile #nav li .roweb-dashboard-login, .roweb-rotary-stream-line .roweb-navigation-main-row .roweb-navigation-mobile #nav li .roweb-mobile-nav-list {
                            font-size: 1.1em;
                            line-height: initial;
                        }

                        .roweb-rotary-stream-line .roweb-navigation-main-row .roweb-navigation-mobile #nav li a {
                            font-family: FrutigerLTW01-47LightCn;
                            text-align: right;
                            padding: 3% 4%;
                            font-weight: bold;
                            background: transparent;
                            border-bottom: 1px solid #dbdbdb;
                            background-position: 95% 16px;
                            background-repeat: no-repeat;
                        }

    #roweb-dashboard-login-container, #roweb-dashboard-password-forgot-container {
        margin-left: 5% !important;
        width: 90% !important;
    }

    .reveal-modal {
        min-height: 56%;
    }

        .reveal-modal .small {
            top: 0;
            left: 8px;
            width: 95%;
            margin-left: 0%;
            padding: 10px;
        }

            .reveal-modal .small .button.small {
                margin-left: -30%;
                margin-top: 5%;
            }

                .reveal-modal .small .button.small.roweb-secondary-background.roweb-action-user-password-forgot-request {
                    margin-left: -20%;
                    margin-top: 5%;
                }

            .reveal-modal .small #roweb-form-user-login .row .small-12 .row, .reveal-modal .small #roweb-form-user-login .row .medium-12 .row, .reveal-modal .small #roweb-form-user-login .row .large-12 .row {
                margin: 0;
            }

                .reveal-modal .small #roweb-form-user-login .row .small-12 .row .small-3, .reveal-modal .small #roweb-form-user-login .row .medium-12 .row .small-3, .reveal-modal .small #roweb-form-user-login .row .large-12 .row .small-3 {
                    width: 30%;
                }

                .reveal-modal .small #roweb-form-user-login .row .small-12 .row .small-9, .reveal-modal .small #roweb-form-user-login .row .medium-12 .row .small-9, .reveal-modal .small #roweb-form-user-login .row .large-12 .row .small-9 {
                    width: 65%;
                }

                    .reveal-modal .small #roweb-form-user-login .row .small-12 .row .small-9.margin-10-up-down, .reveal-modal .small #roweb-form-user-login .row .medium-12 .row .small-9.margin-10-up-down, .reveal-modal .small #roweb-form-user-login .row .large-12 .row .small-9.margin-10-up-down {
                        width: 100%;
                    }

                .reveal-modal .small #roweb-form-user-login .row .small-12 .row .columns, .reveal-modal .small #roweb-form-user-login .row .medium-12 .row .columns, .reveal-modal .small #roweb-form-user-login .row .large-12 .row .columns {
                    padding: 0 0px 0 8px;
                    margin: 0 0 0 8px;
                }

                    .reveal-modal .small #roweb-form-user-login .row .small-12 .row .columns .roweb-userlogin-message-container, .reveal-modal .small #roweb-form-user-login .row .medium-12 .row .columns .roweb-userlogin-message-container, .reveal-modal .small #roweb-form-user-login .row .large-12 .row .columns .roweb-userlogin-message-container {
                        position: relative;
                        width: 280px;
                        left: -52%;
                    }

            .reveal-modal .small #roweb-form-password-forgot {
                margin-top: 10px;
            }

                .reveal-modal .small #roweb-form-password-forgot .row .small-12 .row, .reveal-modal .small #roweb-form-password-forgot .row .medium-12 .row, .reveal-modal .small #roweb-form-password-forgot .row .large-12 .row {
                    margin: 0;
                }

                    .reveal-modal .small #roweb-form-password-forgot .row .small-12 .row .roweb-main-message, .reveal-modal .small #roweb-form-password-forgot .row .medium-12 .row .roweb-main-message, .reveal-modal .small #roweb-form-password-forgot .row .large-12 .row .roweb-main-message {
                        margin-bottom: 35px;
                        margin-top: 0;
                    }

                    .reveal-modal .small #roweb-form-password-forgot .row .small-12 .row .roweb-password-forgot-desc-container, .reveal-modal .small #roweb-form-password-forgot .row .medium-12 .row .roweb-password-forgot-desc-container, .reveal-modal .small #roweb-form-password-forgot .row .large-12 .row .roweb-password-forgot-desc-container {
                        margin-top: 20px;
                    }

                    .reveal-modal .small #roweb-form-password-forgot .row .small-12 .row .small-3, .reveal-modal .small #roweb-form-password-forgot .row .medium-12 .row .small-3, .reveal-modal .small #roweb-form-password-forgot .row .large-12 .row .small-3 {
                        width: 35%;
                    }

                    .reveal-modal .small #roweb-form-password-forgot .row .small-12 .row .small-9, .reveal-modal .small #roweb-form-password-forgot .row .medium-12 .row .small-9, .reveal-modal .small #roweb-form-password-forgot .row .large-12 .row .small-9 {
                        width: 65%;
                    }

                    .reveal-modal .small #roweb-form-password-forgot .row .small-12 .row .roweb-password-forgot-message-container, .reveal-modal .small #roweb-form-password-forgot .row .medium-12 .row .roweb-password-forgot-message-container, .reveal-modal .small #roweb-form-password-forgot .row .large-12 .row .roweb-password-forgot-message-container {
                        position: relative;
                        width: 280px;
                        left: -58%;
                    }

    .roweb-container-global {
        margin-top: 95px;
        margin-bottom: 0px;
    }

        .roweb-container-global .columns .swiper-container, .roweb-container-global .columns .roweb-teaser-main {
            min-height: 330px;
            top: -21px;
            height: 330px;
        }

            .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container {
                width: 100%;
                height: auto;
                border-bottom: none;
            }

                .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content {
                    width: 100%;
                    height: auto;
                    min-height: 410px;
                    border-bottom: none;
                }

                    .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container {
                        padding: 15px 30px 15px 35px;
                        width: 100%;
                        height: auto;
                        font-size: 1.1em;
                        line-height: 100%;
                        min-height: 150px;
                    }

                        .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-header, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-header {
                            font-size: 18px;
                            line-height: 100%;
                        }

                        .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-title, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-title {
                            font-size: 18px;
                            line-height: 120%;
                            font-weight: bold;
                        }

                        .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-content, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-subline-container .roweb-teaser-rotary-desc-container .roweb-teaser-dachzeile-content {
                            font-size: 15px;
                            line-height: 150%;
                        }

                    .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container {
                        width: 100%;
                    }

                        .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-header, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-header {
                            font-size: 0.9em;
                            line-height: 1.4em;
                            width: 90%;
                            margin: 17px 0 0 20px;
                        }

                        .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content {
                            font-size: 14px;
                            line-height: 1.5rem;
                            width: 90%;
                            margin: 0 0 30px 20px;
                        }

                            .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content .roweb-teaser-rotary-haupttext-container, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content .roweb-teaser-rotary-haupttext-container {
                                font-size: 14px;
                                line-height: 100%;
                            }

                                .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content .roweb-teaser-rotary-haupttext-container p, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-content .roweb-teaser-rotary-haupttext-container p {
                                    font-size: 14px;
                                    line-height: 150%;
                                }

                        .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-teaser-link, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-main-context-content .row .roweb-teaser-detail-container .row .roweb-teaser-link {
                            width: 100%;
                        }

                .roweb-container-global .columns .swiper-container .roweb-teaser-main-context-container .roweb-teaser-container-arrow-back, .roweb-container-global .columns .roweb-teaser-main .roweb-teaser-main-context-container .roweb-teaser-container-arrow-back {
                    display: none;
                }

            .roweb-container-global .columns .swiper-container #roweb-teaser-main-control-prev, .roweb-container-global .columns .roweb-teaser-main #roweb-teaser-main-control-prev {
                left: 10px;
                top: auto;
                width: 17px;
                background-size: 100%;
                bottom: -5px;
                display: none !important;
            }

            .roweb-container-global .columns .swiper-container #roweb-teaser-main-control-next, .roweb-container-global .columns .roweb-teaser-main #roweb-teaser-main-control-next {
                right: 10px;
                top: auto;
                width: 17px;
                background-size: 100%;
                bottom: -5px;
                display: none !important;
            }

            .roweb-container-global .columns .swiper-container .swiper-wrapper, .roweb-container-global .columns .roweb-teaser-main .swiper-wrapper {
                height: 320px;
            }

                .roweb-container-global .columns .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container, .roweb-container-global .columns .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container {
                    height: auto;
                    min-height: 350px;
                    width: 100%;
                    padding-top: 42%;
                    background-size: 100%;
                    background-position: 20% 0px !important;
                }

                    .roweb-container-global .columns .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message, .roweb-container-global .columns .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message {
                        position: absolute;
                        margin: 0px 10px 0 0px;
                        width: 100%;
                        opacity: 1;
                    }

                        .roweb-container-global .columns .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content, .roweb-container-global .columns .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content {
                            width: 100%;
                            height: 165px;
                            padding: 12px 12px 12px 12px;
                        }

                            .roweb-container-global .columns .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content .roweb-teaser-container-message-title, .roweb-container-global .columns .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content .roweb-teaser-container-message-title {
                                font-size: 1.1em;
                                line-height: 100%;
                                margin-bottom: 18px;
                            }

                            .roweb-container-global .columns .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content .roweb-teaser-container-message-short, .roweb-container-global .columns .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-message-content .roweb-teaser-container-message-short {
                                line-height: initial;
                                font-size: 1.1em;
                                max-height: none;
                            }

                        .roweb-container-global .columns .swiper-container .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-arrow, .roweb-container-global .columns .roweb-teaser-main .swiper-wrapper .swiper-slide .roweb-teaser-container .roweb-teaser-container-message .roweb-teaser-container-arrow {
                            position: absolute;
                            top: -10px;
                            right: -10px;
                            display: none;
                        }

            .roweb-container-global .columns .swiper-container .pagination, .roweb-container-global .columns .roweb-teaser-main .pagination {
                bottom: 9%;
            }

                .roweb-container-global .columns .swiper-container .pagination .swiper-pagination-switch, .roweb-container-global .columns .roweb-teaser-main .pagination .swiper-pagination-switch {
                    width: 15px;
                    height: 15px;
                    border: solid black 1px;
                }

                .roweb-container-global .columns .swiper-container .pagination .swiper-active-switch, .roweb-container-global .columns .roweb-teaser-main .pagination .swiper-active-switch {
                    border: none;
                }

        .roweb-container-global .columns .roweb-container-welcome {
            padding-top: 20px !important;
        }

            .roweb-container-global .columns .roweb-container-welcome .roweb-welcome-image {
                margin-top: 0px;
                margin-bottom: 30px;
            }

        .roweb-container-global .columns .roweb-container {
            padding: 60px 12px 40px 12px;
        }

            .roweb-container-global .columns .roweb-container .roweb-main-message {
                font-size: 1.2em;
            }

            .roweb-container-global .columns .roweb-container .row {
                margin: 0px 0px 5px 0px;
            }

                .roweb-container-global .columns .roweb-container .row .columns {
                    margin: inherit;
                    padding: inherit;
                }

                .roweb-container-global .columns .roweb-container .row .roweb-sub-action-button {
                    width: 60%;
                    padding: 5px 0px 5px 0px;
                    margin: 0 auto;
                    clear: both;
                    font-size: 0.9em;
                    text-align: center;
                    font-weight: lighter;
                    display: block;
                }

                    .roweb-container-global .columns .roweb-container .row .roweb-sub-action-button a {
                        color: black;
                    }

                .roweb-container-global .columns .roweb-container .row .roweb-font-content {
                    width: 100%;
                    line-height: 1.4em;
                    clear: both;
                    font-size: 0.9em;
                }

                    .roweb-container-global .columns .roweb-container .row .roweb-font-content .roweb-font-contend-small {
                        font-size: 0.9em;
                    }

                    .roweb-container-global .columns .roweb-container .row .roweb-font-content p {
                        font-size: 0.9em;
                    }

                .roweb-container-global .columns .roweb-container .row .roweb-main-message {
                    font-size: 1.2em;
                    padding: 10px 0 10px 0;
                }

                .roweb-container-global .columns .roweb-container .row .roweb-sub-navigation {
                    width: 100%;
                    margin: 0 0 20px 0;
                }

                .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container {
                    padding: 5px 0 10px;
                }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .clubnews-mobile-hide, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .clubnews-year-mobile-hide {
                        display: none;
                    }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-smaller, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big {
                        padding: 20px 0 10px 0;
                    }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .MOBILE .roweb-box-clubnews-dachzeile {
                        height: initial;
                        font-size: 0.9em;
                        line-height: 100%;
                        text-transform: uppercase;
                        margin: 0px 0px 5px 0px;
                    }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .MOBILE .roweb-box-clubnews-big-title {
                        line-height: 100%;
                        font-size: 1.1em;
                        height: auto;
                    }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews {
                        width: 100%;
                        margin: 0px 0 0px 0;
                    }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-image-big, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-image-big, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-image-big, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-image-big {
                            width: 106%;
                            margin-left: -10px !important;
                            float: left;
                        }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-content-big, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-content-big, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-content-big, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-content-big {
                            width: 100% !important;
                            margin-top: 20px !important;
                            width: 59%;
                            padding: 0;
                            margin: 0;
                            min-height: 145px;
                            float: left;
                        }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-content-big div .roweb-box-clubnews-dachzeile, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-content-big div .roweb-box-clubnews-dachzeile, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-content-big div .roweb-box-clubnews-dachzeile, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-content-big div .roweb-box-clubnews-dachzeile {
                                height: initial;
                                font-size: 0.9em;
                                line-height: 100%;
                                text-transform: uppercase;
                                margin: 0px 0px 5px 0px;
                            }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-title, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-title, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-title, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-title {
                                line-height: 100%;
                                font-size: 1.1em;
                                height: auto;
                            }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-einleitung, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-einleitung, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-einleitung, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-einleitung {
                                font-size: 0.9em;
                                line-height: 1.5em;
                                font-family: georgia;
                                display: none;
                            }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-desc, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-desc, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-desc, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-content-big div .roweb-box-clubnews-big-desc {
                                font-size: 0.9em;
                                line-height: 100%;
                                height: initial;
                            }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-content-big div .roweb-box-link, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-content-big div .roweb-box-link, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-content-big div .roweb-box-link, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-content-big div .roweb-box-link {
                                left: auto;
                            }

                                .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-content-big div .roweb-box-link a, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-content-big div .roweb-box-link a, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-content-big div .roweb-box-link a, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-content-big div .roweb-box-link a {
                                    font-size: 0.9em;
                                }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner {
                            margin: 0 5px 0 0px;
                            padding: 0;
                        }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .roweb-box-clubnews-image, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .roweb-box-clubnews-image, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .roweb-box-clubnews-image, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .roweb-box-clubnews-image {
                                width: 35%;
                                margin: 0 10px 0 0;
                                float: left;
                                min-height: inherit;
                                height: inherit;
                            }

                                .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .roweb-box-clubnews-image img, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .roweb-box-clubnews-image img, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .roweb-box-clubnews-image img, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .roweb-box-clubnews-image img {
                                    width: 100%;
                                }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .roweb-box-clubnews-dachzeile-small, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .roweb-box-clubnews-dachzeile-small, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .roweb-box-clubnews-dachzeile-small, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .roweb-box-clubnews-dachzeile-small {
                                height: initial;
                                font-size: 0.9em;
                                line-height: 100%;
                                text-transform: uppercase;
                                margin: 0px 0px 5px 0px;
                            }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .roweb-box-clubnews-medium-title, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .roweb-box-clubnews-medium-title, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .roweb-box-clubnews-medium-title, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .roweb-box-clubnews-medium-title {
                                line-height: 100%;
                                font-size: 1.1em;
                                height: auto;
                                display: block;
                                margin-bottom: 10px;
                                margin-top: 20px;
                            }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .roweb-box-clubnews-desc, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .roweb-box-clubnews-desc, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .roweb-box-clubnews-desc, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .roweb-box-clubnews-desc {
                                height: auto;
                                font-size: 0.9em;
                                line-height: 1.5em;
                            }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .roweb-box-link-small, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .roweb-box-link-small, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .roweb-box-link-small, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .roweb-box-link-small {
                                padding: 0 0 0 0%;
                                margin-top: 20px;
                            }

                                .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .roweb-box-link-small a, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .roweb-box-link-small a, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .roweb-box-link-small a, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .roweb-box-link-small a {
                                    font-size: 0.9em;
                                    color: #58585a;
                                    text-transform: uppercase;
                                }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns {
                                margin: 0 0 0 0;
                                padding: 0;
                            }

                                .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns .roweb-box-clubnews-image-big, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns .roweb-box-clubnews-image-big, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns .roweb-box-clubnews-image-big, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns .roweb-box-clubnews-image-big {
                                    width: 100%;
                                    margin-left: -11px !important;
                                    float: left;
                                }

                                .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns .row, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns .row, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns .row, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns .row {
                                    margin: 0;
                                }

                                    .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-image-medium, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-image-medium, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-image-medium, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-image-medium {
                                        width: 106%;
                                        height: auto;
                                        margin: 0 0px 20px -10px;
                                        float: left;
                                    }

                                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-image-medium img, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-image-medium img, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-image-medium img, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-image-medium img {
                                            width: 100%;
                                        }

                                    .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium {
                                        width: 100%;
                                        padding: 0;
                                        margin: 0;
                                        min-height: 145px;
                                        float: left;
                                    }

                                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-dachzeile, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-dachzeile, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-dachzeile, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-dachzeile {
                                            height: initial;
                                            font-size: 0.9em;
                                            line-height: 100%;
                                            text-transform: uppercase;
                                            margin: 0px 0px 5px 0px;
                                        }

                                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-title, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-title, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-title, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-title {
                                            line-height: 100%;
                                            font-size: 1.1em;
                                            height: auto;
                                            display: block;
                                            margin-bottom: 10px;
                                        }

                                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-einleitung, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-einleitung, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-einleitung, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-einleitung {
                                            font-size: 0.9em;
                                            line-height: 100%;
                                        }

                                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-desc, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-desc, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-desc, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-clubnews-medium-desc {
                                            height: initial;
                                            font-size: 0.9em;
                                            line-height: 1.5em;
                                        }

                                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-link, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-link, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-link, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-link {
                                            padding: 0 0 0 0;
                                        }

                                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-link a, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-link a, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-link a, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews .roweb-box-clubnews-inner .columns .row .roweb-box-clubnews-content-medium .row div .roweb-box-link a {
                                                font-size: 0.9em;
                                            }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews-inner.end, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-big.end, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-news-container-medium.end, .roweb-container-global .columns .roweb-container .row .roweb-box-clubnews-container .roweb-box-clubnews.end {
                            border: none;
                        }

                .roweb-container-global .columns .roweb-container .row .roweb-box-clubprojekte {
                    padding: 20px 0 0px 0;
                    width: 100%;
                    float: none;
                }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-clubprojekte .roweb-box-clubprojekte-inner {
                        padding: 0;
                    }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubprojekte .roweb-box-clubprojekte-inner .roweb-box-clubprojekte-dachzeile {
                            height: initial;
                            font-size: 0.9em;
                            line-height: 100%;
                            text-transform: uppercase;
                            margin: 0px 0px 5px 0px;
                        }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubprojekte .roweb-box-clubprojekte-inner .roweb-box-clubprojekte-image {
                            height: inherit;
                            min-height: 130px;
                            width: 106%;
                            margin: 0 0px 0 -10px;
                            float: left;
                        }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubprojekte .roweb-box-clubprojekte-inner .roweb-box-clubprojekte-title {
                            line-height: 100%;
                            font-size: 1.1em;
                            height: auto;
                            text-transform: uppercase;
                            margin: 0 0 10px 0;
                            font-family: "FrutigerLTW01-77BlackCn";
                            width: 100%;
                            padding-top: 20px;
                        }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubprojekte .roweb-box-clubprojekte-inner .roweb-box-clubprojekte-einleitung {
                            font-size: 0.9em;
                            line-height: 1.4em;
                            font-family: Georgia;
                        }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-clubprojekte .roweb-box-clubprojekte-inner .roweb-box-link {
                            padding: 0 0 0 0;
                        }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubprojekte .roweb-box-clubprojekte-inner .roweb-box-link .roweb-box-link-container {
                                width: 15px;
                                height: 15px;
                                margin: 3px 5px 0 0;
                            }

                            .roweb-container-global .columns .roweb-container .row .roweb-box-clubprojekte .roweb-box-clubprojekte-inner .roweb-box-link a {
                                font-size: 0.9em;
                                line-height: 100%;
                            }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-clubprojekte.end {
                        border: none;
                    }

                .roweb-container-global .columns .roweb-container .row .roweb-box-distriktnews {
                    height: auto;
                    width: 100%;
                    overflow: hidden;
                    padding: 20px 0 0px 0;
                }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-distriktnews .roweb-box-distriktnews-inner {
                        height: auto;
                    }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-distriktnews .roweb-box-distriktnews-inner .roweb-box-distriktnews-dachzeile-small {
                            text-transform: uppercase;
                            height: initial;
                            font-size: 0.9em;
                            line-height: 100%;
                            word-wrap: normal;
                            word-break: break-all;
                            margin-top: 0;
                        }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-distriktnews .roweb-box-distriktnews-inner .roweb-box-distriktnews-ueberschrift {
                            text-transform: uppercase;
                            line-height: 100%;
                            font-size: 1.1em;
                            height: auto;
                            -webkit-line-clamp: initial;
                            padding: 10px 0 10px 0;
                            border: none;
                            margin: 0 0 0 0;
                        }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-distriktnews .roweb-box-distriktnews-inner .roweb-box-distriktnews-beschreibung {
                            height: auto;
                            margin: 0 0 10px 0;
                            font-size: 0.9em;
                            font-family: Georgia;
                        }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-distriktnews .roweb-box-distriktnews-inner .show-for-large-up {
                            display: none !important;
                        }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-distriktnews .roweb-box-link {
                        margin: 0;
                        padding: 3px 0 0 0;
                    }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-distriktnews .roweb-box-link a {
                            font-size: 0.9em;
                        }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-distriktnews.end {
                        border: none;
                    }

                .roweb-container-global .columns .roweb-container .row .roweb-box-rotarymagazin.nopadd {
                    margin: 0 0 10px 0;
                }

                .roweb-container-global .columns .roweb-container .row .roweb-box-rotarymagazin {
                    width: 106%;
                    margin: 0 0px 24px -10px;
                }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-rotarymagazin .roweb-box-rotarymagazin-inner {
                        min-height: 260px;
                    }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-rotarymagazin .roweb-box-rotarymagazin-inner .roweb-box-rotarymagazin-image {
                            min-height: 80px;
                        }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-rotarymagazin .roweb-box-rotarymagazin-title {
                        line-height: initial;
                        height: initial;
                        overflow: hidden;
                        text-transform: uppercase;
                        height: 45px;
                        font-size: 1.1em;
                        padding: 0 12px;
                    }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-rotarymagazin .roweb-box-rotarymagazin-title a {
                            font-size: 0.9em;
                            color: #58585a;
                        }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-rotarymagazin .roweb-box-rotarymagazin-content {
                        font-size: 0.9em;
                        height: initial;
                        max-height: 100px;
                        margin-top: 0px;
                        padding: 0 12px;
                    }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-rotarymagazin .roweb-box-rotarymagazin-content a {
                            color: #58585a;
                        }

                    .roweb-container-global .columns .roweb-container .row .roweb-box-rotarymagazin .roweb-box-link {
                        bottom: 0px;
                        width: 90%;
                        margin-bottom: 12px;
                    }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-rotarymagazin .roweb-box-link .roweb-box-link-container {
                            width: 13px;
                            height: 13px;
                            margin: 5px 5px 0 0;
                        }

                        .roweb-container-global .columns .roweb-container .row .roweb-box-rotarymagazin .roweb-box-link a {
                            font-size: 0.9em;
                            line-height: 100%;
                        }

            .roweb-container-global .columns .roweb-container .roweb-contact-form {
                position: relative;
                top: 0px;
                margin-top: 0 !important;
            }

                .roweb-container-global .columns .roweb-container .roweb-contact-form .columns {
                    width: 98%;
                }

                    .roweb-container-global .columns .roweb-container .roweb-contact-form .columns #roweb-contact-form .row {
                        margin: 0;
                    }

                        .roweb-container-global .columns .roweb-container .roweb-contact-form .columns #roweb-contact-form .row .columns label {
                            margin-top: 4px;
                            font-size: 1em;
                        }

                            .roweb-container-global .columns .roweb-container .roweb-contact-form .columns #roweb-contact-form .row .columns label input {
                                width: 100%;
                                font-size: 0.9em;
                                height: auto;
                                margin: 0 0 0 0;
                            }

                            .roweb-container-global .columns .roweb-container .roweb-contact-form .columns #roweb-contact-form .row .columns label textarea {
                                width: 100%;
                                font-size: 0.9em;
                                height: 200px;
                                margin: 0 0 0 0;
                            }

                        .roweb-container-global .columns .roweb-container .roweb-contact-form .columns #roweb-contact-form .row .columns .error {
                            font-size: 1em;
                            line-height: 100%;
                            padding: 20px;
                            width: 96%;
                            margin: 5px 0 0 0;
                        }

                        .roweb-container-global .columns .roweb-container .roweb-contact-form .columns #roweb-contact-form .row .roweb-contact-info-title {
                            font-size: 1.1em;
                            padding: 20px 0 20px 0;
                        }

                        .roweb-container-global .columns .roweb-container .roweb-contact-form .columns #roweb-contact-form .row .roweb-contact-info-content {
                            font-size: 0.9em;
                            line-height: 100%;
                        }

                        .roweb-container-global .columns .roweb-container .roweb-contact-form .columns #roweb-contact-form .row #roweb-email-send-success {
                            margin: 10px 0 0 0;
                        }

                        .roweb-container-global .columns .roweb-container .roweb-contact-form .columns #roweb-contact-form .row .roweb-contact-form-button {
                            margin: 15px 0 20px 0;
                        }

                    .roweb-container-global .columns .roweb-container .roweb-contact-form .columns .row .roweb-contact-info-title {
                        font-size: 1.1em;
                        padding: 20px 0 20px 0;
                        text-align: center;
                    }

                    .roweb-container-global .columns .roweb-container .roweb-contact-form .columns .row .roweb-contact-info-content {
                        font-size: 0.9em;
                        line-height: 1.4em;
                        width: 100%;
                        left: -5px;
                    }

                    .roweb-container-global .columns .roweb-container .roweb-contact-form .columns .roweb-container-maps {
                        width: 106%;
                        left: -20px;
                    }

        .roweb-container-global .columns .roweb-container-rotarymagazin {
            padding-bottom: 0;
        }

            .roweb-container-global .columns .roweb-container-rotarymagazin .row {
                margin: 5px 0px 15px 0px;
            }

                .roweb-container-global .columns .roweb-container-rotarymagazin .row .roweb-main-message {
                    margin-bottom: 0;
                }

        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main {
            width: 100%;
        }

            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar {
                background: #e7e7e8;
                min-height: 90px;
                height: auto;
                overflow: visible;
            }

                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section {
                    background: #e7e7e8;
                }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .has-dropdown > a:after {
                        border: inset 0px;
                    }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left {
                        background: #e7e7e8;
                        width: 100%;
                        font-size: 1.1em;
                        clear: both;
                        background: transparent;
                    }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left .roweb-termine-menu-item-nav-prev, .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left .roweb-termine-menu-item-nav-next {
                            width: 30px;
                        }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left .roweb-termine-menu-item-nav-next a {
                                padding: 10px 0 14px 80px;
                            }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li:first-child a:first-child {
                            padding: 10px 0 14px 33%;
                        }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li {
                            min-height: 45px;
                            height: auto;
                            color: black;
                        }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li a {
                                background: transparent;
                                color: black;
                                margin-top: 8px;
                            }

                                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li a:after {
                                    border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
                                    margin-right: 10px;
                                }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li ul.dropdown {
                                background: #d8d8d8;
                            }

                                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li ul.dropdown li {
                                    float: none;
                                }

                                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li ul.dropdown li h5 a {
                                        background: transparent;
                                        color: black;
                                        font-size: 0.9rem;
                                        text-transform: lowercase;
                                    }

                                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li ul.dropdown li a {
                                        background: transparent;
                                        color: black;
                                        font-size: 1rem;
                                    }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left .roweb-termine-menu-date-year a:after {
                            border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
                            margin-right: -25px;
                        }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .roweb-termin-menu-next-termin {
                        margin-left: 30%;
                    }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right {
                        background: #e7e7e8;
                        width: 100%;
                        font-size: 1.8em;
                        clear: both;
                    }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li {
                            min-height: 45px;
                            height: auto;
                            float: left;
                            width: 33.3333%;
                            text-align: center;
                        }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li a.roweb-termine-menu-nachbarclubs {
                                background: #d8d8d8;
                                color: #58585a;
                            }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li a {
                                padding: 12px 10px 12px 10px;
                                font-size: 13px;
                            }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li ul.dropdown {
                                background: #d8d8d8;
                            }

                                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li ul.dropdown li {
                                    float: none;
                                    width: auto;
                                    text-align: left;
                                }

                                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li ul.dropdown li a {
                                        background: transparent;
                                        color: black;
                                    }

            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .ui-accordion {
                width: 100%;
                margin-left: 0px;
            }

                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .ui-accordion .ui-accordion-header {
                    margin-left: 0;
                }

                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .ui-accordion .ui-accordion-content {
                    width: 106.25%;
                    margin-left: -19px;
                }

            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termine-list-header {
                display: none;
            }

            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row {
                padding-left: 10px;
                margin-right: 0 !important;
            }

                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content {
                    margin: 0;
                    padding: 5px 0px 5px 0px;
                }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-box-date {
                        float: none;
                        width: 100%;
                        min-height: 20px;
                        background: none;
                    }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-box-date .row {
                            margin: 0;
                            float: left;
                        }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-box-date .row .small-centered {
                                padding: 0 10px 0 5px;
                                margin: 0;
                                height: auto;
                                font-size: 1.1em;
                            }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-box-date .row .small-12.small-centered.columns.roweb-termine-list-item-date {
                                padding: 0 0px 0 10px;
                            }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-main {
                        float: none;
                        width: 100%;
                    }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-main .roweb-termine-list-item-club {
                            float: left;
                            padding: 0 10px 0 10px;
                            clear: left;
                        }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-main .roweb-termin-item-action-desc, .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-main .roweb-termine-list-item-thema {
                            height: 70px;
                            padding: 0 0 0 10px;
                        }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-ort {
                        float: none;
                        clear: both;
                        width: 100%;
                        padding: 0 10px 0 10px;
                    }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-beschreibung {
                        float: none;
                        width: 100%;
                        padding: 0 10px 0 10px;
                    }

            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .row .roweb-message-container {
                width: 100%;
            }

                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .row .roweb-message-container .roweb-message-container-title {
                    font-size: 0.9em;
                    font-size: 14px;
                    font-family: Georgia;
                    line-height: initial;
                }

        .roweb-container-global .columns .roweb-container-footer {
            display: none;
        }

            .roweb-container-global .columns .roweb-container-footer .columns {
                width: 50%;
                padding: 0;
                margin: 0;
            }

                .roweb-container-global .columns .roweb-container-footer .columns .row .columns {
                    width: 100%;
                }

                    .roweb-container-global .columns .roweb-container-footer .columns .row .columns .roweb-footer-menu-item a {
                        font-size: 1.5em;
                        line-height: 100%;
                    }

                .roweb-container-global .columns .roweb-container-footer .columns .row .roweb-footer-rotary-logo {
                    background-size: 100%;
                    height: 270px;
                }

        .roweb-container-global .columns .roweb-footer-container-end {
            padding: 10px 2px 10px 8px;
            position: relative;
            top: 0px;
            width: 106%;
            margin-left: -10px !important;
            margin-bottom: 0 !important;
        }

            .roweb-container-global .columns .roweb-footer-container-end .columns {
                width: 50%;
                font-size: 0.8em;
                line-height: 1.3em;
            }

            .roweb-container-global .columns .roweb-footer-container-end .text-right {
                font-size: 0.8em;
                line-height: 1.3em;
                width: 50%;
            }

            .roweb-container-global .columns .roweb-footer-container-end .footerri {
                width: 50%;
                margin-bottom: 0 !important;
            }

            .roweb-container-global .columns .roweb-footer-container-end .footer-impressum {
                position: relative;
                top: -40px;
                left: -5px;
                float: none;
                clear: both;
                font-size: 0.9em;
                line-height: 1.3em;
                padding-top: 10px;
            }

                .roweb-container-global .columns .roweb-footer-container-end .footer-impressum a {
                    font-size: 0.8em;
                    line-height: 1.3em;
                }

    .ui-accordion-content .roweb-termine-list-item-thema {
        height: 72px;
    }

    #roweb-dashboard-impressum-container, #roweb-clubProjekte-detail-container, #roweb-clubnews-detail-container {
        width: 100%;
        margin-left: 0;
        margin-top: -21px;
    }

        #roweb-dashboard-impressum-container .row .row .roweb-lightbox-dachzeile, #roweb-clubProjekte-detail-container .row .row .roweb-lightbox-dachzeile, #roweb-clubnews-detail-container .row .row .roweb-lightbox-dachzeile {
            margin-top: 50px;
        }

        #roweb-dashboard-impressum-container .row .row .roweb-lightbox-header, #roweb-clubProjekte-detail-container .row .row .roweb-lightbox-header, #roweb-clubnews-detail-container .row .row .roweb-lightbox-header {
            margin: 0 2px 25px 2px;
            font-size: 1.2em;
            padding: 0 20px;
        }

        #roweb-dashboard-impressum-container .row .row .roweb-lightbox-gallery, #roweb-clubProjekte-detail-container .row .row .roweb-lightbox-gallery, #roweb-clubnews-detail-container .row .row .roweb-lightbox-gallery {
            margin-top: 0;
            height: 300px;
        }

            #roweb-dashboard-impressum-container .row .row .roweb-lightbox-gallery .roweb-lightbox-main-control, #roweb-clubProjekte-detail-container .row .row .roweb-lightbox-gallery .roweb-lightbox-main-control, #roweb-clubnews-detail-container .row .row .roweb-lightbox-gallery .roweb-lightbox-main-control {
                top: 50px;
                display: none;
            }

            #roweb-dashboard-impressum-container .row .row .roweb-lightbox-gallery .clubnews-swiper, #roweb-dashboard-impressum-container .row .row .roweb-lightbox-gallery .clubprojekte-swiper, #roweb-clubProjekte-detail-container .row .row .roweb-lightbox-gallery .clubnews-swiper, #roweb-clubProjekte-detail-container .row .row .roweb-lightbox-gallery .clubprojekte-swiper, #roweb-clubnews-detail-container .row .row .roweb-lightbox-gallery .clubnews-swiper, #roweb-clubnews-detail-container .row .row .roweb-lightbox-gallery .clubprojekte-swiper {
                height: 300px;
            }

                #roweb-dashboard-impressum-container .row .row .roweb-lightbox-gallery .clubnews-swiper .swiper-wrapper, #roweb-dashboard-impressum-container .row .row .roweb-lightbox-gallery .clubprojekte-swiper .swiper-wrapper, #roweb-clubProjekte-detail-container .row .row .roweb-lightbox-gallery .clubnews-swiper .swiper-wrapper, #roweb-clubProjekte-detail-container .row .row .roweb-lightbox-gallery .clubprojekte-swiper .swiper-wrapper, #roweb-clubnews-detail-container .row .row .roweb-lightbox-gallery .clubnews-swiper .swiper-wrapper, #roweb-clubnews-detail-container .row .row .roweb-lightbox-gallery .clubprojekte-swiper .swiper-wrapper {
                    height: auto;
                }

                    #roweb-dashboard-impressum-container .row .row .roweb-lightbox-gallery .clubnews-swiper .swiper-wrapper .swiper-slide, #roweb-dashboard-impressum-container .row .row .roweb-lightbox-gallery .clubprojekte-swiper .swiper-wrapper .swiper-slide, #roweb-clubProjekte-detail-container .row .row .roweb-lightbox-gallery .clubnews-swiper .swiper-wrapper .swiper-slide, #roweb-clubProjekte-detail-container .row .row .roweb-lightbox-gallery .clubprojekte-swiper .swiper-wrapper .swiper-slide, #roweb-clubnews-detail-container .row .row .roweb-lightbox-gallery .clubnews-swiper .swiper-wrapper .swiper-slide, #roweb-clubnews-detail-container .row .row .roweb-lightbox-gallery .clubprojekte-swiper .swiper-wrapper .swiper-slide {
                        height: auto;
                        background-position: 50% 0% !important;
                    }

        #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-subheader, #roweb-dashboard-impressum-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-subheader, #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-subheader, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-subheader, #roweb-clubProjekte-detail-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-subheader, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-subheader, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-subheader, #roweb-clubnews-detail-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-subheader, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-subheader {
            margin: 0 20px;
        }

        #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-einleitung, #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content, #roweb-dashboard-impressum-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-einleitung, #roweb-dashboard-impressum-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-content, #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-einleitung, #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-einleitung, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content, #roweb-clubProjekte-detail-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-einleitung, #roweb-clubProjekte-detail-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-content, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-einleitung, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-einleitung, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content, #roweb-clubnews-detail-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-einleitung, #roweb-clubnews-detail-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-content, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-einleitung, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content {
            padding: 0 20px;
        }

        #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content-impressum, #roweb-dashboard-impressum-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-content-impressum, #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content-impressum, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content-impressum, #roweb-clubProjekte-detail-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-content-impressum, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content-impressum, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content-impressum, #roweb-clubnews-detail-container .row .roweb-clubprojekte-detail-infos .row .roweb-lightbox-content-impressum, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .roweb-lightbox-content-impressum {
            padding: 0 30px;
        }

        #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .close-modal-container, #roweb-dashboard-impressum-container .row .roweb-clubprojekte-detail-infos .row .close-modal-container, #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .close-modal-container, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .close-modal-container, #roweb-clubProjekte-detail-container .row .roweb-clubprojekte-detail-infos .row .close-modal-container, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .close-modal-container, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .close-modal-container, #roweb-clubnews-detail-container .row .roweb-clubprojekte-detail-infos .row .close-modal-container, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .close-modal-container {
            margin: 20px 0px 20px 0px;
            padding: 0;
            text-align: center;
        }

            #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .close-modal-container .roweb-sub-action-button, #roweb-dashboard-impressum-container .row .roweb-clubprojekte-detail-infos .row .close-modal-container .roweb-sub-action-button, #roweb-dashboard-impressum-container .row .roweb-clubnews-detail-infos .row .close-modal-container .roweb-sub-action-button, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .close-modal-container .roweb-sub-action-button, #roweb-clubProjekte-detail-container .row .roweb-clubprojekte-detail-infos .row .close-modal-container .roweb-sub-action-button, #roweb-clubProjekte-detail-container .row .roweb-clubnews-detail-infos .row .close-modal-container .roweb-sub-action-button, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .close-modal-container .roweb-sub-action-button, #roweb-clubnews-detail-container .row .roweb-clubprojekte-detail-infos .row .close-modal-container .roweb-sub-action-button, #roweb-clubnews-detail-container .row .roweb-clubnews-detail-infos .row .close-modal-container .roweb-sub-action-button {
                font-size: 0.9em;
            }

    .clubnews-swiper-slider-img {
        width: 100%;
        min-height: 210px;
        background-size: contain;
    }

    .clubnews-slider-copyright {
        width: 100%;
        padding: 5px 10px 5px;
        background-color: #ffffff;
        height: 100px;
    }

    .teaser-copyright {
        padding: 5px 10px 5px 0px;
    }
}

@media only screen and (min-device-width: 643px) and (max-device-width: 767px) {
    #roweb-dashboard-login-container, #roweb-dashboard-password-forgot-container {
        margin-left: -45% !important;
    }

    .reveal-modal.medium {
        margin-left: -50% !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .roweb-teaser-main {
        min-height: 500px !important;
    }

    .roweb-teaser-container {
        background-size: 100% !important;
    }

    .roweb-teaser-main .pagination {
        bottom: 20% !important;
    }

    .roweb-box-clubnews-image-big {
        width: 103% !important;
    }

        .roweb-box-clubnews-image-big img {
            width: 100% !important;
        }

    .roweb-box-clubnews-image-medium {
        width: 103% !important;
    }

    .roweb-box-clubprojekte-image {
        width: 103% !important;
    }

        .roweb-box-clubprojekte-image img {
            width: 100% !important;
        }

    .roweb-box-rotarymagazin {
        width: 48% !important;
        margin: 0 5px 24px 0px !important;
    }

    .roweb-footer-container-end {
        width: 103% !important;
    }

    .footerri {
        width: 41% !important;
    }

    .roweb-container-global .columns .roweb-footer-container-end .footer-impressum {
        top: -36px !important;
        padding-right: 0px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .roweb-container-global {
        margin-top: 95px;
        margin-bottom: 0px;
    }

        .roweb-container-global .columns .roweb-teaser-main .pagination {
            bottom: 15%;
        }

        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main {
            width: 100%;
        }

            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar {
                background: #e7e7e8;
                min-height: 90px;
                height: auto;
                overflow: visible;
            }

                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section {
                    background: #e7e7e8;
                }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left {
                        background: #e7e7e8;
                        width: 100%;
                        font-size: 1.1em;
                        clear: both;
                        background: transparent;
                    }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left .roweb-termine-menu-item-nav-prev, .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left .roweb-termine-menu-item-nav-next {
                            width: 30px;
                        }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left .roweb-termine-menu-item-nav-next a {
                                padding: 0px 0 14px 80px;
                            }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li:first-child a:first-child {
                            padding: 0px 0 14px 15px;
                        }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li {
                            min-height: 45px;
                            height: auto;
                            color: black;
                        }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li a {
                                background: transparent;
                                color: black;
                                margin-top: 8px;
                            }

                                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li a:after {
                                    border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
                                    margin-right: 10px;
                                    margin-top: 3px;
                                }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li ul.dropdown {
                                background: #d8d8d8;
                            }

                                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li ul.dropdown li {
                                    float: none;
                                }

                                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left li ul.dropdown li a {
                                        background: transparent;
                                        color: black;
                                    }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .left .roweb-termine-menu-date-year a:after {
                            border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
                            margin-right: -25px;
                        }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right {
                        background: #e7e7e8;
                        width: 100%;
                        font-size: 1.8em;
                        clear: both;
                    }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li {
                            min-height: 45px;
                            height: auto;
                            float: left;
                            width: 33.3333%;
                            text-align: center;
                        }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li a.roweb-termine-menu-nachbarclubs {
                                background: #d8d8d8;
                                color: #58585a;
                            }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li a {
                                padding: 12px 10px 12px 10px;
                                font-size: 13px;
                            }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li ul.dropdown {
                                background: #d8d8d8;
                            }

                                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li ul.dropdown li {
                                    float: none;
                                    width: auto;
                                    text-align: left;
                                }

                                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .row .top-bar .top-bar-section .right li ul.dropdown li a {
                                        background: transparent;
                                        color: black;
                                    }

            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termine-list-header {
                display: none;
            }

            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row {
                padding-left: 10px;
                margin-right: 0 !important;
            }

                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content {
                    margin: 0;
                    padding: 5px 0px 5px 0px;
                }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-box-date {
                        float: none;
                        width: 100%;
                        min-height: 20px;
                        background: none;
                    }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-box-date .row {
                            margin: 0;
                            float: left;
                        }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-box-date .row .small-centered {
                                padding: 0 10px 0 5px;
                                margin: 0;
                                height: auto;
                                font-size: 1.1em;
                            }

                            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-box-date .row .small-12.small-centered.columns.roweb-termine-list-item-date {
                                padding: 0 0px 0 10px;
                            }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-main {
                        float: none;
                        width: 100%;
                    }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-main .roweb-termine-list-item-club {
                            float: left;
                            padding: 0 10px 0 10px;
                            clear: left;
                        }

                        .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-main .roweb-termin-item-action-desc, .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-main .roweb-termine-list-item-thema {
                            padding: 0 0 0 10px;
                        }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-ort {
                        float: none;
                        clear: both;
                        width: 100%;
                        padding: 0 10px 0 10px;
                    }

                    .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .roweb-termin-liste-row .roweb-termin-liste-row-content .roweb-termine-list-item-beschreibung {
                        float: none;
                        width: 100%;
                        padding: 0 10px 0 10px;
                    }

            .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .row .roweb-message-container {
                width: 100%;
            }

                .roweb-container-global .columns .roweb-container-termine .row .roweb-termine-main .roweb-termine-list-container .row .roweb-message-container .roweb-message-container-title {
                    font-size: 0.9em;
                    font-size: 14px;
                    font-family: Georgia;
                    line-height: initial;
                }

    #roweb-dashboard-impressum-container, #roweb-clubProjekte-detail-container, #roweb-clubnews-detail-container {
        width: 100%;
        margin-left: -50% !important;
        margin-top: -21px;
    }

    .roweb-container-global .columns .roweb-footer-container-end .footer-impressum {
        top: -35px !important;
    }
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

