/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%; }

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

html,
body {
  font-size: 14px; }

body {
  background: #fff;
  color: #313131;
  padding: 0;
  margin: 0;
  font-family: "Roboto", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

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

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

.left {
  float: left !important; }

.right, .horizontal.formLabel label, .horizontal .formLabel label {
  float: right !important; }

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

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

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

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

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

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 77.85714rem; }
  .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: -1.07143rem;
    margin-right: -1.07143rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

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

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
.alert-box, .message {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.42857rem;
  position: relative;
  padding: 1rem 1.71429rem 1rem 1rem;
  font-size: 0.92857rem;
  transition: opacity 300ms ease-out;
  background-color: #b6358b;
  border-color: #9d2e78;
  color: #FFFFFF; }
  .alert-box .close, .message .close {
    font-size: 1.57143rem;
    padding: 0 6px 4px;
    line-height: .9;
    position: absolute;
    top: 50%;
    margin-top: -0.78571rem;
    right: 0.28571rem;
    color: #333333;
    opacity: 0.3;
    background: inherit; }
    .alert-box .close:hover, .message .close:hover, .alert-box .close:focus, .message .close:focus {
      opacity: 0.5; }
  .alert-box.radius, .radius.message {
    border-radius: 10px; }
  .alert-box.round, .round.message {
    border-radius: 1000px; }
  .alert-box.success, .success.message {
    background-color: #55b02f;
    border-color: #499728;
    color: #FFFFFF; }
  .alert-box.alert, .alert.message {
    background-color: #df001f;
    border-color: #c0001b;
    color: #FFFFFF; }
  .alert-box.secondary, .secondary.message {
    background-color: #2195d9;
    border-color: #1c80bb;
    color: #FFFFFF; }
  .alert-box.warning, .warning.message {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info, .info.message {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #0b334a; }
  .alert-box.alert-close, .alert-close.message {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.71429rem; }
  [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.71429rem 1.42857rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; } }
@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(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; } }
@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(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; } }
/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button, .Actions input {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Roboto", Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.42857rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1.14286rem;
  padding-right: 2.28571rem;
  padding-bottom: 1.21429rem;
  padding-left: 2.28571rem;
  font-size: 1.14286rem;
  background-color: #b6358b;
  border-color: #922a6f;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .Actions input:hover, .button:focus, .Actions input:focus {
    background-color: #922a6f; }
  button:hover, button:focus, .button:hover, .Actions input:hover, .button:focus, .Actions input:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary, .Actions input.secondary {
    background-color: #2195d9;
    border-color: #1a77ae;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .Actions input.secondary:hover, .button.secondary:focus, .Actions input.secondary:focus {
      background-color: #1a77ae; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .Actions input.secondary:hover, .button.secondary:focus, .Actions input.secondary:focus {
      color: #FFFFFF; }
  button.success, .button.success, .Actions input.success {
    background-color: #55b02f;
    border-color: #448d26;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .Actions input.success:hover, .button.success:focus, .Actions input.success:focus {
      background-color: #448d26; }
    button.success:hover, button.success:focus, .button.success:hover, .Actions input.success:hover, .button.success:focus, .Actions input.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert, .Actions input.alert {
    background-color: #df001f;
    border-color: #b20019;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .Actions input.alert:hover, .button.alert:focus, .Actions input.alert:focus {
      background-color: #b20019; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .Actions input.alert:hover, .button.alert:focus, .Actions input.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning, .Actions input.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .Actions input.warning:hover, .button.warning:focus, .Actions input.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .Actions input.warning:hover, .button.warning:focus, .Actions input.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info, .Actions input.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .Actions input.info:hover, .button.info:focus, .Actions input.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .Actions input.info:hover, .button.info:focus, .Actions input.info:focus {
      color: #FFFFFF; }
  button.large, .button.large, .Actions input.large {
    padding-top: 1.28571rem;
    padding-right: 2.57143rem;
    padding-bottom: 1.35714rem;
    padding-left: 2.57143rem;
    font-size: 1.42857rem; }
  button.small, .button.small, .Actions input.small {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.07143rem;
    padding-left: 2rem;
    font-size: 0.92857rem; }
  button.tiny, .button.tiny, .Actions input.tiny {
    padding-top: 0.71429rem;
    padding-right: 1.42857rem;
    padding-bottom: 0.78571rem;
    padding-left: 1.42857rem;
    font-size: 0.78571rem; }
  button.expand, #search form button.dropdown, .button.expand, .Actions input.expand, .Actions #search form input.dropdown, #search form .Actions input.dropdown, #search form .button.dropdown {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align, .Actions input.left-align {
    text-align: left;
    text-indent: 0.85714rem; }
  button.right-align, .button.right-align, .Actions input.right-align {
    text-align: right;
    padding-right: 0.85714rem; }
  button.radius, .button.radius, .Actions input.radius {
    border-radius: 10px; }
  button.round, .button.round, .Actions input.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .Actions input.disabled, .button[disabled], .Actions input[disabled] {
    background-color: #b6358b;
    border-color: #922a6f;
    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, .Actions input.disabled:hover, .button.disabled:focus, .Actions input.disabled:focus, .button[disabled]:hover, .Actions input[disabled]:hover, .button[disabled]:focus, .Actions input[disabled]:focus {
      background-color: #922a6f; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .Actions input.disabled:hover, .button.disabled:focus, .Actions input.disabled:focus, .button[disabled]:hover, .Actions input[disabled]:hover, .button[disabled]:focus, .Actions input[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .Actions input.disabled:hover, .button.disabled:focus, .Actions input.disabled:focus, .button[disabled]:hover, .Actions input[disabled]:hover, .button[disabled]:focus, .Actions input[disabled]:focus {
      background-color: #b6358b; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .Actions input.disabled.secondary, .button[disabled].secondary, .Actions input[disabled].secondary {
      background-color: #2195d9;
      border-color: #1a77ae;
      color: #FFFFFF;
      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, .Actions input.disabled.secondary:hover, .button.disabled.secondary:focus, .Actions input.disabled.secondary:focus, .button[disabled].secondary:hover, .Actions input[disabled].secondary:hover, .button[disabled].secondary:focus, .Actions input[disabled].secondary:focus {
        background-color: #1a77ae; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .Actions input.disabled.secondary:hover, .button.disabled.secondary:focus, .Actions input.disabled.secondary:focus, .button[disabled].secondary:hover, .Actions input[disabled].secondary:hover, .button[disabled].secondary:focus, .Actions input[disabled].secondary:focus {
        color: #FFFFFF; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .Actions input.disabled.secondary:hover, .button.disabled.secondary:focus, .Actions input.disabled.secondary:focus, .button[disabled].secondary:hover, .Actions input[disabled].secondary:hover, .button[disabled].secondary:focus, .Actions input[disabled].secondary:focus {
        background-color: #2195d9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .Actions input.disabled.success, .button[disabled].success, .Actions input[disabled].success {
      background-color: #55b02f;
      border-color: #448d26;
      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, .Actions input.disabled.success:hover, .button.disabled.success:focus, .Actions input.disabled.success:focus, .button[disabled].success:hover, .Actions input[disabled].success:hover, .button[disabled].success:focus, .Actions input[disabled].success:focus {
        background-color: #448d26; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .Actions input.disabled.success:hover, .button.disabled.success:focus, .Actions input.disabled.success:focus, .button[disabled].success:hover, .Actions input[disabled].success:hover, .button[disabled].success:focus, .Actions input[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, .Actions input.disabled.success:hover, .button.disabled.success:focus, .Actions input.disabled.success:focus, .button[disabled].success:hover, .Actions input[disabled].success:hover, .button[disabled].success:focus, .Actions input[disabled].success:focus {
        background-color: #55b02f; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .Actions input.disabled.alert, .button[disabled].alert, .Actions input[disabled].alert {
      background-color: #df001f;
      border-color: #b20019;
      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, .Actions input.disabled.alert:hover, .button.disabled.alert:focus, .Actions input.disabled.alert:focus, .button[disabled].alert:hover, .Actions input[disabled].alert:hover, .button[disabled].alert:focus, .Actions input[disabled].alert:focus {
        background-color: #b20019; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .Actions input.disabled.alert:hover, .button.disabled.alert:focus, .Actions input.disabled.alert:focus, .button[disabled].alert:hover, .Actions input[disabled].alert:hover, .button[disabled].alert:focus, .Actions input[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, .Actions input.disabled.alert:hover, .button.disabled.alert:focus, .Actions input.disabled.alert:focus, .button[disabled].alert:hover, .Actions input[disabled].alert:hover, .button[disabled].alert:focus, .Actions input[disabled].alert:focus {
        background-color: #df001f; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .Actions input.disabled.warning, .button[disabled].warning, .Actions input[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .Actions input.disabled.warning:hover, .button.disabled.warning:focus, .Actions input.disabled.warning:focus, .button[disabled].warning:hover, .Actions input[disabled].warning:hover, .button[disabled].warning:focus, .Actions input[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .Actions input.disabled.warning:hover, .button.disabled.warning:focus, .Actions input.disabled.warning:focus, .button[disabled].warning:hover, .Actions input[disabled].warning:hover, .button[disabled].warning:focus, .Actions input[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .Actions input.disabled.warning:hover, .button.disabled.warning:focus, .Actions input.disabled.warning:focus, .button[disabled].warning:hover, .Actions input[disabled].warning:hover, .button[disabled].warning:focus, .Actions input[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .Actions input.disabled.info, .button[disabled].info, .Actions input[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .Actions input.disabled.info:hover, .button.disabled.info:focus, .Actions input.disabled.info:focus, .button[disabled].info:hover, .Actions input[disabled].info:hover, .button[disabled].info:focus, .Actions input[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .Actions input.disabled.info:hover, .button.disabled.info:focus, .Actions input.disabled.info:focus, .button[disabled].info:hover, .Actions input[disabled].info:hover, .button[disabled].info:focus, .Actions input[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .Actions input.disabled.info:hover, .button.disabled.info:focus, .Actions input.disabled.info:focus, .button[disabled].info:hover, .Actions input[disabled].info:hover, .button[disabled].info:focus, .Actions input[disabled].info:focus {
        background-color: #a0d3e8; }

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

@media only screen and (min-width: 40.063em) {
  button, .button, .Actions input {
    display: inline-block; } }
.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li .Actions input, .Actions .button-group.even-2 li input {
      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, .button-group.even-2 li:first-child .Actions input, .Actions .button-group.even-2 li:first-child input {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li .Actions input, .Actions .button-group.even-2 li input {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    display: inline-block;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li .Actions input, .Actions .button-group.even-3 li input {
      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, .button-group.even-3 li:first-child .Actions input, .Actions .button-group.even-3 li:first-child input {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .Actions input, .Actions .button-group.even-3 li input {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li .Actions input, .Actions .button-group.even-4 li input {
      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, .button-group.even-4 li:first-child .Actions input, .Actions .button-group.even-4 li:first-child input {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .Actions input, .Actions .button-group.even-4 li input {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li .Actions input, .Actions .button-group.even-5 li input {
      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, .button-group.even-5 li:first-child .Actions input, .Actions .button-group.even-5 li:first-child input {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .Actions input, .Actions .button-group.even-5 li input {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    display: inline-block;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li .Actions input, .Actions .button-group.even-6 li input {
      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, .button-group.even-6 li:first-child .Actions input, .Actions .button-group.even-6 li:first-child input {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .Actions input, .Actions .button-group.even-6 li input {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    display: inline-block;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li .Actions input, .Actions .button-group.even-7 li input {
      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, .button-group.even-7 li:first-child .Actions input, .Actions .button-group.even-7 li:first-child input {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .Actions input, .Actions .button-group.even-7 li input {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li .Actions input, .Actions .button-group.even-8 li input {
      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, .button-group.even-8 li:first-child .Actions input, .Actions .button-group.even-8 li:first-child input {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .Actions input, .Actions .button-group.even-8 li input {
      width: 100%; }
  .button-group > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button, .button-group > li .Actions input, .Actions .button-group > li input {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child .Actions input, .Actions .button-group > li:first-child input {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .Actions input, .Actions .button-group.stack > li input {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .Actions input, .Actions .button-group.stack > li:first-child input {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .Actions input, .Actions .button-group.stack > li input {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .Actions input, .Actions .button-group.stack > li:first-child input {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .Actions input, .Actions .button-group.stack-for-small > li input {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .Actions input, .Actions .button-group.stack-for-small > li:first-child input {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .Actions input, .Actions .button-group.stack-for-small > li input {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .Actions input, .Actions .button-group.stack-for-small > li:first-child input {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .Actions input, .Actions .button-group.stack-for-small > li input {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .Actions input, .Actions .button-group.stack-for-small > li:first-child input {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * .Actions input, .Actions .button-group.radius > * input {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child .Actions input, .Actions .button-group.radius > *:first-child input {
      border-left: 0; }
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button, .Actions .button-group.radius > * > input {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button, .Actions .button-group.radius > *:first-child > input {
      -webkit-border-bottom-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button, .Actions .button-group.radius > *:last-child > input {
      -webkit-border-bottom-right-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-top-right-radius: 10px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .Actions input, .Actions .button-group.radius.stack > * input {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .Actions input, .Actions .button-group.radius.stack > *:first-child input {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .Actions input, .Actions .button-group.radius.stack > * input {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .Actions input, .Actions .button-group.radius.stack > *:first-child input {
      border-top: 0; }
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button, .Actions .button-group.radius.stack > * > input {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button, .Actions .button-group.radius.stack > *:first-child > input {
      -webkit-top-left-radius: 10px;
      -webkit-top-right-radius: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button, .Actions .button-group.radius.stack > *:last-child > input {
      -webkit-bottom-left-radius: 10px;
      -webkit-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
  @media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .Actions input, .Actions .button-group.radius.stack-for-small > * input {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .Actions input, .Actions .button-group.radius.stack-for-small > *:first-child input {
        border-left: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button, .Actions .button-group.radius.stack-for-small > * > input {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .Actions .button-group.radius.stack-for-small > *:first-child > input {
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .Actions .button-group.radius.stack-for-small > *:last-child > input {
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .Actions input, .Actions .button-group.radius.stack-for-small > * input {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .Actions input, .Actions .button-group.radius.stack-for-small > *:first-child input {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .Actions input, .Actions .button-group.radius.stack-for-small > * input {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .Actions input, .Actions .button-group.radius.stack-for-small > *:first-child input {
        border-top: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button, .Actions .button-group.radius.stack-for-small > * > input {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .Actions .button-group.radius.stack-for-small > *:first-child > input {
        -webkit-top-left-radius: 10px;
        -webkit-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .Actions .button-group.radius.stack-for-small > *:last-child > input {
        -webkit-bottom-left-radius: 10px;
        -webkit-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; } }
  .button-group.round > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button, .button-group.round > * .Actions input, .Actions .button-group.round > * input {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child .Actions input, .Actions .button-group.round > *:first-child input {
      border-left: 0; }
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button, .Actions .button-group.round > * > input {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button, .Actions .button-group.round > *:first-child > input {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button, .Actions .button-group.round > *:last-child > input {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .Actions input, .Actions .button-group.round.stack > * input {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .Actions input, .Actions .button-group.round.stack > *:first-child input {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .Actions input, .Actions .button-group.round.stack > * input {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .Actions input, .Actions .button-group.round.stack > *:first-child input {
      border-top: 0; }
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button, .Actions .button-group.round.stack > * > input {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button, .Actions .button-group.round.stack > *:first-child > input {
      -webkit-top-left-radius: 1.14286rem;
      -webkit-top-right-radius: 1.14286rem;
      border-top-left-radius: 1.14286rem;
      border-top-right-radius: 1.14286rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button, .Actions .button-group.round.stack > *:last-child > input {
      -webkit-bottom-left-radius: 1.14286rem;
      -webkit-bottom-right-radius: 1.14286rem;
      border-bottom-left-radius: 1.14286rem;
      border-bottom-right-radius: 1.14286rem; }
  @media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .Actions input, .Actions .button-group.round.stack-for-small > * input {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .Actions input, .Actions .button-group.round.stack-for-small > *:first-child input {
        border-left: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button, .Actions .button-group.round.stack-for-small > * > input {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .Actions .button-group.round.stack-for-small > *:first-child > input {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .Actions .button-group.round.stack-for-small > *:last-child > input {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .Actions input, .Actions .button-group.round.stack-for-small > * input {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .Actions input, .Actions .button-group.round.stack-for-small > *:first-child input {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .Actions input, .Actions .button-group.round.stack-for-small > * input {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .Actions input, .Actions .button-group.round.stack-for-small > *:first-child input {
        border-top: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button, .Actions .button-group.round.stack-for-small > * > input {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .Actions .button-group.round.stack-for-small > *:first-child > input {
        -webkit-top-left-radius: 1.14286rem;
        -webkit-top-right-radius: 1.14286rem;
        border-top-left-radius: 1.14286rem;
        border-top-right-radius: 1.14286rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .Actions .button-group.round.stack-for-small > *:last-child > input {
        -webkit-bottom-left-radius: 1.14286rem;
        -webkit-bottom-right-radius: 1.14286rem;
        border-bottom-left-radius: 1.14286rem;
        border-bottom-right-radius: 1.14286rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.71429rem; }
  .button-bar .button-group div {
    overflow: hidden; }

.dropdown.button, .Actions input.dropdown, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 4.07143rem; }
  .dropdown.button::after, .Actions input.dropdown::after, button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button::after, .Actions input.dropdown::after, button.dropdown::after {
    border-width: 0.42857rem;
    right: 1.60714rem;
    margin-top: -0.17857rem; }
  .dropdown.button::after, .Actions input.dropdown::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, .Actions input.dropdown.tiny, button.dropdown.tiny {
    padding-right: 3rem; }
    .dropdown.button.tiny:after, .Actions input.dropdown.tiny:after, button.dropdown.tiny:after {
      border-width: 0.42857rem;
      right: 1.28571rem;
      margin-top: -0.14286rem; }
    .dropdown.button.tiny::after, .Actions input.dropdown.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, .Actions input.dropdown.small, button.dropdown.small {
    padding-right: 3.5rem; }
    .dropdown.button.small::after, .Actions input.dropdown.small::after, button.dropdown.small::after {
      border-width: 0.5rem;
      right: 1.5rem;
      margin-top: -0.17857rem; }
    .dropdown.button.small::after, .Actions input.dropdown.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, .Actions input.dropdown.large, button.dropdown.large {
    padding-right: 4.14286rem; }
    .dropdown.button.large::after, .Actions input.dropdown.large::after, button.dropdown.large::after {
      border-width: 0.35714rem;
      right: 1.96429rem;
      margin-top: -0.17857rem; }
    .dropdown.button.large::after, .Actions input.dropdown.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, .Actions input.dropdown.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

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

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.57143rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.57143rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.57143rem; }

/* Label Styles */
label {
  font-size: 1rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right, .horizontal.formLabel label, .horizontal .formLabel label {
    float: none !important;
    text-align: right; }
  label.inline, .horizontal.formLabel label, .horizontal .formLabel label {
    margin: 0 0 1.14286rem 0;
    padding: 0.64286rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

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

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

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

.prefix.button.radius, .Actions input.prefix.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.postfix.button.radius, .Actions input.postfix.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

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

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

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

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

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1rem;
  margin: 0 0 1.14286rem 0;
  padding: 0.57143rem;
  height: 2.64286rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 10px; }

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

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

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

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

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.57143rem;
  font-size: 1rem;
  font-family: "Roboto", Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.64286rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 10px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

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

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

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.42857rem;
  margin: 1.28571rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.21429rem;
    margin: 0;
    margin-left: -0.21429rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.42857rem 0.64286rem 0.64286rem;
  margin-top: -1px;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: normal;
  font-style: italic;
  background: #df001f;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.42857rem 0.64286rem 0.64286rem;
  margin-top: -1px;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: normal;
  font-style: italic;
  background: #df001f;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.14286rem; }
.error label,
.error label.error {
  color: #df001f; }
.error small.error {
  display: block;
  padding: 0.42857rem 0.64286rem 0.64286rem;
  margin-top: -1px;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: normal;
  font-style: italic;
  background: #df001f;
  color: #FFFFFF; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

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

label.error {
  color: #df001f; }

.label {
  font-weight: normal;
  font-family: "Roboto", Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.28571rem 0.57143rem 0.28571rem;
  font-size: 0.78571rem;
  background-color: #b6358b;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 10px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #df001f;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #55b02f;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #2195d9;
    color: #FFFFFF; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

ul.pagination {
  display: block;
  min-height: 1.71429rem;
  margin-left: -0.35714rem; }
  ul.pagination li {
    height: 1.71429rem;
    color: #222222;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.07143rem 0.71429rem 0.07143rem;
      color: #999999;
      background: none;
      border-radius: 10px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a,
    ul.pagination li a:focus, ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #b6358b;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #b6358b; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

.split.button, .Actions input.split {
  position: relative;
  padding-right: 5.78571rem; }
  .split.button span, .Actions input.split span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after, .Actions input.split span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active, .Actions input.split span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span, .Actions input.split span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span, .Actions input.split span {
    width: 3.53571rem; }
    .split.button span:after, .Actions input.split span:after {
      border-top-style: solid;
      border-width: 0.42857rem;
      top: 48%;
      margin-left: -0.42857rem; }
  .split.button span:after, .Actions input.split span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span, .Actions input.split.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after, .Actions input.split.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span, .Actions input.split.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span, .Actions input.split.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny, .Actions input.split.tiny {
    padding-right: 4.28571rem; }
    .split.button.tiny span, .Actions input.split.tiny span {
      width: 2.57143rem; }
      .split.button.tiny span:after, .Actions input.split.tiny span:after {
        border-top-style: solid;
        border-width: 0.42857rem;
        top: 48%;
        margin-left: -0.42857rem; }
  .split.button.small, .Actions input.split.small {
    padding-right: 5rem; }
    .split.button.small span, .Actions input.split.small span {
      width: 3rem; }
      .split.button.small span:after, .Actions input.split.small span:after {
        border-top-style: solid;
        border-width: 0.5rem;
        top: 48%;
        margin-left: -0.42857rem; }
  .split.button.large, .Actions input.split.large {
    padding-right: 6.28571rem; }
    .split.button.large span, .Actions input.split.large span {
      width: 3.92857rem; }
      .split.button.large span:after, .Actions input.split.large span:after {
        border-top-style: solid;
        border-width: 0.35714rem;
        top: 48%;
        margin-left: -0.42857rem; }
  .split.button.expand, .Actions input.split.expand, .Actions #search form input.split.dropdown, #search form .Actions input.split.dropdown, #search form .split.button.dropdown {
    padding-left: 2rem; }
  .split.button.secondary span:after, .Actions input.split.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span, .Actions input.split.radius span {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
  .split.button.round span, .Actions input.split.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .split.button.no-pip span:before, .Actions input.split.no-pip span:before {
    border-style: none; }
  .split.button.no-pip span:after, .Actions input.split.no-pip span:after {
    border-style: none; }
  .split.button.no-pip span > i, .Actions input.split.no-pip span > i {
    top: 50%;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em; }

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #b6358b; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #b6358b; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #52183f;
    color: #b6358b; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0.85714rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #2195d9; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #2195d9 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 10px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #b6358b !important;
    border-bottom: dotted 1px #52183f !important; }

.tap-to-close {
  display: block;
  font-size: 0.71429rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #2195d9 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #2195d9 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 #2195d9;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #2195d9 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
.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; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #b6358b;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #9d2e78; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.25rem;
    line-height: 1.6; }
  p aside {
    font-size: 1rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Roboto, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #b6358b;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #d775b6;
    line-height: 0; }

h1 {
  font-size: 1.57143rem; }

h2 {
  font-size: 0.85714rem; }

h3 {
  font-size: 0.92857rem; }

h4 {
  font-size: 0.78571rem; }

h5 {
  font-size: 1.28571rem; }

h6 {
  font-size: 1rem; }

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

hr {
  border: dashed #313131;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.42857rem 0 1.35714rem;
  height: 0; }

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

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #bbdff5;
  border-width: 1px;
  border-style: solid;
  border-color: #96ceef;
  padding: 0.14286rem 0.35714rem 0.07143rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  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.42857rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.42857rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.42857rem;
    margin-bottom: 0; }

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

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

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

/* Blockquotes */
blockquote {
  margin: 0 0 1.42857rem;
  padding: 0.64286rem 1.42857rem 0 1.35714rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.92857rem;
    color: #cf5ba8; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #cf5ba8; }

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.42857rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.71429rem 0.85714rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 1.07143rem; }

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

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.28571rem; }

  h2 {
    font-size: 1.57143rem; }

  h3 {
    font-size: 1.28571rem; }

  h4 {
    font-size: 1.14286rem; }

  h5 {
    font-size: 1.28571rem; }

  h6 {
    font-size: 1rem; } }
/* small displays */
@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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* large displays */
@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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xlarge displays */
@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, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xxlarge displays */
@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, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

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

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

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

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

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

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

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

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

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

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

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

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

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

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

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

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

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

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

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

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

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

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

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

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

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

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  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; } }
/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

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

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

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

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

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

  th.show-for-print {
    display: table-cell !important; } }
html {
  font-size: 87.5%;
  line-height: 1.57143em; }

html, body {
  line-height: 1.57143em;
  font-size: 12px; }
  @media only screen and (min-width: 40.063em) {
    html, body {
      font-size: 13px; } }
  @media only screen and (min-width: 64.063em) {
    html, body {
      font-size: 14px; } }

a {
  text-decoration: none;
  color: #b6358b; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }
    a:hover.button, a:focus.button, a:active.button {
      text-decoration: none; }

strong, b {
  font-weight: bold; }

em {
  color: #b6358b;
  font-weight: bold;
  font-style: normal;
  display: inline-block; }

p, ul, ol {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Roboto, Arial, sans-serif;
  font-weight: bold;
  color: #b6358b;
  margin: 0;
  font-style: normal;
  line-height: 22px;
  -webkit-text-size-adjust: 100%; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit; }
    h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus {
      color: #b6358b;
      text-decoration: none; }
  h1 a.blue:hover, h1 a.blue:active, h1 a.blue:focus, h2 a.blue:hover, h2 a.blue:active, h2 a.blue:focus, h3 a.blue:hover, h3 a.blue:active, h3 a.blue:focus, h4 a.blue:hover, h4 a.blue:active, h4 a.blue:focus, h5 a.blue:hover, h5 a.blue:active, h5 a.blue:focus, h6 a.blue:hover, h6 a.blue:active, h6 a.blue:focus {
    color: #2195d9;
    text-decoration: none; }

.hidden {
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.divider {
  border-bottom: 1px dotted #c3c3c3; }
  .divider > a:after, .divider > span:after {
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url(/themes/main/images/divider.png);
    background-repeat: no-repeat;
    background-position: left bottom; }

.underline {
  background: none;
  border-bottom: 1px dotted #c3c3c3; }
  .underline.blue a:hover, .underline.blue a:focus, .underline.blue a:active {
    text-decoration: none;
    color: #2195d9; }

h1, .alpha {
  font-size: 2.28571rem;
  line-height: 35px; }

h2, .beta {
  font-size: 1.57143rem; }

h1 strong, .alpha strong, h2 strong, .beta strong, h3 strong, .gamma strong, h4 strong, .delta strong {
  color: #b6358b;
  font-weight: inherit; }
h1 em, .alpha em, h2 em, .beta em, h3 em, .gamma em, h4 em, .delta em {
  color: #b6358b;
  font-size: 0.75em;
  font-style: normal;
  display: block;
  line-height: 1.5; }
h1 b, .alpha b, h2 b, .beta b, h3 b, .gamma b, h4 b, .delta b {
  font-weight: inherit;
  font-size: 0.625em;
  line-height: 1.5; }
h1 b.mini, .alpha b.mini, h2 b.mini, .beta b.mini, h3 b.mini, .gamma b.mini, h4 b.mini, .delta b.mini {
  font-size: 1.14286rem; }

h3, .gamma {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.25;
  padding-top: 0px;
  margin-bottom: 0px; }

h4, .delta {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.33;
  padding-top: 0px;
  margin-bottom: 1px; }

h5, .epsilon, h6, .zeta {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4;
  padding-top: 1px;
  margin-bottom: 2px; }

h2 .heading-link, .beta .heading-link {
  padding-bottom: 6px; }
  h2 .heading-link.no-padded, .beta .heading-link.no-padded {
    padding-right: 0;
    display: inline-block; }
    h2 .heading-link.no-padded:before, h2 .heading-link.no-padded:after, .beta .heading-link.no-padded:before, .beta .heading-link.no-padded:after {
      content: none; }
  h2 .heading-link .heading-display-all, .beta .heading-link .heading-display-all {
    padding-bottom: 7px; }

h3 .heading-link, .gamma .heading-link {
  border: 0;
  padding-bottom: 0; }
  h3 .heading-link .heading-display-all, .gamma .heading-link .heading-display-all {
    padding-bottom: 4px; }

.heading-link, .heading-wrap {
  position: relative;
  padding-bottom: 4px;
  display: block;
  padding-right: 20px; }
.heading-link:hover .heading-display-all {
  color: #b6358b;
  text-decoration: underline; }

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

.heading-link:after {
  clear: both; }

span.heading-sub-title {
  font-size: 1.14286rem;
  color: #313131;
  font-weight: normal;
  line-height: 0; }

.heading-display-all {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  color: #313131;
  font-weight: normal; }
  .heading-display-all .beak {
    padding-left: 16px;
    position: relative; }
    .heading-display-all .beak svg {
      fill: #b6358b;
      position: absolute;
      right: 0;
      bottom: 0; }

img {
  background: #fff; }

#mapa img {
  background: transparent;
  width: auto;
  height: auto;
  max-width: none; }

hr {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  padding: 0;
  margin: 2.14286rem 0; }
  hr.mar-5 {
    margin: 0.14286rem 0; }
  hr.mar-45 {
    margin: 1.57143rem 0; }
  hr.mar-btm-0 {
    margin-bottom: 0; }
  hr.no-border {
    border-bottom: 1px solid transparent; }

ul {
  list-style: none;
  margin-left: 0; }

table.full {
  border-width: 1px 0 0 0;
  width: 100%; }
  table.full tr th, table.full tr td {
    text-align: left; }
  table.full tr th {
    color: #b6358b; }

p.notice {
  font-size: 1rem;
  background: #eaf1f9;
  padding: 15px 15px 10px 15px;
  margin-bottom: 15px; }

.primary-color {
  color: #b6358b; }

.left {
  float: left; }

.right, .horizontal.formLabel label, .horizontal .formLabel label {
  float: right; }

.big {
  font-size: 150%; }

.secondary-color {
  color: #2195d9; }

.blue {
  color: #2195d9; }

.red {
  color: #df001f; }

.orange {
  color: #f39712; }

.green {
  color: #55b02f; }

.imageWithSource {
  display: inline-block !important; }
  .imageWithSource.right, .horizontal.formLabel label.imageWithSource, .horizontal .formLabel label.imageWithSource, .imageWithSource.left {
    margin-bottom: 11px; }
  .imageWithSource.right, .horizontal.formLabel label.imageWithSource, .horizontal .formLabel label.imageWithSource {
    margin-left: 1em; }
  .imageWithSource.left {
    margin-right: 1em; }
  .imageWithSource img.leftAlone, .imageWithSource img.left, .imageWithSource img.right {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .imageWithSource img.left {
    margin-right: 0 !important; }
  .imageWithSource img.right {
    margin-left: 0 !important; }
  .imageWithSource p.img--source {
    text-align: right;
    color: #aeaeae;
    clear: both;
    float: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.typography ul, .typography ol, .typography p, .typography table, .typography div.clearer, .typography header {
  margin-bottom: 22px; }
  .typography ul:last-child, .typography ul.last-child, .typography ol:last-child, .typography ol.last-child, .typography p:last-child, .typography p.last-child, .typography table:last-child, .typography table.last-child, .typography div.clearer:last-child, .typography div.clearer.last-child, .typography header:last-child, .typography header.last-child {
    margin-bottom: 0; }
.typography ul {
  list-style-type: none;
  margin-left: 1em; }
  .typography ul li {
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMSCggSpPufCAAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAA2SURBVAjXY3x75tHZ0g0MDAzG3QGMuxwm/vn6i4GBgYWHnYkBDv7/ZzLuCWThZmPhZjPuCQQA1GYOd9IFZGQAAAAASUVORK5CYII=') no-repeat 0 8px;
    padding-left: 20px; }
.typography ul li ul {
  list-style: disc;
  margin-left: 1.25em;
  margin-bottom: 0;
  background: none; }
.typography ol li ol {
  list-style: decimal;
  margin-bottom: 0; }
  .typography ol li ol li ol {
    list-style: lower-alpha; }
.typography p + ul, .typography p + ol {
  margin-top: -22px; }
.typography h2, .typography h3 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.2;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 4px; }
.typography img {
  margin: 1px; }
.typography h2 img, .typography h3 img {
  margin-bottom: 22px; }
.typography a:hover img, .typography a:active img, .typography a:focus img {
  opacity: 0.8; }
.typography img.right, .typography img.left, .typography .captionImage.right, .typography .horizontal.formLabel label.captionImage, .horizontal.formLabel .typography label.captionImage, .typography .horizontal .formLabel label.captionImage, .horizontal .formLabel .typography label.captionImage, .typography .captionImage.left {
  margin-bottom: 11px; }
.typography img.right, .typography .captionImage.right, .typography .horizontal.formLabel label.captionImage, .horizontal.formLabel .typography label.captionImage, .typography .horizontal .formLabel label.captionImage, .horizontal .formLabel .typography label.captionImage {
  margin-left: 1em; }
.typography img.left, .typography .captionImage.left {
  margin-right: 1em; }
.typography p em, .typography ul em, .typography ol em, .typography table em {
  font-style: italic;
  font-size: 1.07143rem;
  font-weight: normal;
  color: #313131; }
.typography .row {
  padding-bottom: 30px; }
.typography .leftAlone {
  float: none;
  display: block;
  margin: 22px 0; }
.typography .captionImage .leftAlone {
  margin: 0; }
.typography .captionImage .left, .typography .captionImage .right, .typography .captionImage .horizontal.formLabel label, .horizontal.formLabel .typography .captionImage label, .typography .captionImage .horizontal .formLabel label, .horizontal .formLabel .typography .captionImage label {
  margin-bottom: 0; }
.typography .caption {
  color: #b6358b;
  text-align: center;
  font-size: 0.85714em;
  line-height: 1.83333em; }
  .typography .caption.right, .typography .horizontal.formLabel label.caption, .horizontal.formLabel .typography label.caption, .typography .horizontal .formLabel label.caption, .horizontal .formLabel .typography label.caption, .typography .caption.left {
    text-align: center;
    float: none !important; }
  .typography .caption.right, .typography .horizontal.formLabel label.caption, .horizontal.formLabel .typography label.caption, .typography .horizontal .formLabel label.caption, .horizontal .formLabel .typography label.caption {
    padding: 0 4px 0 20px; }
  .typography .caption.left {
    padding: 0 20px 0 4px; }
.typography .center {
  margin: 0 auto;
  display: block; }
.typography .left-align {
  text-align: left; }
.typography .center-align {
  text-align: center; }
.typography .right-align {
  text-align: right; }
.typography img.left-align {
  display: block;
  margin-left: 0;
  margin-right: auto; }
.typography img.center-align {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.typography img.right-align {
  display: block;
  margin-left: auto;
  margin-right: 0; }
.typography table {
  width: 100% !important; }
  .typography table thead {
    background: #f7eaf3; }
    .typography table thead th {
      border: 1px solid #eaeaea;
      text-align: left;
      padding: 8px 10px; }
  .typography table tbody tr.even {
    background: #e6f9fb; }
  .typography table tbody tr td {
    border: 1px solid #eaeaea;
    padding: 5px 10px; }
  .typography table tbody tr.highlight td {
    border-color: #55b02f;
    border-width: 2px 0; }
.typography .bez-oramovania table, .typography table.bez-oramovania {
  border: 0; }
  .typography .bez-oramovania table td, .typography .bez-oramovania table th, .typography table.bez-oramovania td, .typography table.bez-oramovania th {
    border: 0; }
.typography h3 {
  color: #2195d9; }

.beak svg {
  height: 13px; }

.heading-hover-underline a {
  display: block; }
  .heading-hover-underline a:hover {
    text-decoration: underline; }

.message, .alert-box, .message {
  clear: left; }
  .message.good, .message.success, .alert-box.good, .good.message, .alert-box.success, .success.message {
    background-color: #55b02f;
    border-color: #499728;
    color: #FFFFFF; }
  .message.bad, .message.warning, .message.required, .message.validation, .message.error, .alert-box.bad, .bad.message, .alert-box.warning, .warning.message, .alert-box.required, .required.message, .alert-box.validation, .validation.message, .alert-box.error, .error.message {
    background-color: #df001f;
    border-color: #c0001b;
    color: #FFFFFF; }

.holder-required .formLabel label {
  color: #df001f; }

form p {
  margin-bottom: 1.14286rem; }

.Actions input {
  background: #b6358b;
  color: #fff;
  box-shadow: 0 0 0 0 transparent;
  border: 0 none; }
  .Actions input:hover, .Actions input:focus, .Actions input:active {
    background: #2195d9; }

.no-label .formLabel, .no-label .fieldholder-small-label {
  display: none; }

.formField .description {
  display: block;
  margin-bottom: 1.14286rem; }

select, input, small.error {
  max-width: 300px; }

.checkablevisibility .formField:before, .checkablevisibility .formField:after {
  content: " ";
  display: table; }
.checkablevisibility .formField:after {
  clear: both; }
.checkablevisibility .formField input.checkbox {
  float: left;
  width: 10%; }
.checkablevisibility .formField input.text {
  float: left;
  width: 90%; }

.checkboxset .formLabel .left, .optionset .formLabel .left {
  float: none !important; }
.checkboxset .formField ul, .optionset .formField ul {
  margin: 0; }
  .checkboxset .formField ul li, .optionset .formField ul li {
    background: none;
    display: inline-block;
    padding: 0; }

#Locality .formField ul:before, #Locality .formField ul:after {
  content: " ";
  display: table; }
#Locality .formField ul:after {
  clear: both; }
#Locality .formField ul li.odd {
  float: left;
  width: 50%; }
#Locality .formField ul li.even {
  float: right;
  width: 50%; }

#search {
  position: absolute;
  top: 77px;
  right: 15px;
  z-index: 1; }
  #search form#SearchForm_SearchForm input {
    margin: 0; }
  #search form#SearchForm_SearchForm #SearchForm_SearchForm_Search {
    margin-right: 47px;
    border: 0;
    height: 32px;
    width: 17.14286rem;
    font-size: 1rem;
    padding: 0 10px 0 10px; }
  #search form#SearchForm_SearchForm #search-submit {
    display: block;
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0; }
    #search form#SearchForm_SearchForm #search-submit input#SearchForm_SearchForm_action_results {
      width: 32px;
      height: 32px;
      padding: 0;
      display: block;
      z-index: 1;
      background: transparent; }
      #search form#SearchForm_SearchForm #search-submit input#SearchForm_SearchForm_action_results:active, #search form#SearchForm_SearchForm #search-submit input#SearchForm_SearchForm_action_results:hover, #search form#SearchForm_SearchForm #search-submit input#SearchForm_SearchForm_action_results:focus {
        border: 0;
        outline: 0; }
    #search form#SearchForm_SearchForm #search-submit svg {
      fill: #e9c3dc;
      width: 32px;
      height: 32px;
      position: absolute;
      top: 0;
      left: 0; }
    #search form#SearchForm_SearchForm #search-submit:hover svg {
      fill: white; }
  #search form .field {
    clear: both; }
  #search form textarea {
    height: 75px; }
  #search form .optionset label {
    display: inline-block;
    margin-left: 4px; }
  #search form span.custom.checkbox {
    margin-right: 4px; }
  #search form input, #search form textarea, #search form select {
    padding: 7px 10px;
    margin-bottom: 6px; }
    #search form input.parsley-success, #search form textarea.parsley-success, #search form select.parsley-success {
      border-color: #55b02f; }
    #search form input.error, #search form textarea.error, #search form select.error {
      border-color: #df001f; }

select {
  color: #000;
  padding: 10px 10px 4px 10px; }
  select option {
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.75); }

.horizontal .file .formLabel label {
  padding-top: 0; }
.horizontal .no-label .formLabel {
  display: block; }

.readonly {
  padding-bottom: 16px; }

.horizontal .formLabel {
  padding-left: 1.07143rem;
  padding-right: 1.07143rem;
  width: 33.33333%;
  float: left; }
.horizontal .formField {
  padding-left: 1.07143rem;
  padding-right: 1.07143rem;
  width: 66.66667%;
  float: left;
  padding-right: 0; }
  .horizontal .formField .formField {
    padding-left: 0; }
.horizontal.checkbox .formField, .horizontal .checkbox .formField {
  position: relative;
  padding-left: 1.07143rem;
  padding-right: 1.07143rem;
  left: 33.33333%;
  right: auto;
  float: left; }
.horizontal .Actions {
  position: relative;
  left: 33.33333%;
  right: auto; }
  .horizontal .Actions input {
    margin-left: 20px; }

#FoundationMemberLoginForm_LoginForm fieldset {
  background: transparent; }

form .fieldgroup.field {
  padding: 15px 0; }
form .fieldgroup .no-label .formLabel {
  display: none; }
form .fieldgroup .no-label .formField {
  width: 100%;
  padding: 0; }
form .fieldgroup .field {
  clear: none; }
form .fieldgroup.datumy-podujati {
  padding: 0; }
  form .fieldgroup.datumy-podujati:before, form .fieldgroup.datumy-podujati:after {
    content: " ";
    display: table; }
  form .fieldgroup.datumy-podujati:after {
    clear: both; }
  form .fieldgroup.datumy-podujati .fieldgroup-field.odd {
    float: left;
    margin-right: 1.42857rem; }
  form .fieldgroup.datumy-podujati .fieldgroup-field.even {
    float: left; }
form .fieldgroup.katalogove-udaje {
  padding: 0; }

form h3 {
  padding-left: 15px;
  margin-bottom: 10px;
  color: #b6358b; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aeaeae;
  padding-top: 2px; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #aeaeae;
  padding-top: 2px; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aeaeae;
  padding-top: 2px; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aeaeae;
  padding-top: 2px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/themes/main/javascript/slick-1.4.1/slick/ajax-loader.gif) center center no-repeat; }

/* Icons */
/*@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("/themes/main/javascript/slick-1.4.1/slick/fonts/slick.eot");
        src: slick-font-url("/themes/main/javascript/slick-1.4.1/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("/themes/main/javascript/slick-1.4.1/slick/fonts/slick.woff") format("woff"), slick-font-url("/themes/main/javascript/slick-1.4.1/slick/fonts/slick.ttf") format("truetype"), slick-font-url("/themes/main/javascript/slick-1.4.1/slick/fonts/slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
/*
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
    &:hover, &:focus {
        outline: none;
        background: transparent;
        color: transparent;
        &:before {
            opacity: $slick-opacity-on-hover;
        }
    }
    &.slick-disabled:before {
        opacity: $slick-opacity-not-active;
    }
}

.slick-prev:before, .slick-next:before {
    font-family: $slick-font-family;
    font-size: 20px;
    line-height: 1;
    color: $slick-arrow-color;
    opacity: $slick-opacity-default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
    [dir="rtl"] & {
        left: auto;
        right: -25px;
    }
    &:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }
}

.slick-next {
    right: -25px;
    [dir="rtl"] & {
        left: -25px;
        right: auto;
    }
    &:before {
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }
}
*/
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -10px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 5px;
    width: 50px;
    margin-left: 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #f7eaf3;
      display: block;
      height: 5px;
      width: 50px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      margin: 0;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus, .slick-dots li button:active {
        outline: none; }
    .slick-dots li:hover button, .slick-dots li.slick-active button {
      background: #b6358b; }

.header--logo #Logo {
  /*position: absolute;
  left: -5px;
  top: 10px;
  text-align: center;*/ }
  .header--logo #Logo a {
    display: inline-block; }
  .header--logo #Logo img {
    width: 252px;
    height: 124px; }

@media only screen and (min-width: 64.063em) {
  #Logo {
    top: 15px;
    margin: 0;
    z-index: 2; } }
@media (min-width: 1025px) {
  .header--right nav.primary ul li.link a.menu-item-link:hover, .header--right nav.primary ul li.link a.menu-item-link:active, .header--right nav.primary ul li.link a.menu-item-link:focus {
    text-decoration: none;
    background: #2195d9;
    border-right: 1px solid #2195d9; }
    .header--right nav.primary ul li.link a.menu-item-link:hover .menu-item-wrap, .header--right nav.primary ul li.link a.menu-item-link:active .menu-item-wrap, .header--right nav.primary ul li.link a.menu-item-link:focus .menu-item-wrap {
      border-right: 1px solid #2195d9; } }
.header--right nav.primary {
  width: 400px;
  height: 100%;
  position: relative; }
  .header--right nav.primary ul {
    height: 100%; }
    .header--right nav.primary ul li {
      float: left; }
      .header--right nav.primary ul li.link {
        width: 50%;
        height: 100%;
        display: table;
        border-spacing: 0;
        border-collapse: collapse; }
        .header--right nav.primary ul li.link.last {
          margin-left: -2px; }
        .header--right nav.primary ul li.link a.menu-item-link {
          color: #fff;
          display: block;
          height: 100%;
          display: table-cell;
          vertical-align: middle;
          width: 100%;
          border-right: 1px solid #b6358b; }
          .header--right nav.primary ul li.link a.menu-item-link:active, .header--right nav.primary ul li.link a.menu-item-link:focus {
            text-decoration: none; }
        .header--right nav.primary ul li.link a .menu-item {
          display: block;
          margin: 0 15px;
          line-height: 1.46429rem;
          background: url(/themes/main/images/beak_down_white.png);
          background-repeat: no-repeat;
          background-position: right center;
          padding-right: 15px; }
          .header--right nav.primary ul li.link a .menu-item-title {
            display: block;
            font-size: 1.14286rem;
            font-weight: bold; }
          .header--right nav.primary ul li.link a .menu-item-sub-title {
            display: block;
            font-size: 1rem; }
          .header--right nav.primary ul li.link a .menu-item-wrap {
            display: block;
            border-right: 1px dashed white; }
      .header--right nav.primary ul li ul {
        z-index: 1;
        display: block; }
        .header--right nav.primary ul li ul.sub-menu {
          background: rgba(255, 255, 255, 0.95);
          margin: 0;
          padding: 0;
          position: absolute;
          top: 62px;
          left: 0;
          width: 100%;
          height: auto;
          border-bottom: 5px solid #b6358b;
          padding: 0 15px;
          display: none;
          opacity: 0;
          visibility: hidden;
          z-index: 2; }
          .header--right nav.primary ul li ul.sub-menu li {
            position: relative;
            display: table;
            width: 100%;
            border-bottom: 1px solid #f0f0f0; }
            .header--right nav.primary ul li ul.sub-menu li.last {
              border-bottom: 1px solid transparent; }
            .header--right nav.primary ul li ul.sub-menu li svg {
              fill: #b6358b; }
            .header--right nav.primary ul li ul.sub-menu li a.sub-menu-item {
              display: block;
              color: #313131;
              font-size: 1.14286rem;
              padding-left: 20px;
              height: 32px;
              background: url(/themes/main/images/beak_right_violet.png);
              background-repeat: no-repeat;
              background-position: left center;
              line-height: 32px; }
              .header--right nav.primary ul li ul.sub-menu li a.sub-menu-item:hover, .header--right nav.primary ul li ul.sub-menu li a.sub-menu-item.active {
                color: #b6358b;
                text-decoration: underline; }
              .header--right nav.primary ul li ul.sub-menu li a.sub-menu-item.active {
                font-weight: bold; }
            .header--right nav.primary ul li ul.sub-menu li .filters {
              position: relative; }
              .header--right nav.primary ul li ul.sub-menu li .filters a.sub-menu-filter {
                display: block;
                float: left;
                color: white;
                font-size: 0.85714rem;
                min-width: 70px;
                height: 20px;
                background: #d654a7;
                text-align: center;
                line-height: 20px;
                margin-right: 10px;
                margin-bottom: 5px; }
                .header--right nav.primary ul li ul.sub-menu li .filters a.sub-menu-filter:hover, .header--right nav.primary ul li ul.sub-menu li .filters a.sub-menu-filter.active {
                  background: #b6358b;
                  text-decoration: none; }
              .header--right nav.primary ul li ul.sub-menu li .filters a#cancel-filter {
                background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEEwMTEzRTVFNEQ0MTFFNDk4Q0Q4QUQ5NUZFRjgzN0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEEwMTEzRTZFNEQ0MTFFNDk4Q0Q4QUQ5NUZFRjgzN0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQTAxMTNFM0U0RDQxMUU0OThDRDhBRDk1RkVGODM3QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQTAxMTNFNEU0RDQxMUU0OThDRDhBRDk1RkVGODM3QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq3U2MYAAABISURBVHjadM7RCQAgCARQPVqkoRuuaYxAwo7TP/WJN+baYWZufQUSRAfuHtko+D6gDCv8IoCunYFCoV5DZWAIlYEhGvDBI8AACNESo3NHMOwAAAAASUVORK5CYII=');
                background-repeat: no-repeat;
                background-position: center center;
                display: block;
                width: 20px;
                height: 20px;
                position: absolute;
                right: -20px; }

span.vertical-menu-divider {
  padding: 0 10px; }

nav.secondary {
  margin-bottom: 20px; }
nav#sub-navigation {
  display: table;
  width: 100%; }
  nav#sub-navigation .sub-navigation--item {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    background: #2195d9;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative; }
    nav#sub-navigation .sub-navigation--item > span {
      position: relative;
      display: block;
      padding: 0 1.07143rem;
      margin: 0.71429rem 0; }
      nav#sub-navigation .sub-navigation--item > span:after {
        content: "";
        display: block;
        border-right: 1px dashed #FFFFFF;
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; }
    nav#sub-navigation .sub-navigation--item.last > span:after {
      content: none; }
    nav#sub-navigation .sub-navigation--item:hover, nav#sub-navigation .sub-navigation--item:focus, nav#sub-navigation .sub-navigation--item.active {
      color: #2195d9;
      background: #cbe6f6; }
      nav#sub-navigation .sub-navigation--item:hover:before, nav#sub-navigation .sub-navigation--item:focus:before, nav#sub-navigation .sub-navigation--item.active:before {
        content: "";
        display: block;
        border-left: 1px solid #cbe6f6;
        width: 1px;
        height: 100%;
        position: absolute;
        left: -1px;
        top: 0; }
      nav#sub-navigation .sub-navigation--item:hover > span:before, nav#sub-navigation .sub-navigation--item:focus > span:before, nav#sub-navigation .sub-navigation--item.active > span:before {
        content: "";
        display: block;
        border-left: 1px dashed #cbe6f6;
        width: 1px;
        height: 100%;
        position: absolute;
        left: -1px;
        top: 0; }
      nav#sub-navigation .sub-navigation--item:hover > span:after, nav#sub-navigation .sub-navigation--item:focus > span:after, nav#sub-navigation .sub-navigation--item.active > span:after {
        border-right: 1px dashed #cbe6f6; }
      nav#sub-navigation .sub-navigation--item:hover.first:before, nav#sub-navigation .sub-navigation--item:focus.first:before, nav#sub-navigation .sub-navigation--item.active.first:before {
        content: none; }
      nav#sub-navigation .sub-navigation--item:hover.first > span:before, nav#sub-navigation .sub-navigation--item:focus.first > span:before, nav#sub-navigation .sub-navigation--item.active.first > span:before {
        content: none; }

.header--right nav.primary ul#menu-region {
  padding: 0 20px; }
  .header--right nav.primary ul#menu-region li svg#mapa {
    margin: 20px 0 15px 0;
    fill: #93cbed; }
    .header--right nav.primary ul#menu-region li svg#mapa a polygon, .header--right nav.primary ul#menu-region li svg#mapa a path {
      fill: #e1f4ff; }
    .header--right nav.primary ul#menu-region li svg#mapa a text {
      fill: #93cbed;
      font-size: 12px; }
    .header--right nav.primary ul#menu-region li svg#mapa a.kraj:hover {
      text-decoration: none; }
      .header--right nav.primary ul#menu-region li svg#mapa a.kraj:hover polygon, .header--right nav.primary ul#menu-region li svg#mapa a.kraj:hover path {
        fill: #f7eaf3; }
      .header--right nav.primary ul#menu-region li svg#mapa a.kraj:hover text {
        fill: #b6358b; }
  .header--right nav.primary ul#menu-region li .filters {
    padding: 0;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0; }
    .header--right nav.primary ul#menu-region li .filters a.sub-menu-filter {
      float: none; }
  .header--right nav.primary ul#menu-region li .region-zahranicie {
    position: absolute;
    color: #2195d9; }

.header {
  position: relative;
  height: 124px; }
  .header--logo {
    position: absolute;
    top: 0;
    left: 0; }
  .header--right {
    margin-left: 282px;
    position: relative; }
    .header--right--top, .header--right--bottom {
      height: 62px; }
    .header--right--top {
      background-color: #f7eaf3;
      background-image: url(/themes/main/images/tip_text.png);
      background-repeat: no-repeat;
      background-position: 40px center;
      display: table;
      width: 100%;
      padding: 0 15px; }
      .header--right--top .buttons {
        display: table-cell;
        vertical-align: middle; }
        .header--right--top .buttons ul.header--actions {
          float: right; }
          .header--right--top .buttons ul.header--actions li {
            display: block;
            float: left;
            margin-right: 5px; }
            .header--right--top .buttons ul.header--actions li#pridat_clanok {
              margin-right: 0; }
              .header--right--top .buttons ul.header--actions li#pridat_clanok a.button {
                background: #55b02f; }
                .header--right--top .buttons ul.header--actions li#pridat_clanok a.button:hover {
                  background: #2195d9; }
            .header--right--top .buttons ul.header--actions li#hladat {
              margin-right: 0; }
              .header--right--top .buttons ul.header--actions li#hladat a.button {
                display: none;
                background: #b6358b;
                padding: 5px 0; }
                .header--right--top .buttons ul.header--actions li#hladat a.button svg {
                  width: 20px;
                  fill: #e9c3dc; }
                .header--right--top .buttons ul.header--actions li#hladat a.button:hover svg {
                  fill: white; }
            .header--right--top .buttons ul.header--actions li a.button.icon {
              padding-left: 0;
              padding-right: 0;
              width: 32px;
              background: url(/themes/main/images/header_icons_1.png);
              background-repeat: no-repeat; }
              .header--right--top .buttons ul.header--actions li a.button.icon#instagram {
                background-position: 0 0; }
                .header--right--top .buttons ul.header--actions li a.button.icon#instagram:hover {
                  background-position: 0 -32px; }
              .header--right--top .buttons ul.header--actions li a.button.icon#facebook {
                background-position: -32px 0; }
                .header--right--top .buttons ul.header--actions li a.button.icon#facebook:hover {
                  background-position: -32px -32px; }
              .header--right--top .buttons ul.header--actions li a.button.icon#twitter {
                background-position: -64px 0; }
                .header--right--top .buttons ul.header--actions li a.button.icon#twitter:hover {
                  background-position: -64px -32px; }
              .header--right--top .buttons ul.header--actions li a.button.icon#pinterest {
                background-position: -96px 0; }
                .header--right--top .buttons ul.header--actions li a.button.icon#pinterest:hover {
                  background-position: -96px -32px; }
              .header--right--top .buttons ul.header--actions li a.button.icon#rss {
                background-position: -128px 0; }
                .header--right--top .buttons ul.header--actions li a.button.icon#rss:hover {
                  background-position: -128px -32px; }
              .header--right--top .buttons ul.header--actions li a.button.icon#newsletter {
                background-position: -160px 0; }
                .header--right--top .buttons ul.header--actions li a.button.icon#newsletter:hover {
                  background-position: -160px -32px; }
              .header--right--top .buttons ul.header--actions li a.button.icon#login {
                background-position: -192px 0; }
                .header--right--top .buttons ul.header--actions li a.button.icon#login:hover {
                  background-position: -192px -32px; }
              .header--right--top .buttons ul.header--actions li a.button.icon#member {
                background-position: -224px 0; }
                .header--right--top .buttons ul.header--actions li a.button.icon#member:hover {
                  background-position: -224px -32px; }
    .header--right--bottom {
      background-color: #b6358b;
      position: relative; }

#Lang {
  position: absolute;
  right: 0;
  top: 39px;
  right: 10px; }
  #Lang a, #Lang span {
    display: block;
    float: left;
    border-radius: 16px;
    text-decoration: none;
    text-align: center;
    font-size: 1rem; }
  #Lang a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 4px;
    color: #313131; }
    #Lang a span {
      width: 28px;
      height: 28px;
      line-height: 28px; }
    #Lang a.active {
      background: rgba(255, 255, 255, 0.9);
      color: #b6358b; }
    #Lang a.active span, #Lang a:hover span, #Lang a:focus span, #Lang a:active span {
      border: 1px #313131 dashed;
      line-height: 26px; }

@media only screen and (min-width: 64.063em) {
  #Lang {
    top: 44px;
    right: -125px; } }
#footer-container {
  color: white;
  font-size: 0.92857rem;
  padding: 0; }
  #footer-container h4 {
    margin: 0 0 15px 0; }
  #footer-container #footer {
    background: #b6358b;
    padding: 30px 15px; }
    #footer-container #footer a {
      color: white; }
    #footer-container #footer #copyright {
      text-align: left;
      position: absolute; }
    #footer-container #footer--menu {
      text-align: right; }
      #footer-container #footer--menu a.current {
        text-decoration: underline; }
    #footer-container #footer span.vertical-menu-divider {
      color: #f7c9e9; }
    #footer-container #footer a.webmax {
      text-decoration: none; }
      #footer-container #footer a.webmax:hover, #footer-container #footer a.webmax:focus, #footer-container #footer a.webmax:active {
        text-decoration: none; }
        #footer-container #footer a.webmax:hover strong, #footer-container #footer a.webmax:focus strong, #footer-container #footer a.webmax:active strong {
          text-decoration: underline; }

@media only screen and (min-width: 64.063em) {
  /*  p#copyright {text-align: left;}
    p#webmax {text-align: right;}*/ }
@media (max-width: 1024px) {
  #footer-container #footer p {
    width: 100%;
    text-align: center !important; }
    #footer-container #footer p#copyright {
      margin-top: 15px;
      position: static; } }
.box {
  position: relative; }
  .box-table {
    display: table;
    width: 100%; }
    .box-table-cell {
      display: table-cell;
      border-bottom: 1px solid #f0f0f0; }
      .box-table-cell.last {
        border-bottom: 1px solid transparent; }
      .box-table-cell h3 {
        position: relative;
        font-size: 1.07143rem;
        line-height: 1.3rem;
        color: #313131;
        font-weight: normal; }
        .box-table-cell h3 em {
          position: absolute;
          font-size: 1.07143rem;
          line-height: 1.3rem; }
        .box-table-cell h3 span {
          margin-left: 20px;
          display: block; }
    .box-table-left-50 {
      float: left;
      width: 50%; }
      .box-table-left-50 > span {
        display: block;
        margin-right: 0.17857rem; }
    .box-table-right-50 {
      float: left;
      width: 50%; }
      .box-table-right-50 > span {
        display: block;
        margin-left: 0.17857rem; }
  .box-static {
    position: static; }
    .box-static .column__content .text__padded-bottom-0, .box-static .column__content .text__padded-bottom-1, .box-static .column__content .text__padded-bottom-2 {
      line-height: 1.28571rem;
      margin-top: 5px; }
    .box-static .column__content .text__padded-bottom-1 {
      padding-bottom: 2.57143rem; }
    .box-static .column__content .text__padded-bottom-2 {
      padding-bottom: 3.85714rem; }
    .box-static .column__content .bottom {
      position: absolute;
      bottom: 0; }

html.js .js-none {
  display: none; }
html.no-js .header--right nav.primary ul li:hover ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible; }
html.no-js .carousel div.slide {
  display: none; }
  html.no-js .carousel div.slide.first {
    display: block; }
html.no-js .kalendar-box #kalendar-dni-wrap {
  display: none; }
html.no-js .kalendar-box #kalendar-wrap {
  overflow-y: auto; }

@media (max-width: 1000px) {
  html.no-js .header--right--top .buttons ul.header--actions li#hladat:hover #search {
    display: block;
    top: 0;
    right: 0; } }
body {
  background: #e6f9fb; }

#body.disableCopying .typography {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none; }
  #body.disableCopying .typography img {
    pointer-events: none; }

#Skin, #Flash, .desktop-only {
  display: none; }

.banner {
  text-align: center;
  background: #fff; }

#Sidebar {
  position: relative; }
  #Sidebar .banner {
    margin-bottom: 20px; }
    @media only screen and (min-width: 40.063em) {
      #Sidebar .banner {
        margin-bottom: 25px; } }
    @media only screen and (min-width: 64.063em) {
      #Sidebar .banner {
        margin-bottom: 30px; } }

@media (min-width: 1100px) {
  .desktop-only {
    display: block; }

  .mobile-only {
    display: none; }

  #Skin {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    text-align: center; }

  #Flash {
    display: block;
    position: absolute;
    left: 50%;
    top: 32px;
    width: 348px;
    height: 210px;
    margin-left: 23px; }

  #body {
    position: relative;
    top: 0;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 1090px; } }
/*
.defaultSkin table.mceLayout {
	margin: 0 0 $form-spacing 0;
}*/
/*
#div-gpt-ad-1426676921190-0 {
  &, iframe, img {
	width: 100% !important; height: auto !important;
  }
}
*/
button, .button, .Actions input, .Actions input {
  font-size: 1.14286rem;
  font-weight: bold;
  padding: 0px 14px;
  height: 32px;
  line-height: 32px;
  margin: 0; }

.blue {
  color: #2195d9; }
  .blue .beak svg {
    fill: #2195d9; }

.beak-next-box, .beak-previous-box {
  width: 100%;
  height: 25px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eaeaea;
  display: none; }
  .beak-next-box:hover, .beak-previous-box:hover {
    background-color: #a6d5f0; }
  .beak-next-box.disabled:hover, .beak-previous-box.disabled:hover {
    background-color: #eaeaea;
    cursor: default; }

.beak-next-box {
  background-image: url(/themes/main/images/beak_down_white.png); }

.beak-previous-box {
  background-image: url(/themes/main/images/beak_up_white.png); }

.row {
  background: #fff; }

.row__inner {
  padding: 0 1.07143rem; }

.column__padded {
  padding: 20px;
  /*background: rgba(#66aa00, 0.3);*/ }

@media only screen and (min-width: 40.063em) {
  .row--73 .medium-70p {
    width: 68.9%; }
  .row--73 .medium-30p {
    width: 31.1%; } }
.row--73.row--73--height .column--7 .column__content {
  height: 180px;
  overflow: hidden; }
  .row--73.row--73--height .column--7 .column__content img {
    height: 100%;
    width: auto;
    max-width: inherit; }
    @media (min-width: 505px) {
      .row--73.row--73--height .column--7 .column__content img {
        width: 100%;
        height: auto; } }
.row--73.row--73--height .column--3 .column__content {
  height: 60px;
  max-width: 468px;
  width: 100%;
  margin: 0 auto; }
  .row--73.row--73--height .column--3 .column__content img {
    width: 468px;
    height: 60px; }
@media only screen and (min-width: 40.063em) {
  .row--73.row--73--height .column--3 .column__content, .row--73.row--73--height .column--7 .column__content {
    height: 200px; }
    .row--73.row--73--height .column--3 .column__content img, .row--73.row--73--height .column--7 .column__content img {
      height: 100%;
      width: auto; } }
@media (min-width: 735px) {
  .row--73.row--73--height .column--3 .column__content, .row--73.row--73--height .column--7 .column__content {
    height: 250px; } }
@media (min-width: 855px) {
  .row--73.row--73--height .column--3 .column__content, .row--73.row--73--height .column--7 .column__content {
    height: 300px; } }
@media (min-width: 1130px) {
  .row--73 .column--7 {
    width: 730px; }
  .row--73 .column--3 {
    width: 330px; } }

.row--7300 .column--3 {
  display: none;
  width: 100%; }
.row--7300 .column--7 {
  width: 100%; }
.row--7300 .column__content {
  height: 200px; }
@media (min-width: 748px) {
  .row--7300 .column__content {
    height: 300px; }
  .row--7300 .row__inner {
    position: relative; }
  .row--7300 .column--3 {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    width: 330px; }
  .row--7300 .column--7 {
    padding-right: 330px; } }

.space-bottom-base {
  padding-bottom: 22px; }

.space-top-base {
  padding-top: 22px; }

.space-top-small {
  padding-top: 13.33333px; }
  @media only screen and (min-width: 40.063em) {
    .space-top-small {
      padding-top: 16.66667px; } }
  @media only screen and (min-width: 64.063em) {
    .space-top-small {
      padding-top: 20px; } }

.space-bottom-small {
  padding-bottom: 13.33333px; }
  @media only screen and (min-width: 40.063em) {
    .space-bottom-small {
      padding-bottom: 16.66667px; } }
  @media only screen and (min-width: 64.063em) {
    .space-bottom-small {
      padding-bottom: 20px; } }

.space-small-bottom-small {
  padding-bottom: 13.33333px; }
  @media only screen and (min-width: 40.063em) {
    .space-small-bottom-small {
      padding-bottom: 16.66667px; } }
  @media only screen and (min-width: 64.063em) {
    .space-small-bottom-small {
      padding-bottom: 20px; } }

.space-top-standard {
  padding-top: 20px; }
  @media only screen and (min-width: 40.063em) {
    .space-top-standard {
      padding-top: 25px; } }
  @media only screen and (min-width: 64.063em) {
    .space-top-standard {
      padding-top: 30px; } }

.space-bottom-standard {
  padding-bottom: 20px; }
  @media only screen and (min-width: 40.063em) {
    .space-bottom-standard {
      padding-bottom: 25px; } }
  @media only screen and (min-width: 64.063em) {
    .space-bottom-standard {
      padding-bottom: 30px; } }

.space-small-bottom-standard {
  padding-bottom: 20px; }
  @media only screen and (min-width: 40.063em) {
    .space-small-bottom-standard {
      padding-bottom: 25px; } }
  @media only screen and (min-width: 64.063em) {
    .space-small-bottom-standard {
      padding-bottom: 30px; } }

.space-top-big {
  padding-top: 33.33333px; }
  @media only screen and (min-width: 40.063em) {
    .space-top-big {
      padding-top: 41.66667px; } }
  @media only screen and (min-width: 64.063em) {
    .space-top-big {
      padding-top: 50px; } }

.space-bottom-big {
  padding-bottom: 33.33333px; }
  @media only screen and (min-width: 40.063em) {
    .space-bottom-big {
      padding-bottom: 41.66667px; } }
  @media only screen and (min-width: 64.063em) {
    .space-bottom-big {
      padding-bottom: 50px; } }

.space-small-bottom-big {
  padding-bottom: 33.33333px; }
  @media only screen and (min-width: 40.063em) {
    .space-small-bottom-big {
      padding-bottom: 41.66667px; } }
  @media only screen and (min-width: 64.063em) {
    .space-small-bottom-big {
      padding-bottom: 50px; } }

.space-bottom-oneandhalf {
  padding-bottom: 30px; }
  @media only screen and (min-width: 40.063em) {
    .space-bottom-oneandhalf {
      padding-bottom: 37.5px; } }
  @media only screen and (min-width: 64.063em) {
    .space-bottom-oneandhalf {
      padding-bottom: 45px; } }

.space-bottom-small, .tretinka, .polovicka, .stvrtinka {
  padding-bottom: 20px; }
  @media only screen and (min-width: 40.063em) {
    .space-bottom-small, .tretinka, .polovicka, .stvrtinka {
      padding-bottom: 25px; } }
  @media only screen and (min-width: 64.063em) {
    .space-bottom-small, .tretinka, .polovicka, .stvrtinka {
      padding-bottom: 30px; } }

.space-top-zero {
  margin-top: 0;
  padding: 0; }

.relative {
  position: relative; }

.transparent, .transparent img, .animation, .animation img {
  background: transparent; }

a.a-img {
  display: block; }
  a.a-img img {
    display: block; }
  a.a-img, a.a-img:hover, a.a-img:focus, a.a-img:active {
    outline: none;
    border: 0; }

small {
  font-size: 0.85714rem; }

svg.time, svg.pin {
  display: inline;
  width: 12px;
  height: 12px;
  fill: #2195d9; }

.img-hover {
  position: relative; }
  .img-hover-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block; }
    .img-hover-background:hover {
      background: rgba(255, 255, 255, 0.2); }

.content {
  margin: 20px 0; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 1.07143rem; }

#button-Comments {
  float: left;
  margin-top: 10px; }
  #button-Comments a {
    height: 30px;
    line-height: 30px; }

#event-images-wrap {
  height: 100%;
  overflow-y: hidden; }
#event-info em {
  position: absolute;
  display: block; }
  #event-info em + span {
    margin-left: 7.14286rem;
    display: block; }
#event-info .ranking {
  padding-left: 0;
  height: auto; }
#event-info-header {
  position: relative;
  margin-top: 10px; }
  #event-info-header-left {
    padding-right: 128px; }
  #event-info-header-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
#event-info-footer-left {
  padding-top: 10px; }
#event-info-footer-right {
  float: right;
  margin-left: 10px;
  padding-top: 10px; }
#event-info-footer hr {
  margin: 1.07143rem 0; }
#event-info-footer-upozornenie {
  color: #aeaeae;
  font-size: 0.85714rem; }
#event-info-header-left, #event-info-footer-left {
  display: block;
  color: #aeaeae;
  font-size: 0.92857rem; }
  #event-info-header-left a, #event-info-footer-left a {
    color: #aeaeae; }

@media only screen and (min-width: 40.063em) {
  .space-small-bottom-big {
    padding-bottom: 0; }

  .space-small-bottom-standard {
    padding-bottom: 0; }

  .space-small-bottom-small {
    padding-bottom: 0; } }
@media (max-width: 1100px) {
  #search form#SearchForm_SearchForm #SearchForm_SearchForm_Search {
    width: 180px; } }
@media (max-width: 1024px) {
  .header #search {
    display: none;
    top: 0;
    right: 0; }
    .header #search form#SearchForm_SearchForm #SearchForm_SearchForm_Search {
      margin-right: 32px; }
    .header #search form#SearchForm_SearchForm #search-submit svg {
      display: none; }
  .header--right--top {
    background-image: none; }
    .header--right--top .buttons ul.header--actions li#pridat_clanok {
      margin-right: 5px; }
    .header--right--top .buttons ul.header--actions li#hladat {
      position: relative; }
      .header--right--top .buttons ul.header--actions li#hladat a.button {
        display: block; }
  .header--right--bottom {
    position: static; }
    .header--right--bottom nav.primary {
      width: 100%; }
      .header--right--bottom nav.primary ul li.link.last a .menu-item-wrap {
        border-right: 0; } }
@media (max-width: 810px) {
  .najcitanejsie-box-wrap .heading-title span {
    display: none; }
  .najcitanejsie-box-wrap .heading-sub-title {
    display: none; } }
@media (max-width: 792px) {
  .header--right--top {
    background-image: none; }
    .header--right--top .buttons {
      line-height: 0;
      text-align: center; }
      .header--right--top .buttons ul.header--actions {
        float: none;
        display: inline-block; }
        .header--right--top .buttons ul.header--actions li#pridat_clanok a.button {
          padding: 0;
          width: 32px; }
          .header--right--top .buttons ul.header--actions li#pridat_clanok a.button span {
            display: none; } }
@media (max-width: 768px) {
  .kalendar-box img {
    display: none; } }
@media (max-width: 695px) {
  .header {
    height: auto; }
    .header--logo {
      position: static;
      text-align: center; }
    .header--right {
      margin: 0;
      margin-top: 20px; }
      .header--right--top .buttons ul.header--actions li#pridat_clanok a.button {
        padding: 0 14px;
        width: auto; }
        .header--right--top .buttons ul.header--actions li#pridat_clanok a.button span {
          display: inline; } }
@media (max-width: 641px) {
  .kalendar-box-wrap {
    float: left !important; }
  .kalendar-box img {
    display: block; }

  .najcitanejsie-box-wrap .heading-title span {
    display: inline; }
  .najcitanejsie-box-wrap .heading-sub-title {
    display: inline; } }
@media (max-width: 600px) {
  .header--right--top {
    background-image: none; }
    .header--right--top .buttons {
      line-height: 0;
      text-align: center; }
      .header--right--top .buttons ul.header--actions {
        float: none;
        display: inline-block; } }
@media (max-width: 498px) {
  .header #search form#SearchForm_SearchForm #SearchForm_SearchForm_Search {
    height: 28px;
    margin-right: 28px; }
  .header #search form#SearchForm_SearchForm #search-submit {
    height: 28px;
    width: 28px; }
  .header--right--top .buttons ul.header--actions li {
    margin-right: 4px; }
    .header--right--top .buttons ul.header--actions li#pridat_clanok {
      margin-right: 4px; }
    .header--right--top .buttons ul.header--actions li#hladat a.button {
      padding: 3px 0; }
      .header--right--top .buttons ul.header--actions li#hladat a.button svg {
        width: 16px; }
    .header--right--top .buttons ul.header--actions li a.button {
      height: 28px;
      line-height: 28px; }
      .header--right--top .buttons ul.header--actions li a.button.icon {
        width: 28px;
        background-size: 224px 56px;
        /*-4px*/ }
        .header--right--top .buttons ul.header--actions li a.button.icon#instagram {
          background-position: 0 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#instagram:hover {
            background-position: 0 -28px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#facebook {
          background-position: -28px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#facebook:hover {
            background-position: -28px -28px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#twitter {
          background-position: -56px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#twitter:hover {
            background-position: -56px -28px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#pinterest {
          background-position: -84px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#pinterest:hover {
            background-position: -84px -28px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#rss {
          background-position: -112px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#rss:hover {
            background-position: -112px -28px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#newsletter {
          background-position: -140px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#newsletter:hover {
            background-position: -140px -28px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#login {
          background-position: -168px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#login:hover {
            background-position: -168px -28px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#member {
          background-position: -196px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#member:hover {
            background-position: -196px -28px; } }
@media (max-width: 470px) {
  .header--right--top .buttons ul.header--actions li#pridat_clanok a.button {
    padding: 0;
    width: 28px; }
    .header--right--top .buttons ul.header--actions li#pridat_clanok a.button span {
      display: none; }

  .katalog-box-wrap .heading-display-all .text {
    display: none; } }
@media (max-width: 400px) {
  .najcitanejsie-box-wrap .heading-title span {
    display: none; }
  .najcitanejsie-box-wrap .heading-sub-title {
    display: none; }

  #event-images-wrap {
    height: 100%;
    overflow-y: hidden; }
  #event-info em {
    position: static; }
    #event-info em + span {
      margin-left: 0; } }
@media (max-width: 355px) {
  .header #search form#SearchForm_SearchForm #SearchForm_SearchForm_Search {
    height: 24px;
    margin-right: 24px; }
  .header #search form#SearchForm_SearchForm #search-submit {
    height: 24px;
    width: 24px; }
  .header--right--top {
    padding: 0 4px; }
    .header--right--top .buttons ul.header--actions li#hladat a.button {
      padding: 2px 0; }
      .header--right--top .buttons ul.header--actions li#hladat a.button svg {
        width: 15px; }
    .header--right--top .buttons ul.header--actions li#pridat_clanok a.button {
      width: 24px; }
    .header--right--top .buttons ul.header--actions li a.button {
      height: 24px;
      line-height: 24px; }
      .header--right--top .buttons ul.header--actions li a.button.icon {
        width: 24px;
        background-size: 192px 48px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#instagram {
          background-position: 0 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#instagram:hover {
            background-position: 0 -24px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#facebook {
          background-position: -24px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#facebook:hover {
            background-position: -24px -24px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#twitter {
          background-position: -48px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#twitter:hover {
            background-position: -48px -24px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#pinterest {
          background-position: -72px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#pinterest:hover {
            background-position: -72px -24px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#rss {
          background-position: -96px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#rss:hover {
            background-position: -96px -24px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#newsletter {
          background-position: -120px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#newsletter:hover {
            background-position: -120px -24px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#login {
          background-position: -144px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#login:hover {
            background-position: -144px -24px; }
        .header--right--top .buttons ul.header--actions li a.button.icon#member {
          background-position: -168px 0; }
          .header--right--top .buttons ul.header--actions li a.button.icon#member:hover {
            background-position: -168px -24px; } }
@media (max-width: 335px) {
  .katalog-box-wrap .heading-title span {
    display: none; }
  .katalog-box-wrap .heading-sub-title {
    display: none; } }
#similar-events h2 {
  color: #2195d9;
  margin-bottom: 15px; }
#similar-events ul li {
  background: none;
  padding-left: 10px; }
  #similar-events ul li .beak {
    position: relative;
    left: -10px; }
    #similar-events ul li .beak svg {
      fill: #b6358b; }
  #similar-events ul li a {
    font-size: 1.14286rem; }

#nenechajte-si-ujst {
  text-align: center; }
  #nenechajte-si-ujst img {
    display: block;
    margin: 0 auto; }
  #nenechajte-si-ujst--odber {
    color: #b6358b; }
    #nenechajte-si-ujst--odber a {
      color: #2195d9; }
    #nenechajte-si-ujst--odber .beak {
      position: relative;
      top: 3px;
      left: 2px; }
  #nenechajte-si-ujst .newsletter-form {
    display: inline-block;
    margin-top: 15px; }
    #nenechajte-si-ujst .newsletter-form #newsletter-subsriber {
      margin-bottom: 10px;
      display: inline-block; }
      #nenechajte-si-ujst .newsletter-form #newsletter-subsriber #Email {
        float: left; }
        #nenechajte-si-ujst .newsletter-form #newsletter-subsriber #Email .formLabel {
          display: none; }
        #nenechajte-si-ujst .newsletter-form #newsletter-subsriber #Email #Form_Form_Email {
          margin: 0;
          padding-top: 0;
          padding-bottom: 0;
          height: 30px;
          line-height: 30px;
          width: 160px;
          border: 1px solid #f1bfe0;
          margin: 0 1px; }
          @media only screen and (min-width: 40.063em) {
            #nenechajte-si-ujst .newsletter-form #newsletter-subsriber #Email #Form_Form_Email {
              width: 250px; } }
      #nenechajte-si-ujst .newsletter-form #newsletter-subsriber #Form_Form_action_addNewsletter {
        float: left;
        height: 30px;
        line-height: 30px;
        margin: 0 1px;
        font-weight: 400; }

.ranking {
  height: 15px;
  display: inline-block;
  padding-left: 10px; }
  .ranking svg {
    fill: #d8e8f3;
    width: 16px;
    height: 15px; }
  .ranking.stars-1 .star-1 {
    fill: #ffd200 !important; }
  .ranking.stars-2 .star-1, .ranking.stars-2 .star-2 {
    fill: #ffd200 !important; }
  .ranking.stars-3 .star-1, .ranking.stars-3 .star-2, .ranking.stars-3 .star-3 {
    fill: #ffd200 !important; }
  .ranking.stars-4 .star-1, .ranking.stars-4 .star-2, .ranking.stars-4 .star-3, .ranking.stars-4 .star-4 {
    fill: #ffd200 !important; }
  .ranking.stars-5 .star-1, .ranking.stars-5 .star-2, .ranking.stars-5 .star-3, .ranking.stars-5 .star-4, .ranking.stars-5 .star-5 {
    fill: #ffd200 !important; }

@media (max-width: 330px) {
  .katalog-box .box-table-cell {
    height: 57px !important; }
    .katalog-box .box-table-cell .ranking {
      display: none !important; } }
.no-katalog .ranking, .no-katalog #Hodnotenie, .no-katalog #Hodnotenie-Stars {
  display: none; }

.comments-holder-container h2 {
  margin-bottom: 15px; }
  .comments-holder-container h2 .heading-wrap a:hover {
    text-decoration: underline; }
.comments-holder-container li.comment {
  margin-bottom: 30px; }
  .comments-holder-container li.comment p.info {
    background: #f7eaf3;
    padding: 10px 20px; }
    .comments-holder-container li.comment p.info:before, .comments-holder-container li.comment p.info:after {
      content: " ";
      display: table; }
    .comments-holder-container li.comment p.info:after {
      clear: both; }
    .comments-holder-container li.comment p.info .ranking svg {
      fill: white; }
  .comments-holder-container li.comment div.comment:before, .comments-holder-container li.comment div.comment:after {
    content: " ";
    display: table; }
  .comments-holder-container li.comment div.comment:after {
    clear: both; }
  .comments-holder-container li.comment div.comment-wrap {
    margin-top: 5px;
    padding: 10px 20px;
    background: #e6f9fb; }
.comments-holder-container img.gravatar {
  border: 1px solid #e3ebf6;
  vertical-align: top;
  margin-right: 20px;
  float: left; }
.comments-holder-container .action-links {
  margin-top: 15px;
  margin-left: 0; }
  .comments-holder-container .action-links li {
    display: inline; }
.comments-holder-container #Hodnotenie-Stars {
  margin: 0 0 1.14286rem 0; }
.comments-holder-container .comments-list {
  margin-left: 0; }
.comments-holder-container .comment-replies-holder li.comment {
  margin-bottom: 0; }

.fancy-image {
  display: block; }
  .fancy-image img {
    display: block; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/themes/main/bower_components/fancybox/source/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/themes/main/bower_components/fancybox/source/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/themes/main/bower_components/fancybox/source/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/themes/main/bower_components/fancybox/source/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/themes/main/bower_components/fancybox/source/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("/themes/main/bower_components/fancybox/source/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.filter {
  /*&:before, &:after {
  	display: none;
  }*/ }
  .filter.medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }
  .filter-box-padded {
    padding: 20px 20px 5px 20px; }
    .filter-box-padded:before, .filter-box-padded:after {
      content: " ";
      display: table; }
    .filter-box-padded:after {
      clear: both; }
    .filter-box-padded div#filter-bread-crumbs, .filter-box-padded a#zrusit-vyber {
      margin-bottom: 15px; }
  .filter-box-wrap {
    background: #f1f8fd; }
    .filter-box-wrap h1 {
      background: #2195d9;
      color: white;
      padding: 0 20px; }
      .filter-box-wrap h1 .heading-wrap {
        padding: 0;
        height: 44px;
        line-height: 44px;
        overflow: hidden; }
        .filter-box-wrap h1 .heading-wrap .heading-display-all strong {
          font-weight: bold;
          color: white;
          background: url(/themes/main/images/beak_down_white.png) no-repeat right center;
          padding-right: 31px; }
    .filter-box-wrap strong, .filter-box-wrap em {
      font-size: 1.14286rem; }
    .filter-box-wrap em {
      color: #2195d9;
      padding-bottom: 1.07143rem; }
    .filter-box-wrap hr {
      border-bottom: 1px dotted lightblue;
      margin: 0 0 1.07143rem 0; }
    .filter-box-wrap a.blue:hover {
      color: #2195d9; }
  .filter-item {
    overflow: hidden;
    line-height: 0;
    padding-bottom: 0 !important;
    margin-bottom: 1.07143rem; }
    .filter-item.hide {
      display: none; }
    .filter-item a, .filter-item span#filter-iny-datum, .filter-item input {
      width: 100%;
      height: 36px;
      font-weight: bold;
      color: #2195d9; }
    .filter-item a, .filter-item span#filter-iny-datum {
      background-color: #cbe6f6;
      padding-right: 15px;
      padding-left: 48px;
      background-image: url(/themes/main/images/checkbox.png);
      background-repeat: no-repeat;
      display: inline-table;
      line-height: 14px;
      cursor: pointer; }
      .filter-item a > span, .filter-item span#filter-iny-datum > span {
        display: table-cell;
        vertical-align: middle; }
        .filter-item a > span > span, .filter-item span#filter-iny-datum > span > span {
          display: block;
          line-height: 1.2;
          max-height: 32px;
          overflow: hidden; }
      .filter-item a:hover, .filter-item a.active, .filter-item span#filter-iny-datum:hover, .filter-item span#filter-iny-datum.active {
        background-image: url(/themes/main/images/checkbox_active.png);
        background-color: #8ecd48;
        color: white; }
      .filter-item a:hover, .filter-item a:active, .filter-item a:focus, .filter-item span#filter-iny-datum:hover, .filter-item span#filter-iny-datum:active, .filter-item span#filter-iny-datum:focus {
        text-decoration: none; }
      .filter-item a.active:hover, .filter-item span#filter-iny-datum.active:hover {
        background-image: url(/themes/main/images/checkbox.png);
        background-color: #cbe6f6;
        color: #2195d9; }
    .filter-item input {
      border: 0;
      margin: 0;
      box-shadow: none; }
    .filter-item input[type="text"] {
      border: 1px solid #cbe6f6; }
      .filter-item input[type="text"]:hover, .filter-item input[type="text"]:active, .filter-item input[type="text"]:focus {
        outline: none; }
    .filter-item input[type="submit"] {
      padding: 0;
      background: #2195d9;
      color: white; }
      .filter-item input[type="submit"]:hover, .filter-item input[type="submit"]:active, .filter-item input[type="submit"]:focus {
        outline: none;
        background-color: #55b02f; }
      .filter-item input[type="submit"].disabled {
        background: #cbe6f6;
        color: #2195d9;
        cursor: default; }
        .filter-item input[type="submit"].disabled:hover, .filter-item input[type="submit"].disabled:active, .filter-item input[type="submit"].disabled:focus {
          outline: none;
          background-color: #cbe6f6; }

.podujatia-box .date-locality {
  color: #2195d9; }
  .podujatia-box .date-locality .left {
    margin-right: 10px; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .podujatia-box h3 {
    font-size: 1.07143rem; } }
@media (max-width: 750px) {
  .podujatia-box-wrap {
    width: 100%; }
    .podujatia-box-wrap.space-small-bottom-standard {
      padding-bottom: 20px; } }
    @media only screen and (max-width: 750px) and (min-width: 40.063em) {
      .podujatia-box-wrap.space-small-bottom-standard {
        padding-bottom: 25px; } }
    @media only screen and (max-width: 750px) and (min-width: 64.063em) {
      .podujatia-box-wrap.space-small-bottom-standard {
        padding-bottom: 30px; } }
@media (max-width: 750px) {
  .podujatia-box .date-locality .left, .podujatia-box .date-locality .right, .podujatia-box .date-locality .horizontal.formLabel label, .horizontal.formLabel .podujatia-box .date-locality label, .podujatia-box .date-locality .horizontal .formLabel label, .horizontal .formLabel .podujatia-box .date-locality label {
    float: left !important; }
  .podujatia-box .img-hover {
    float: left;
    margin-right: 15px; }
  .podujatia-box .date-locality {
    display: table;
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .podujatia-box .img-hover {
    float: none;
    margin-bottom: 15px; }
  .podujatia-box .date-locality, .podujatia-box .heading-hover-underline {
    max-width: 212px;
    margin-bottom: 0; } }
.kalendar-box-wrap {
  max-width: 330px; }
  .kalendar-box-wrap h2 .heading-link {
    padding-top: 11px; }
.kalendar-box table {
  width: 100%; }
.kalendar-box .kalendar-article-next, .kalendar-box .kalendar-article-prev {
  width: 50%;
  display: inline-block; }
.kalendar-box .box-table-cell {
  vertical-align: middle;
  height: 58px;
  padding: 4px 0; }
  .kalendar-box .box-table-cell.last {
    border-bottom: 0; }
  .kalendar-box .box-table-cell.first {
    padding: 0;
    vertical-align: top;
    padding-bottom: 7px; }
    .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den {
      display: table;
      width: 100%; }
      .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-wrap {
        width: 14.285%;
        padding-right: 1px;
        vertical-align: top;
        height: 58px; }
        .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-wrap.last {
          padding-right: 0; }
        .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-wrap .kalendar-den {
          padding-bottom: 8px;
          height: 50px; }
        .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-wrap.active {
          background-image: url(/themes/main/images/beak_down_blue.png);
          background-repeat: no-repeat;
          background-position: center bottom; }
          .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-wrap.active .kalendar-den-inner {
            background-color: #2195d9; }
      .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-inner {
        display: table-cell;
        vertical-align: middle;
        background-color: #edc2df;
        height: 50px;
        color: white;
        text-align: center;
        line-height: 1.3rem; }
        .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-inner:hover {
          background-color: #a6d5f0; }
        .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-inner:hover, .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-inner:focus, .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-inner:active {
          text-decoration: none; }
        .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-inner .cislo {
          font-size: 1.28571rem;
          font-weight: bold;
          display: block; }
        .kalendar-box .box-table-cell.first #kalendar-dni .kalendar-den-inner .slovo {
          font-size: 1rem;
          display: block; }
  .kalendar-box .box-table-cell img {
    float: left; }
  .kalendar-box .box-table-cell h3 {
    height: 58px;
    display: table-cell;
    vertical-align: middle;
    line-height: 19px; }
    .kalendar-box .box-table-cell h3 a {
      margin-left: 15px; }
      .kalendar-box .box-table-cell h3 a span {
        margin: 0; }
      .kalendar-box .box-table-cell h3 a:hover {
        text-decoration: underline;
        color: #b6358b; }
.kalendar-box #kalendar-wrap {
  max-height: 200px;
  height: 100%;
  overflow-y: hidden; }
  .kalendar-box #kalendar-wrap #kalendar a {
    display: block;
    max-height: 58px;
    overflow: hidden; }
.kalendar-box table.kalendar-dni-links {
  margin-bottom: -1px; }
.kalendar-box .kalendar-item {
  background: #edc2df;
  line-height: 42px;
  display: block;
  color: #fff; }
  .kalendar-box .kalendar-item-wrap {
    width: 14.285%;
    padding-right: 1px;
    padding-bottom: 1px;
    height: 42px;
    text-align: center; }
    .kalendar-box .kalendar-item-wrap.last {
      padding-right: 0; }
  .kalendar-box .kalendar-item.link {
    font-weight: bold; }
    .kalendar-box .kalendar-item.link:hover {
      background-color: #2195d9; }
    .kalendar-box .kalendar-item.link:hover, .kalendar-box .kalendar-item.link:focus, .kalendar-box .kalendar-item.link:active {
      text-decoration: none; }
  .kalendar-box .kalendar-item.past {
    background: #eaeaea; }
  .kalendar-box .kalendar-item.today {
    background-color: #2195d9; }
  .kalendar-box .kalendar-item.this_week {
    background: #9fd2f0; }
  .kalendar-box .kalendar-item.next_month {
    background: #cfeafd; }

.vylety-box h3.sub-title {
  margin-top: 20px; }

.najcitanejsie-box .box-table-cell {
  vertical-align: middle;
  height: 79px;
  padding: 0 15px; }
  .najcitanejsie-box .box-table-cell h3 {
    line-height: 1.28571rem;
    max-height: 3.85714rem;
    overflow: hidden; }
    .najcitanejsie-box .box-table-cell h3 em {
      line-height: 1.28571rem; }
  .najcitanejsie-box .box-table-cell:hover {
    background: #f7eaf3;
    border-bottom: 1px solid transparent; }
  .najcitanejsie-box .box-table-cell:hover, .najcitanejsie-box .box-table-cell:focus, .najcitanejsie-box .box-table-cell:active {
    text-decoration: none; }
.najcitanejsie-box-stlpec .box-table-cell {
  vertical-align: middle;
  padding: 14px 15px;
  position: relative; }
  .najcitanejsie-box-stlpec .box-table-cell em {
    position: absolute; }
  .najcitanejsie-box-stlpec .box-table-cell span {
    margin-left: 20px;
    display: block;
    color: #313131; }
  .najcitanejsie-box-stlpec .box-table-cell:hover {
    background: #f7eaf3;
    border-bottom: 1px solid transparent; }
  .najcitanejsie-box-stlpec .box-table-cell:hover, .najcitanejsie-box-stlpec .box-table-cell:focus, .najcitanejsie-box-stlpec .box-table-cell:active {
    text-decoration: none; }

.tipNa-box {
  background: #f1f8fd;
  max-width: 321px; }
  .tipNa-box .sub-title {
    color: #2195d9;
    margin-top: 20px; }
  .tipNa-box-link {
    display: block; }
    .tipNa-box-link:hover, .tipNa-box-link:focus, .tipNa-box-link:active {
      text-decoration: none; }
      .tipNa-box-link:hover .img-hover-background, .tipNa-box-link:focus .img-hover-background, .tipNa-box-link:active .img-hover-background {
        background: rgba(255, 255, 255, 0.2); }
      .tipNa-box-link:hover .sub-title, .tipNa-box-link:focus .sub-title, .tipNa-box-link:active .sub-title {
        text-decoration: underline; }

.katalog-box h2.gamma.sub-title {
  padding: 4px 15px;
  background: #f7eaf3;
  font-size: 1.14286rem; }
.katalog-box-inner {
  margin-top: 10px; }
.katalog-box .box-table {
  position: relative; }
  .katalog-box .box-table-cell {
    height: 77px;
    padding-top: 10px;
    position: relative; }
    .katalog-box .box-table-cell h3 a {
      display: block;
      line-height: 1.28571rem;
      max-height: 2.57143rem;
      overflow: hidden; }
      .katalog-box .box-table-cell h3 a em {
        line-height: 1.28571rem; }
      .katalog-box .box-table-cell h3 a:hover span, .katalog-box .box-table-cell h3 a:focus span, .katalog-box .box-table-cell h3 a:active span {
        color: #313131;
        text-decoration: none; }
      .katalog-box .box-table-cell h3 a:hover span {
        text-decoration: underline; }
    .katalog-box .box-table-cell .ranking {
      position: absolute;
      bottom: 10px;
      left: 10px; }

.category-box {
  position: relative;
  text-align: center;
  background: #2195d9; }
  .category-box .svg {
    height: 60px; }
    .category-box .svg svg {
      height: 60px;
      fill: #d4ecfd; }
  .category-box .category-box-link {
    display: block;
    padding-top: 20px; }
    .category-box .category-box-link:hover {
      background: #b6358b; }
      .category-box .category-box-link:hover svg {
        fill: #f7c9c9; }
  .category-box-title {
    display: table;
    width: 100%; }
    .category-box-title span {
      color: white;
      font-weight: bold;
      height: 65px;
      display: table-cell;
      vertical-align: middle;
      line-height: 1.3rem;
      padding: 0 5px; }

@media (max-width: 840px) {
  .category-box .svg {
    height: 45px; }
    .category-box .svg svg {
      height: 45px; }
  .category-box-title span {
    font-size: 1rem; } }
@media (max-width: 768px) {
  .category-box-wrap {
    width: 33.33333%; }
  .category-box .svg {
    height: 55px; }
    .category-box .svg svg {
      height: 55px; }
  .category-box-title span {
    font-size: 1.07143rem; }
  .category-box-group #category-svg-1, .category-box-group #category-svg-2, .category-box-group #category-svg-3 {
    padding-bottom: 20px; } }
  @media only screen and (max-width: 768px) and (min-width: 40.063em) {
    .category-box-group #category-svg-1, .category-box-group #category-svg-2, .category-box-group #category-svg-3 {
      padding-bottom: 25px; } }
  @media only screen and (max-width: 768px) and (min-width: 64.063em) {
    .category-box-group #category-svg-1, .category-box-group #category-svg-2, .category-box-group #category-svg-3 {
      padding-bottom: 30px; } }

@media (max-width: 641px) {
  .category-box .svg {
    height: 50px; }
    .category-box .svg svg {
      height: 50px; } }
@media (max-width: 498px) {
  .category-box .svg {
    height: 40px; }
    .category-box .svg svg {
      height: 40px; }
  .category-box-title span {
    font-size: 1rem; } }
@media (max-width: 470px) {
  .category-box-wrap {
    width: 50%; }
  .category-box .svg {
    height: 55px; }
    .category-box .svg svg {
      height: 55px; }
  .category-box-title span {
    font-size: 1.07143rem; }
  .category-box-group #category-svg-4 {
    padding-bottom: 20px; } }
  @media only screen and (max-width: 470px) and (min-width: 40.063em) {
    .category-box-group #category-svg-4 {
      padding-bottom: 25px; } }
  @media only screen and (max-width: 470px) and (min-width: 64.063em) {
    .category-box-group #category-svg-4 {
      padding-bottom: 30px; } }

@media (max-width: 400px) {
  .category-box .svg {
    height: 45px; }
    .category-box .svg svg {
      height: 45px; }
  .category-box-title span {
    font-size: 1rem; } }
.partneri-box-wrap .column__content {
  text-align: center; }

.najnovsie-komentare-box-stlpec .comment {
  border-bottom: 1px dotted #c3c3c3;
  padding: 1.07143rem 0; }
  .najnovsie-komentare-box-stlpec .comment.last {
    border-bottom: 0;
    padding-bottom: 0; }
  .najnovsie-komentare-box-stlpec .comment p.first {
    padding-bottom: 3px; }
  .najnovsie-komentare-box-stlpec .comment p .ranking {
    float: right; }
  .najnovsie-komentare-box-stlpec .comment p a {
    max-width: 100%; }
    .najnovsie-komentare-box-stlpec .comment p a + span {
      padding-left: 1.07143rem;
      height: auto; }

.Sidebar__newsletter h2 {
  margin-bottom: 0.42857rem; }

.Sidebar__newsletter__box {
  background: #f7eaf3;
  border-top: 1px solid #e9c3dc; }
  .Sidebar__newsletter__box h2 {
    margin-bottom: 0.42857rem; }
  .Sidebar__newsletter__box fieldset {
    margin: 0;
    padding: 0;
    border: 0 none; }
  .Sidebar__newsletter__box form {
    border: 0 none;
    margin: 0;
    padding: 1.78571rem 1.07143rem; }
  .Sidebar__newsletter__box .formFieldsAndActions {
    position: relative; }
  .Sidebar__newsletter__box #Email .formLabel label {
    display: none; }
  .Sidebar__newsletter__box #Email .formField {
    padding: 1px 40px 0 0; }
    .Sidebar__newsletter__box #Email .formField input {
      background: #fff;
      border: 1px solid #e9c3dc;
      box-shadow: none;
      height: 26px;
      color: #b6358b; }
  .Sidebar__newsletter__box .mailchimp-options label {
    line-height: 1; }
  .Sidebar__newsletter__box .Actions input {
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgCAIAAADbtmxLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYeCyEh3Jk7CgAACY5JREFUWMO1WG1sXudZvq77Pq/9xvZru/7KRxPHTpykWRMv7dZ8qZrWVmhDpR0SY0Xqqgp1+zEo9B9CIFaNISFACLH2JxStDG2aBBJt1WnaSkcpS9aWLk3bfNf5jmPHjuPYfm2/7/PcFz+OJ3AlJILCo+f8OXrOOfd9P9d9XddzuHBtjqJnTY9PVHKB/89BRBg7ejutvZqVSQKgVq0pKF758bHJn50xELCEXEAIwpiYW2A5UD75vx8iKIBJMIU7lJlJpyAJpv5Pj6z/3N2WJQNA4L+C8qf2fWHy0CnKYFJEYYxAuFHZyJBoIG4tIDKFnKwAQQXKV0gBGCVwbmKqktE5PJARwKp0bf7UFMLLGpghwkB3AUZmMjNgt7o1CrohcrYwM4sIiyLkLD8j8+TT719JDCo+lqvNT8yGrRQzwPBmx7paIAMmc7PCIt8yVuhNBalMZcEKr3RXiZQlMYykFcs3FinAPLQKRGYBi2ZApLu8Y3P/tqceGH70HqgJqWlNGG+5QsoucAWuse6hHTt/+5fah/ucVFCAomFYQbStBqiJAWMmmCWmxbPTV//tw9ruwaHHDngbi2wI3XJANBESK1Xf8sinBvZum37/3OK5aYRIDwZMCUmEqYTWfwsIgKQCAkO0ACffGLvyynvdI+u3Pf5ZtbX8X9pbYWbe5iNPfKa2e+P4y+9eeOlolodLkiEkwQxARoCrMGqkBwxSsqBAMjNPvXfhxAs/Kbp89OmH2tb23DqGKq39HTu+8mDR1XLun96eOHrB2QQTgzBC2eAuQ4hu+BiGyktGj6LcflIUGlfmznznUFrMW568r3P7usSmGJICAgIIAJRli8DKzUAOSET75jvuevxAS2tx5juHbx6/SlkQpFsYKQNDLiYRHisUJEIEPlauQCYpiW4ZXJyYPfV3P2pM5+Ffv29g90iJUQMDAgoRyZMnkrIwiQY3sHt0w9YnDizeXP7wb19fGp+lFUAwOxByRQCqgglAIUtKJE1uGQYCstWlJgUDI8IosyIt6Ox335w+enHTF3bd+eg9ZFkMAxIFk8FEWVgqs+z/7LYtD99bvzB15u/fbMzUjSKSaMmMsmAYFGiSnsXk2eGEkjfDESETitXtSoKZoLJIT8ruzXrj0svv5sV6//7tRbV68Z/fSc1A5IBMlAhko8ti88N7uu8Zvnbk7PmXfm4sDB5SZhhQQJXutp5Nfa1dVTNbQl46f6PIHsySFdmDkClEHn7muwGRK/olyUARQEgiGQRDpPeObtr8K7vrk/OnXjwUjWYwTAYEVFgrtz1xcM3arks/Ojb91phRzVCBIrNp8N49g333DVUHumC4NPdRPZYGWge6W/oEF6MIZUtUBVBwdYUYmV4gRTgpOj0iXIBZBFvWdmR4daBj99MPnPyHw0vjMwIJta9rX/fIJ9esrZnYPlCbYmrIHRRTUW0d+tLejsGetydfe+/Uf3w4dRhWEI0gWlHb07dvX/9ntnSNUhVRFE3yr+z/okp9E0UiBKcHCjCzxAuDefDRPX2fGpo/MXHxh0fuuHuwZ/fGxvXFxZmZ6to7Rp440NracurbP5Wz796h6kB3fWwyInNNy84vH6z3Lb9w8i9+MvHS5OJlWIgCDGZZzcuLH709+WY9z22ubVvDalAEVwVkJExSiMoOBoxCW2XHkw90bu25/rOxsR/8fGmmOfPuudqODf37BtfUakO/PDo/tXDuH9+pj8/NnZlYmp3fsH+kY2v/3NjM1sf2Xuuc/qv3f29yaTwQoEs0BmCKgAVlYTg/d/rkzSOf7D3Ywlax6V/d98USzzADI4uELIwEpTVru4cf29u2tnbxlSPjh04XIqlIvH78fHtPZ9euO+fPzZz9/k+bNxqkhLw8cfPmqWv9+4cHDmzN1fz8sa/PNq+DRpEoTQxNlJGlvgBgvtG4PrU4fm/f/RD9qX2/BiMICZQXpQuxLFnr2trOJ+9nazH2vbfmTo6DHggTQGfizPFLjdmlKz8+0sxkBBA0SkoLjeljFwf2jrxy4cXjs+8JdBNgARBggPSwRJEM0AWaiqn65e7W/o21EaNDUsl4pMJCEsL7Rod2fvXB5Xpz7MV/n78wLRgFg8s8IwMhcfroRUbhWSSzrTQjgNrm9Qsx96/jrwLygIKuTMnkuUC2zGwmTzDkAATmhscbky9DMuX4BQmtDML79g1vemT34tX5ky+8Xp+sU1HqBoAsFRCRyFzJSgYiEnMhFwwhEV3b+05Mv5OYRMgQ9OyEHAgLBDIMwbyxtvlru77ZgTZJBrs0f35q+XLBkqElWWlgYuiR0Tt23Xnj6IWzr7zLXJGlDIPgxhXJCGRzgrJwKQiHS4KRQii3D/ddu/p6BZUESUElIsktQwg4HMBg29DT2//kWuOqCEchJsDOzZ42rSpPLrrb27evu3roo49eOgJYEAZWoAJECAgpm5mBCAWKBJJe6rZ+oduVSuXMzdOpNGOgmW9oG+mwDgkOkrapOvxbu7451bz6/PE/WsgL2XJkCHmqOVkkg0tuFgHR0uzSqedey8tNM0PImEs9NgTMpHCzlLMYZkahIgeVKUZGeaagS7m10upAQCQZ8atbfrPNOp4//mw9L6xv2/i1u79xY2n6W8eeXVquozAo0StMAcB6N64HEBEky7xTYzkzI0rlp4EGDzAAl0dAbs4CwcCymCKitACOFfFpzjYG24aTQ8gkE/HCib804+/u/OMdnZ945hN/Ort87Vsf/MFSWkAhCi7PATMO1+6yngND4IpxFgFz0UiHuQjYCl+QNCAMMNrKSpIV0WAUQXrQAIPx5sWp9W2bKmEWliEPLGrhrz/4Qxievusb9bzw/Adfn9ciPFtUAIWFUQlpU23IukbWDz50b9HaEiKF2zLnTkyM9hzsrA6E04TwkKKZl597/9nTcyf/5uSf1dNNhhQezCIg81zs6bm/ihoXp+YRYCgK8tb9/P/gYQ3SO5P/8u2x54Bs8PJ4SjIgiywvSmNNQoTBAvr90T/fsGZryRzKDuQVLr0NUxFInx54cLT3PkPBKE0qGUJIdOUAaGaG5MGM5Yfv/NL66haSVnJQRSVIdFtmCBUUUnp8yzMjnbtkcAYicmlKS9gpsnKgSIaDvZ///KbfgNEyuDg5L5aBl672NgwTEuWoZCUjX738vTeuvLqgOYaLJU8WJiNV8eqXR35nd+/+yKLBFVyemA/KygaFbtuPF+SQubE8qDTSwuFrr30w89b15enp5ckNteH+lt67u/Ye6P9cMFtGOAQH838CKa3tb+asj+QAAAAASUVORK5CYII=') no-repeat center center;
    font-size: 0;
    line-height: 0;
    width: 48px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0; }

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