/* Minification failed. Returning unminified contents.
(9563,10): run-time error CSS1036: Expected expression, found '!important'
(9664,16): run-time error CSS1036: Expected expression, found '!important'
 */
@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700";
@import "https://fonts.googleapis.com/css?family=Roboto:100,400,500,700";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,800";

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */



html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=36.875em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 36.875em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 36.875em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 36.875em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 36.875em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 36.875em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
a[href^='javascript:']:after,
a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 0.125em solid rgba(0, 0, 0, 0.2);
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button.secondary {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2199e8;
  color: #fefefe;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}

.badge.secondary {
  background: #777;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #fefefe;
}

.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #2199e8;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 36.875em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 36.8125em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def0fc;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 36.875em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width: 36.875em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}

.label.secondary {
  background: #777;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #fefefe;
}

.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 36.8125em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 36.875em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-next, [data-whatinput='mouse'] .orbit-previous {
  outline: 0;
}

.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 36.875em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #2199e8;
}

.progress.secondary .progress-meter {
  background-color: #777;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1583cc;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

@media screen and (max-width: 640px) {
  .reveal-overlay {
    overflow-y: hidden;
  }
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 36.875em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 36.875em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 36.875em) {
  .reveal .reveal-interval, .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 36.875em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 36.875em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 36.875em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 36.8125em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #2199e8;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead,
tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}

.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width: 36.875em) {
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 36.8125em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 36.875em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 36.875em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 36.8125em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 36.8125em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .invitations.packages .form .row::before, .memberProducts.packages .form .row::before, .tickets.packages .form .row::before, .clearfix::after, .invitations.packages .form .row::after, .memberProducts.packages .form .row::after, .tickets.packages .form .row::after {
  content: ' ';
  display: table;
}

.clearfix::after, .invitations.packages .form .row::after, .memberProducts.packages .form .row::after, .tickets.packages .form .row::after {
  clear: both;
}

/*OPÇÃO B @import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);*/
.invitations.packages select, .memberProducts.packages select, .tickets.packages select, .account.sales.filter select {
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -khtml-border-radius: 0.3rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 255, 255%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
  height: auto;
  padding-top: 0.8em;
  padding-left: 0.8em;
  padding-right: 1.7em;
  padding-bottom: 0.6em;
  color: #FFFFFF;
  background-color: #627499;
  border: 0.0625em solid #58688a;
}

@media screen and (min-width: 0\0) {
  .invitations.packages select, .memberProducts.packages select, .tickets.packages select, .account.sales.filter select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}

@media (hover: hover) {
  .invitations.packages select:focus, .memberProducts.packages select:focus, .tickets.packages select:focus, .account.sales.filter select:focus {
    background-color: #7282a3;
  }
  .invitations.packages select:hover, .memberProducts.packages select:hover, .tickets.packages select:hover, .account.sales.filter select:hover {
    background-color: #7a89a8;
  }
}

.button {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -khtml-border-radius: 0.2rem;
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1.2em;
  padding-top: 0.6rem;
  margin: 0;
  font-weight: 400;
  /* Para sobrescrever quando o botão for utilizado como link o !important é necessário */
  color: #51658e !important;
  background-color: #e2e1e4;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
}

.button:focus, .button:hover {
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  color: white !important;
}

@media (hover: hover) {
  .button:focus {
    background-color: #cbcbcd;
    border-color: rgba(0, 0, 0, 0.19);
  }
  .button:hover {
    background-color: #c0bfc2;
    border-color: rgba(0, 0, 0, 0.235);
  }
}

.button:active {
  background-color: #9e9ea0;
  border-color: rgba(0, 0, 0, 0.37);
}

.button.disabled, .button[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  color: #51658e !important;
}

@media (hover: hover) {
  .button.disabled:focus, .button[disabled]:focus {
    background-color: #cbcbcd;
    border-color: rgba(0, 0, 0, 0.19);
  }
  .button.disabled:hover, .button[disabled]:hover {
    background-color: #c0bfc2;
    border-color: rgba(0, 0, 0, 0.235);
  }
}

.button span {
  vertical-align: top;
  display: inline-block;
}

.button.previous {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  float: left;
  color: #51658e !important;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.button.previous:focus, .button.previous:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: #51658e !important;
}

@media (hover: hover) {
  .button.previous:focus {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
  }
  .button.previous:hover {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
  }
}

.button.previous:active {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.button.previous.disabled, .button.previous[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: #51658e !important;
}

@media (hover: hover) {
  .button.previous.disabled:focus, .button.previous[disabled]:focus {
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0.19);
  }
  .button.previous.disabled:hover, .button.previous[disabled]:hover {
    background-color: #d9d9d9;
    border-color: rgba(0, 0, 0, 0.235);
  }
}

.button.previous .icon-angle-left {
  font-size: 1.1em;
  padding-right: 0.2em;
  margin-top: -0.05em;
}

@media (hover: hover) {
  .button:focus {
    text-decoration: none;
  }
}

.button.success {
  text-shadow: 0.0625em 0.0625em 0 #da830d, -0.0625em -0.0625em 0 #da830d, 0.0625em -0.0625em 0 #da830d, -0.0625em 0.0625em 0 #da830d;
  color: #fff !important;
  background-color: #e58f1b;
  border: 0.0625rem solid #ce8118;
}

.button.success.next {
  float: right;
  padding-top: 0.8rem;
  font-size: 1.2rem;
}

.button.success.next::before, .button.success.next::after {
  content: ' ';
  display: table;
}

.button.success.next::after {
  clear: both;
}

.button.success.next .icon-angle-right {
  font-size: 1.4em;
  padding-left: 0.2em;
  margin-top: -0.15em;
}

.button.success:focus, .button.success:hover {
  background-color: #e58f1b;
  border-color: #ce8118;
}

@media (hover: hover) {
  .button.success:focus {
    text-shadow: 0.0625em 0.0625em 0 #df8407, -0.0625em -0.0625em 0 #df8407, 0.0625em -0.0625em 0 #df8407, -0.0625em 0.0625em 0 #df8407;
    border-color: #d48212;
    background: #fe9302;
  }
  .button.success:hover {
    text-shadow: 0.0625em 0.0625em 0 #e58501, -0.0625em -0.0625em 0 #e58501, 0.0625em -0.0625em 0 #e58501, -0.0625em 0.0625em 0 #e58501;
    border-color: #da830d;
    background: #eaa549;
  }
}

.button.success:active {
  text-shadow: 0.0625em 0.0625em 0 #b97416, -0.0625em -0.0625em 0 #b97416, 0.0625em -0.0625em 0 #b97416, -0.0625em 0.0625em 0 #b97416;
  border-color: #b97416;
  background: #ce8118;
}

.mobile .button {
  padding-top: 0.7rem !important;
}

.mobile .button.success {
  text-shadow: 0.03125em 0.03125em 0 #da830d, -0.03125em -0.03125em 0 #da830d, 0.03125em -0.03125em 0 #da830d, -0.03125em 0.03125em 0 #da830d;
}

.mobile .button.next.next .icon-angle-right {
  margin-top: -0.2em;
}

.gecko .button.previous .icon-angle-left {
  margin-top: -0.1em !important;
}

.gecko .button.success {
  text-shadow: 0.03125em 0.03125em 0 #da830d, -0.03125em -0.03125em 0 #da830d, 0.03125em -0.03125em 0 #da830d, -0.03125em 0.03125em 0 #da830d;
}

.gecko .button.next .icon-angle-right {
  margin-top: -0.2em !important;
}

.ie .button.previous span,
.edge .button.previous span {
  padding-top: 0.145em;
}

.ie .button.success,
.edge .button.success {
  text-shadow: 0.03125em 0.03125em 0 #da830d, -0.03125em -0.03125em 0 #da830d, 0.03125em -0.03125em 0 #da830d, -0.03125em 0.03125em 0 #da830d;
}

.ie .button.next .icon-angle-right,
.edge .button.next .icon-angle-right {
  margin-top: -0.255em !important;
}

.ie .button {
  padding-top: 0.7em !important;
}

.ie .button.previous .icon-angle-left {
  margin-top: -0.25em !important;
}

.ie .button.next {
  padding-top: 0.8em !important;
}

.edge .button {
  padding-top: 0.6em !important;
}

.edge .button.previous .icon-angle-left {
  margin-top: -0.1em !important;
}

.edge .button.next {
  padding-top: 0.6em !important;
}

.closure {
  display: table-row;
  background: #455679;
}

.closure .logo {
  display: block;
  padding-top: 1.2em;
  padding-bottom: 1em;
}

.closure .logo span {
  min-height: 1.1em;
  background-image: url("/App_Themes/Pastore/assets/images/multiclubes-normal.png");
  background-position: center center !important;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

@media (hover: hover) {
  .closure .logo:hover span {
    background-image: url("/App_Themes/Pastore/assets/images/multiclubes-hover.png");
  }
}

.error b {
  color: #666666;
}

.error .message {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  color: #666666;
}

.error .message::before, .error .message::after {
  content: ' ';
  display: table;
}

.error .message::after {
  clear: both;
}

@media screen and (max-width: 36.8125em) {
  .error .message {
    margin-top: 0;
  }
}

.error .message [class^="icon-"],
.error .message [class*=" icon-"] {
  font-size: 5em;
  margin-right: 0.2em;
  margin-bottom: 0.5em;
  color: #495b80;
}

.error .message div:nth-child(2) {
  font-size: 1.2rem;
  font-weight: 300;
}

.error .message div:nth-child(3) {
  font-size: 0.8rem;
  color: #495b80;
}

.footer {
  display: table-row;
}

.footer .container {
  background: #51658e;
  padding: 2em 0;
  margin-top: 2em;
}

@media screen and (max-width: 36.8125em) {
  .footer .content .columns:not(:only-child) {
    padding-bottom: 1em;
  }
  .footer .content .columns:nth-last-child(1) {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .footer .content .columns:first-child:not(:last-child) {
    padding-bottom: 1em;
  }
  .footer .content .columns:last-child:not(:first-child):not(:nth-child(2):last-child) {
    padding-left: 2em;
  }
}

@media screen and (min-width: 64em) {
  .footer .content .columns:not(:first-child) {
    padding-left: 2em;
  }
}

@media screen and (max-width: 36.8125em) {
  .footer .content {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .footer .content {
    padding-left: 6em;
    padding-right: 6em;
  }
}

.footer .block {
  margin-top: 1.2em;
}

.footer .field {
  display: table;
}

.footer .field > div:nth-child(1) {
  display: table-cell;
  vertical-align: top;
}

.footer .field > div:nth-child(1) > div {
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  -khtml-border-radius: 50em;
  width: 2em;
  height: 2em;
  margin-right: 0.7em;
  text-align: center;
  background-color: #fff;
  color: #46587c;
}

.footer .field > div:nth-child(1) a.link {
  font-size: 0.8rem;
  color: #fff;
}

.footer .field > div:nth-child(1) .icon-location {
  font-size: 1.3em;
  padding-top: 0.3em;
}

.footer .field > div:nth-child(1) .icon-phone {
  font-size: 1.45em;
  padding-top: 0.2em;
}

.footer .field > div:nth-child(1) .icon-envelope {
  font-size: 1.1em;
  padding-top: 0.4em;
}

.footer .field > div:nth-child(2) {
  display: table-cell;
  font-size: 0.8rem;
}

.footer .field > div:nth-child(2) span, .footer .field > div:nth-child(2) a {
  display: block;
  margin-top: 0.3em;
  font-size: 500;
}

.footer .field > div:nth-child(2) span {
  color: #fff;
}

.footer .field > div:nth-child(2) div {
  color: #b9c1d2;
}

.header {
  display: table-row;
  background: #fff;
}

@media screen and (max-width: 63.9375em) {
  .header {
    background-color: #eee;
  }
}

.header .data {
  position: relative;
  overflow: hidden;
  min-height: 6em;
}

@media screen and (max-width: 63.9375em) {
  .header .data {
    height: 9.5em;
    position: absolute;
    z-index: 1000;
    right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .header .data.responsive-height {
    height: 21em;
  }
}

.header .data.active .trigger span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 12px;
}

.header .data.active .trigger span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.header .data.active .trigger span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 12px;
}

.header .data.active .content {
  margin-right: 0em;
  opacity: 1;
  visibility: visible;
}

.header .data.active .menu-area {
  height: auto;
}

.header .data.active .background {
  transform: scale(2.6, 2.6) rotate(45deg);
}

@media screen and (min-width: 36.875em) {
  .header .data.active .background {
    background-position: left bottom;
  }
}

.header .menu-area {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

.header .menu-area .trigger {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 36px;
  height: 24px;
  right: 1.6em;
  top: 1.6em;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

.header .menu-area .trigger span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  -khtml-border-radius: 0.1em;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  margin-top: 0;
  background: #51658e;
  opacity: 1;
  left: 0;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

.header .menu-area .trigger span:nth-child(1) {
  top: 0;
}

.header .menu-area .trigger span:nth-child(2) {
  top: 10px;
}

.header .menu-area .trigger span:nth-child(3) {
  top: 20px;
}

.header .menu-area .content {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  height: 100%;
  padding-right: 1.8em;
}

.header .menu-area .content::before, .header .menu-area .content::after {
  content: ' ';
  display: table;
}

.header .menu-area .content::after {
  clear: both;
}

@media screen and (max-width: 63.9375em) {
  .header .menu-area .content {
    margin-right: -1.5em;
    opacity: 0;
    visibility: hidden;
  }
}

.header .menu-area .content .header-button {
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -khtml-border-radius: 0.3rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: right;
  cursor: pointer;
  color: #51658e;
}

@media screen and (min-width: 64em) {
  .header .menu-area .content .header-button {
    background: #e2e6ea;
    background: rgba(255, 255, 255, 0.65);
  }
}

@media screen and (min-width: 64em) and (hover: hover) {
  .header .menu-area .content .header-button:hover {
    background: #51658e;
    background: #e2e6ea;
    color: #fff;
  }
}

@media screen and (min-width: 64em) {
  .header .menu-area .content .header-button:focus {
    text-decoration: none;
  }
}

.header .menu-area .content .login {
  padding: 0.3rem 1rem 0.4rem 0.6rem;
  line-height: 1.2em;
  margin-left: 1rem;
  margin-top: 1rem;
  font-size: 0.7rem;
  height: 2.250rem;
  box-sizing: border-box;
}

@media screen and (max-width: 63.9375em) {
  .header .menu-area .content .login {
    margin-right: 2rem;
    margin-top: 1.5rem;
    max-width: 12rem;
    padding: 0.16rem 1rem 0.17rem 0.75rem;
  }
}

@media screen and (min-width: 64em) {
  .header .menu-area .content .login {
    margin-top: 1rem;
  }
}

.header .menu-area .content .login span {
  display: inline-block;
  float: right;
  font-size: 1rem;
  max-width: 15.1rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 63.9375em) {
  .header .menu-area .content .login span {
    width: 7rem;
  }
}

.header .menu-area .content .login b {
  font-size: 0.8rem;
}

.header .menu-area .content .login div {
  float: left;
  font-size: 1.8rem;
  margin-right: 0.2rem;
}

.header .menu-area .content .qrcode {
  padding: 0.3rem 1rem 0.3rem 0.6rem;
  line-height: 1.2em;
  margin-left: 2rem;
  margin-top: 1rem;
  font-size: 0.7rem;
  min-width: 8.75rem;
  height: 2.250rem;
  box-sizing: border-box;
}

.header .menu-area .content .qrcode div {
  float: left;
  font-size: 1.3rem;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
}

.header .menu-area .content .not-logged .login span {
  display: inline-block;
  margin-top: 0.48rem;
}

.header .menu-area .content .not-logged .login div {
  font-size: 1.7rem;
}

.header .menu-area .content nav {
  margin-right: -0.9em;
}

.header .menu-area .content nav .menu {
  margin-top: 0.625em;
}

@media screen and (max-width: 63.9375em) {
  .header .menu-area .content nav .menu {
    margin-top: 1.75em;
    display: block;
  }
}

@media screen and (max-width: 63.9375em) {
  .header .menu-area .content nav .menu li {
    display: block;
    text-align: right;
  }
}

.header .menu-area .content nav .menu li a {
  color: #51658e;
}

.header .menu-area .content nav .menu li.selected a {
  font-weight: 500;
  color: #fff;
  text-decoration: none !important;
}

@media (hover: hover) {
  .header .menu-area .content nav .menu li:hover a {
    color: #fff;
    text-decoration: none;
  }
}

.header .menu-area .content .text {
  text-align: right;
  float: right;
  margin-top: 3em;
  font-size: 0.7rem;
  color: #51658e;
  width: 13em;
}

.header .menu-area .content .text .triangle {
  float: left;
  shape-outside: polygon(0% 100%, 100% 100%, 0% 0%);
  width: 11em;
  height: 11em;
}

.header .background {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-position: left top;
  background-size: cover;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 139%;
  right: -75%;
  height: 8.5em;
}

@media screen and (min-width: 36.875em) {
  .header .background {
    width: 143%;
  }
}

.reveal.mobile .data {
  margin: 3rem;
  text-align: left;
}

.reveal.mobile .data .columns .image {
  width: 100%;
  height: 15rem;
}

@media screen and (max-width: 63.9375em) {
  .reveal.mobile .data .columns .text {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 64em) {
  .reveal.mobile .data .columns .text {
    margin-left: 4rem;
  }
}

.reveal.mobile .data .columns .text span {
  font-size: 1.5rem;
  font-weight: 300;
  color: #666666;
}

.reveal.mobile .data .columns .text p {
  padding-top: 0.5em;
  font-size: 1rem;
  font-weight: 300;
}

.reveal.mobile .bar {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  margin: -1rem;
  margin-top: 0;
  padding: 2rem 4rem;
  background-color: #eef0f4;
}

@media screen and (max-width: 36.8125em) {
  .reveal.mobile .bar {
    position: relative;
    padding-top: 5rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .reveal.mobile .bar {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 36.875em) {
  .reveal.mobile .bar .columns {
    position: relative;
  }
}

.reveal.mobile .bar .columns .brands {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 500;
  color: #51658e;
}

.reveal.mobile .bar .columns .brands span {
  display: inline-block;
  margin-top: 0.4em;
  font-size: 1.8rem;
  color: #999999;
}

.reveal.mobile .bar .columns .brands span:nth-child(3) {
  padding: 0 0.6em;
}

.reveal.mobile .bar .columns .image {
  position: absolute;
  left: 50%;
  width: 9rem;
  height: 9rem;
  background-image: url("/assets/images/desktop-mobile.svg");
  background-position: center center !important;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 36.8125em) {
  .reveal.mobile .bar .columns .image {
    top: -6rem;
    margin-left: -4.5rem;
  }
}

@media screen and (min-width: 36.875em) {
  .reveal.mobile .bar .columns .image {
    top: -8rem;
    margin-left: -2.5rem;
  }
}

.ie .header .menu-area .content .text {
  display: none;
}

.loader {
  position: relative;
  overflow: hidden;
}

.loader.bank-redirect .animation {
  position: initial !important;
  display: block !important;
}

.loader .animation {
  position: absolute;
  display: none;
  width: 100%;
  text-align: center;
  color: #666666;
}

.loader .animation div:nth-child(1) {
  display: none;
}

.loader .animation div:nth-child(2) {
  font-weight: 300;
  font-size: 1.5rem;
}

.loader .animation div:nth-child(3) {
  font-weight: 300;
  font-size: 0.7rem;
}

.reveal {
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -khtml-border-radius: 0.3rem;
  color: #999999;
  min-height: initial;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  top: 0 !important;
}

@media screen and (max-width: 589px) {
  .reveal {
    margin-top: 0;
    border-radius: 0;
    border: 0px;
  }
}

@media screen and (max-width: 63.9375em) {
  .reveal {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .reveal {
    width: 700px;
  }
  .reveal.member-reveal {
    width: 500px;
  }
}

.reveal .reveal-button-box {
  margin-top: 1em;
}

.reveal .reveal-button-box .reveal-message {
  font-size: 1rem;
}

@media screen and (max-width: 36.8125em) {
  .reveal .reveal-button-box .button {
    font-size: 0.8rem;
  }
}

.reveal .reveal-button-box .button.cancel-button {
  margin-left: 0.5em;
}

.reveal .close-button {
  margin-top: -0.5rem;
  font-size: 3em;
}

.reveal .next {
  width: 100%;
}

.reveal .next .icon-angle-right {
  font-size: 1.1em;
  padding-right: 0.2em;
  margin-top: -0.05em;
}

.reveal .name {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #666666;
  font-size: 0.7rem;
}

.reveal .product {
  margin-bottom: 0.5em;
}

.reveal .product div:nth-child(1) {
  font-size: 1.2rem;
  color: #666666;
}

.reveal .product div:nth-child(2) {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  font-weight: 500;
  color: #666666;
}

.reveal .data {
  text-align: justify;
  font-size: 0.8rem;
}

.reveal p {
  color: inherit !important;
}

#revealOccupation {
  overflow: hidden;
  height: 88%;
}

#revealOccupation .reveal-loader {
  display: block;
  width: 100%;
  text-align: center;
}

#revealOccupation .reveal-loader .icon-loader {
  display: block;
  height: 4.8em;
  width: auto;
  margin: 3rem auto 1rem;
}

@media screen and (max-width: 63.9375em) {
  #revealOccupation {
    width: 90%;
  }
}

#revealOccupation ::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  background-color: #eee;
}

#revealOccupation ::-webkit-scrollbar-corner {
  background-color: #fff;
}

#revealOccupation ::-webkit-scrollbar-thumb {
  margin: 0.1rem;
  background: #a7a7a7;
  border: 0.0625rem solid #a7a7a7;
}

#revealOccupation ::-webkit-scrollbar-button {
  height: 1.2rem;
  width: 1.2rem;
  background: #a7a7a7;
  border: 0.0625em solid #a7a7a7;
}

#revealOccupation ::-webkit-scrollbar-button:hover,
#revealOccupation ::-webkit-scrollbar-thumb:hover {
  background-color: #777777;
  border-color: #777777;
}

#revealOccupation ::-webkit-scrollbar-button:active,
#revealOccupation ::-webkit-scrollbar-thumb:active {
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

#revealOccupation ::-webkit-scrollbar:horizontal {
  height: 1rem;
}

#revealOccupation ::-webkit-scrollbar-track:horizontal {
  border: 0;
  border-top: 0.0625rem solid #a7a7a7;
}

#revealOccupation ::-webkit-scrollbar-button:horizontal:decrement {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/images/angle-left.svg");
}

#revealOccupation ::-webkit-scrollbar-button:horizontal:increment {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/images/angle-right.svg");
}

#revealOccupation ::-webkit-scrollbar:vertical {
  width: 1rem;
}

#revealOccupation ::-webkit-scrollbar-track:vertical {
  border: 0;
  border-left: 0.0625rem solid #eee;
}

#revealOccupation ::-webkit-scrollbar-button:vertical:decrement {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/images/angle-up.svg");
}

#revealOccupation ::-webkit-scrollbar-button:vertical:increment {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/images/angle-down.svg");
}

#revealOccupation .data {
  height: 95%;
}

#revealOccupation #search-input {
  width: 100%;
  font-size: 0.8rem;
  padding: 0.8em;
  border: 0.063rem solid #ddd;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#revealOccupation #occupations {
  height: 88%;
  overflow-y: auto;
  overflow-x: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 0.063rem;
  display: none;
  border-top: 0.063rem solid #ddd;
  border-bottom: 0.063rem solid #ddd;
}

#revealOccupation #occupations .occupation {
  border: 0.063rem solid #ddd;
  margin-top: -0.063rem;
  padding: 0.5rem;
  text-decoration: none;
  font-size: 0.8rem;
  color: black;
  display: block;
  width: 100%;
  cursor: pointer;
}

#revealOccupation #occupations .occupation:first-child {
  border-top: none;
}

#revealOccupation #occupations .occupation:last-child {
  border-bottom: none;
}

@media (hover: hover) {
  #revealOccupation #occupations .occupation:focus {
    background-color: #eee;
  }
  #revealOccupation #occupations .occupation:hover {
    background-color: #eee;
  }
}

.steps {
  position: relative;
  margin-bottom: 1.5rem;
}

.steps .step {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.steps .step > div:nth-child(1) {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 2.3em;
  line-height: 0.75em;
  margin-right: 0.2em;
  float: left;
}

.steps .step > div:nth-child(2) {
  float: left;
}

.steps .step > div:nth-child(2) div:nth-child(1) {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  line-height: 0.9em;
}

.steps .step > div:nth-child(2) div:nth-child(2) {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
}

.steps .step.next {
  float: right;
}

.steps .step.previous {
  display: none;
}

.cadaster.success .navigation {
  margin-top: 0;
}

.cadaster .payment-type-message {
  font-size: 1.2rem;
  margin-bottom: 1em;
  color: #666666;
}

.cadaster .payment-type-message i {
  display: inline-block;
  margin-right: 0.5em;
}

.cadaster .form .block {
  margin-bottom: 2rem;
}

.cadaster .form .block #searchPostalCode {
  margin-top: 1.26em;
}

@media screen and (max-width: 36.8125em) {
  .cadaster .form .block #searchPostalCode {
    margin-left: 1em;
  }
}

.cadaster .navigation {
  margin-top: -2rem;
}

.form.single-column .columns {
  padding-right: 0;
}

.form .columns {
  padding-right: 0.675em;
}

.form .columns.end {
  padding-right: 0;
}

@media screen and (max-width: 36.8125em) {
  .form .columns {
    padding-right: 0;
  }
}

.form label {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  color: #495b80;
  font-weight: 500;
}

.form label.no-margin {
  margin-bottom: 0;
}

.form select {
  cursor: pointer;
}

.form input,
.form select {
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -khtml-border-radius: 0.3rem;
  font-size: 1em;
  height: auto;
  margin: 0;
  padding-top: 0.7em;
  padding-bottom: 0.45em;
  background-color: #fff;
  border: 0.125em solid rgba(0, 0, 0, 0.2);
  color: #666666;
  font-weight: 1rem;
}

.form input.disabled, .form input:disabled,
.form select.disabled,
.form select:disabled {
  color: #9D9D9D;
  background: #DBDBDB;
  pointer-events: none;
}

.form input:focus,
.form select:focus {
  background-color: #fff;
}

.form .input-validation-error,
.form input.error {
  border-color: #750303 !important;
  background-color: #af2121 !important;
  color: #FFFFFF !important;
}

.form .field-validation-error,
.form span.error {
  display: block;
  margin-top: 0.5em;
  color: #cc0000;
  font-weight: 400;
}

.form .checkbox span {
  font-family: "Fira Sans", "Lato", "Roboto", "Segoe UI", sans-serif;
}

.form .checkbox label > span {
  color: #495b80 !important;
  font-weight: 500;
}

.form .checkbox input[type="checkbox"]:not(:checked), .form .checkbox input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  outline: none;
}

.form .checkbox input[type="checkbox"]:not(:checked):focus + label:after, .form .checkbox input[type="checkbox"]:checked:focus + label:after {
  border: 0.125em solid rgba(0, 0, 0, 0.2);
}

.form .checkbox input[type="checkbox"]:not(:checked) + label, .form .checkbox input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.563rem;
  cursor: pointer;
  display: inline;
  margin-right: 0.4em;
  margin-left: 0;
  outline: none;
}

.form .checkbox input[type="checkbox"]:not(:checked) + label:before, .form .checkbox input[type="checkbox"]:checked + label:before {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  position: absolute;
  top: -0.08rem;
  left: 0.07rem;
  font-size: 1.35em;
  color: #e58f1b;
  z-index: 1;
}

.form .checkbox input[type="checkbox"]:not(:checked) + label:after, .form .checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: -0.15em;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.125em solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 0.188rem;
  box-shadow: inset 0 0.063rem 0.188rem rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.form .checkbox input[type="checkbox"]:not(:checked) + label:before {
  opacity: 0;
  transform: scale(0);
}

.form .checkbox input[type="checkbox"]:checked + label:before {
  opacity: 1;
  transform: scale(1);
}

.form .checkbox input[type="checkbox"]:disabled:not(:checked) + label:after, .form .checkbox input[type="checkbox"]:disabled:checked + label:after {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #DBDBDB;
}

.form .checkbox input[type="checkbox"]:disabled:checked + label:before {
  color: #9D9D9D;
}

.form .checkbox input[type="checkbox"]:disabled + label {
  color: #495b80;
  opacity: 0.7;
}

.mobile .form input,
.mobile .form select {
  padding-top: 0.85em;
}

.mobile .promoterFilter .form input {
  border: 0.125em solid rgba(153, 153, 153, 0.7);
}

@media screen and (max-width: 36.8125em) {
  .mobile .promoterFilter .form input {
    margin-bottom: 0.5em;
  }
}

.mobile .promoterFilter .form input:focus {
  border: 0.125em solid #969696;
  box-shadow: 0 0 5px #919191;
}

.mobile .promoterFilter .form label {
  color: #666666;
  margin-bottom: 0;
}

.promoterFilter .clearFilter a {
  font-size: 0.8rem;
  cursor: pointer;
  color: #666666 !important;
  padding: 10px 0 10px 0;
}

.promoterFilter .clearFilter a:hover {
  color: rgba(102, 102, 102, 0.8) !important;
}

.mobile .promoterFilter .buttonSearch {
  width: 100%;
  padding-top: 0.55rem !important;
  float: right !important;
}

@media screen and (max-width: 63.9375em) {
  .mobile .promoterFilter .buttonSearch {
    font-size: 0.8em;
  }
}

.mobile .promoterFilter .form input.disabled,
.mobile .promoterFilter .buttonSearch.disabled,
.mobile .promoterFilter .form .button-group .button.disabled,
.mobile .promoterFilter .form input.disabled[type=date] {
  opacity: 0.5 !important;
}

.mobile .promoterFilter .form input[type=date] {
  height: 34.81px !important;
  color: #666666;
}

.mobile .promoterFilter .form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0.5;
}

.mobile .promoterFilter .form input[type="date"]:in-range::-webkit-datetime-edit-year-field,
.mobile .promoterFilter .form input[type="date"]:in-range::-webkit-datetime-edit-month-field,
.mobile .promoterFilter .form input[type="date"]:in-range::-webkit-datetime-edit-day-field,
.mobile .promoterFilter .form input[type="date"]:in-range::-webkit-datetime-edit-text {
  color: rgba(102, 102, 102, 0.5);
}

.mobile .promoterFilter .form input.disabled[type=date]::-webkit-datetime-edit-day-field,
.mobile .promoterFilter .form input.disabled[type=date]::-webkit-datetime-edit-text,
.mobile .promoterFilter .form input.disabled[type=date]::-webkit-datetime-edit-month-field,
.mobile .promoterFilter .form input.disabled[type=date]::-webkit-datetime-edit-year-field {
  color: #9D9D9D;
}

.mobile .promoterFilter .form .button-group .button {
  font-size: 0.7rem;
  background-color: #e2e1e4;
  color: #51658e;
  border: 0.125em solid #c0bfc2;
  border-radius: 0;
  margin: 0 !important;
  padding: 0.7rem !important;
}

.mobile .promoterFilter .form .button-group .button:hover {
  background-color: #cbcbcd;
  border-color: #aaa9ab;
  color: white;
}

.mobile .promoterFilter .form .button-group .button:active {
  background-color: #798296;
  border-color: #939294;
  color: white;
}

.mobile .promoterFilter .form .button-group .button.selected {
  background-color: #51658e;
  border-color: #51658e;
  color: white !important;
}

.mobile .promoterFilter .form .button-group .button.selected:hover {
  background-color: #4d6087;
  border-color: #4d6087;
}

.mobile .promoterFilter .form .button-group .button:first-child {
  border-top-left-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

.mobile .promoterFilter .form .button-group a.button:last-child {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
}

.mobile .promoterFilter .errorMessageFilter {
  color: red;
  display: none;
  font-size: 0.9rem;
}

.mobile .promoterFilter .form .loadingMessage {
  text-align: left;
  margin-top: 0.9rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  margin: auto;
  display: none;
  justify-content: center;
}

.mobile .promoterFilter .form .loadingMessage span {
  font-size: 0.75rem;
  display: block;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -khtml-border-radius: 0.3rem;
  background: #fff;
  outline: none;
  border: 0.125rem solid #51658e !important;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0.0625rem 0.0625rem 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0.0625rem 0.0625rem 0 0 5px rgba(0, 0, 0, 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item .ui-menu-item-wrapper {
  marign-top: 2px;
  marign-bottom: 2px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item .ui-menu-item-wrapper a {
  font-size: 0.8rem;
  color: #51658e;
  font-weight: bold;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item .ui-menu-item-wrapper a.document {
  padding-top: 4px;
  float: right;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item .ui-state-active {
  border: none;
  background-color: #51658e;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item .ui-state-active a {
  color: #fff;
}

.card {
  padding: 1em;
  color: #666666;
  border: 0.0625em solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}

.card .head {
  margin-bottom: 1.8em;
}

.card .head .pf {
  color: #666666;
  font-size: 1.6em;
  vertical-align: middle;
  padding-right: 0.3em;
}

.card div span {
  color: #495b80;
}

.card .remove-card {
  display: none;
}

@media (hover: hover) {
  .card .remove-card:hover [class^="icon-"],
.card .remove-card:hover [class*=" icon-"],
.card .remove-card:hover input {
    border-top: 0.0625rem solid transparent;
    cursor: pointer;
    color: #e58f1b;
  }
}

.custom-button-wrapper {
  margin-bottom: 0.8rem;
}

.custom-button-wrapper .customSignIn {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: table;
  width: 100%;
  border-radius: 0.3rem;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
  /*&:hover
		{
			background: mix(black, white, 10%);
		}*/
}

.custom-button-wrapper .customSignIn span.icon {
  display: table-cell;
  vertical-align: middle;
  height: 2.8rem;
  float: left;
  width: 3.5rem;
  padding-left: 1rem;
  border-radius: 0.3rem;
}

.custom-button-wrapper .customSignIn span.buttonText {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 100%;
  padding-right: 3rem;
}

.custom-button-wrapper .customSignIn.google span.icon {
  background: url("/assets/images/google-light-icon.svg") transparent no-repeat;
  background-position: center center;
  background-size: auto 70%;
}

.custom-button-wrapper .customSignIn.google.light {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: white;
  color: #757575;
}

@media (hover: hover) {
  .custom-button-wrapper .customSignIn.google.light:focus {
    background: #ebebeb;
  }
  .custom-button-wrapper .customSignIn.google.light:hover {
    background: #ebebeb;
  }
}

.custom-button-wrapper .customSignIn.google.dark {
  background-color: #4285f4;
  color: white;
}

.custom-button-wrapper .customSignIn.google.dark span.icon {
  border: 0.125rem solid #4285f4;
  background-color: white;
}

@media (hover: hover) {
  .custom-button-wrapper .customSignIn.google.dark:focus {
    background: #3d7ae0;
  }
  .custom-button-wrapper .customSignIn.google.dark:hover {
    background: #3d7ae0;
  }
  .custom-button-wrapper .customSignIn.google.dark:hover span.icon {
    background-color: #ebebeb;
  }
}

.custom-button-wrapper .customSignIn.facebook.dark {
  background: #4267b2;
  color: white;
  border: thin solid #4267b2;
}

.custom-button-wrapper .customSignIn.facebook.dark span.icon {
  background: url("/assets/images/facebook-dark-icon.svg") transparent no-repeat;
  background-position: center center;
  background-size: auto 70%;
}

@media (hover: hover) {
  .custom-button-wrapper .customSignIn.facebook.dark:focus {
    background: #3d5fa4;
  }
  .custom-button-wrapper .customSignIn.facebook.dark:hover {
    background: #3d5fa4;
    border: thin solid #3d5fa4;
  }
}

.custom-button-wrapper .customSignIn.facebook.light {
  background: #fff;
  color: #757575;
}

.custom-button-wrapper .customSignIn.facebook.light span.icon {
  background: url("/assets/images/facebook-light-icon.svg") transparent no-repeat;
  background-position: center center;
  background-size: auto 70%;
}

@media (hover: hover) {
  .custom-button-wrapper .customSignIn.facebook.light:focus {
    background: #ebebeb;
  }
  .custom-button-wrapper .customSignIn.facebook.light:hover {
    background: #ebebeb;
  }
}

.custom-button-wrapper .customSignIn.email {
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  text-shadow: 0.0625em 0.0625em 0 #da830d, -0.0625em -0.0625em 0 #da830d, 0.0625em -0.0625em 0 #da830d, -0.0625em 0.0625em 0 #da830d;
  color: #fff !important;
  background-color: #e58f1b;
  border: 0.0625rem solid #ce8118;
}

.custom-button-wrapper .customSignIn.email:focus, .custom-button-wrapper .customSignIn.email:hover {
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  color: white !important;
}

@media (hover: hover) {
  .custom-button-wrapper .customSignIn.email:focus {
    background-color: #cbcbcd;
    border-color: rgba(0, 0, 0, 0.19);
  }
  .custom-button-wrapper .customSignIn.email:hover {
    background-color: #c0bfc2;
    border-color: rgba(0, 0, 0, 0.235);
  }
}

.custom-button-wrapper .customSignIn.email:active {
  background-color: #9e9ea0;
  border-color: rgba(0, 0, 0, 0.37);
}

.custom-button-wrapper .customSignIn.email.disabled, .custom-button-wrapper .customSignIn.email[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  color: #51658e !important;
}

@media (hover: hover) {
  .custom-button-wrapper .customSignIn.email.disabled:focus, .custom-button-wrapper .customSignIn.email[disabled]:focus {
    background-color: #cbcbcd;
    border-color: rgba(0, 0, 0, 0.19);
  }
  .custom-button-wrapper .customSignIn.email.disabled:hover, .custom-button-wrapper .customSignIn.email[disabled]:hover {
    background-color: #c0bfc2;
    border-color: rgba(0, 0, 0, 0.235);
  }
}

.custom-button-wrapper .customSignIn.email span.icon {
  background: none;
  padding-top: 0.5rem;
  font-size: 1.8rem;
  padding-left: 0.9rem;
}

.custom-button-wrapper .customSignIn.email:focus, .custom-button-wrapper .customSignIn.email:hover {
  background-color: #e58f1b;
  border-color: #ce8118;
}

@media (hover: hover) {
  .custom-button-wrapper .customSignIn.email:focus {
    text-shadow: 0.0625em 0.0625em 0 #df8407, -0.0625em -0.0625em 0 #df8407, 0.0625em -0.0625em 0 #df8407, -0.0625em 0.0625em 0 #df8407;
    border-color: #d48212;
    background: #fe9302;
  }
  .custom-button-wrapper .customSignIn.email:hover {
    text-shadow: 0.0625em 0.0625em 0 #e58501, -0.0625em -0.0625em 0 #e58501, 0.0625em -0.0625em 0 #e58501, -0.0625em 0.0625em 0 #e58501;
    border-color: #da830d;
    background: #eaa549;
  }
}

.custom-button-wrapper .customSignIn.email:active {
  text-shadow: 0.0625em 0.0625em 0 #b97416, -0.0625em -0.0625em 0 #b97416, 0.0625em -0.0625em 0 #b97416, -0.0625em 0.0625em 0 #b97416;
  border-color: #b97416;
  background: #ce8118;
}

.custom-button-wrapper span.label {
  font-family: serif;
  font-weight: normal;
}

.authentication.login h1 {
  padding-bottom: 0;
}

.authentication.login .actions {
  text-align: center;
}

.authentication.login .actions .button {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

.authentication.login .actions a {
  font-size: 0.8rem;
}

.authentication.remember-password h1 {
  padding-bottom: 0;
}

.authentication.remember-password .actions {
  margin-top: 1.5em;
}

.authentication.credential .actions {
  text-align: center;
}

.authentication.credential .actions a {
  font-size: 0.8rem;
}

.account.cards .card {
  margin-right: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 36.8125em) {
  .account.cards {
    margin-right: 0;
  }
}

.account.cards .columns:nth-child(odd) {
  float: left;
}

.account.cards .navigation {
  margin-top: -1em;
}

.reveal .close-button {
  font-size: 2em !important;
}

.reveal .name {
  opacity: 0.7 !important;
}

.reveal .remove-card-options {
  margin-top: 1em;
}

.card {
  padding: 1em;
  color: #666666;
  border: 0.0625em solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}

.card .head {
  margin-bottom: 1.8em;
}

.card .head .pf {
  color: #666666;
  font-size: 1.6em;
  vertical-align: middle;
  padding-right: 0.3em;
}

.card div span {
  color: #495b80;
}

.card .remove-card {
  display: none;
}

@media (hover: hover) {
  .card .remove-card:hover [class^="icon-"],
.card .remove-card:hover [class*=" icon-"],
.card .remove-card:hover input {
    border-top: 0.0625rem solid transparent;
    cursor: pointer;
    color: #e58f1b;
  }
}

.account.data.index > .row .columns span {
  color: #495b80;
}

.account.data.index > .row .columns div p {
  font-size: 0.9rem;
  color: #666666;
}

.account.data.index > .row .columns.name {
  padding-right: 1em;
}

.account.data.index .options .list .item > div:nth-child(1) {
  padding-left: 1em;
  text-align: center;
}

.account.data.index .options .list .item > div:nth-child(2) {
  width: 100%;
  padding-left: 1em;
  padding-right: 0.7em;
  vertical-align: top;
  font-size: 0.8rem;
  color: #495b80;
}

.account.data.index .options .list .item > div:nth-child(2) span {
  display: block;
  font-size: 1rem;
  color: #666666;
}

.account.data.index .options .list .item .icon-credit-card,
.account.data.index .options .list .item .icon-envelope-o,
.account.data.index .options .list .item .icon-share {
  font-size: 1.5rem;
  color: #495b80;
}

.account.data.index .options .list .item .icon-unlock-alt,
.account.data.index .options .list .item .icon-person_outline {
  font-size: 1.8rem;
  color: #495b80;
}

.account.sales.detail .item {
  margin-bottom: 1.3em;
}

@media screen and (max-width: 36.8125em) {
  .account.sales.detail .item .row .blank-line {
    display: none;
  }
}

@media screen and (max-width: 36.8125em) {
  .account.sales.detail .remitance-validity {
    text-align: left !important;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .account.sales.detail .remitance-validity {
    padding-left: 1em;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .account.sales.detail .remitance-cardHolderName .cardHolderName {
    padding-left: 0em;
  }
}

.account.sales.detail .valueDetail {
  padding-right: 0;
}

@media screen and (max-width: 36.8125em) {
  .account.sales.detail .valueDetail {
    padding-right: 0;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .account.sales.detail .valueDetail > div:nth-child(3) {
    text-align: right;
  }
}

.account.sales.detail .valueDetail > div:nth-child(4) {
  text-align: left;
}

.account.sales.detail .valueDetail > div:nth-child(4) > div {
  padding-left: 1em;
}

@media screen and (max-width: 63.9375em) {
  .account.sales.detail .valueDetail > div:nth-child(4) > div {
    padding-left: 0em;
  }
}

.account.sales.detail .valueDetail > div:nth-child(5) {
  text-align: right;
}

@media screen and (max-width: 63.9375em) {
  .account.sales.detail .valueDetail > div:nth-child(5) {
    text-align: left;
    float: left;
  }
}

@media screen and (max-width: 36.8125em) {
  .account.sales.detail .valueDetail > div:nth-child(2n+0) {
    text-align: right;
  }
}

.account.sales.detail .actions {
  margin-bottom: 0.8em;
}

.account.sales.detail .actions button,
.account.sales.detail .actions a {
  margin-bottom: 0.6em;
  margin-right: 0.7em;
}

.account.sales.detail .cart .action {
  margin-bottom: 1.5em;
}

.account.sales.detail .ticket-visitor h2 {
  color: #666666;
  margin-bottom: 1rem;
}

.account.sales.detail .ticket-visitor h2 i {
  margin-right: 0.5rem;
}

.account.sales.detail .ticket-visitor .confirm-identification {
  margin-bottom: 2rem;
}

.account.sales.detail .ticket-visitor .confirm-identification h3 {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0.5rem !important;
}

.account.sales.detail .ticket-visitor .confirm-identification .package-name {
  color: #666666;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.account.sales.detail .ticket-visitor .confirm-identification .visitor-data > span {
  display: inline-block;
  margin-right: 1rem;
}

.account.sales.detail .ticket-visitor .confirm-identification .visitors {
  display: table;
}

.account.sales.detail .ticket-visitor .confirm-identification .visitors > div {
  display: table-row;
}

.account.sales.detail .ticket-visitor .confirm-identification .visitors > div > div {
  display: table-cell;
}

.account.sales.detail .ticket-visitor .confirm-identification > .row {
  margin-bottom: 1em;
}

.account.sales.detail .ticket-visitor .confirm-identification > .row:last-child {
  margin-bottom: 0;
}

.account.sales.detail .ticket-visitor .confirm-identification .columns {
  margin-bottom: 1rem;
}

.account.sales.detail .ticket-visitor .confirm-identification .columns:last-child {
  margin-bottom: 0;
}

.account.sales.detail .ticket-visitor .confirm-identification span {
  color: #666666;
}

@media screen and (max-width: 63.9375em) {
  .account.sales.filter .menu-container {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.account.sales.filter .menu-container .menu-centered {
  font-size: 0px;
  /* Remove o espaço vertical abaixo do menu */
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.2);
}

.account.sales.filter .menu-container .menu-centered .menu {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: -0.125rem;
}

.account.sales.filter .menu-container .menu-centered .menu a {
  padding-bottom: 1.2em;
  text-decoration: none;
  color: #666666;
}

@media (hover: hover) {
  .account.sales.filter .menu-container .menu-centered .menu a:focus, .account.sales.filter .menu-container .menu-centered .menu a:hover {
    padding-bottom: 0.9em;
    border-bottom: 0.3em solid #666666;
  }
}

.account.sales.filter .menu-container .menu-centered .menu a.selected {
  padding-bottom: 0.9em;
  color: #e58f1b;
  font-weight: 500;
  border-bottom: 0.3em solid #e58f1b;
}

@media (hover: hover) {
  .account.sales.filter .menu-container .menu-centered .menu a.selected:focus, .account.sales.filter .menu-container .menu-centered .menu a.selected:hover {
    color: #666666;
  }
}

.account.sales.filter .list .item > div:nth-child(1) {
  width: 100%;
  padding-left: 1em;
}

.account.sales.filter .blank {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 1em;
  color: #666666;
}

.account.sales.filter .blank::before, .account.sales.filter .blank::after {
  content: ' ';
  display: table;
}

.account.sales.filter .blank::after {
  clear: both;
}

@media screen and (max-width: 36.8125em) {
  .account.sales.filter .blank {
    margin-top: 1.5em;
  }
}

.account.sales.filter .blank > div {
  display: inline-block;
}

.account.sales.filter .blank .icon-laughing-face2,
.account.sales.filter .blank .icon-sad-face-eyebrows {
  font-size: 3em;
  margin-right: 0.2em;
  color: #495b80;
}

@media screen and (max-width: 36.8125em) {
  .account.sales.filter .blank .icon-laughing-face2,
.account.sales.filter .blank .icon-sad-face-eyebrows {
    font-size: 4em;
    margin-right: 0;
    text-align: left;
  }
  .account.sales.filter .blank .icon-laughing-face2:after,
.account.sales.filter .blank .icon-sad-face-eyebrows:after {
    content: '\A';
  }
}

.account.sales.filter .blank span:nth-child(1) {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}

@media screen and (min-width: 36.875em) {
  .account.sales.filter .blank span:nth-child(1) {
    text-align: left;
  }
}

.account.sales.filter .blank span:nth-child(2) {
  display: block;
  font-size: 0.8rem;
}

@media screen and (min-width: 36.875em) {
  .account.sales.filter .blank span:nth-child(2) {
    text-align: left;
  }
}

.account.sales.detail.cancel .comments {
  display: none;
}

.calendar .head {
  width: 100%;
}

.calendar .head::before, .calendar .head::after {
  content: ' ';
  display: table;
}

.calendar .head::after {
  clear: both;
}

.calendar .head .current {
  float: left;
  color: #51658e;
  font-size: 1.2rem;
  font-weight: 500;
}

.calendar .head .nav {
  float: right;
}

.calendar .head .nav::before, .calendar .head .nav::after {
  content: ' ';
  display: table;
}

.calendar .head .nav::after {
  clear: both;
}

.calendar .head .nav .previous,
.calendar .head .nav .next {
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  -khtml-border-radius: 50em;
  width: 1.7em;
  height: 1.7em;
  margin-top: -0.1em;
  text-align: center;
  opacity: 0.6;
  color: #eee;
  background-color: #666666;
}

.calendar .head .nav .previous {
  float: left;
  margin-right: 1em;
}

.calendar .head .nav .previous .icon-angle-left {
  font-size: 1.8em;
  line-height: 0.9em;
  padding-right: 0.1em;
}

@media (hover: hover) {
  .calendar .head .nav .previous:focus {
    opacity: 0.8;
  }
  .calendar .head .nav .previous:hover {
    opacity: 1;
  }
}

.calendar .head .nav .previous:active {
  opacity: 0.4;
}

.calendar .head .nav .next {
  float: right;
}

.calendar .head .nav .next .icon-angle-right {
  font-size: 1.8em;
  line-height: 0.9em;
  padding-left: 0.1em;
}

@media (hover: hover) {
  .calendar .head .nav .next:focus {
    opacity: 0.8;
  }
  .calendar .head .nav .next:hover {
    opacity: 1;
  }
}

.calendar .head .nav .next:active {
  opacity: 0.4;
}

.calendar .container {
  margin: 0 -0.7em;
}

@media screen and (max-width: 36.8125em) {
  .calendar .container {
    margin: 0 -0.35em;
  }
}

.calendar .container .month {
  display: table;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0.7em;
}

@media screen and (max-width: 36.8125em) {
  .calendar .container .month {
    border-spacing: 0.35em;
  }
}

.calendar .container .month .weekdays {
  display: table-row;
}

.calendar .container .month .weekdays div {
  display: table-cell;
  padding-top: 1.5em;
  text-align: center;
  text-transform: uppercase;
  color: #495b80;
  font-size: 0.8rem;
}

.calendar .container .month .days {
  display: table-row;
}

.calendar .container .month .days div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -khtml-border-radius: 0.2rem;
  cursor: pointer;
  display: table-cell;
  width: 14.3%;
  display: table-cell;
  text-align: center;
  color: #51658e;
  background-color: #e2e1e4;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.calendar .container .month .days div:focus, .calendar .container .month .days div:hover {
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  color: white !important;
}

@media (hover: hover) {
  .calendar .container .month .days div:focus {
    background-color: #8893a8;
    border-color: #8893a8;
  }
  .calendar .container .month .days div:hover {
    background-color: #808b9f;
    border-color: #808b9f;
  }
}

.calendar .container .month .days div:active {
  background-color: #6a7283;
  border-color: #6a7283;
}

.calendar .container .month .days div.disabled, .calendar .container .month .days div[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  color: #51658e !important;
}

@media (hover: hover) {
  .calendar .container .month .days div.disabled:focus, .calendar .container .month .days div[disabled]:focus {
    background-color: #cbcbcd;
    border-color: rgba(0, 0, 0, 0.19);
  }
  .calendar .container .month .days div.disabled:hover, .calendar .container .month .days div[disabled]:hover {
    background-color: #c0bfc2;
    border-color: rgba(0, 0, 0, 0.235);
  }
}

@media screen and (max-width: 36.8125em) {
  .calendar .container .month .days div {
    max-width: 2em;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .calendar .container .month .days div {
    max-width: 4em;
  }
}

@media screen and (min-width: 64em) {
  .calendar .container .month .days div {
    max-width: 3.4em;
  }
}

.calendar .container .month .days div.dateOnly {
  padding-top: 3.5%;
  padding-bottom: 3%;
}

.calendar .container .month .days div.selected {
  background-color: #51658e;
  border-color: #51658e;
  color: white;
  background-color: #51658e;
  border: 0.0625rem solid #51658e;
}

.calendar .container .month .days div.selected:focus, .calendar .container .month .days div.selected:hover {
  background-color: #51658e;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .calendar .container .month .days div.selected:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .calendar .container .month .days div.selected:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.calendar .container .month .days div.selected:active {
  background-color: #3d4c6b;
  border-color: #3d4c6b;
}

.calendar .container .month .days div.selected.disabled, .calendar .container .month .days div.selected[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #51658e;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .calendar .container .month .days div.selected.disabled:focus, .calendar .container .month .days div.selected[disabled]:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .calendar .container .month .days div.selected.disabled:hover, .calendar .container .month .days div.selected[disabled]:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.calendar .container .month .days div.disabled, .calendar .container .month .days div[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: transparent;
  border-color: transparent;
  color: #51658e !important;
}

@media (hover: hover) {
  .calendar .container .month .days div.disabled:focus, .calendar .container .month .days div[disabled]:focus {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .calendar .container .month .days div.disabled:hover, .calendar .container .month .days div[disabled]:hover {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.15);
  }
}

.calendar .container .month .days div.blank {
  background-color: transparent;
  border: 0;
  cursor: default;
}

.calendar .container .month .days div .dateValueDay {
  display: block;
  font-size: 1em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.calendar .container .month .days div .dateValuePrice {
  display: block;
  font-size: 0.52em;
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  min-height: 3.2em;
  align-items: end;
  justify-content: center;
  word-wrap: break-word;
}

@media screen and (max-width: 36.8125em) {
  .calendar .container .month .days div .dateValuePrice {
    font-size: 1.4vw !important;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .calendar .container .month .days div .dateValuePrice {
    font-size: 0.85vw !important;
  }
}

@media screen and (min-width: 64em) {
  .calendar .container .month .days div .dateValuePrice {
    font-size: 0.52em !important;
  }
}

.calendar .container .month .days div .dateOnlyDay {
  display: block;
  font-size: 1em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.calendar .container .month .days div .empty {
  padding-bottom: 3em;
}

.calendar .labels {
  color: #666666;
  margin-top: 1em;
}

.calendar .labels::before, .calendar .labels::after {
  content: ' ';
  display: table;
}

.calendar .labels::after {
  clear: both;
}

.calendar .labels .tag {
  float: left;
  vertical-align: central;
  line-height: 2em;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.calendar .labels .tag > div {
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -khtml-border-radius: 0.2rem;
  float: left;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}

.calendar .labels .tag:nth-child(1) {
  padding-right: 2em;
}

.calendar .labels .tag:nth-child(2) {
  padding-right: 2em;
}

.calendar .labels .tag.enabled > div {
  background-color: #e2e1e4;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.calendar .labels .tag.disabled > div {
  background-color: transparent;
  border: 0.0625rem solid transparent;
  opacity: 0.4;
}

.calendar .labels .tag.selected > div {
  background-color: #51658e;
  border: 0.0625rem solid #51658e;
}

.calendar .navigation {
  margin-top: -1rem;
}

.reschedule .current-date {
  margin-bottom: 2.5rem;
}

.reschedule .current-date .icon-calendar-check-o {
  float: left;
  color: #666666;
  font-size: 2rem;
  margin-top: 0.1rem;
  margin-right: 0.8rem;
}

.reschedule .current-date div > div {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #666666;
}

.reschedule .current-date .date {
  font-size: 1.2rem;
  color: #e58f1b;
  line-height: 1.25rem;
}

.reschedule .confirm-message p {
  color: #666666;
}

.reschedule .confirm-message p:last-child {
  font-weight: 500;
}

.tickets .cart {
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .tickets .cart {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.tickets .cart .action {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1.95rem;
  cursor: pointer;
}

.tickets .cart .action .row:nth-child(1) {
  padding: 0.9em 2em 0.35em 2em;
  background: #51658e;
  border: 0 solid transparent;
  border-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .tickets .cart .action .row:nth-child(1) {
    padding-left: 1em;
    padding-right: 1em;
    border-right: 0;
    border-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .tickets .cart .action .row:nth-child(1) {
    -webkit-border-top-right-radius: 0.3rem;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0.3rem;
    -moz-border-radius-topright: 0.3rem;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.3rem;
    box-shadow: none;
    outline: none;
  }
}

.tickets .cart .action .row:nth-child(1) .field > div:nth-child(1) {
  float: left;
  color: #fff;
}

.tickets .cart .action .row:nth-child(1) .field .icon-calendar-check-o {
  font-size: 1.87em;
  margin-top: 0.1em;
  margin-right: 0.4em;
}

.tickets .cart .action .row:nth-child(1) .field .icon-shopping_cart {
  font-size: 2.25em;
  margin-top: -0.04em;
  margin-right: 0.2em;
}

.tickets .cart .action .row:nth-child(1) .field > div:nth-child(2) {
  float: left;
}

.tickets .cart .action .row:nth-child(1) .field > div:nth-child(2) div:nth-child(1) {
  line-height: 1.1em;
  color: #fff;
  font-size: 0.8rem;
}

.tickets .cart .action .row:nth-child(1) .field > div:nth-child(2) div:nth-child(2) {
  line-height: 1.25em;
  color: #a8b2c7;
  font-size: 1.2rem;
}

.tickets .cart .action .row:nth-child(2) {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.tickets .cart .action .row:nth-child(2) .items {
  display: none;
  padding: 0 2em;
  padding-top: 0.25em;
  padding-bottom: 1.5em;
  background: #51658e;
  border: 0 solid transparent;
  border-top: 0;
  border-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .tickets .cart .action .row:nth-child(2) .items {
    padding-left: 1em;
    padding-right: 1em;
    border-right: 0;
    border-left: 0;
  }
}

.tickets .cart .action .row:nth-child(2) .items.single-plan {
  padding-bottom: 1em;
}

.tickets .cart .action .row:nth-child(2) .items .blank {
  text-align: center;
  color: #b9c1d2;
}

.tickets .cart .action .row:nth-child(2) .items .plans {
  display: table;
  width: 100%;
}

.tickets .cart .action .row:nth-child(2) .items .plans .plan {
  display: table-row;
}

.tickets .cart .action .row:nth-child(2) .items .plans .plan div:nth-child(1) {
  padding-top: 1.2em;
  text-transform: uppercase;
  color: #b9c1d2;
  font-size: 0.7rem;
}

.tickets .cart .action .row:nth-child(2) .items .plans .package {
  display: table-row;
  color: #fff;
}

.tickets .cart .action .row:nth-child(2) .items .plans .package div:nth-child(1) {
  display: table-cell;
  width: 100%;
}

.tickets .cart .action .row:nth-child(2) .items .plans .package div:nth-child(2) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  padding-left: 1em;
}

.tickets .cart .action .row:nth-child(2) .items .plans .package div:nth-child(3) {
  display: table-cell;
  padding-left: 0.4em;
  padding-right: 1.5em;
}

.tickets .cart .action .row:nth-child(2) .items .plans .package div:nth-child(4) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  color: #b9c1d2;
}

.tickets .cart .action .row:nth-child(2) .items .calendar-dates {
  display: table;
  width: 100%;
  padding-bottom: 1em;
}

.tickets .cart .action .row:nth-child(2) .items .calendar-dates .title {
  display: table-row;
  padding-top: 1.2em;
  text-transform: uppercase;
  color: #b9c1d2;
  font-size: 0.7rem;
}

.tickets .cart .action .row:nth-child(2) .items .calendar-dates .calendar-date {
  display: table-row;
  color: #fff;
  width: 100%;
  font-size: 0.8rem;
}

.tickets .cart .action .grip {
  width: 100%;
}

.tickets .cart .action .grip .icon {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  text-align: center;
  height: 0.3em;
  background: #51658e;
  border: 0 solid transparent;
  border-top: 0;
  border-bottom: 0;
}

.tickets .cart .action .grip .icon .icon-angle-up,
.tickets .cart .action .grip .icon .icon-angle-down {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.3em;
  color: #fff;
}

.tickets .cart .action .grip .icon .icon-angle-up {
  visibility: collapse;
}

.tickets .cart .action .grip .border {
  height: 0.3em;
  background-color: #4b5d83;
  border: 0 solid transparent;
  border-top: 0;
}

@media screen and (min-width: 64em) {
  .tickets .cart .action .grip .border {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0.3rem;
    -webkit-border-bottom-left-radius: 0.3rem;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0.3rem;
    -moz-border-radius-bottomleft: 0.3rem;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0;
    box-shadow: none;
    outline: none;
  }
}

@media (hover: hover) {
  .tickets .cart .action:hover .grip .icon {
    height: 0.55em;
  }
}

.tickets .cart.expanded .grip .icon {
  height: 0.45rem !important;
}

.tickets .cart.expanded .grip .icon .icon-angle-down {
  visibility: collapse;
}

.tickets .cart.expanded .grip .icon .icon-angle-up {
  visibility: visible;
}

.tickets .cart.expanded .grip .border {
  background-color: #404f6f;
}

.tickets .cart.detailing .action {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  cursor: auto;
  background: #51658e;
  border: 0 solid transparent;
}

@media screen and (min-width: 64em) {
  .tickets .cart.detailing .action {
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -khtml-border-radius: 0.3rem;
  }
}

.tickets .cart.detailing .action .row:nth-child(1) {
  border: none;
}

.tickets .cart.detailing .action .row:nth-child(2) {
  position: static !important;
}

.tickets .cart.detailing .action .row:nth-child(2) .items {
  display: block;
  padding-bottom: 1em;
  background: transparent;
  border: 0;
}

.tickets .cart .edit-cart {
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 36.8125em) {
  .tickets .cart .edit-cart .button {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .titles .cart {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.titles .cart .row:nth-child(1) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1.5rem;
  padding: 0.7em 2em;
  background: #51658e;
  border: 0 solid transparent;
}

@media screen and (max-width: 63.9375em) {
  .titles .cart .row:nth-child(1) {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (min-width: 64em) {
  .titles .cart .row:nth-child(1) {
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -khtml-border-radius: 0.3rem;
  }
}

.titles .cart .caption {
  margin-top: 0.25em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color: #b9c1d2;
  font-size: 0.7rem;
}

.titles .cart .items {
  display: table;
}

.titles .cart .items > div {
  display: table-row;
  color: #fff;
}

.titles .cart .items > div div:nth-child(1) {
  color: #fff;
  display: table-cell;
  width: 100%;
}

.titles .cart .items > div div:nth-child(4) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  padding-left: 0.4em;
  color: #b9c1d2;
}

.titles .cart .items > div div.total:nth-child(4) {
  font-weight: 500;
  color: #a8b2c7;
}

.titles .cart .items > div div:nth-child(2) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  padding-left: 1em;
}

.titles .cart .items > div div:nth-child(3) {
  display: table-cell;
  padding-left: 0.4em;
  padding-right: 1.5em;
}

.titles .cart .edit-cart {
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 36.8125em) {
  .titles .cart .edit-cart .button {
    display: block;
    width: 100%;
  }
}

.account.social .social-detail {
  padding: 1em 0;
  border-bottom: 0.0625em solid rgba(0, 0, 0, 0.2);
}

.account.social .social-detail h3 {
  color: #666666;
  margin-bottom: 0.5rem;
}

.account.social .social-detail p {
  font-size: 1rem;
  margin-bottom: 0;
}

.account.social .social-detail:last-child {
  border-bottom: 0;
}

.account.social .social-detail .social-data {
  display: table;
}

.account.social .social-detail .social-data > div:first-child {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 7.5rem;
  height: 4.5rem;
}

.account.social .social-detail .social-data > div:first-child .social-image {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  border-radius: 3rem;
  height: 4.5rem;
  width: 4.5rem;
  position: absolute;
  top: 0;
  z-index: 0;
  cursor: pointer;
}

@media screen and (max-width: 63.9375em) {
  .account.social .social-detail .social-data > div:first-child .social-image {
    cursor: none;
  }
}

@media (hover: hover) {
  .account.social .social-detail .social-data > div:first-child .social-image:hover {
    opacity: 0.9;
  }
}

.account.social .social-detail .social-data > div:first-child .social-image.type {
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
}

.account.social .social-detail .social-data > div:first-child .social-image.type.google.light {
  background-color: white;
  background-size: 60%;
  background-image: url("/assets/images/google-light-icon.svg");
}

.account.social .social-detail .social-data > div:first-child .social-image.type.google.dark {
  background-color: #4285f4;
  background-size: 95%;
  background-image: url("/assets/images/google-letter-dark-icon.svg");
  background-position: 0.125rem 0.063rem;
}

.account.social .social-detail .social-data > div:first-child .social-image.type.facebook {
  background-size: 70%;
  background-image: url("/assets/images/facebook-letter-dark-icon.svg");
  background-color: #4267b2;
}

.account.social .social-detail .social-data > div:first-child .social-image.profile {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  right: 0.5rem;
}

.account.social .social-detail .social-data > div:first-child .social-image.profile.animate {
  right: -1rem;
}

.account.social .social-detail .social-data > div:first-child .social-image.profile img {
  width: 100%;
}

.account.social .social-detail .social-data > div:first-child .social-image.active {
  z-index: 1;
}

.account.social .social-detail .social-data > div:last-child {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
}

.account.social .social-detail .social-data > div:last-child .social-name span {
  color: #666666;
}

@media screen and (max-width: 36.8125em) {
  .account.social .social-detail .social-data > div:last-child .social-name span {
    display: block;
  }
}

.account.social .social-detail .social-data > div:last-child .social-email {
  color: #495b80;
  font-size: 0.8rem;
}

.account.social .social-detail .social-data > div:last-child .social-new-account {
  display: block;
  font-size: 0.8rem;
  color: #e58f1b;
}

.account.social .social-detail .social-not-connected {
  margin-top: 0.7rem;
}

.account.social .social-detail .disconnect-social-account {
  margin-top: 0.9rem;
}

.account.social .social-detail .disconnect-social-account > div {
  display: table;
  float: right;
  cursor: pointer;
}

@media (hover: hover) {
  .account.social .social-detail .disconnect-social-account > div:hover span {
    color: #e58f1b;
  }
}

.account.social .social-detail .disconnect-social-account > div span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.3rem;
  color: #666666;
  font-size: 0.8rem;
}

@media screen and (max-width: 36.8125em) {
  .account.social .social-detail .disconnect-social-account > div {
    float: left;
  }
}

@media screen and (max-width: 36.8125em) {
  .account.social .social-detail .social-buttons {
    margin-top: 1rem;
  }
  .account.social .social-detail .social-buttons .custom-button-wrapper .customSignIn span.buttonText {
    width: 100%;
  }
}

.account .list {
  display: table;
}

@media screen and (max-width: 63.9375em) {
  .account .list {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.account .item {
  display: table-row;
  cursor: pointer;
}

.account .item.detailing {
  display: block;
  cursor: unset;
}

@media (hover: hover) {
  .account .item.detailing:hover {
    background-color: unset !important;
  }
}

.account .item.detailing > div {
  display: block;
  padding: 0;
  border-bottom: 0;
}

@media screen and (max-width: 36.8125em) {
  .account .item.detailing .columns:nth-child(2) {
    text-align: right;
  }
}

.account .item.detailing .columns:nth-child(4) {
  text-align: right;
}

.account .item:last-child > div {
  border: 0 !important;
}

@media (hover: hover) {
  .account .item:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.account .item > div {
  display: table-cell;
  padding: 1em 0;
  border-bottom: 0.0625em solid rgba(0, 0, 0, 0.2);
}

.account .item > div:nth-last-child(1) {
  white-space: nowrap;
  vertical-align: middle;
  padding-right: 1em;
}

.account .item > div:first-child {
  white-space: normal;
}

.account .item .icon-angle-right {
  font-size: 2.2em;
  margin-left: 0em;
  color: #666666;
}

.account .sale .columns {
  font-size: 0.8rem;
  color: #495b80;
}

.account .sale .columns span {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.3em;
}

.account .sale .columns div {
  display: inline-block;
}

@media screen and (max-width: 36.8125em) {
  .account .sale .columns.small-break-line {
    padding-top: 1em;
  }
}

.account .sale .columns.break-line {
  padding-top: 1em;
}

.account .sale .cardHolderName {
  padding-left: 1em;
}

@media screen and (max-width: 36.8125em) {
  .account .sale .cardHolderName {
    padding-left: 0;
  }
}

.account .sale .cardHolderDocument {
  padding-left: 1em;
}

@media screen and (max-width: 36.8125em) {
  .account .sale .cardHolderDocument {
    padding-left: 0;
  }
}

.account .sale .approved {
  font-weight: 500 !important;
}

.account .sale .awaiting {
  font-weight: 500 !important;
  color: #e58f1b !important;
}

.account .sale .canceled {
  font-weight: 500 !important;
  color: #cc0000 !important;
}

.account .sale .icon-ticket,
.account .sale .icon-membership,
.account .sale .icon-barcode,
.account .sale .icon-paperclip,
.account .sale .pf {
  font-size: 2rem !important;
  margin-right: 0.2em;
  color: #495b80;
}

.account .sale .icon-membership {
  font-size: 1.8rem !important;
}

.account .sale .icon-barcode {
  margin-right: 0.3em;
}

.account .sale .pf {
  font-size: 1.2rem !important;
}

.account .sale .icon-tags {
  font-size: 1.8rem !important;
  padding-right: 0.8rem;
}

.account h2.success {
  padding-bottom: 0.2em;
}

.account h2.success .icon-check {
  font-size: 1.5em;
  vertical-align: text-bottom;
  color: #495b80;
}

.account .password-alert p {
  color: #e58f1b;
}

.sale-items {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.sale-items > .columns {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  float: left !important;
}

.ie .sale-item {
  -webkit-border-top-right-radius: 2.3rem;
  -webkit-border-bottom-right-radius: 2.3rem;
  -webkit-border-bottom-left-radius: 2.3rem;
  -webkit-border-top-left-radius: 2.3rem;
  -moz-border-radius-topright: 2.3rem;
  -moz-border-radius-bottomright: 2.3rem;
  -moz-border-radius-bottomleft: 2.3rem;
  -moz-border-radius-topleft: 2.3rem;
  border-top-right-radius: 2.3rem;
  border-bottom-right-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
  border-top-left-radius: 2.3rem;
  box-shadow: none;
  outline: none;
  background-color: #e2e1e4;
}

.ie .sale-item.selected {
  background-color: #455679;
}

.sale-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  margin-bottom: 1rem;
  color: white;
}

.sale-item::before, .sale-item::after {
  content: ' ';
  display: table;
}

.sale-item::after {
  clear: both;
}

.sale-item .data {
  -webkit-border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-radius-topright: 0.3rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.3rem;
  box-shadow: none;
  outline: none;
  text-align: center;
  padding: 1em 1.5em !important;
  background-color: #e2e1e4;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  color: #51658e;
}

.sale-item .data .image {
  text-align: center;
  height: 4em;
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}

.sale-item .data .name {
  margin-bottom: -0.2em;
  font-size: 1.2rem;
  line-height: 1.5rem;
  overflow-wrap: break-word;
}

.sale-item .data .description {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  padding-top: 0.4em;
  font-size: 0.8rem;
  overflow-wrap: break-word;
}

.sale-item .data .price {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  padding-top: 0.2em;
  font-weight: 500;
}

.sale-item .data .rules {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  display: block;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.sale-item .data.clickable {
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.sale-item .data.clickable:focus, .sale-item .data.clickable:hover {
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  color: white !important;
}

@media (hover: hover) {
  .sale-item .data.clickable:focus {
    background-color: #cbcbcd;
    border-color: rgba(0, 0, 0, 0.19);
  }
  .sale-item .data.clickable:hover {
    background-color: #c0bfc2;
    border-color: rgba(0, 0, 0, 0.235);
  }
}

.sale-item .data.clickable:active {
  background-color: #9e9ea0;
  border-color: rgba(0, 0, 0, 0.37);
}

.sale-item .data.clickable.disabled, .sale-item .data.clickable[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  color: #51658e !important;
}

@media (hover: hover) {
  .sale-item .data.clickable.disabled:focus, .sale-item .data.clickable[disabled]:focus {
    background-color: #cbcbcd;
    border-color: rgba(0, 0, 0, 0.19);
  }
  .sale-item .data.clickable.disabled:hover, .sale-item .data.clickable[disabled]:hover {
    background-color: #c0bfc2;
    border-color: rgba(0, 0, 0, 0.235);
  }
}

.sale-item .remove {
  display: none;
  height: 3rem;
  border-style: solid;
  border-width: 0.0625rem;
}

.sale-item .quantity {
  display: none;
  height: 3rem;
}

.sale-item .quantity input[type=number]::-webkit-inner-spin-button,
.sale-item .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.sale-item .quantity input[type=number] {
  -moz-appearance: textfield;
}

.sale-item .quantity input {
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 2em;
  width: 100%;
  height: 100%;
  padding-top: 0.35rem;
  text-align: center;
  color: inherit;
  box-shadow: none;
  background-color: transparent;
  font-weight: 700;
}

.sale-item .add,
.sale-item .sold-out-label,
.sale-item .map {
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  height: 3rem;
  text-align: center;
  background-color: #51658e;
  border: 0.0625rem solid #51658e;
  border-top-color: #51658e;
  border-top-width: 0;
  border-left-width: 0;
}

.sale-item .add,
.sale-item .map {
  background-color: #51658e;
  border-color: #51658e;
  cursor: pointer;
}

.sale-item .add:focus, .sale-item .add:hover,
.sale-item .map:focus,
.sale-item .map:hover {
  background-color: #51658e;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .sale-item .add:focus,
.sale-item .map:focus {
    background-color: #cbcbcd;
    border-color: rgba(0, 0, 0, 0.19);
  }
  .sale-item .add:hover,
.sale-item .map:hover {
    background-color: #c0bfc2;
    border-color: rgba(0, 0, 0, 0.235);
  }
}

.sale-item .add:active,
.sale-item .map:active {
  background-color: #9e9ea0;
  border-color: rgba(0, 0, 0, 0.37);
}

.sale-item .add.disabled, .sale-item .add[disabled],
.sale-item .map.disabled,
.sale-item .map[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #51658e;
  border-color: #51658e;
  color: #51658e !important;
}

@media (hover: hover) {
  .sale-item .add.disabled:focus, .sale-item .add[disabled]:focus,
.sale-item .map.disabled:focus,
.sale-item .map[disabled]:focus {
    background-color: #495b80;
    border-color: #495b80;
  }
  .sale-item .add.disabled:hover, .sale-item .add[disabled]:hover,
.sale-item .map.disabled:hover,
.sale-item .map[disabled]:hover {
    background-color: #455679;
    border-color: #455679;
  }
}

.sale-item .add {
  border-left: none !important;
}

.sale-item .sold-out-label,
.sale-item .map {
  line-height: 3rem;
}

.sale-item [class^="icon-"],
.sale-item [class*=" icon-"] {
  height: 3rem;
  line-height: 3rem;
  font-size: 2em;
}

.sale-item.sold-out .data {
  background-color: #e7e7e9;
  border-color: rgba(221, 221, 221, 0.46);
  opacity: 0.5;
}

.sale-item.sold-out .data .price {
  text-decoration: line-through;
}

.sale-item.sold-out .sold-out-label {
  opacity: 1.5;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #e58f1b;
}

.sale-item.selected .data {
  color: white;
  background-color: #51658e;
  border-color: #51658e;
}

.sale-item.selected .data.clickable {
  background-color: #51658e;
  border-color: #51658e;
}

.sale-item.selected .data.clickable:focus, .sale-item.selected .data.clickable:hover {
  background-color: #51658e;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .sale-item.selected .data.clickable:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .sale-item.selected .data.clickable:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.sale-item.selected .data.clickable:active {
  background-color: #3d4c6b;
  border-color: #3d4c6b;
}

.sale-item.selected .data.clickable.disabled, .sale-item.selected .data.clickable[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #51658e;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .sale-item.selected .data.clickable.disabled:focus, .sale-item.selected .data.clickable[disabled]:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .sale-item.selected .data.clickable.disabled:hover, .sale-item.selected .data.clickable[disabled]:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.sale-item.selected .remove {
  background-color: #455679;
  border-color: #51658e;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  display: block;
  cursor: pointer;
  text-align: center;
  color: white;
  background-color: #455679;
  border-color: #51658e;
  border-top: 0;
}

.sale-item.selected .remove:focus, .sale-item.selected .remove:hover {
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .sale-item.selected .remove:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .sale-item.selected .remove:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.sale-item.selected .remove:active {
  background-color: #3d4c6b;
  border-color: #3d4c6b;
}

.sale-item.selected .remove.disabled, .sale-item.selected .remove[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .sale-item.selected .remove.disabled:focus, .sale-item.selected .remove[disabled]:focus {
    background-color: #3e4d6d !important;
    border-color: #495b80 !important;
  }
  .sale-item.selected .remove.disabled:hover, .sale-item.selected .remove[disabled]:hover {
    background-color: #3b4967 !important;
    border-color: #455679 !important;
  }
}

.sale-item.selected .quantity {
  display: block;
  text-align: center;
  color: white;
  border-bottom: 0.0625em solid #51658e;
  background-color: #455679;
}

.sale-item.selected .add {
  background-color: #455679;
  border-color: #51658e;
}

.sale-item.selected .add:focus, .sale-item.selected .add:hover {
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .sale-item.selected .add:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .sale-item.selected .add:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.sale-item.selected .add:active {
  background-color: #3d4c6b;
  border-color: #3d4c6b;
}

.sale-item.selected .add.disabled, .sale-item.selected .add[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .sale-item.selected .add.disabled:focus, .sale-item.selected .add[disabled]:focus {
    background-color: #3e4d6d !important;
    border-color: #495b80 !important;
  }
  .sale-item.selected .add.disabled:hover, .sale-item.selected .add[disabled]:hover {
    background-color: #3b4967 !important;
    border-color: #455679 !important;
  }
}

.sale-item.selected .add,
.sale-item.selected .sold-out-label {
  width: 33.33333%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  color: white;
  background-color: #455679;
  border-color: #51658e;
}

.sale-item.selected [class^="icon-"],
.sale-item.selected [class*=" icon-"],
.sale-item.selected input {
  border-top: 0.0625rem solid #51658e;
}

@media (hover: hover) {
  .sale-item.selected .add:hover [class^="icon-"],
.sale-item.selected .add:hover [class*=" icon-"],
.sale-item.selected .add:hover input,
.sale-item.selected .remove:hover [class^="icon-"],
.sale-item.selected .remove:hover [class*=" icon-"],
.sale-item.selected .remove:hover input {
    border-top: 0.0625rem solid transparent;
  }
}

.sale-item.no-transition .data.clickable {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.sale-item.no-transition .remove {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.sale-item.no-transition .add {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.sale-item.full-button:focus, .sale-item.full-button:hover {
  cursor: pointer;
}

.sale-item.full-button:focus .data, .sale-item.full-button:hover .data {
  background-color: #cbcbcd;
  border-color: rgba(0, 0, 0, 0.19);
}

.sale-item.full-button:focus .add, .sale-item.full-button:hover .add {
  background-color: #c0bfc2;
  border-color: rgba(0, 0, 0, 0.235);
}

.tickets .sale-item.selected .remove, .multiple-optionals .sale-item.selected .remove {
  border-right-width: 0;
}

.titles.packages .sale-item.selected .remove,
.titles.single-optionals .sale-item.selected .remove {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
}

.titles.packages .sale-item.selected .add,
.titles.single-optionals .sale-item.selected .add {
  display: none;
}

.mobile.ios .quantity input {
  padding-top: 0 !important;
}

.tickets .cart {
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .tickets .cart {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.tickets .cart .action {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1.95rem;
  cursor: pointer;
}

.tickets .cart .action .row:nth-child(1) {
  padding: 0.9em 2em 0.35em 2em;
  background: #51658e;
  border: 0 solid transparent;
  border-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .tickets .cart .action .row:nth-child(1) {
    padding-left: 1em;
    padding-right: 1em;
    border-right: 0;
    border-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .tickets .cart .action .row:nth-child(1) {
    -webkit-border-top-right-radius: 0.3rem;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0.3rem;
    -moz-border-radius-topright: 0.3rem;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.3rem;
    box-shadow: none;
    outline: none;
  }
}

.tickets .cart .action .row:nth-child(1) .field > div:nth-child(1) {
  float: left;
  color: #fff;
}

.tickets .cart .action .row:nth-child(1) .field .icon-calendar-check-o {
  font-size: 1.87em;
  margin-top: 0.1em;
  margin-right: 0.4em;
}

.tickets .cart .action .row:nth-child(1) .field .icon-shopping_cart {
  font-size: 2.25em;
  margin-top: -0.04em;
  margin-right: 0.2em;
}

.tickets .cart .action .row:nth-child(1) .field > div:nth-child(2) {
  float: left;
}

.tickets .cart .action .row:nth-child(1) .field > div:nth-child(2) div:nth-child(1) {
  line-height: 1.1em;
  color: #fff;
  font-size: 0.8rem;
}

.tickets .cart .action .row:nth-child(1) .field > div:nth-child(2) div:nth-child(2) {
  line-height: 1.25em;
  color: #a8b2c7;
  font-size: 1.2rem;
}

.tickets .cart .action .row:nth-child(2) {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.tickets .cart .action .row:nth-child(2) .items {
  display: none;
  padding: 0 2em;
  padding-top: 0.25em;
  padding-bottom: 1.5em;
  background: #51658e;
  border: 0 solid transparent;
  border-top: 0;
  border-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .tickets .cart .action .row:nth-child(2) .items {
    padding-left: 1em;
    padding-right: 1em;
    border-right: 0;
    border-left: 0;
  }
}

.tickets .cart .action .row:nth-child(2) .items.single-plan {
  padding-bottom: 1em;
}

.tickets .cart .action .row:nth-child(2) .items .blank {
  text-align: center;
  color: #b9c1d2;
}

.tickets .cart .action .row:nth-child(2) .items .plans {
  display: table;
  width: 100%;
}

.tickets .cart .action .row:nth-child(2) .items .plans .plan {
  display: table-row;
}

.tickets .cart .action .row:nth-child(2) .items .plans .plan div:nth-child(1) {
  padding-top: 1.2em;
  text-transform: uppercase;
  color: #b9c1d2;
  font-size: 0.7rem;
}

.tickets .cart .action .row:nth-child(2) .items .plans .package {
  display: table-row;
  color: #fff;
}

.tickets .cart .action .row:nth-child(2) .items .plans .package div:nth-child(1) {
  display: table-cell;
  width: 100%;
}

.tickets .cart .action .row:nth-child(2) .items .plans .package div:nth-child(2) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  padding-left: 1em;
}

.tickets .cart .action .row:nth-child(2) .items .plans .package div:nth-child(3) {
  display: table-cell;
  padding-left: 0.4em;
  padding-right: 1.5em;
}

.tickets .cart .action .row:nth-child(2) .items .plans .package div:nth-child(4) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  color: #b9c1d2;
}

.tickets .cart .action .row:nth-child(2) .items .calendar-dates {
  display: table;
  width: 100%;
  padding-bottom: 1em;
}

.tickets .cart .action .row:nth-child(2) .items .calendar-dates .title {
  display: table-row;
  padding-top: 1.2em;
  text-transform: uppercase;
  color: #b9c1d2;
  font-size: 0.7rem;
}

.tickets .cart .action .row:nth-child(2) .items .calendar-dates .calendar-date {
  display: table-row;
  color: #fff;
  width: 100%;
  font-size: 0.8rem;
}

.tickets .cart .action .grip {
  width: 100%;
}

.tickets .cart .action .grip .icon {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  text-align: center;
  height: 0.3em;
  background: #51658e;
  border: 0 solid transparent;
  border-top: 0;
  border-bottom: 0;
}

.tickets .cart .action .grip .icon .icon-angle-up,
.tickets .cart .action .grip .icon .icon-angle-down {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.3em;
  color: #fff;
}

.tickets .cart .action .grip .icon .icon-angle-up {
  visibility: collapse;
}

.tickets .cart .action .grip .border {
  height: 0.3em;
  background-color: #4b5d83;
  border: 0 solid transparent;
  border-top: 0;
}

@media screen and (min-width: 64em) {
  .tickets .cart .action .grip .border {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0.3rem;
    -webkit-border-bottom-left-radius: 0.3rem;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0.3rem;
    -moz-border-radius-bottomleft: 0.3rem;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0;
    box-shadow: none;
    outline: none;
  }
}

@media (hover: hover) {
  .tickets .cart .action:hover .grip .icon {
    height: 0.55em;
  }
}

.tickets .cart.expanded .grip .icon {
  height: 0.45rem !important;
}

.tickets .cart.expanded .grip .icon .icon-angle-down {
  visibility: collapse;
}

.tickets .cart.expanded .grip .icon .icon-angle-up {
  visibility: visible;
}

.tickets .cart.expanded .grip .border {
  background-color: #404f6f;
}

.tickets .cart.detailing .action {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  cursor: auto;
  background: #51658e;
  border: 0 solid transparent;
}

@media screen and (min-width: 64em) {
  .tickets .cart.detailing .action {
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -khtml-border-radius: 0.3rem;
  }
}

.tickets .cart.detailing .action .row:nth-child(1) {
  border: none;
}

.tickets .cart.detailing .action .row:nth-child(2) {
  position: static !important;
}

.tickets .cart.detailing .action .row:nth-child(2) .items {
  display: block;
  padding-bottom: 1em;
  background: transparent;
  border: 0;
}

.tickets .cart .edit-cart {
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 36.8125em) {
  .tickets .cart .edit-cart .button {
    display: block;
    width: 100%;
  }
}

.tickets.guide .navigation {
  margin-top: -1rem;
}

.tickets.packages {
  overflow: visible;
}

.tickets.packages .plan {
  overflow: visible;
}

.tickets.packages .form .row input {
  width: 12em;
  float: left;
}

.tickets.packages .form .row button {
  float: left;
  margin-left: 1em;
}

.tickets.packages .navigation {
  margin-top: -1rem;
}

.confirm-identification h3 {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0.5rem !important;
}

.confirm-identification .package-name {
  color: #666666;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.confirm-identification .visitor-data > span {
  display: inline-block;
  margin-right: 1rem;
}

.confirm-identification .visitors {
  display: table;
}

.confirm-identification .visitors > div {
  display: table-row;
}

.confirm-identification .visitors > div > div {
  display: table-cell;
}

.confirm-identification > .row {
  margin-bottom: 1em;
}

.confirm-identification > .row:last-child {
  margin-bottom: 0;
}

.confirm-identification .columns {
  margin-bottom: 1rem;
}

.confirm-identification .columns:last-child {
  margin-bottom: 0;
}

.ticket-visitor-paymentInfo {
  margin-bottom: 1.5rem;
}

/* Card */
.card-item-small {
  min-width: 10rem;
  min-height: 2.3rem;
  border-radius: 0.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  background-color: #51658e;
  display: inline-block;
}

@media screen and (max-width: 562px) {
  .card-item-small {
    width: 100%;
  }
}

.card-button-small {
  width: 100%;
}

.card-item-small .card-body-small {
  font-size: 1rem;
  padding: 0.6rem 1.8rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.card-item-small .card-footer-small {
  font-size: 0.7rem;
  padding: 0.7rem 1.8rem;
  font-weight: 200;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #495b80;
  color: #fff;
}

.card-item-small .date-selected {
  color: #a8b2c7;
  font-weight: bold !important;
}

.card-button-small:hover {
  background-color: #495b80;
  border-radius: 0.4rem;
}

.card-item {
  border-radius: 0.4rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  background-color: #51658e;
  display: inline-block;
  overflow: hidden;
}

.card-item .card-button {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-item .card-button .card-button-holder {
  display: grid;
  height: inherit;
}

.card-button:hover:not(.disabled) {
  background-color: #495b80;
}

.card-item .card-body {
  font-size: 1rem;
  padding: 0.5rem 1.8rem;
  font-weight: 400;
  background-color: #51658e;
  color: #fff;
}

.calendar-card-list .disabled {
  opacity: 0.5;
}

.calendar-card-list .message-tickets {
  margin-bottom: 0.5em;
  color: #666666;
  font-size: 1rem;
}

.card-small {
  width: 11rem;
  height: 2.5rem;
}

.card-item .card-body-small {
  display: flex;
  width: 100%;
  color: #fff;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.card-item .card-body-large {
  display: flex;
  width: 100%;
  align-items: center;
  color: #fff;
}

.card-large {
  min-width: 15.45rem;
  height: 9.6rem;
}

@media screen and (max-width: 562px) {
  .card-large {
    width: 100%;
  }
}

.card-large .card-body-large .card-body-holder div:nth-child(1) {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}

.card-large .card-body-large .card-body-holder div:nth-child(2) {
  font-size: 1.2rem;
}

.card-large .card-body-large .card-body-holder div:nth-child(3) {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}

.card-normal {
  width: 10.45rem;
  height: 9.6rem;
}

@media screen and (max-width: 562px) {
  .card-normal {
    width: 100%;
  }
}

.card-item .card-body-normal {
  display: flex;
  width: 100%;
  align-items: center;
  color: #fff;
}

.card-item .card-body-normal .card-body-holder div:nth-child(1) {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.card-item .card-body-normal .card-body-holder div:nth-child(2) {
  font-size: 1.2rem;
}

.card-item .card-body-normal .card-body-holder div:nth-child(3) {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}

.card-item .card-body-holder {
  margin: auto;
}

.card-body-normal.selected {
  font-weight: 200;
  font-size: 0.8rem;
  padding: 0.2rem;
}

.card-item .card-body-large div {
  padding: 0.4rem;
  font-weight: 300;
}

.card-item .card-body-normal div {
  padding: 0.1rem;
}

.card-item .date-selected {
  color: #a8b2c7;
  font-weight: bold !important;
}

.card-item .card-footer {
  font-size: 0.7rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  font-weight: 200;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #495b80;
  color: #fff;
}

.card-item .card-footer div {
  margin-bottom: auto;
  margin-top: auto;
}

.card-item .card-icon {
  color: #fff;
  float: left;
}

.card-icon {
  padding-right: 0.5rem;
}

/* Calendars Time*/
.time-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.time-list-body {
  border-radius: 5px;
}

.time-list-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  color: #fff;
  background-color: #51658e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
}

.time-list-item.selected {
  background-color: #455679;
}

.time-list-item:hover:not(.soldout) {
  background-color: #495b80;
  cursor: pointer;
}

.time-list .soldout span {
  opacity: 0.6;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  border-radius: 0.3rem;
  font-size: 0.76rem;
  border: 1px solid #415172;
  background-color: #415172;
  margin-left: 0.6rem;
}

.time-list .soldout div {
  opacity: 0.7;
  color: !important #666666;
}

.time-list-item-hour {
  display: flex;
  align-items: center;
  line-height: 16px;
}

.time-list-item-time {
  width: 41px;
}

.time-list-item-available-quantity {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff8f;
  width: 30px;
  text-align: right;
}

.time-list-item-separator {
  margin: 0 12px 0 15px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  height: 16px;
}

.time-list-item-available-text {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff8f;
  line-height: 16px;
  width: 90px;
  text-align: right;
}

.time-list-item-soldout {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  color: #ffffff;
  width: 120px;
  text-align: right;
}

/* Styles */
.reveal-body {
  overflow-y: scroll;
  margin-top: 1em;
}

@media screen and (max-width: 589px) {
  .reveal-body {
    max-height: 35rem;
  }
}

@media screen and (min-width: 589px) {
  .reveal-body {
    max-height: 19rem;
  }
}

.reveal .text-reveal {
  font-size: 0.6em;
  padding-left: 2.2em;
  float: right;
  position: absolute;
}

.reveal-time h3 {
  color: #666666;
}

.reveal-time-disabled h3 {
  color: #a3a3a3;
}

.title-reveal {
  padding-bottom: 1.5em;
  font-size: 1.5rem;
  color: #666666;
}

.calendar-text-reveal {
  padding-left: 3.3rem;
  font-weight: 300;
  font-size: 0.6em;
  float: right;
  position: absolute;
}

.calendars-backgroud-color {
  background-color: #eee;
  border: 0px;
  padding: 30px;
}

@media screen and (min-width: 641px) {
  .calendars-backgroud-color {
    max-width: !important 600px;
  }
}

.calendars-backgroud-color .close-button {
  color: #666666;
}

.calendars-backgroud-color .close-button:hover {
  color: #474747;
}

.title-reveal .icon-calendar {
  font-size: 2.5rem;
  margin-top: -0.3rem;
}

.icon-calendar {
  float: left;
  padding-right: 0.3em;
  padding-top: 0.3em;
  color: #666666;
}

.title-reveal .icon-calendar {
  font-size: 2.5rem;
}

.text-loader {
  color: #666666;
}

.date-calendar {
  color: #51658e;
  display: inline-block;
  padding-left: 0.3em;
}

.message-calendar {
  padding-top: 0.1em;
  margin-bottom: 0.5em;
  color: #666666;
  font-size: 1.2rem;
}

.reveal-interval {
  min-height: 400px;
  display: none;
}

@media screen and (min-width: 36.875em) {
  .reveal-interval {
    width: 40%;
    max-width: 75rem;
  }
}

.reveal-interval .loader {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reveal-interval .title-reveal {
  padding-top: 1em;
  padding-bottom: 1.5em;
  font-size: 1.2rem;
  color: #666666;
}

@media screen and (max-width: 63.9375em) {
  .titles .cart {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.titles .cart .row:nth-child(1) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1.5rem;
  padding: 0.7em 2em;
  background: #51658e;
  border: 0 solid transparent;
}

@media screen and (max-width: 63.9375em) {
  .titles .cart .row:nth-child(1) {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (min-width: 64em) {
  .titles .cart .row:nth-child(1) {
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -khtml-border-radius: 0.3rem;
  }
}

.titles .cart .caption {
  margin-top: 0.25em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color: #b9c1d2;
  font-size: 0.7rem;
}

.titles .cart .items {
  display: table;
}

.titles .cart .items > div {
  display: table-row;
  color: #fff;
}

.titles .cart .items > div div:nth-child(1) {
  color: #fff;
  display: table-cell;
  width: 100%;
}

.titles .cart .items > div div:nth-child(4) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  padding-left: 0.4em;
  color: #b9c1d2;
}

.titles .cart .items > div div.total:nth-child(4) {
  font-weight: 500;
  color: #a8b2c7;
}

.titles .cart .items > div div:nth-child(2) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  padding-left: 1em;
}

.titles .cart .items > div div:nth-child(3) {
  display: table-cell;
  padding-left: 0.4em;
  padding-right: 1.5em;
}

.titles .cart .edit-cart {
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 36.8125em) {
  .titles .cart .edit-cart .button {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .payments {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.payments .row:nth-child(1) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1.5rem;
  padding: 0.7em 2em;
  background: #51658e;
  border: 0 solid transparent;
}

@media screen and (max-width: 63.9375em) {
  .payments .row:nth-child(1) {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (min-width: 64em) {
  .payments .row:nth-child(1) {
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -khtml-border-radius: 0.3rem;
  }
}

.payments .caption {
  margin-top: 0.25em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color: #b9c1d2;
  font-size: 0.7rem;
}

.payments .items {
  display: table;
}

.payments .items > div {
  display: table-row;
}

.payments .items > div div:nth-child(1) {
  color: #fff;
  display: table-cell;
  width: 100%;
}

.payments .items > div div:nth-child(2) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  padding-left: 0.4em;
  color: #b9c1d2;
}

.payments .items > div div.total:nth-child(2) {
  font-weight: 500;
  color: #a8b2c7;
}

.titles.payment-type .maintenance-discount-info {
  color: #F0F000;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1em;
}

.titles.packages .navigation,
.titles.single-optionals .navigation,
.titles.plans .navigation {
  margin-top: -1rem;
}

.memberProducts .cart {
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .memberProducts .cart {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.memberProducts .cart .action {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1.95rem;
  cursor: pointer;
}

.memberProducts .cart .action .row:nth-child(1) {
  padding: 0.9em 2em 0.35em 2em;
  background: #51658e;
  border: 0 solid transparent;
  border-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .memberProducts .cart .action .row:nth-child(1) {
    padding-left: 1em;
    padding-right: 1em;
    border-right: 0;
    border-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .memberProducts .cart .action .row:nth-child(1) {
    -webkit-border-top-right-radius: 0.3rem;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0.3rem;
    -moz-border-radius-topright: 0.3rem;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.3rem;
    box-shadow: none;
    outline: none;
  }
}

.memberProducts .cart .action .row:nth-child(1) .field > div:nth-child(1) {
  float: left;
  color: #fff;
}

.memberProducts .cart .action .row:nth-child(1) .field .icon-tags {
  font-size: 1.87em;
  margin-top: 0.1em;
  margin-right: 0.4em;
}

.memberProducts .cart .action .row:nth-child(1) .field .icon-shopping_cart {
  font-size: 2.25em;
  margin-top: -0.04em;
  margin-right: 0.2em;
}

.memberProducts .cart .action .row:nth-child(1) .field > div:nth-child(2) {
  float: left;
}

.memberProducts .cart .action .row:nth-child(1) .field > div:nth-child(2) div:nth-child(1) {
  line-height: 1.1em;
  color: #fff;
  font-size: 0.8rem;
}

.memberProducts .cart .action .row:nth-child(1) .field > div:nth-child(2) div:nth-child(2) {
  line-height: 1.25em;
  color: #a8b2c7;
  font-size: 1.2rem;
}

.memberProducts .cart .action .row:nth-child(1) .field > div:nth-child(2) div.product:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 18em;
}

@media screen and (max-width: 63.9375em) {
  .memberProducts .cart .action .row:nth-child(1) .field > div:nth-child(2) div.product:nth-child(2) {
    max-width: 15em;
  }
}

@media screen and (max-width: 36.8125em) {
  .memberProducts .cart .action .row:nth-child(1) .field > div:nth-child(2) div.product:nth-child(2) {
    max-width: 5em;
  }
}

.memberProducts .cart .action .row:nth-child(2) {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.memberProducts .cart .action .row:nth-child(2) .items {
  display: none;
  padding: 0 2em;
  padding-top: 0.25em;
  padding-bottom: 1.5em;
  background: #51658e;
  border: 0 solid transparent;
  border-top: 0;
  border-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .memberProducts .cart .action .row:nth-child(2) .items {
    padding-left: 1em;
    padding-right: 1em;
    border-right: 0;
    border-left: 0;
  }
}

.memberProducts .cart .action .row:nth-child(2) .items.single-plan {
  padding-bottom: 1em;
}

.memberProducts .cart .action .row:nth-child(2) .items .blank {
  text-align: center;
  color: #b9c1d2;
}

.memberProducts .cart .action .row:nth-child(2) .items .plans {
  display: table;
  width: 100%;
}

.memberProducts .cart .action .row:nth-child(2) .items .plans .plan {
  display: table-row;
}

.memberProducts .cart .action .row:nth-child(2) .items .plans .plan div:nth-child(1) {
  padding-top: 1.2em;
  text-transform: uppercase;
  color: #b9c1d2;
  font-size: 0.7rem;
}

.memberProducts .cart .action .row:nth-child(2) .items .plans .package {
  display: table-row;
  color: #fff;
}

.memberProducts .cart .action .row:nth-child(2) .items .plans .package .cart-members {
  list-style: none;
  margin-bottom: 0.5em;
}

.memberProducts .cart .action .row:nth-child(2) .items .plans .package .cart-members li {
  list-style: none;
  padding-left: 0.5em;
  font-size: 0.7rem;
}

.memberProducts .cart .action .row:nth-child(2) .items .plans .package div:nth-child(1) {
  display: table-cell;
  width: 100%;
}

.memberProducts .cart .action .row:nth-child(2) .items .plans .package div:nth-child(2) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  padding-left: 1em;
}

.memberProducts .cart .action .row:nth-child(2) .items .plans .package div:nth-child(3) {
  display: table-cell;
  padding-left: 0.4em;
  padding-right: 1.5em;
}

.memberProducts .cart .action .row:nth-child(2) .items .plans .package div:nth-child(4) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  color: #b9c1d2;
}

.memberProducts .cart .action .grip {
  width: 100%;
}

.memberProducts .cart .action .grip .icon {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  text-align: center;
  height: 0.3em;
  background: #51658e;
  border: 0 solid transparent;
  border-top: 0;
  border-bottom: 0;
}

.memberProducts .cart .action .grip .icon .icon-angle-up,
.memberProducts .cart .action .grip .icon .icon-angle-down {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.3em;
  color: #fff;
}

.memberProducts .cart .action .grip .icon .icon-angle-up {
  visibility: collapse;
}

.memberProducts .cart .action .grip .border {
  height: 0.3em;
  background-color: #4b5d83;
  border: 0 solid transparent;
  border-top: 0;
}

@media screen and (min-width: 64em) {
  .memberProducts .cart .action .grip .border {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0.3rem;
    -webkit-border-bottom-left-radius: 0.3rem;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0.3rem;
    -moz-border-radius-bottomleft: 0.3rem;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0;
    box-shadow: none;
    outline: none;
  }
}

@media (hover: hover) {
  .memberProducts .cart .action:hover .grip .icon {
    height: 0.55em;
  }
}

.memberProducts .cart.expanded .grip .icon {
  height: 0.45rem !important;
}

.memberProducts .cart.expanded .grip .icon .icon-angle-down {
  visibility: collapse;
}

.memberProducts .cart.expanded .grip .icon .icon-angle-up {
  visibility: visible;
}

.memberProducts .cart.expanded .grip .border {
  background-color: #404f6f;
}

.memberProducts .cart.detailing .action {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  cursor: auto;
  background: #51658e;
  border: 0 solid transparent;
}

@media screen and (min-width: 64em) {
  .memberProducts .cart.detailing .action {
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -khtml-border-radius: 0.3rem;
  }
}

.memberProducts .cart.detailing .action .row:nth-child(1) {
  border: none;
}

.memberProducts .cart.detailing .action .row:nth-child(2) {
  position: static !important;
}

.memberProducts .cart.detailing .action .row:nth-child(2) .items {
  display: block;
  padding-bottom: 1em;
  background: transparent;
  border: 0;
}

.memberProducts .cart .edit-cart {
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 36.8125em) {
  .memberProducts .cart .edit-cart .button {
    display: block;
    width: 100%;
  }
}

.memberProducts.packages {
  overflow: visible;
}

.memberProducts.packages .plan {
  overflow: visible;
}

.memberProducts.packages .form .row input {
  width: 12em;
  float: left;
}

.memberProducts.packages .form .row button {
  float: left;
  margin-left: 1em;
}

.memberProducts.packages .navigation {
  margin-top: -1rem;
}

.memberProducts.packages .sale-item {
  position: relative;
}

.memberProducts.packages .sale-item .remove [class^="icon-"],
.memberProducts.packages .sale-item .remove [class*=" icon-"],
.memberProducts.packages .sale-item .quantity [class^="icon-"],
.memberProducts.packages .sale-item .quantity [class*=" icon-"] {
  position: relative;
  z-index: 1;
}

.memberProducts.packages .sale-item .remove .package-selection-icon,
.memberProducts.packages .sale-item .quantity .package-selection-icon {
  color: #455679;
  position: absolute;
  bottom: -1.1rem;
  font-size: 3em;
  border: none;
  left: 0;
  font-weight: bold;
  display: none;
  text-align: center;
  width: 100%;
  z-index: 0;
}

.memberProducts.packages .sale-item .remove .package-selection-icon [class^="icon-"],
.memberProducts.packages .sale-item .remove .package-selection-icon [class*=" icon-"],
.memberProducts.packages .sale-item .quantity .package-selection-icon [class^="icon-"],
.memberProducts.packages .sale-item .quantity .package-selection-icon [class*=" icon-"] {
  border: none;
}

.memberProducts.packages .sale-item.selected .add {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  display: block;
  cursor: pointer;
  text-align: center;
  color: white;
  background-color: #455679;
  border-color: #51658e;
  border-top: 0;
  border-width: 0.0625rem;
}

.memberProducts.packages .sale-item.selected .remove {
  display: none;
}

.memberProducts.packages .sale-item.selected .remove .package-selection-icon {
  display: none;
}

@media (hover: hover) {
  .memberProducts.packages .sale-item.selected .remove:focus .package-selection-icon [class^="icon-"],
.memberProducts.packages .sale-item.selected .remove:focus .package-selection-icon [class*=" icon-"] {
    color: #495b80 !important;
  }
  .memberProducts.packages .sale-item.selected .remove:hover .package-selection-icon [class^="icon-"],
.memberProducts.packages .sale-item.selected .remove:hover .package-selection-icon [class*=" icon-"] {
    color: #455679 !important;
  }
}

.memberProducts.packages .sale-item.selected .remove:active .package-selection-icon [class^="icon-"],
.memberProducts.packages .sale-item.selected .remove:active .package-selection-icon [class*=" icon-"] {
  color: #3d4c6b;
}

.memberProducts.packages .sale-item.selected.contribution.fixed .remove {
  background-color: #455679;
  border-color: #51658e;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  display: block;
  cursor: pointer;
  text-align: center;
  color: white;
  background-color: #455679;
  border-color: #51658e;
  border-top: 0;
  border-right-width: 0;
}

.memberProducts.packages .sale-item.selected.contribution.fixed .remove:focus, .memberProducts.packages .sale-item.selected.contribution.fixed .remove:hover {
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .memberProducts.packages .sale-item.selected.contribution.fixed .remove:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .memberProducts.packages .sale-item.selected.contribution.fixed .remove:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.memberProducts.packages .sale-item.selected.contribution.fixed .remove:active {
  background-color: #3d4c6b;
  border-color: #3d4c6b;
}

.memberProducts.packages .sale-item.selected.contribution.fixed .remove.disabled, .memberProducts.packages .sale-item.selected.contribution.fixed .remove[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .memberProducts.packages .sale-item.selected.contribution.fixed .remove.disabled:focus, .memberProducts.packages .sale-item.selected.contribution.fixed .remove[disabled]:focus {
    background-color: #3e4d6d !important;
    border-color: #495b80 !important;
  }
  .memberProducts.packages .sale-item.selected.contribution.fixed .remove.disabled:hover, .memberProducts.packages .sale-item.selected.contribution.fixed .remove[disabled]:hover {
    background-color: #3b4967 !important;
    border-color: #455679 !important;
  }
}

.memberProducts.packages .sale-item.selected.contribution.fixed .add {
  background-color: #455679;
  border-color: #51658e;
  width: 33.33333%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  color: white;
  background-color: #455679;
  border-color: #51658e;
  display: block;
  border-left-width: 0;
}

.memberProducts.packages .sale-item.selected.contribution.fixed .add:focus, .memberProducts.packages .sale-item.selected.contribution.fixed .add:hover {
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .memberProducts.packages .sale-item.selected.contribution.fixed .add:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .memberProducts.packages .sale-item.selected.contribution.fixed .add:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.memberProducts.packages .sale-item.selected.contribution.fixed .add:active {
  background-color: #3d4c6b;
  border-color: #3d4c6b;
}

.memberProducts.packages .sale-item.selected.contribution.fixed .add.disabled, .memberProducts.packages .sale-item.selected.contribution.fixed .add[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .memberProducts.packages .sale-item.selected.contribution.fixed .add.disabled:focus, .memberProducts.packages .sale-item.selected.contribution.fixed .add[disabled]:focus {
    background-color: #3e4d6d !important;
    border-color: #495b80 !important;
  }
  .memberProducts.packages .sale-item.selected.contribution.fixed .add.disabled:hover, .memberProducts.packages .sale-item.selected.contribution.fixed .add[disabled]:hover {
    background-color: #3b4967 !important;
    border-color: #455679 !important;
  }
}

.memberProducts.packages .sale-item.selected.contribution.fixed .quantity {
  display: block;
  position: relative;
}

.memberProducts.packages .sale-item.selected.contribution.fixed .quantity input {
  position: relative;
  z-index: 1;
}

.memberProducts.packages .sale-item.selected.contribution.fixed .quantity .package-selection-icon {
  bottom: -1.2rem;
  font-size: 2.7em;
}

.memberProducts.packages .sale-item.active .package-selection-icon {
  display: block !important;
}

.memberProducts.packages .sale-item.active .add {
  display: none;
}

.memberProducts.packages .sale-item.active .remove {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  display: block;
}

.memberProducts.packages .selection-box {
  -webkit-border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-radius-topright: 0.3rem;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  margin-bottom: 1rem;
  padding: 1em 1.5em !important;
  background-color: #e2e1e4;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  transform: translateY(-30%);
  position: absolute;
}

.memberProducts.packages .selection-box.active {
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.memberProducts.packages .selection-box .selection-loader {
  display: block;
  width: 100%;
  text-align: center;
}

.memberProducts.packages .selection-box .selection-loader .icon-loader {
  display: block;
  height: 2.8em;
  width: auto;
  margin: 1em;
}

.memberProducts.packages .selection-box .holder {
  position: relative;
}

.memberProducts.packages .selection-box .holder .form .row label {
  color: #51658e;
}

.memberProducts.packages .selection-box .holder .form .row input {
  width: 100%;
  float: none;
}

.memberProducts.packages .selection-box .holder .form .row .button {
  background-color: #51658e;
  border-color: #4d6087;
  background-color: #51658e;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  margin-top: 1.35em;
  margin-left: 0;
}

.memberProducts.packages .selection-box .holder .form .row .button:focus, .memberProducts.packages .selection-box .holder .form .row .button:hover {
  background-color: #51658e;
  border-color: #4d6087;
  color: white !important;
}

@media (hover: hover) {
  .memberProducts.packages .selection-box .holder .form .row .button:focus {
    background-color: #45567a;
    border-color: #45567a;
  }
  .memberProducts.packages .selection-box .holder .form .row .button:hover {
    background-color: #415273;
    border-color: #415273;
  }
}

.memberProducts.packages .selection-box .holder .form .row .button:active {
  background-color: #36435f;
  border-color: #36435f;
}

.memberProducts.packages .selection-box .holder .form .row .button.disabled, .memberProducts.packages .selection-box .holder .form .row .button[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #51658e;
  border-color: #4d6087;
  color: #51658e !important;
}

@media (hover: hover) {
  .memberProducts.packages .selection-box .holder .form .row .button.disabled:focus, .memberProducts.packages .selection-box .holder .form .row .button[disabled]:focus {
    background-color: #495b80;
    border-color: #45567a;
  }
  .memberProducts.packages .selection-box .holder .form .row .button.disabled:hover, .memberProducts.packages .selection-box .holder .form .row .button[disabled]:hover {
    background-color: #455679;
    border-color: #415273;
  }
}

.memberProducts.packages .selection-box .holder .form .row #remove-contribution.button {
  margin-left: 0.5em;
}

@media screen and (max-width: 36.8125em) {
  .memberProducts.packages .selection-box .holder .form .row .button {
    margin-top: 0em;
    width: 48%;
    float: left;
  }
  .memberProducts.packages .selection-box .holder .form .row #remove-contribution.button {
    float: right;
  }
}

.memberProducts.packages .selection-box .holder .package-data {
  color: #666666;
}

.memberProducts.packages .selection-box .holder .package-data h4 {
  color: #666666;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1em;
}

.memberProducts.packages .selection-box .holder .package-data .error-text span {
  display: block;
  font-size: 0.8rem;
  margin-top: 0;
}

.memberProducts.packages .selection-box .holder .package-data .close-button {
  color: #666666;
  right: 0;
  top: -0.3em;
}

.memberProducts.packages .selection-box .holder .package-data .close-button:hover, .memberProducts.packages .selection-box .holder .package-data .close-button:focus {
  opacity: 0.8;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-container {
  padding-bottom: 1em;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-pagination {
  bottom: 0;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #666666;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-button-next,
.memberProducts.packages .selection-box .holder .package-data .swiper-button-prev {
  font-size: 2.5em;
  color: #666666;
  background-image: none;
  width: 0.9em;
  top: 45%;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-button-next {
  right: 0.1em;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-button-prev {
  left: 0.1em;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide {
  margin-bottom: 1em;
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  .memberProducts.packages .selection-box .holder .package-data .swiper-slide {
    opacity: 0.8;
  }
  .memberProducts.packages .selection-box .holder .package-data .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member {
  background: #eee;
  height: 11em;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  color: #fff;
  -webkit-border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-radius-topright: 0.3rem;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  box-shadow: none;
  outline: none;
}

@media screen and (max-width: 63.9375em) {
  .memberProducts.packages .selection-box .holder .package-data .swiper-slide .member {
    height: 12em;
  }
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member.disabled {
  cursor: default;
  opacity: 0.5;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member.disabled .disable-box {
  opacity: 0.2;
  background: black;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member .check {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  width: 30%;
  height: 1.3em;
  background: #eee;
  right: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.5em;
  display: none;
  padding-top: 0.12em;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member .member-photo {
  height: 100%;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member .member-photo.no-photo {
  opacity: 0.25;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member .member-data {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eee;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0.313em;
  overflow: hidden;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member .member-data span {
  display: block;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member .member-data span.name {
  font-size: 0.8rem;
  font-weight: 500;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member .member-data span.parentage {
  font-size: 0.7rem;
  line-height: 1.25em;
  opacity: 0.8;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member.selected {
  color: #fff;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member.selected .check {
  display: block;
  background: #51658e;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member.selected .check .icon-check-circle {
  display: block;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member.selected .check .icon-ban {
  display: none;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member.selected .member-data {
  background: #51658e;
}

.memberProducts.payment-type .credit-info {
  color: #F0F000;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1em;
}

.invitations .cart {
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .invitations .cart {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.invitations .cart .action {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1.95rem;
  cursor: pointer;
}

.invitations .cart .action .row:nth-child(1) {
  padding: 0.9em 2em 0.35em 2em;
  background: #51658e;
  border: 0 solid transparent;
  border-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .invitations .cart .action .row:nth-child(1) {
    padding-left: 1em;
    padding-right: 1em;
    border-right: 0;
    border-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .invitations .cart .action .row:nth-child(1) {
    -webkit-border-top-right-radius: 0.3rem;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0.3rem;
    -moz-border-radius-topright: 0.3rem;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.3rem;
    box-shadow: none;
    outline: none;
  }
}

.invitations .cart .action .row:nth-child(1) .field > div:nth-child(1) {
  float: left;
  color: #fff;
}

.invitations .cart .action .row:nth-child(1) .field .icon-calendar-check-o {
  font-size: 1.87em;
  margin-top: 0.1em;
  margin-right: 0.4em;
}

.invitations .cart .action .row:nth-child(1) .field .icon-shopping_cart {
  font-size: 2.25em;
  margin-top: -0.04em;
  margin-right: 0.2em;
}

.invitations .cart .action .row:nth-child(1) .field > div:nth-child(2) {
  float: left;
}

.invitations .cart .action .row:nth-child(1) .field > div:nth-child(2) div:nth-child(1) {
  line-height: 1.1em;
  color: #fff;
  font-size: 0.8rem;
}

.invitations .cart .action .row:nth-child(1) .field > div:nth-child(2) div:nth-child(2) {
  line-height: 1.25em;
  color: #a8b2c7;
  font-size: 1.2rem;
}

.invitations .cart .action .row:nth-child(2) {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.invitations .cart .action .row:nth-child(2) .items {
  display: none;
  padding: 0 2em;
  padding-top: 0.25em;
  padding-bottom: 1.5em;
  background: #51658e;
  border: 0 solid transparent;
  border-top: 0;
  border-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .invitations .cart .action .row:nth-child(2) .items {
    padding-left: 1em;
    padding-right: 1em;
    border-right: 0;
    border-left: 0;
  }
}

.invitations .cart .action .row:nth-child(2) .items.single-plan {
  padding-bottom: 1em;
}

.invitations .cart .action .row:nth-child(2) .items .blank {
  text-align: center;
  color: #b9c1d2;
}

.invitations .cart .action .row:nth-child(2) .items .plans {
  display: table;
  width: 100%;
}

.invitations .cart .action .row:nth-child(2) .items .plans .plan {
  display: table-row;
}

.invitations .cart .action .row:nth-child(2) .items .plans .plan div:nth-child(1) {
  padding-top: 1.2em;
  text-transform: uppercase;
  color: #b9c1d2;
  font-size: 0.7rem;
}

.invitations .cart .action .row:nth-child(2) .items .plans .package {
  display: table-row;
  color: #fff;
}

.invitations .cart .action .row:nth-child(2) .items .plans .package div:nth-child(1) {
  display: table-cell;
  width: 100%;
}

.invitations .cart .action .row:nth-child(2) .items .plans .package div:nth-child(2) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  padding-left: 1em;
}

.invitations .cart .action .row:nth-child(2) .items .plans .package div:nth-child(3) {
  display: table-cell;
  padding-left: 0.4em;
  padding-right: 1.5em;
}

.invitations .cart .action .row:nth-child(2) .items .plans .package div:nth-child(4) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  color: #b9c1d2;
}

.invitations .cart .action .grip {
  width: 100%;
}

.invitations .cart .action .grip .icon {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  text-align: center;
  height: 0.3em;
  background: #51658e;
  border: 0 solid transparent;
  border-top: 0;
  border-bottom: 0;
}

.invitations .cart .action .grip .icon .icon-angle-up,
.invitations .cart .action .grip .icon .icon-angle-down {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.3em;
  color: #fff;
}

.invitations .cart .action .grip .icon .icon-angle-up {
  visibility: collapse;
}

.invitations .cart .action .grip .border {
  height: 0.3em;
  background-color: #4b5d83;
  border: 0 solid transparent;
  border-top: 0;
}

@media screen and (min-width: 64em) {
  .invitations .cart .action .grip .border {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0.3rem;
    -webkit-border-bottom-left-radius: 0.3rem;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0.3rem;
    -moz-border-radius-bottomleft: 0.3rem;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0;
    box-shadow: none;
    outline: none;
  }
}

@media (hover: hover) {
  .invitations .cart .action:hover .grip .icon {
    height: 0.55em;
  }
}

.invitations .cart.expanded .grip .icon {
  height: 0.45rem !important;
}

.invitations .cart.expanded .grip .icon .icon-angle-down {
  visibility: collapse;
}

.invitations .cart.expanded .grip .icon .icon-angle-up {
  visibility: visible;
}

.invitations .cart.expanded .grip .border {
  background-color: #404f6f;
}

.invitations .cart.detailing .action {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  cursor: auto;
  background: #51658e;
  border: 0 solid transparent;
}

@media screen and (min-width: 64em) {
  .invitations .cart.detailing .action {
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -khtml-border-radius: 0.3rem;
  }
}

.invitations .cart.detailing .action .row:nth-child(1) {
  border: none;
}

.invitations .cart.detailing .action .row:nth-child(2) {
  position: static !important;
}

.invitations .cart.detailing .action .row:nth-child(2) .items {
  display: block;
  padding-bottom: 1em;
  background: transparent;
  border: 0;
}

.invitations .cart .edit-cart {
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 36.8125em) {
  .invitations .cart .edit-cart .button {
    display: block;
    width: 100%;
  }
}

.invitations.packages {
  overflow: visible;
}

.invitations.packages .plan {
  overflow: visible;
}

.invitations.packages .form .row input {
  width: 12em;
  float: left;
}

.invitations.packages .form .row button {
  float: left;
  margin-left: 1em;
}

.invitations.packages .navigation {
  margin-top: -1rem;
}

.invitations.identification {
  overflow: visible;
}

.invitations.identification .package-box {
  -webkit-border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-radius-topright: 0.3rem;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 0.5rem !important;
  padding: 1em 0em 0em !important;
  background-color: #e2e1e4;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  transform: translateY(-30%);
  position: absolute;
  cursor: default;
}

.invitations.identification .package-box .cpfIdentification button {
  background-color: #eee;
}

.invitations.identification .package-box .container {
  padding: 0em 1.5em;
}

.invitations.identification .package-box .container p {
  color: #fff;
}

.invitations.identification .package-box .visible {
  display: block !important;
}

.invitations.identification .package-box .row:nth-child(3) .package-items {
  display: none;
}

.invitations.identification .package-box .row:nth-child(3) .package-item {
  margin: 1em;
}

.invitations.identification .package-box .row:nth-child(3) .package-item .target-selection {
  text-align: center;
  color: #666666;
  display: none;
}

.invitations.identification .package-box .row:nth-child(3) .package-item .target-selection .row:nth-child(1) {
  font-size: 0.8rem;
  color: #fff;
}

.invitations.identification .package-box .row:nth-child(3) .package-item .target-selection .row:nth-child(2) {
  margin: 2em;
}

.invitations.identification .package-box .row:nth-child(3) .package-item .target-selection .row:nth-child(2) .target-option {
  display: inline-block;
  margin: 0.5em 1em;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.5em 1.5em;
  min-width: 8em;
  border-radius: 0.3rem;
}

.invitations.identification .package-box .row:nth-child(3) .package-item .target-selection .row:nth-child(2) .target-option:hover {
  opacity: 0.8;
}

.invitations.identification .package-box .row:nth-child(3) .package-item .visitor-form {
  display: none;
}

.invitations.identification .package-box .row:nth-child(3) .package-item .visitor-form .visitor-instruction {
  color: #fff;
}

.invitations.identification .package-box .row:nth-child(3) .package-item .close-button {
  position: relative !important;
  float: right;
  color: #fff;
  top: -0.3em;
  right: 0;
}

.invitations.identification .package-box .row:nth-child(3) .package-item .close-button:hover {
  opacity: 0.8 !important;
}

.invitations.identification .package-box.active {
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.invitations.identification .package-box.expanded .grip .icon {
  height: 0.45rem !important;
}

.invitations.identification .package-box.expanded .grip .icon .icon-angle-down {
  visibility: collapse;
}

.invitations.identification .package-box.expanded .grip .icon .icon-angle-up {
  visibility: visible;
}

.invitations.identification .package-box.expanded .grip .border {
  background-color: #404f6f;
}

.invitations.identification .package-box.expanded .package-summary {
  display: none !important;
}

.invitations.identification .package-box .selection-loader {
  display: none;
  width: 100%;
  text-align: center;
}

.invitations.identification .package-box .selection-loader .icon-loader {
  display: block;
  height: 2.8em;
  width: auto;
  margin: 1em;
}

.invitations.identification .package-box .holder {
  position: relative;
}

.invitations.identification .package-box .member-selection {
  display: none;
}

.invitations.identification .package-box .member-selection .member-instruction {
  color: #fff;
  margin-bottom: 0.5rem;
}

.invitations.identification .package-box .member-selection h4 {
  color: #666666;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.invitations.identification .package-box .member-selection .error-text span {
  display: block;
  font-size: 0.8rem;
  margin-top: 0;
}

.invitations.identification .package-box .member-selection .close-button {
  color: #666666;
  right: 0;
  top: -0.3em;
}

.invitations.identification .package-box .member-selection .close-button:hover, .invitations.identification .package-box .member-selection .close-button:focus {
  opacity: 0.8;
}

.invitations.identification .package-box .member-selection .swiper-container {
  padding-bottom: 1em;
}

.invitations.identification .package-box .member-selection .swiper-pagination {
  bottom: 0;
}

.invitations.identification .package-box .member-selection .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #666666;
}

.invitations.identification .package-box .member-selection .swiper-button-next,
.invitations.identification .package-box .member-selection .swiper-button-prev {
  font-size: 2.5em;
  color: #666666;
  background-image: none;
  width: 0.9em;
  top: 45%;
}

.invitations.identification .package-box .member-selection .swiper-button-next {
  right: 0.1em;
}

.invitations.identification .package-box .member-selection .swiper-button-prev {
  left: 0.1em;
}

.invitations.identification .package-box .member-selection .swiper-slide {
  margin-bottom: 1em;
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  .invitations.identification .package-box .member-selection .swiper-slide {
    opacity: 0.8;
  }
  .invitations.identification .package-box .member-selection .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}

.invitations.identification .package-box .member-selection .swiper-slide .member {
  background: #eee;
  height: 11em;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  color: #fff;
  -webkit-border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-radius-topright: 0.3rem;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  box-shadow: none;
  outline: none;
}

@media screen and (max-width: 63.9375em) {
  .invitations.identification .package-box .member-selection .swiper-slide .member {
    height: 12em;
  }
}

.invitations.identification .package-box .member-selection .swiper-slide .member.disabled {
  cursor: default;
  opacity: 0.5;
}

.invitations.identification .package-box .member-selection .swiper-slide .member.disabled .disable-box {
  opacity: 0.2;
  background: black;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
}

.invitations.identification .package-box .member-selection .swiper-slide .member .check {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  width: 30%;
  height: 1.3em;
  background: #eee;
  right: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.5em;
  display: none;
  padding-top: 0.12em;
}

.invitations.identification .package-box .member-selection .swiper-slide .member .member-photo {
  height: 100%;
}

.invitations.identification .package-box .member-selection .swiper-slide .member .member-photo.no-photo {
  opacity: 0.25;
}

.invitations.identification .package-box .member-selection .swiper-slide .member .member-data {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eee;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0.313em;
  overflow: hidden;
}

.invitations.identification .package-box .member-selection .swiper-slide .member .member-data span {
  display: block;
}

.invitations.identification .package-box .member-selection .swiper-slide .member .member-data span.name {
  font-size: 0.8rem;
  font-weight: 500;
}

.invitations.identification .package-box .member-selection .swiper-slide .member .member-data span.parentage {
  font-size: 0.7rem;
  line-height: 1.25em;
  opacity: 0.8;
}

.invitations.identification .package-box .member-selection .swiper-slide .member.selected {
  color: #fff;
}

.invitations.identification .package-box .member-selection .swiper-slide .member.selected .check {
  display: block;
  background: #51658e;
}

.invitations.identification .package-box .member-selection .swiper-slide .member.selected .check .icon-check-circle {
  display: block;
}

.invitations.identification .package-box .member-selection .swiper-slide .member.selected .check .icon-ban {
  display: none;
}

.invitations.identification .package-box .member-selection .swiper-slide .member.selected .member-data {
  background: #51658e;
}

.invitations.identification .package-box .package-name {
  margin-bottom: 1em;
  color: #fff;
}

.invitations.identification .package-box .package-summary {
  margin-bottom: 1rem;
}

.invitations.identification .package-box .package-summary .summary-items .summary-item {
  margin-bottom: 0.5rem;
}

.invitations.identification .package-box .package-summary .summary-items .summary-item .visitor-data .visitor-field span {
  margin-right: 1rem;
}

.invitations.identification .package-box .package-summary .summary-items .summary-item label {
  margin-bottom: 0em !important;
}

.invitations.identification .package-box .package-summary .summary-items .summary-item span {
  color: #666666;
  font-size: 0.8rem;
  font-weight: 500;
}

.invitations.identification .package-box .grip {
  width: 100%;
}

.invitations.identification .package-box .grip .icon {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  text-align: center;
  height: 0.3em;
  border: 0 solid transparent;
  border-top: 0;
  border-bottom: 0;
}

.invitations.identification .package-box .grip .icon .icon-angle-up,
.invitations.identification .package-box .grip .icon .icon-angle-down {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.3em;
  color: #fff;
}

.invitations.identification .package-box .grip .icon .icon-angle-up {
  visibility: collapse;
}

.invitations.identification .package-box .grip-clickable {
  cursor: pointer;
}

@media (hover: hover) {
  .invitations.identification .package-box:hover .grip .icon {
    height: 0.55em;
  }
}

.invitations.identification .plan-container .border {
  height: 0.3em;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0 solid transparent;
  border-top: 0;
}

@media screen and (min-width: 64em) {
  .invitations.identification .plan-container .border {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0.3rem;
    -webkit-border-bottom-left-radius: 0.3rem;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0.3rem;
    -moz-border-radius-bottomleft: 0.3rem;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0;
    box-shadow: none;
    outline: none;
  }
}

.access .small .success {
  width: 100%;
  margin-bottom: 0.7em;
}

.access .small .navigation {
  margin-top: -0.7em;
}

.access .options.left {
  padding-right: 1.5em;
  border-right: 0.0625em solid;
  border-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 36.8125em) {
  .access .options.left {
    border: none;
  }
}

.access .options.right {
  padding-left: 1.5em;
}

.access .options.right .navigation {
  margin-top: -1rem;
}

.access .navigation {
  margin-top: -0.5em;
}

.payment-type .form .columns:nth-child(even) {
  padding-right: 0;
}

.payment-type .form .columns:nth-child(odd) {
  float: left;
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .payment-type .form .columns {
    padding-right: 0;
  }
}

.payment-type .payment-type-item {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -khtml-border-radius: 0.3em;
  cursor: pointer;
  display: table;
  margin-bottom: 0.7em;
  color: #51658e;
  box-shadow: none;
  outline: none;
  padding: 0 0 0 0.9em;
  background-color: #e2e1e4;
  border: 0.0625em solid #e2e1e4;
  border-right-width: 0;
}

@media (hover: hover) {
  .payment-type .payment-type-item:hover {
    background-color: #cbcbcd;
    border-color: #cbcbcd;
  }
}

.payment-type .payment-type-item .payment-type-icon,
.payment-type .payment-type-item .action,
.payment-type .payment-type-item .data,
.payment-type .payment-type-item .remitance-type-icon {
  display: table-cell;
  vertical-align: top;
}

.payment-type .payment-type-item .data {
  width: 100%;
  padding: 0.6em 0.8em 0.6em 0.8em;
}

.payment-type .payment-type-item .data .name {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

@media screen and (max-width: 36.8125em) {
  .payment-type .payment-type-item .data .name {
    font-size: 1rem;
  }
}

.payment-type .payment-type-item .data .price {
  font-size: 0.8rem;
}

.payment-type .payment-type-item .data .price span {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  display: inline-block;
}

.payment-type .payment-type-item .data .price span:first-child {
  margin-right: 1em;
}

.payment-type .payment-type-item .data .price span.maxValue strong {
  text-decoration: line-through;
}

.payment-type .payment-type-item .data .price span.discount {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: "alpha(opacity=100)";
}

.payment-type .payment-type-item .payment-type-icon,
.payment-type .payment-type-item .remitance-type-icon {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  font-size: 1.5em;
  padding: 0.6em 0 0 0;
}

.payment-type .payment-type-item .payment-type-icon.barcode,
.payment-type .payment-type-item .remitance-type-icon.barcode {
  padding: 0.4em 0 0 0;
}

.payment-type .payment-type-item .payment-type-icon.credit-card,
.payment-type .payment-type-item .remitance-type-icon.credit-card {
  padding: 0.46em 0 0 0;
}

.payment-type .payment-type-item .payment-type-icon.debit-card,
.payment-type .payment-type-item .remitance-type-icon.debit-card {
  padding: 0.5em 0 0 0;
}

.payment-type .payment-type-item .action {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  padding: 0.6em 0 0.6em 0;
  vertical-align: middle;
}

.payment-type .payment-type-item .action .icon-angle-right {
  font-size: 2em;
  margin-left: 0.8em;
  margin-right: 0.7em;
}

.payment-type .payment-type-item .remitance-type-icon {
  padding: 0.6em 0.6em 0 0.6em;
  border-right: 0.063rem solid rgba(0, 0, 0, 0.1);
}

.payment-type .payment-type-item .remitance-type-icon.credit-card {
  padding: 0.46em 0.6em 0 0.6em;
}

.payment-type .payment-type-item.payment-remitance {
  padding-left: 0;
}

.payment-type .payment-type-item.payment-remitance .payment-type-icon {
  padding-left: 0.6em;
}

.payment-type .navigation {
  margin-top: -2.5em;
}

.payment-link .form .columns:nth-child(even) {
  padding-right: 0;
}

.payment-link .form .columns:nth-child(odd) {
  float: left;
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .payment-link .form .columns {
    padding-right: 0;
  }
}

.payment-link .payment-link-item {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -khtml-border-radius: 0.3em;
  cursor: pointer;
  display: table;
  margin-bottom: 0.7em;
  color: #51658e;
  box-shadow: none;
  outline: none;
  padding: 0 0 0 0.9em;
  background-color: #e2e1e4;
  border: 0.0625em solid #e2e1e4;
  border-right-width: 0;
}

@media (hover: hover) {
  .payment-link .payment-link-item:hover {
    background-color: #cbcbcd;
    border-color: #cbcbcd;
  }
}

.payment-link .payment-link-item .payment-link-icon,
.payment-link .payment-link-item .action,
.payment-link .payment-link-item .data {
  display: table-cell;
  vertical-align: top;
}

.payment-link .payment-link-item .data {
  width: 100%;
  padding: 0.6em 0.8em 0.6em 0.8em;
}

.payment-link .payment-link-item .data .name {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

@media screen and (max-width: 36.8125em) {
  .payment-link .payment-link-item .data .name {
    font-size: 1rem;
  }
}

.payment-link .payment-link-item .data .description {
  font-size: 0.8rem;
}

.payment-link .payment-link-item .data .description span {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  display: inline-block;
}

.payment-link .payment-link-item .data .description span:first-child {
  margin-right: 1em;
}

.payment-link .payment-link-item .payment-link-icon {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  font-size: 1.5em;
  padding: 0.6em 0 0 0;
}

.payment-link .payment-link-item .payment-link-icon.barcode {
  padding: 0.4em 0 0 0;
}

.payment-link .payment-link-item .payment-link-icon.credit-card {
  padding: 0.46em 0 0 0;
}

.payment-link .payment-link-item .payment-link-icon.debit-card {
  padding: 0.5em 0 0 0;
}

.payment-link .payment-link-item .action {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  padding: 0.6em 0 0.6em 0;
  vertical-align: middle;
}

.payment-link .payment-link-item .action .icon-angle-right {
  font-size: 2em;
  margin-left: 0.8em;
  margin-right: 0.7em;
}

.payment-link .navigation {
  margin-top: -2.5em;
}

.confirm-sale .location-data label {
  color: #495b80 !important;
  font-size: .8rem;
}

.confirm-sale .location-data label span {
  color: #666666 !important;
}

.confirm-sale .antiFraud-tag {
  position: absolute;
  opacity: 0;
}

.confirm-sale #confirmSale h2, .confirm-sale #confirmSale h3, .confirm-sale #confirmPayment h2, .confirm-sale #confirmPayment h3 {
  margin-bottom: 1em;
}

.confirm-sale #confirmSale .form .columns:first-child, .confirm-sale #confirmPayment .form .columns:first-child {
  padding-right: 1.2em;
}

@media screen and (max-width: 36.8125em) {
  .confirm-sale #confirmSale .form .columns:first-child, .confirm-sale #confirmPayment .form .columns:first-child {
    padding-right: 0;
  }
}

.confirm-sale #confirmSale .form label:after, .confirm-sale #confirmPayment .form label:after {
  clear: both;
  display: block;
  content: "";
}

.confirm-sale #confirmSale .form label.card-number, .confirm-sale #confirmPayment .form label.card-number {
  margin-bottom: 0.55em;
  font-weight: 400;
  font-size: 1rem;
}

.confirm-sale #confirmSale .form label.card-number span, .confirm-sale #confirmPayment .form label.card-number span {
  margin-top: 0.5em;
  display: inline-block;
  margin-left: 0.125em;
}

.confirm-sale #confirmSale .form label span,
.confirm-sale #confirmSale .form label i.pf, .confirm-sale #confirmPayment .form label span,
.confirm-sale #confirmPayment .form label i.pf {
  color: #666666;
}

.confirm-sale #confirmSale .form label i.pf, .confirm-sale #confirmPayment .form label i.pf {
  font-size: 2.5em !important;
  margin-right: 0.3em;
}

.confirm-sale #confirmSale .form label i.pf.icon-hipercard, .confirm-sale #confirmPayment .form label i.pf.icon-hipercard {
  font-size: 2.3em !important;
}

.confirm-sale #confirmSale .form label strong.single-parcel, .confirm-sale #confirmPayment .form label strong.single-parcel {
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  color: #666666;
}

.confirm-sale #confirmSale .form label strong.remaining-parcels, .confirm-sale #confirmPayment .form label strong.remaining-parcels {
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  color: #666666;
}

@media screen and (max-width: 36.8125em) {
  .confirm-sale #confirmSale .form .confirm-data, .confirm-sale #confirmPayment .form .confirm-data {
    margin-bottom: 2em;
  }
  .confirm-sale #confirmSale .form .confirm-data:last-child, .confirm-sale #confirmPayment .form .confirm-data:last-child {
    margin-bottom: 0;
  }
}

.confirm-sale #confirmSale .form .address-data, .confirm-sale #confirmPayment .form .address-data {
  margin-top: 2em;
}

.confirm-sale #confirmSale .form .address-data.columns, .confirm-sale #confirmPayment .form .address-data.columns {
  margin-top: 0;
}

@media screen and (max-width: 36.8125em) {
  .confirm-sale #confirmSale .form .address-data.columns, .confirm-sale #confirmPayment .form .address-data.columns {
    margin-top: 2em;
  }
}

.confirm-sale #confirmSale .term-link, .confirm-sale #confirmPayment .term-link {
  text-decoration: none;
  color: #666666;
  font-size: 0.8rem;
  cursor: pointer;
  display: inline;
}

@media screen and (max-width: 63.9375em) {
  .confirm-sale #confirmSale .term-link, .confirm-sale #confirmPayment .term-link {
    margin-top: 0.125em;
    margin-bottom: 0;
  }
}

.confirm-sale #confirmSale .parcel-box.selected .data div, .confirm-sale #confirmPayment .parcel-box.selected .data div {
  color: white;
  background-color: #51658e;
  border-color: #51658e;
}

.confirm-sale #confirmSale .parcel-box:nth-child(even) .data, .confirm-sale #confirmPayment .parcel-box:nth-child(even) .data {
  padding-left: 0.5em;
  padding-right: 0;
}

.confirm-sale #confirmSale .parcel-box .data, .confirm-sale #confirmPayment .parcel-box .data {
  display: table;
  width: 100%;
  padding-right: 0.5em;
}

@media screen and (max-width: 36.8125em) {
  .confirm-sale #confirmSale .parcel-box .data, .confirm-sale #confirmPayment .parcel-box .data {
    margin-bottom: 1em;
  }
}

.confirm-sale #confirmSale .parcel-box .data div, .confirm-sale #confirmPayment .parcel-box .data div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  -khtml-border-radius: 0.2em;
  cursor: pointer;
  display: table-cell;
  padding: 3.5% 3% 3%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #e2e1e4;
  border: 0.0625em solid #e2e1e4;
}

.confirm-sale .navigation {
  margin-top: -2.4rem;
}

.cadaster-card #cadasterCard i.icon-help {
  font-size: 1.785em;
  color: #666666;
  cursor: pointer;
  margin-top: 0.3em;
  margin-left: 0.5em;
}

@media screen and (max-width: 36.8125em) {
  .cadaster-card #cadasterCard .form .columns {
    padding-right: 1em;
  }
}

.cadaster-card #cadasterCard .form .block p {
  margin-top: 1rem;
}

.cadaster-card #cadasterCard .card-types {
  color: #666666;
  margin-bottom: 1em;
}

.cadaster-card #cadasterCard .card-types .card-type {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.cadaster-card #cadasterCard .card-types .card-type .pf {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  font-size: 2em;
}

.cadaster-card #cadasterCard .card-types .card-type .pf.selected {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: "alpha(opacity=100)";
  color: #e58f1b;
}

.cadaster-card #cadasterCard label:after {
  clear: both;
  display: block;
  content: "";
}

.cadaster-card #cadasterCard label strong.single-parcel {
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  color: #666666;
}

.cadaster-card .mask-security-code {
  width: 43%;
}

@media screen and (max-width: 36.8125em) {
  .cadaster-card .mask-security-code {
    width: 33%;
  }
}

#revealSecurityCode .data {
  text-align: left;
}

#revealSecurityCode .data p {
  color: #999999;
}

#revealSecurityCode .data p:last-child {
  margin-bottom: 0;
}

#revealSecurityCode .data img {
  width: 22em;
  margin: 1em 0;
}

@media screen and (max-width: 36.8125em) {
  #revealSecurityCode .data img {
    width: auto;
  }
}

.sell.payment-denied .title {
  display: table;
  margin-bottom: 1em;
}

.sell.payment-denied .title div {
  display: table-cell;
}

.sell.payment-denied .title div:first-child {
  vertical-align: middle;
}

.sell.payment-denied .title div:last-child {
  padding-left: 0.5em;
}

.sell.payment-denied .title div h3,
.sell.payment-denied .title div i {
  color: #e58f1b;
  font-size: 1.2rem;
  font-weight: 400;
}

.sell.payment-denied .title div h3 {
  margin-bottom: -0.3em;
}

.sell.payment-denied .title div span {
  font-size: 0.8rem;
  color: #666666;
}

@media screen and (max-width: 36.8125em) {
  .sell.payment-denied .button {
    display: block;
  }
}

.sell.payment-success .title {
  display: table;
  margin-bottom: 1em;
}

.sell.payment-success .title div {
  display: table-cell;
}

.sell.payment-success .title div:first-child {
  vertical-align: middle;
}

.sell.payment-success .title div:last-child {
  padding-left: 0.5em;
}

.sell.payment-success .title div h3,
.sell.payment-success .title div i {
  color: #e58f1b;
  font-size: 1.2rem;
  font-weight: 400;
}

.sell.payment-success .title div h3 {
  margin-bottom: -0.3em;
}

.sell.payment-success .title div span {
  font-size: 0.8rem;
  color: #666666;
}

.sell.payment-success .button {
  display: block;
  width: 35%;
  margin: 0 auto 0.6em;
}

@media screen and (max-width: 36.8125em) {
  .sell.payment-success .button {
    width: 100%;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .sell.payment-success .button {
    width: 70%;
  }
}

.sell.payment-success .button i {
  display: inline-block;
  margin-right: 0.5em;
}

.sell.payment-success .not-sync {
  color: #666666;
}

.sell.payment-pix .changePayment,
.sell.payment-pix .success,
.sell.payment-pix .fail {
  display: none;
}

.sell.payment-pix .title {
  display: table;
  margin-bottom: 1em;
}

.sell.payment-pix .title div {
  display: table-cell;
}

.sell.payment-pix .title div:first-child {
  vertical-align: middle;
}

.sell.payment-pix .title div:last-child {
  padding-left: 0.5em;
}

.sell.payment-pix .title div h3,
.sell.payment-pix .title div i {
  color: #e58f1b;
  font-size: 1.2rem;
  font-weight: 400;
}

.sell.payment-pix .title div h3 {
  margin-bottom: -0.3em;
}

.sell.payment-pix .title div span {
  font-size: 0.8rem;
  color: #666666;
}

.sell.payment-pix .changePayment .button,
.sell.payment-pix .success .button {
  display: block;
  width: 35%;
  margin: 0 auto 0.6em;
}

@media screen and (max-width: 36.8125em) {
  .sell.payment-pix .changePayment .button,
.sell.payment-pix .success .button {
    width: 100%;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .sell.payment-pix .changePayment .button,
.sell.payment-pix .success .button {
    width: 70%;
  }
}

.sell.payment-pix .changePayment .button i,
.sell.payment-pix .success .button i {
  display: inline-block;
  margin-right: 0.5em;
}

.sell.payment-pix .titles {
  color: #666666;
  margin-bottom: 15px;
}

.sell.payment-pix .code {
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  overflow: auto;
}

.sell.payment-pix .code .image-code {
  padding: 10px;
  background-color: #fff;
  border-radius: 0.3rem;
  position: relative;
}

.sell.payment-pix .code .image-code .success,
.sell.payment-pix .code .image-code .fail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.sell.payment-pix .code .image-code .success .content,
.sell.payment-pix .code .image-code .fail .content {
  height: 100%;
  width: 100%;
  padding-top: 30%;
}

.sell.payment-pix .code .image-code .success i,
.sell.payment-pix .code .image-code .fail i {
  font-size: 100px;
  color: #fff;
}

.sell.payment-pix .code .text-code {
  background: #51658e;
  margin: 0px 0px 15px;
  border-radius: 0.3rem;
  word-wrap: break-word;
  padding: 1em;
  font-size: 0.9rem;
  color: #b9c1d2;
}

.sell.payment-pix .code .tip {
  margin-bottom: 1em;
}

.sell.payment-pix .code .tip .tip-number {
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  -khtml-border-radius: 50em;
  background-color: #fff;
  color: #46587c;
}

.sell.payment-pix .code .tip .tip-text {
  color: #495b80;
  padding-left: 1em;
}

.sell.payment-pix .code .tip .tip-text span.counter {
  color: #e58f1b;
}

.sell.payment-link .success,
.sell.payment-link .fail {
  display: none;
}

.sell.payment-link .title {
  display: table;
  margin-bottom: 1em;
}

.sell.payment-link .title div {
  display: table-cell;
}

.sell.payment-link .title div:first-child {
  vertical-align: middle;
}

.sell.payment-link .title div:last-child {
  padding-left: 0.5em;
}

.sell.payment-link .title div h3,
.sell.payment-link .title div i {
  color: #e58f1b;
  font-size: 1.2rem;
  font-weight: 400;
}

.sell.payment-link .title div h3 {
  margin-bottom: -0.3em;
}

.sell.payment-link .title div span {
  font-size: 0.8rem;
  color: #666666;
}

.sell.payment-link .button {
  display: block;
  width: 35%;
  margin: 0 auto 0.6em;
}

@media screen and (max-width: 36.8125em) {
  .sell.payment-link .button {
    width: 100%;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .sell.payment-link .button {
    width: 70%;
  }
}

.sell.payment-link .button i {
  display: inline-block;
  margin-right: 0.5em;
}

.sell.payment-link .titles {
  color: #666666;
  margin-bottom: 15px;
}

.sell.payment-link .code {
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  overflow: auto;
}

.sell.payment-link .code .text-code {
  background: #51658e;
  margin: 0px 0px 15px;
  border-radius: 0.3rem;
  word-wrap: break-word;
  padding: 1em;
  font-size: 0.9rem;
  color: #b9c1d2;
}

.sell.payment-link .code .tip {
  margin-bottom: 1em;
}

.sell.payment-link .code .tip .tip-number {
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  -khtml-border-radius: 50em;
  background-color: #fff;
  color: #46587c;
}

.sell.payment-link .code .tip .tip-text {
  color: #495b80;
  padding-left: 1em;
}

.sell.payment-link .code .tip .tip-text span.counter {
  color: #e58f1b;
}

.remember-password.success .navigation {
  margin-top: -0.1em;
}

.remember-password .navigation {
  margin-top: -1rem;
}

.login .navigation {
  margin-top: -0.5em;
}

@media screen and (max-width: 63.9375em) {
  .packages .menu-container {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.packages .menu-container .menu-centered {
  font-size: 0px;
  /* Remove o espaço vertical abaixo do menu */
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  overflow: hidden;
}

.packages .menu-container .menu-centered.pagination {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 0;
}

.packages .menu-container .menu-centered.pagination .swiper-container:after {
  display: block;
  content: "";
  border-top: 0.125rem solid rgba(0, 0, 0, 0.2);
}

.packages .menu-container .menu-centered.pagination .swiper-container .swiper-button-next,
.packages .menu-container .menu-centered.pagination .swiper-container .swiper-button-prev {
  display: block;
}

.packages .menu-container .menu-centered .swiper-container {
  overflow: initial;
}

.packages .menu-container .menu-centered .swiper-container .swiper-pagination {
  bottom: -1rem;
}

.packages .menu-container .menu-centered .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0.3rem;
  width: 1.7rem;
  margin: 0 0.156rem;
  cursor: pointer;
  height: 0.313rem;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.packages .menu-container .menu-centered .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e58f1b;
}

.packages .menu-container .menu-centered .swiper-container .swiper-button-next,
.packages .menu-container .menu-centered .swiper-container .swiper-button-prev {
  font-size: 2rem;
  color: #666666;
  background-image: none;
  width: 3rem;
  top: 45%;
  padding-top: 0.3rem;
  display: none;
}

.packages .menu-container .menu-centered .swiper-container .swiper-button-next {
  right: 0;
  padding-left: 0.6rem;
  background: linear-gradient(90deg, rgba(238, 238, 238, 0.1) 0%, #eeeeee 30%);
}

.packages .menu-container .menu-centered .swiper-container .swiper-button-prev {
  left: 0;
  padding-right: 0.6rem;
  background: linear-gradient(260deg, rgba(238, 238, 238, 0.1) 0%, #eeeeee 30%);
}

.packages .menu-container .menu-centered .swiper-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 1;
  padding: 0.8rem 0;
  border-bottom: 0.3rem solid transparent;
  font-weight: 300;
  cursor: pointer;
  width: auto;
}

@media (hover: hover) {
  .packages .menu-container .menu-centered .swiper-slide:focus, .packages .menu-container .menu-centered .swiper-slide:hover {
    border-color: #666666;
  }
}

.packages .menu-container .menu-centered .swiper-slide .plan-data p {
  font-size: 1rem;
  color: #666666;
  padding: 0 0.9rem;
}

.packages .menu-container .menu-centered .swiper-slide.swiper-slide-active {
  border-color: #e58f1b;
}

.packages .menu-container .menu-centered .swiper-slide.swiper-slide-active .plan-data p {
  color: #e58f1b !important;
  font-weight: 500;
  padding: 0 0.6rem;
}

.tickets.packages .sale-item, .invitations.packages .sale-item, .titles.multiple-optionals .sale-item {
  position: relative;
}

.tickets.packages .sale-item .remove input[readonly],
.tickets.packages .sale-item .quantity input[readonly], .invitations.packages .sale-item .remove input[readonly],
.invitations.packages .sale-item .quantity input[readonly], .titles.multiple-optionals .sale-item .remove input[readonly],
.titles.multiple-optionals .sale-item .quantity input[readonly] {
  cursor: default;
}

.tickets.packages .sale-item .remove [class^="icon-"],
.tickets.packages .sale-item .remove [class*=" icon-"],
.tickets.packages .sale-item .quantity [class^="icon-"],
.tickets.packages .sale-item .quantity [class*=" icon-"], .invitations.packages .sale-item .remove [class^="icon-"],
.invitations.packages .sale-item .remove [class*=" icon-"],
.invitations.packages .sale-item .quantity [class^="icon-"],
.invitations.packages .sale-item .quantity [class*=" icon-"], .titles.multiple-optionals .sale-item .remove [class^="icon-"],
.titles.multiple-optionals .sale-item .remove [class*=" icon-"],
.titles.multiple-optionals .sale-item .quantity [class^="icon-"],
.titles.multiple-optionals .sale-item .quantity [class*=" icon-"] {
  position: relative;
  z-index: 1;
}

.tickets.packages .sale-item .remove .package-selection-icon,
.tickets.packages .sale-item .quantity .package-selection-icon, .invitations.packages .sale-item .remove .package-selection-icon,
.invitations.packages .sale-item .quantity .package-selection-icon, .titles.multiple-optionals .sale-item .remove .package-selection-icon,
.titles.multiple-optionals .sale-item .quantity .package-selection-icon {
  color: #455679;
  position: absolute;
  bottom: -1.1rem;
  font-size: 3em;
  border: none;
  left: 0;
  font-weight: bold;
  display: none;
  text-align: center;
  width: 100%;
  z-index: 0;
}

.tickets.packages .sale-item .remove .package-selection-icon [class^="icon-"],
.tickets.packages .sale-item .remove .package-selection-icon [class*=" icon-"],
.tickets.packages .sale-item .quantity .package-selection-icon [class^="icon-"],
.tickets.packages .sale-item .quantity .package-selection-icon [class*=" icon-"], .invitations.packages .sale-item .remove .package-selection-icon [class^="icon-"],
.invitations.packages .sale-item .remove .package-selection-icon [class*=" icon-"],
.invitations.packages .sale-item .quantity .package-selection-icon [class^="icon-"],
.invitations.packages .sale-item .quantity .package-selection-icon [class*=" icon-"], .titles.multiple-optionals .sale-item .remove .package-selection-icon [class^="icon-"],
.titles.multiple-optionals .sale-item .remove .package-selection-icon [class*=" icon-"],
.titles.multiple-optionals .sale-item .quantity .package-selection-icon [class^="icon-"],
.titles.multiple-optionals .sale-item .quantity .package-selection-icon [class*=" icon-"] {
  border: none;
}

.tickets.packages .sale-item.selected .map, .invitations.packages .sale-item.selected .map, .titles.multiple-optionals .sale-item.selected .map {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  width: 50%;
  display: block;
  cursor: pointer;
  text-align: center;
  color: white;
  background-color: #455679;
  border-color: #51658e;
  border-top: 0.0625rem solid #51658e;
  border-right-color: #495b80;
  border-width: 0.0625rem;
}

@media (hover: hover) {
  .tickets.packages .sale-item.selected .map:hover, .invitations.packages .sale-item.selected .map:hover, .titles.multiple-optionals .sale-item.selected .map:hover {
    color: white !important;
    background-color: #455679 !important;
    border-color: #495b80 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
  }
}

.tickets.packages .sale-item.selected .map.quantity input.readonly, .invitations.packages .sale-item.selected .map.quantity input.readonly, .titles.multiple-optionals .sale-item.selected .map.quantity input.readonly {
  border-top: 0;
  padding-top: 0;
}

@media (hover: hover) {
  .tickets.packages .sale-item.selected .map.quantity input.readonly:hover, .invitations.packages .sale-item.selected .map.quantity input.readonly:hover, .titles.multiple-optionals .sale-item.selected .map.quantity input.readonly:hover {
    border-color: #495b80 !important;
  }
}

.tickets.packages .sale-item.selected .map.quantity, .invitations.packages .sale-item.selected .map.quantity, .titles.multiple-optionals .sale-item.selected .map.quantity {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  border-left: 0;
  border-right-color: #51658e !important;
}

@media (hover: hover) {
  .tickets.packages .sale-item.selected .map.quantity:hover, .invitations.packages .sale-item.selected .map.quantity:hover, .titles.multiple-optionals .sale-item.selected .map.quantity:hover {
    border-color: #495b80 !important;
    border-top-color: transparent !important;
  }
}

.tickets.packages .sale-item.selected .map-quantity, .invitations.packages .sale-item.selected .map-quantity, .titles.multiple-optionals .sale-item.selected .map-quantity {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  border-color: #51658e;
  border-width: 0.0625rem;
}

.tickets.packages .sale-item.selected:not(.active) .remove.remove-map, .invitations.packages .sale-item.selected:not(.active) .remove.remove-map, .titles.multiple-optionals .sale-item.selected:not(.active) .remove.remove-map {
  display: none;
}

.tickets.packages .sale-item.selected .remove .package-selection-icon, .invitations.packages .sale-item.selected .remove .package-selection-icon, .titles.multiple-optionals .sale-item.selected .remove .package-selection-icon {
  display: none;
}

@media (hover: hover) {
  .tickets.packages .sale-item.selected .remove:focus .package-selection-icon [class^="icon-"],
.tickets.packages .sale-item.selected .remove:focus .package-selection-icon [class*=" icon-"], .invitations.packages .sale-item.selected .remove:focus .package-selection-icon [class^="icon-"],
.invitations.packages .sale-item.selected .remove:focus .package-selection-icon [class*=" icon-"], .titles.multiple-optionals .sale-item.selected .remove:focus .package-selection-icon [class^="icon-"],
.titles.multiple-optionals .sale-item.selected .remove:focus .package-selection-icon [class*=" icon-"] {
    color: #495b80 !important;
  }
  .tickets.packages .sale-item.selected .remove:hover .package-selection-icon [class^="icon-"],
.tickets.packages .sale-item.selected .remove:hover .package-selection-icon [class*=" icon-"], .invitations.packages .sale-item.selected .remove:hover .package-selection-icon [class^="icon-"],
.invitations.packages .sale-item.selected .remove:hover .package-selection-icon [class*=" icon-"], .titles.multiple-optionals .sale-item.selected .remove:hover .package-selection-icon [class^="icon-"],
.titles.multiple-optionals .sale-item.selected .remove:hover .package-selection-icon [class*=" icon-"] {
    color: #455679 !important;
  }
}

.tickets.packages .sale-item.selected .remove:active .package-selection-icon [class^="icon-"],
.tickets.packages .sale-item.selected .remove:active .package-selection-icon [class*=" icon-"], .invitations.packages .sale-item.selected .remove:active .package-selection-icon [class^="icon-"],
.invitations.packages .sale-item.selected .remove:active .package-selection-icon [class*=" icon-"], .titles.multiple-optionals .sale-item.selected .remove:active .package-selection-icon [class^="icon-"],
.titles.multiple-optionals .sale-item.selected .remove:active .package-selection-icon [class*=" icon-"] {
  color: #3d4c6b;
}

.tickets.packages .sale-item.selected.contribution.fixed .remove, .invitations.packages .sale-item.selected.contribution.fixed .remove, .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove {
  background-color: #455679;
  border-color: #51658e;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  display: block;
  cursor: pointer;
  text-align: center;
  color: white;
  background-color: #455679;
  border-color: #51658e;
  border-top: 0;
  border-right-width: 0;
}

.tickets.packages .sale-item.selected.contribution.fixed .remove:focus, .tickets.packages .sale-item.selected.contribution.fixed .remove:hover, .invitations.packages .sale-item.selected.contribution.fixed .remove:focus, .invitations.packages .sale-item.selected.contribution.fixed .remove:hover, .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove:focus, .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove:hover {
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .tickets.packages .sale-item.selected.contribution.fixed .remove:focus, .invitations.packages .sale-item.selected.contribution.fixed .remove:focus, .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .tickets.packages .sale-item.selected.contribution.fixed .remove:hover, .invitations.packages .sale-item.selected.contribution.fixed .remove:hover, .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.tickets.packages .sale-item.selected.contribution.fixed .remove:active, .invitations.packages .sale-item.selected.contribution.fixed .remove:active, .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove:active {
  background-color: #3d4c6b;
  border-color: #3d4c6b;
}

.tickets.packages .sale-item.selected.contribution.fixed .remove.disabled, .tickets.packages .sale-item.selected.contribution.fixed .remove[disabled], .invitations.packages .sale-item.selected.contribution.fixed .remove.disabled, .invitations.packages .sale-item.selected.contribution.fixed .remove[disabled], .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove.disabled, .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .tickets.packages .sale-item.selected.contribution.fixed .remove.disabled:focus, .tickets.packages .sale-item.selected.contribution.fixed .remove[disabled]:focus, .invitations.packages .sale-item.selected.contribution.fixed .remove.disabled:focus, .invitations.packages .sale-item.selected.contribution.fixed .remove[disabled]:focus, .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove.disabled:focus, .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove[disabled]:focus {
    background-color: #3e4d6d !important;
    border-color: #495b80 !important;
  }
  .tickets.packages .sale-item.selected.contribution.fixed .remove.disabled:hover, .tickets.packages .sale-item.selected.contribution.fixed .remove[disabled]:hover, .invitations.packages .sale-item.selected.contribution.fixed .remove.disabled:hover, .invitations.packages .sale-item.selected.contribution.fixed .remove[disabled]:hover, .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove.disabled:hover, .titles.multiple-optionals .sale-item.selected.contribution.fixed .remove[disabled]:hover {
    background-color: #3b4967 !important;
    border-color: #455679 !important;
  }
}

.tickets.packages .sale-item.selected.contribution.fixed .map, .invitations.packages .sale-item.selected.contribution.fixed .map, .titles.multiple-optionals .sale-item.selected.contribution.fixed .map {
  background-color: #455679;
  border-color: #51658e;
  width: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  color: white;
  background-color: #455679;
  border-color: #51658e;
  display: block;
  border-left-width: 0;
}

.tickets.packages .sale-item.selected.contribution.fixed .map:focus, .tickets.packages .sale-item.selected.contribution.fixed .map:hover, .invitations.packages .sale-item.selected.contribution.fixed .map:focus, .invitations.packages .sale-item.selected.contribution.fixed .map:hover, .titles.multiple-optionals .sale-item.selected.contribution.fixed .map:focus, .titles.multiple-optionals .sale-item.selected.contribution.fixed .map:hover {
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .tickets.packages .sale-item.selected.contribution.fixed .map:focus, .invitations.packages .sale-item.selected.contribution.fixed .map:focus, .titles.multiple-optionals .sale-item.selected.contribution.fixed .map:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .tickets.packages .sale-item.selected.contribution.fixed .map:hover, .invitations.packages .sale-item.selected.contribution.fixed .map:hover, .titles.multiple-optionals .sale-item.selected.contribution.fixed .map:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.tickets.packages .sale-item.selected.contribution.fixed .map:active, .invitations.packages .sale-item.selected.contribution.fixed .map:active, .titles.multiple-optionals .sale-item.selected.contribution.fixed .map:active {
  background-color: #3d4c6b;
  border-color: #3d4c6b;
}

.tickets.packages .sale-item.selected.contribution.fixed .map.disabled, .tickets.packages .sale-item.selected.contribution.fixed .map[disabled], .invitations.packages .sale-item.selected.contribution.fixed .map.disabled, .invitations.packages .sale-item.selected.contribution.fixed .map[disabled], .titles.multiple-optionals .sale-item.selected.contribution.fixed .map.disabled, .titles.multiple-optionals .sale-item.selected.contribution.fixed .map[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .tickets.packages .sale-item.selected.contribution.fixed .map.disabled:focus, .tickets.packages .sale-item.selected.contribution.fixed .map[disabled]:focus, .invitations.packages .sale-item.selected.contribution.fixed .map.disabled:focus, .invitations.packages .sale-item.selected.contribution.fixed .map[disabled]:focus, .titles.multiple-optionals .sale-item.selected.contribution.fixed .map.disabled:focus, .titles.multiple-optionals .sale-item.selected.contribution.fixed .map[disabled]:focus {
    background-color: #3e4d6d !important;
    border-color: #495b80 !important;
  }
  .tickets.packages .sale-item.selected.contribution.fixed .map.disabled:hover, .tickets.packages .sale-item.selected.contribution.fixed .map[disabled]:hover, .invitations.packages .sale-item.selected.contribution.fixed .map.disabled:hover, .invitations.packages .sale-item.selected.contribution.fixed .map[disabled]:hover, .titles.multiple-optionals .sale-item.selected.contribution.fixed .map.disabled:hover, .titles.multiple-optionals .sale-item.selected.contribution.fixed .map[disabled]:hover {
    background-color: #3b4967 !important;
    border-color: #455679 !important;
  }
}

.tickets.packages .sale-item.selected.contribution.fixed .quantity, .invitations.packages .sale-item.selected.contribution.fixed .quantity, .titles.multiple-optionals .sale-item.selected.contribution.fixed .quantity {
  display: block;
  position: relative;
}

.tickets.packages .sale-item.selected.contribution.fixed .quantity input, .invitations.packages .sale-item.selected.contribution.fixed .quantity input, .titles.multiple-optionals .sale-item.selected.contribution.fixed .quantity input {
  position: relative;
  z-index: 1;
}

.tickets.packages .sale-item.selected.contribution.fixed .quantity .package-selection-icon, .invitations.packages .sale-item.selected.contribution.fixed .quantity .package-selection-icon, .titles.multiple-optionals .sale-item.selected.contribution.fixed .quantity .package-selection-icon {
  bottom: -1.2rem;
  font-size: 2.7em;
}

.tickets.packages .sale-item.active .package-selection-icon, .invitations.packages .sale-item.active .package-selection-icon, .titles.multiple-optionals .sale-item.active .package-selection-icon {
  display: block !important;
}

.tickets.packages .sale-item.active .map-quantity, .invitations.packages .sale-item.active .map-quantity, .titles.multiple-optionals .sale-item.active .map-quantity {
  display: none;
}

.tickets.packages .sale-item.active .map, .invitations.packages .sale-item.active .map, .titles.multiple-optionals .sale-item.active .map {
  display: none;
}

.tickets.packages .sale-item.active .remove, .invitations.packages .sale-item.active .remove, .titles.multiple-optionals .sale-item.active .remove {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  display: block;
}

.tickets.packages .selection-box, .invitations.packages .selection-box, .titles.multiple-optionals .selection-box {
  -webkit-border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-radius-topright: 0.3rem;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
  margin-bottom: 1rem;
  padding: 1em 1.5em !important;
  background-color: #e2e1e4;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  transform: translateY(-30%);
  position: absolute;
}

.tickets.packages .selection-box.active, .invitations.packages .selection-box.active, .titles.multiple-optionals .selection-box.active {
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.tickets.packages .selection-box .selection-loader, .invitations.packages .selection-box .selection-loader, .titles.multiple-optionals .selection-box .selection-loader {
  display: block;
  width: 100%;
  text-align: center;
}

.tickets.packages .selection-box .selection-loader .icon-loader, .invitations.packages .selection-box .selection-loader .icon-loader, .titles.multiple-optionals .selection-box .selection-loader .icon-loader {
  display: block;
  height: 2.8em;
  width: auto;
  margin: 1em;
}

.tickets.packages .selection-box .holder, .invitations.packages .selection-box .holder, .titles.multiple-optionals .selection-box .holder {
  position: relative;
}

.tickets.packages .selection-box .holder .form .row label, .invitations.packages .selection-box .holder .form .row label, .titles.multiple-optionals .selection-box .holder .form .row label {
  color: #51658e;
}

.tickets.packages .selection-box .holder .form .row input, .invitations.packages .selection-box .holder .form .row input, .titles.multiple-optionals .selection-box .holder .form .row input {
  width: 100%;
  float: none;
}

.tickets.packages .selection-box .holder .form .row .button, .invitations.packages .selection-box .holder .form .row .button, .titles.multiple-optionals .selection-box .holder .form .row .button {
  background-color: #51658e;
  border-color: #4d6087;
  background-color: #51658e;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  margin-top: 1.35em;
  margin-left: 0;
}

.tickets.packages .selection-box .holder .form .row .button:focus, .tickets.packages .selection-box .holder .form .row .button:hover, .invitations.packages .selection-box .holder .form .row .button:focus, .invitations.packages .selection-box .holder .form .row .button:hover, .titles.multiple-optionals .selection-box .holder .form .row .button:focus, .titles.multiple-optionals .selection-box .holder .form .row .button:hover {
  background-color: #51658e;
  border-color: #4d6087;
  color: white !important;
}

@media (hover: hover) {
  .tickets.packages .selection-box .holder .form .row .button:focus, .invitations.packages .selection-box .holder .form .row .button:focus, .titles.multiple-optionals .selection-box .holder .form .row .button:focus {
    background-color: #45567a;
    border-color: #45567a;
  }
  .tickets.packages .selection-box .holder .form .row .button:hover, .invitations.packages .selection-box .holder .form .row .button:hover, .titles.multiple-optionals .selection-box .holder .form .row .button:hover {
    background-color: #415273;
    border-color: #415273;
  }
}

.tickets.packages .selection-box .holder .form .row .button:active, .invitations.packages .selection-box .holder .form .row .button:active, .titles.multiple-optionals .selection-box .holder .form .row .button:active {
  background-color: #36435f;
  border-color: #36435f;
}

.tickets.packages .selection-box .holder .form .row .button.disabled, .tickets.packages .selection-box .holder .form .row .button[disabled], .invitations.packages .selection-box .holder .form .row .button.disabled, .invitations.packages .selection-box .holder .form .row .button[disabled], .titles.multiple-optionals .selection-box .holder .form .row .button.disabled, .titles.multiple-optionals .selection-box .holder .form .row .button[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #51658e;
  border-color: #4d6087;
  color: #51658e !important;
}

@media (hover: hover) {
  .tickets.packages .selection-box .holder .form .row .button.disabled:focus, .tickets.packages .selection-box .holder .form .row .button[disabled]:focus, .invitations.packages .selection-box .holder .form .row .button.disabled:focus, .invitations.packages .selection-box .holder .form .row .button[disabled]:focus, .titles.multiple-optionals .selection-box .holder .form .row .button.disabled:focus, .titles.multiple-optionals .selection-box .holder .form .row .button[disabled]:focus {
    background-color: #495b80;
    border-color: #45567a;
  }
  .tickets.packages .selection-box .holder .form .row .button.disabled:hover, .tickets.packages .selection-box .holder .form .row .button[disabled]:hover, .invitations.packages .selection-box .holder .form .row .button.disabled:hover, .invitations.packages .selection-box .holder .form .row .button[disabled]:hover, .titles.multiple-optionals .selection-box .holder .form .row .button.disabled:hover, .titles.multiple-optionals .selection-box .holder .form .row .button[disabled]:hover {
    background-color: #455679;
    border-color: #415273;
  }
}

.tickets.packages .selection-box .holder .form .row #remove-contribution.button, .invitations.packages .selection-box .holder .form .row #remove-contribution.button, .titles.multiple-optionals .selection-box .holder .form .row #remove-contribution.button {
  margin-left: 0.5em;
}

@media screen and (max-width: 36.8125em) {
  .tickets.packages .selection-box .holder .form .row .button, .invitations.packages .selection-box .holder .form .row .button, .titles.multiple-optionals .selection-box .holder .form .row .button {
    margin-top: 0em;
    width: 48%;
    float: left;
  }
  .tickets.packages .selection-box .holder .form .row #remove-contribution.button, .invitations.packages .selection-box .holder .form .row #remove-contribution.button, .titles.multiple-optionals .selection-box .holder .form .row #remove-contribution.button {
    float: right;
  }
}

.tickets.packages .selection-box .holder .package-data, .invitations.packages .selection-box .holder .package-data, .titles.multiple-optionals .selection-box .holder .package-data {
  color: #666666;
}

.tickets.packages .selection-box .holder .package-data h4, .invitations.packages .selection-box .holder .package-data h4, .titles.multiple-optionals .selection-box .holder .package-data h4 {
  color: #666666;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 1em;
}

.tickets.packages .selection-box .holder .package-data .error-text span, .invitations.packages .selection-box .holder .package-data .error-text span, .titles.multiple-optionals .selection-box .holder .package-data .error-text span {
  display: block;
  font-size: 0.8rem;
  margin-top: 0;
}

.tickets.packages .selection-box .holder .package-data .close-button,
.tickets.packages .selection-box .holder .package-data .previous-button, .invitations.packages .selection-box .holder .package-data .close-button,
.invitations.packages .selection-box .holder .package-data .previous-button, .titles.multiple-optionals .selection-box .holder .package-data .close-button,
.titles.multiple-optionals .selection-box .holder .package-data .previous-button {
  color: #666666;
  right: 0;
  top: -0.3em;
}

.tickets.packages .selection-box .holder .package-data .close-button:hover, .tickets.packages .selection-box .holder .package-data .close-button:focus,
.tickets.packages .selection-box .holder .package-data .previous-button:hover,
.tickets.packages .selection-box .holder .package-data .previous-button:focus, .invitations.packages .selection-box .holder .package-data .close-button:hover, .invitations.packages .selection-box .holder .package-data .close-button:focus,
.invitations.packages .selection-box .holder .package-data .previous-button:hover,
.invitations.packages .selection-box .holder .package-data .previous-button:focus, .titles.multiple-optionals .selection-box .holder .package-data .close-button:hover, .titles.multiple-optionals .selection-box .holder .package-data .close-button:focus,
.titles.multiple-optionals .selection-box .holder .package-data .previous-button:hover,
.titles.multiple-optionals .selection-box .holder .package-data .previous-button:focus {
  opacity: 0.8;
}

.tickets.packages .selection-box .holder .package-data .swiper-container, .invitations.packages .selection-box .holder .package-data .swiper-container, .titles.multiple-optionals .selection-box .holder .package-data .swiper-container {
  padding-bottom: 1em;
}

.tickets.packages .selection-box .holder .package-data .swiper-pagination, .invitations.packages .selection-box .holder .package-data .swiper-pagination, .titles.multiple-optionals .selection-box .holder .package-data .swiper-pagination {
  bottom: 0;
}

.tickets.packages .selection-box .holder .package-data .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .invitations.packages .selection-box .holder .package-data .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .titles.multiple-optionals .selection-box .holder .package-data .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #666666;
}

.tickets.packages .selection-box .holder .package-data .swiper-button-next,
.tickets.packages .selection-box .holder .package-data .swiper-button-prev, .invitations.packages .selection-box .holder .package-data .swiper-button-next,
.invitations.packages .selection-box .holder .package-data .swiper-button-prev, .titles.multiple-optionals .selection-box .holder .package-data .swiper-button-next,
.titles.multiple-optionals .selection-box .holder .package-data .swiper-button-prev {
  font-size: 2.5em;
  color: #666666;
  background-image: none;
  width: 0.9em;
  top: 45%;
}

.tickets.packages .selection-box .holder .package-data .swiper-button-next, .invitations.packages .selection-box .holder .package-data .swiper-button-next, .titles.multiple-optionals .selection-box .holder .package-data .swiper-button-next {
  right: 0.1em;
}

.tickets.packages .selection-box .holder .package-data .swiper-button-prev, .invitations.packages .selection-box .holder .package-data .swiper-button-prev, .titles.multiple-optionals .selection-box .holder .package-data .swiper-button-prev {
  left: 0.1em;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide, .invitations.packages .selection-box .holder .package-data .swiper-slide, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide {
  margin-bottom: 1em;
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  .tickets.packages .selection-box .holder .package-data .swiper-slide, .invitations.packages .selection-box .holder .package-data .swiper-slide, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide {
    opacity: 0.8;
  }
  .tickets.packages .selection-box .holder .package-data .swiper-slide.swiper-slide-active, .invitations.packages .selection-box .holder .package-data .swiper-slide.swiper-slide-active, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}

.tickets.packages .selection-box .holder .package-data .swiper-slide:first-child .member, .invitations.packages .selection-box .holder .package-data .swiper-slide:first-child .member, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide:first-child .member {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0.3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  box-shadow: none;
  outline: none;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide:last-child .member, .invitations.packages .selection-box .holder .package-data .swiper-slide:last-child .member, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide:last-child .member {
  -webkit-border-top-right-radius: 0.3rem;
  -webkit-border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0.3rem;
  -moz-border-radius-bottomright: 0.3rem;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member, .invitations.packages .selection-box .holder .package-data .swiper-slide .member, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member {
  background: #eee;
  height: 11em;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width: 63.9375em) {
  .tickets.packages .selection-box .holder .package-data .swiper-slide .member, .invitations.packages .selection-box .holder .package-data .swiper-slide .member, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member {
    height: 12em;
  }
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member.disabled, .invitations.packages .selection-box .holder .package-data .swiper-slide .member.disabled, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member.disabled {
  cursor: default;
  opacity: 0.5;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member.disabled .disable-box, .invitations.packages .selection-box .holder .package-data .swiper-slide .member.disabled .disable-box, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member.disabled .disable-box {
  opacity: 0.2;
  background: black;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member .check, .invitations.packages .selection-box .holder .package-data .swiper-slide .member .check, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member .check {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.3rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0.3rem;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  width: 30%;
  height: 1.3em;
  background: #eee;
  right: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.5em;
  display: none;
  padding-top: 0.12em;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member .member-photo, .invitations.packages .selection-box .holder .package-data .swiper-slide .member .member-photo, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member .member-photo {
  height: 100%;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member .member-photo.no-photo, .invitations.packages .selection-box .holder .package-data .swiper-slide .member .member-photo.no-photo, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member .member-photo.no-photo {
  opacity: 0.25;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member .member-data, .invitations.packages .selection-box .holder .package-data .swiper-slide .member .member-data, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member .member-data {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eee;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0.313em;
  overflow: hidden;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member .member-data span, .invitations.packages .selection-box .holder .package-data .swiper-slide .member .member-data span, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member .member-data span {
  display: block;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member .member-data span.name, .invitations.packages .selection-box .holder .package-data .swiper-slide .member .member-data span.name, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member .member-data span.name {
  font-size: 0.8rem;
  font-weight: 500;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member .member-data span.parentage, .invitations.packages .selection-box .holder .package-data .swiper-slide .member .member-data span.parentage, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member .member-data span.parentage {
  font-size: 0.7rem;
  line-height: 1.25em;
  opacity: 0.8;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member.selected, .invitations.packages .selection-box .holder .package-data .swiper-slide .member.selected, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member.selected {
  color: #fff;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member.selected .check, .invitations.packages .selection-box .holder .package-data .swiper-slide .member.selected .check, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member.selected .check {
  display: block;
  background: #51658e;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member.selected .check .icon-check-circle, .invitations.packages .selection-box .holder .package-data .swiper-slide .member.selected .check .icon-check-circle, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member.selected .check .icon-check-circle {
  display: block;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member.selected .check .icon-ban, .invitations.packages .selection-box .holder .package-data .swiper-slide .member.selected .check .icon-ban, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member.selected .check .icon-ban {
  display: none;
}

.tickets.packages .selection-box .holder .package-data .swiper-slide .member.selected .member-data, .invitations.packages .selection-box .holder .package-data .swiper-slide .member.selected .member-data, .titles.multiple-optionals .selection-box .holder .package-data .swiper-slide .member.selected .member-data {
  background: #51658e;
}

.tickets.packages .selection-box .holder .package-data img, .invitations.packages .selection-box .holder .package-data img, .titles.multiple-optionals .selection-box .holder .package-data img {
  width: 120px;
  margin-bottom: 20px;
}

.tickets.packages .selection-box .holder .package-data .button, .invitations.packages .selection-box .holder .package-data .button, .titles.multiple-optionals .selection-box .holder .package-data .button {
  margin-bottom: 5px 5px;
  background: rgba(0, 0, 0, 0.1);
}

.tickets.packages .selection-box .holder .package-data .button.selected, .invitations.packages .selection-box .holder .package-data .button.selected, .titles.multiple-optionals .selection-box .holder .package-data .button.selected {
  background: rgba(211, 211, 211, 0.28) !important;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  color: white !important;
}

.tickets.packages .selection-box .holder .package-data .mb-sm, .invitations.packages .selection-box .holder .package-data .mb-sm, .titles.multiple-optionals .selection-box .holder .package-data .mb-sm {
  margin-bottom: 10px;
}

.tickets.packages .selection-box .holder .package-data mb-lg, .invitations.packages .selection-box .holder .package-data mb-lg, .titles.multiple-optionals .selection-box .holder .package-data mb-lg {
  margin-top: 40px;
}

.tickets.packages .selection-box .holder .package-data .mt-lg, .invitations.packages .selection-box .holder .package-data .mt-lg, .titles.multiple-optionals .selection-box .holder .package-data .mt-lg {
  margin-top: 40px;
}

.tickets.packages .selection-box .holder .package-data .subtitles, .invitations.packages .selection-box .holder .package-data .subtitles, .titles.multiple-optionals .selection-box .holder .package-data .subtitles {
  margin-top: -15px;
  margin-left: -3px;
}

.tickets.packages .selection-box .holder .package-data .subtitles .item, .invitations.packages .selection-box .holder .package-data .subtitles .item, .titles.multiple-optionals .selection-box .holder .package-data .subtitles .item {
  margin: 0 20px 0 0;
  float: left;
  width: 190px;
  display: flex;
  align-items: center;
}

.tickets.packages .selection-box .holder .package-data #message-help, .invitations.packages .selection-box .holder .package-data #message-help, .titles.multiple-optionals .selection-box .holder .package-data #message-help {
  font-size: 12px;
}

.tickets.packages .selection-box .holder .package-data .sector-name, .invitations.packages .selection-box .holder .package-data .sector-name, .titles.multiple-optionals .selection-box .holder .package-data .sector-name {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.location {
  margin: 0px 4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 63.9375em) {
  .location {
    margin: 1px 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.location .location-label {
  vertical-align: central;
  font-size: 0.8rem;
}

.location.location-item, .location.tag {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  color: #51658e;
  border: solid rgba(81, 101, 142, 0.2) 1px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}

.location.location-item:hover, .location.tag:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #697ea9;
}

.location.location-item.active, .location.tag.active {
  background: #51658e;
  color: white;
}

.location.location-item.active:hover, .location.tag.active:hover {
  background: #697ea9;
  color: white;
}

.location.location-item.disabled, .location.tag.disabled {
  background: transparent;
  cursor: default;
}

.location.location-item.tag, .location.tag.tag {
  float: left;
  cursor: default;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.part-name {
  background-color: #c0bfc2;
  width: 80px;
  height: 30px;
  padding: 3px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: font-size 0.3s ease;
}

@media screen and (max-width: 63.9375em) {
  .part-name {
    height: 45px;
  }
}

.part-name.empty {
  background-color: transparent;
}

.location-label {
  font-size: 0.8rem;
}

.location-title {
  margin-top: 20px;
}

.sectors {
  white-space: nowrap;
  align-items: center;
  overflow-x: auto;
  margin-bottom: 25px;
  margin-left: -3px;
  transition: transform 0.2s ease;
}

.text-center {
  text-align: center;
}

.parts {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

.map-reveal {
  overflow: hidden;
}

.map-reveal .content {
  overflow-x: auto;
  min-height: 250px;
}

.map-reveal .reveal-footer {
  margin-top: 20px;
}

.map-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  gap: 8px;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.map-header .header-corner {
  background-color: #c0bfc2;
  height: 100%;
  width: 80px;
  padding: 8px 3px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.map-header .header-center {
  background-color: #c0bfc2;
  flex: 1;
  height: 100%;
  padding: 8px 3px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.sector-scroll-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: opacity 0.4s ease;
}

.scroll-arrow {
  opacity: 0;
  transition: opacity 0.4s ease;
  display: none;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}

.scroll-arrow.showing {
  display: flex;
}

.scroll-arrow.visible {
  opacity: 1;
}

.scroll-arrow:hover {
  background-color: #c0bfc2;
}

.scroll-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.sector-scroll-wrapper {
  margin-top: 0.5em;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  flex: 1;
  transition: opacity 0.4s ease;
}

.sector-list {
  display: inline-flex;
  gap: 10px;
  margin-top: 1.1em;
  flex: 1;
  transition: opacity 0.4s ease;
}

.sector-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.sector-scroll-wrapper {
  -ms-overflow-style: none;
  /* IE e Edge */
  scrollbar-width: none;
  /* Firefox */
}

.map-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.map-layout {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.left-column, .right-column {
  position: absolute;
  top: 0;
  width: 80px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 63.9375em) {
  .left-column, .right-column {
    gap: 10px;
  }
}

.left-column {
  left: 0;
}

.right-column {
  right: 0;
}

.map-scroll-container {
  width: calc(100% - 176px);
  margin: 0 88px;
  overflow-x: auto;
  overflow-y: hidden;
}

.map-content {
  min-width: 100%;
  transform-origin: left top;
  transition: transform 0.3s ease;
  margin-bottom: 1em;
}

.map-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.location-container {
  display: flex;
  white-space: nowrap;
}

.map-footer {
  display: flex;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.map-footer-button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c0bfc2;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}

@media screen and (max-width: 63.9375em) {
  .map-footer-button {
    height: 45px;
    width: 45px;
  }
}

.map-footer-button:hover {
  background-color: #aaa9ab;
}

.cpfIdentification, .cpfIdentified {
  color: #666666;
}

.cpfIdentification .button, .cpfIdentified .button {
  margin-top: 1.26em;
}

@media screen and (max-width: 36.8125em) {
  .cpfIdentification .button, .cpfIdentified .button {
    margin-left: 1em;
  }
}

.cpfIdentification .icon-person_outline, .cpfIdentified .icon-person_outline {
  font-size: 2.2rem;
  color: #495b80;
  float: left;
  margin-right: 0.3em;
}

.cpfIdentification .data, .cpfIdentified .data {
  padding: 1em;
  color: #666666;
  border: 0.0625em solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  margin-bottom: 0.5em;
}

.cpfIdentification .data .div, .cpfIdentified .data .div {
  font-size: 0.9em;
}

.cpfIdentification .data span, .cpfIdentified .data span {
  color: #495b80;
  font-size: 0.9em;
}

.cpfIdentification .data .container, .cpfIdentified .data .container {
  margin-left: 3em;
}

.calendar .head {
  width: 100%;
}

.calendar .head::before, .calendar .head::after {
  content: ' ';
  display: table;
}

.calendar .head::after {
  clear: both;
}

.calendar .head .current {
  float: left;
  color: #51658e;
  font-size: 1.2rem;
  font-weight: 500;
}

.calendar .head .nav {
  float: right;
}

.calendar .head .nav::before, .calendar .head .nav::after {
  content: ' ';
  display: table;
}

.calendar .head .nav::after {
  clear: both;
}

.calendar .head .nav .previous,
.calendar .head .nav .next {
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  -khtml-border-radius: 50em;
  width: 1.7em;
  height: 1.7em;
  margin-top: -0.1em;
  text-align: center;
  opacity: 0.6;
  color: #eee;
  background-color: #666666;
}

.calendar .head .nav .previous {
  float: left;
  margin-right: 1em;
}

.calendar .head .nav .previous .icon-angle-left {
  font-size: 1.8em;
  line-height: 0.9em;
  padding-right: 0.1em;
}

@media (hover: hover) {
  .calendar .head .nav .previous:focus {
    opacity: 0.8;
  }
  .calendar .head .nav .previous:hover {
    opacity: 1;
  }
}

.calendar .head .nav .previous:active {
  opacity: 0.4;
}

.calendar .head .nav .next {
  float: right;
}

.calendar .head .nav .next .icon-angle-right {
  font-size: 1.8em;
  line-height: 0.9em;
  padding-left: 0.1em;
}

@media (hover: hover) {
  .calendar .head .nav .next:focus {
    opacity: 0.8;
  }
  .calendar .head .nav .next:hover {
    opacity: 1;
  }
}

.calendar .head .nav .next:active {
  opacity: 0.4;
}

.calendar .container {
  margin: 0 -0.7em;
}

@media screen and (max-width: 36.8125em) {
  .calendar .container {
    margin: 0 -0.35em;
  }
}

.calendar .container .month {
  display: table;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0.7em;
}

@media screen and (max-width: 36.8125em) {
  .calendar .container .month {
    border-spacing: 0.35em;
  }
}

.calendar .container .month .weekdays {
  display: table-row;
}

.calendar .container .month .weekdays div {
  display: table-cell;
  padding-top: 1.5em;
  text-align: center;
  text-transform: uppercase;
  color: #495b80;
  font-size: 0.8rem;
}

.calendar .container .month .days {
  display: table-row;
}

.calendar .container .month .days div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -khtml-border-radius: 0.2rem;
  cursor: pointer;
  display: table-cell;
  width: 14.3%;
  display: table-cell;
  text-align: center;
  color: #51658e;
  background-color: #e2e1e4;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.calendar .container .month .days div:focus, .calendar .container .month .days div:hover {
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  color: white !important;
}

@media (hover: hover) {
  .calendar .container .month .days div:focus {
    background-color: #8893a8;
    border-color: #8893a8;
  }
  .calendar .container .month .days div:hover {
    background-color: #808b9f;
    border-color: #808b9f;
  }
}

.calendar .container .month .days div:active {
  background-color: #6a7283;
  border-color: #6a7283;
}

.calendar .container .month .days div.disabled, .calendar .container .month .days div[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #e2e1e4;
  border-color: rgba(0, 0, 0, 0.1);
  color: #51658e !important;
}

@media (hover: hover) {
  .calendar .container .month .days div.disabled:focus, .calendar .container .month .days div[disabled]:focus {
    background-color: #cbcbcd;
    border-color: rgba(0, 0, 0, 0.19);
  }
  .calendar .container .month .days div.disabled:hover, .calendar .container .month .days div[disabled]:hover {
    background-color: #c0bfc2;
    border-color: rgba(0, 0, 0, 0.235);
  }
}

@media screen and (max-width: 36.8125em) {
  .calendar .container .month .days div {
    max-width: 2em;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .calendar .container .month .days div {
    max-width: 4em;
  }
}

@media screen and (min-width: 64em) {
  .calendar .container .month .days div {
    max-width: 3.4em;
  }
}

.calendar .container .month .days div.dateOnly {
  padding-top: 3.5%;
  padding-bottom: 3%;
}

.calendar .container .month .days div.selected {
  background-color: #51658e;
  border-color: #51658e;
  color: white;
  background-color: #51658e;
  border: 0.0625rem solid #51658e;
}

.calendar .container .month .days div.selected:focus, .calendar .container .month .days div.selected:hover {
  background-color: #51658e;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .calendar .container .month .days div.selected:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .calendar .container .month .days div.selected:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.calendar .container .month .days div.selected:active {
  background-color: #3d4c6b;
  border-color: #3d4c6b;
}

.calendar .container .month .days div.selected.disabled, .calendar .container .month .days div.selected[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #51658e;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .calendar .container .month .days div.selected.disabled:focus, .calendar .container .month .days div.selected[disabled]:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .calendar .container .month .days div.selected.disabled:hover, .calendar .container .month .days div.selected[disabled]:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.calendar .container .month .days div.disabled, .calendar .container .month .days div[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: transparent;
  border-color: transparent;
  color: #51658e !important;
}

@media (hover: hover) {
  .calendar .container .month .days div.disabled:focus, .calendar .container .month .days div[disabled]:focus {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .calendar .container .month .days div.disabled:hover, .calendar .container .month .days div[disabled]:hover {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.15);
  }
}

.calendar .container .month .days div.blank {
  background-color: transparent;
  border: 0;
  cursor: default;
}

.calendar .container .month .days div .dateValueDay {
  display: block;
  font-size: 1em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.calendar .container .month .days div .dateValuePrice {
  display: block;
  font-size: 0.52em;
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  min-height: 3.2em;
  align-items: end;
  justify-content: center;
  word-wrap: break-word;
}

@media screen and (max-width: 36.8125em) {
  .calendar .container .month .days div .dateValuePrice {
    font-size: 1.4vw !important;
  }
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .calendar .container .month .days div .dateValuePrice {
    font-size: 0.85vw !important;
  }
}

@media screen and (min-width: 64em) {
  .calendar .container .month .days div .dateValuePrice {
    font-size: 0.52em !important;
  }
}

.calendar .container .month .days div .dateOnlyDay {
  display: block;
  font-size: 1em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.calendar .container .month .days div .empty {
  padding-bottom: 3em;
}

.calendar .labels {
  color: #666666;
  margin-top: 1em;
}

.calendar .labels::before, .calendar .labels::after {
  content: ' ';
  display: table;
}

.calendar .labels::after {
  clear: both;
}

.calendar .labels .tag {
  float: left;
  vertical-align: central;
  line-height: 2em;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.calendar .labels .tag > div {
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -khtml-border-radius: 0.2rem;
  float: left;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}

.calendar .labels .tag:nth-child(1) {
  padding-right: 2em;
}

.calendar .labels .tag:nth-child(2) {
  padding-right: 2em;
}

.calendar .labels .tag.enabled > div {
  background-color: #e2e1e4;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.calendar .labels .tag.disabled > div {
  background-color: transparent;
  border: 0.0625rem solid transparent;
  opacity: 0.4;
}

.calendar .labels .tag.selected > div {
  background-color: #51658e;
  border: 0.0625rem solid #51658e;
}

.calendar .navigation {
  margin-top: -1rem;
}

.identification .plan-name {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.identification .package-name {
  color: #666666;
  margin-bottom: 0.5rem;
}

.identification .ticket-name {
  color: #666666;
  font-weight: 300;
}

.identification .plan-container {
  margin-bottom: 1.2rem;
}

.identification .plan-container:last-child {
  margin-bottom: 0;
}

.identification .message {
  margin-bottom: 1.2em;
}

.coupons .applied-main-box {
  margin-bottom: 20px;
}

.coupons .applied-box-info {
  display: flex;
}

.coupons .applied-box-info .box-values {
  display: inline-block;
  white-space: nowrap;
}

.coupons .applied-box-info .box-button {
  flex-shrink: 0;
  margin-left: 75px;
}

.coupons .applied-box-info .box-button button {
  margin-top: 5px;
}

.coupons .apply-main-box {
  margin-bottom: 2rem;
}

.coupons .apply-main-box .error-message {
  font-size: 0.8rem;
  margin-top: -11px;
}

.coupons .apply-main-box #apply-coupon-button {
  margin-top: -1px;
}

@media screen and (max-width: 63.9375em) {
  .payment-requests .cart {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.payment-requests .cart .row:nth-child(1) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1.5rem;
  padding: 0.7em 2em 0.3em;
  background: #51658e;
  border: 0 solid transparent;
}

@media screen and (max-width: 63.9375em) {
  .payment-requests .cart .row:nth-child(1) {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (min-width: 64em) {
  .payment-requests .cart .row:nth-child(1) {
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -khtml-border-radius: 0.3rem;
  }
}

.payment-requests .cart .caption {
  margin-top: 0.25em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color: #b9c1d2;
  font-size: 0.7rem;
}

.payment-requests .cart .items, .payment-requests .cart .items-totals {
  display: table;
}

.payment-requests .cart .items > div, .payment-requests .cart .items-totals > div {
  display: table-row;
}

.payment-requests .cart .items > div div:nth-child(1), .payment-requests .cart .items-totals > div div:nth-child(1) {
  color: #fff;
  display: table-cell;
  width: 100%;
}

.payment-requests .cart .items > div div:nth-child(2), .payment-requests .cart .items-totals > div div:nth-child(2) {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
  padding-left: 0.4em;
  color: #b9c1d2;
}

.payment-requests .cart .items > div div.total:nth-child(2), .payment-requests .cart .items-totals > div div.total:nth-child(2) {
  font-weight: 500;
  color: #a8b2c7;
}

.payment-requests .cart .items-totals {
  margin-top: 8px;
  margin-bottom: 9px;
}

.payment-requests .cart .items-totals-empty {
  margin-bottom: 9px;
}

.cadaster-card #cadasterCard i.icon-help {
  font-size: 1.785em;
  color: #666666;
  cursor: pointer;
  margin-top: 0.3em;
  margin-left: 0.5em;
}

@media screen and (max-width: 36.8125em) {
  .cadaster-card #cadasterCard .form .columns {
    padding-right: 1em;
  }
}

.cadaster-card #cadasterCard .form .block p {
  margin-top: 1rem;
}

.cadaster-card #cadasterCard .card-types {
  color: #666666;
  margin-bottom: 1em;
}

.cadaster-card #cadasterCard .card-types .card-type {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.cadaster-card #cadasterCard .card-types .card-type .pf {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  font-size: 2em;
}

.cadaster-card #cadasterCard .card-types .card-type .pf.selected {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: "alpha(opacity=100)";
  color: #e58f1b;
}

.cadaster-card #cadasterCard label:after {
  clear: both;
  display: block;
  content: "";
}

.cadaster-card #cadasterCard label strong.single-parcel {
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  color: #666666;
}

.cadaster-card .mask-security-code {
  width: 43%;
}

@media screen and (max-width: 36.8125em) {
  .cadaster-card .mask-security-code {
    width: 33%;
  }
}

#revealSecurityCode .data {
  text-align: left;
}

#revealSecurityCode .data p {
  color: #999999;
}

#revealSecurityCode .data p:last-child {
  margin-bottom: 0;
}

#revealSecurityCode .data img {
  width: 22em;
  margin: 1em 0;
}

@media screen and (max-width: 36.8125em) {
  #revealSecurityCode .data img {
    width: auto;
  }
}

.payment-type .form .columns:nth-child(even) {
  padding-right: 0;
}

.payment-type .form .columns:nth-child(odd) {
  float: left;
}

@media screen and (min-width: 36.875em) and (max-width: 63.9375em) {
  .payment-type .form .columns {
    padding-right: 0;
  }
}

.payment-type .payment-type-item {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -khtml-border-radius: 0.3em;
  cursor: pointer;
  display: table;
  margin-bottom: 0.7em;
  color: #51658e;
  box-shadow: none;
  outline: none;
  padding: 0 0 0 0.9em;
  background-color: #e2e1e4;
  border: 0.0625em solid #e2e1e4;
  border-right-width: 0;
}

@media (hover: hover) {
  .payment-type .payment-type-item:hover {
    background-color: #cbcbcd;
    border-color: #cbcbcd;
  }
}

.payment-type .payment-type-item .payment-type-icon,
.payment-type .payment-type-item .action,
.payment-type .payment-type-item .data,
.payment-type .payment-type-item .remitance-type-icon {
  display: table-cell;
  vertical-align: top;
}

.payment-type .payment-type-item .data {
  width: 100%;
  padding: 0.6em 0.8em 0.6em 0.8em;
}

.payment-type .payment-type-item .data .name {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

@media screen and (max-width: 36.8125em) {
  .payment-type .payment-type-item .data .name {
    font-size: 1rem;
  }
}

.payment-type .payment-type-item .data .price {
  font-size: 0.8rem;
}

.payment-type .payment-type-item .data .price span {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  display: inline-block;
}

.payment-type .payment-type-item .data .price span:first-child {
  margin-right: 1em;
}

.payment-type .payment-type-item .data .price span.maxValue strong {
  text-decoration: line-through;
}

.payment-type .payment-type-item .data .price span.discount {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: "alpha(opacity=100)";
}

.payment-type .payment-type-item .payment-type-icon,
.payment-type .payment-type-item .remitance-type-icon {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  font-size: 1.5em;
  padding: 0.6em 0 0 0;
}

.payment-type .payment-type-item .payment-type-icon.barcode,
.payment-type .payment-type-item .remitance-type-icon.barcode {
  padding: 0.4em 0 0 0;
}

.payment-type .payment-type-item .payment-type-icon.credit-card,
.payment-type .payment-type-item .remitance-type-icon.credit-card {
  padding: 0.46em 0 0 0;
}

.payment-type .payment-type-item .payment-type-icon.debit-card,
.payment-type .payment-type-item .remitance-type-icon.debit-card {
  padding: 0.5em 0 0 0;
}

.payment-type .payment-type-item .action {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: "alpha(opacity=50)";
  padding: 0.6em 0 0.6em 0;
  vertical-align: middle;
}

.payment-type .payment-type-item .action .icon-angle-right {
  font-size: 2em;
  margin-left: 0.8em;
  margin-right: 0.7em;
}

.payment-type .payment-type-item .remitance-type-icon {
  padding: 0.6em 0.6em 0 0.6em;
  border-right: 0.063rem solid rgba(0, 0, 0, 0.1);
}

.payment-type .payment-type-item .remitance-type-icon.credit-card {
  padding: 0.46em 0.6em 0 0.6em;
}

.payment-type .payment-type-item.payment-remitance {
  padding-left: 0;
}

.payment-type .payment-type-item.payment-remitance .payment-type-icon {
  padding-left: 0.6em;
}

.payment-type .navigation {
  margin-top: -2.5em;
}

.confirm-sale .location-data label {
  color: #495b80 !important;
  font-size: .8rem;
}

.confirm-sale .location-data label span {
  color: #666666 !important;
}

.confirm-sale .antiFraud-tag {
  position: absolute;
  opacity: 0;
}

.confirm-sale #confirmSale h2, .confirm-sale #confirmSale h3, .confirm-sale #confirmPayment h2, .confirm-sale #confirmPayment h3 {
  margin-bottom: 1em;
}

.confirm-sale #confirmSale .form .columns:first-child, .confirm-sale #confirmPayment .form .columns:first-child {
  padding-right: 1.2em;
}

@media screen and (max-width: 36.8125em) {
  .confirm-sale #confirmSale .form .columns:first-child, .confirm-sale #confirmPayment .form .columns:first-child {
    padding-right: 0;
  }
}

.confirm-sale #confirmSale .form label:after, .confirm-sale #confirmPayment .form label:after {
  clear: both;
  display: block;
  content: "";
}

.confirm-sale #confirmSale .form label.card-number, .confirm-sale #confirmPayment .form label.card-number {
  margin-bottom: 0.55em;
  font-weight: 400;
  font-size: 1rem;
}

.confirm-sale #confirmSale .form label.card-number span, .confirm-sale #confirmPayment .form label.card-number span {
  margin-top: 0.5em;
  display: inline-block;
  margin-left: 0.125em;
}

.confirm-sale #confirmSale .form label span,
.confirm-sale #confirmSale .form label i.pf, .confirm-sale #confirmPayment .form label span,
.confirm-sale #confirmPayment .form label i.pf {
  color: #666666;
}

.confirm-sale #confirmSale .form label i.pf, .confirm-sale #confirmPayment .form label i.pf {
  font-size: 2.5em !important;
  margin-right: 0.3em;
}

.confirm-sale #confirmSale .form label i.pf.icon-hipercard, .confirm-sale #confirmPayment .form label i.pf.icon-hipercard {
  font-size: 2.3em !important;
}

.confirm-sale #confirmSale .form label strong.single-parcel, .confirm-sale #confirmPayment .form label strong.single-parcel {
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  color: #666666;
}

.confirm-sale #confirmSale .form label strong.remaining-parcels, .confirm-sale #confirmPayment .form label strong.remaining-parcels {
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  color: #666666;
}

@media screen and (max-width: 36.8125em) {
  .confirm-sale #confirmSale .form .confirm-data, .confirm-sale #confirmPayment .form .confirm-data {
    margin-bottom: 2em;
  }
  .confirm-sale #confirmSale .form .confirm-data:last-child, .confirm-sale #confirmPayment .form .confirm-data:last-child {
    margin-bottom: 0;
  }
}

.confirm-sale #confirmSale .form .address-data, .confirm-sale #confirmPayment .form .address-data {
  margin-top: 2em;
}

.confirm-sale #confirmSale .form .address-data.columns, .confirm-sale #confirmPayment .form .address-data.columns {
  margin-top: 0;
}

@media screen and (max-width: 36.8125em) {
  .confirm-sale #confirmSale .form .address-data.columns, .confirm-sale #confirmPayment .form .address-data.columns {
    margin-top: 2em;
  }
}

.confirm-sale #confirmSale .term-link, .confirm-sale #confirmPayment .term-link {
  text-decoration: none;
  color: #666666;
  font-size: 0.8rem;
  cursor: pointer;
  display: inline;
}

@media screen and (max-width: 63.9375em) {
  .confirm-sale #confirmSale .term-link, .confirm-sale #confirmPayment .term-link {
    margin-top: 0.125em;
    margin-bottom: 0;
  }
}

.confirm-sale #confirmSale .parcel-box.selected .data div, .confirm-sale #confirmPayment .parcel-box.selected .data div {
  color: white;
  background-color: #51658e;
  border-color: #51658e;
}

.confirm-sale #confirmSale .parcel-box:nth-child(even) .data, .confirm-sale #confirmPayment .parcel-box:nth-child(even) .data {
  padding-left: 0.5em;
  padding-right: 0;
}

.confirm-sale #confirmSale .parcel-box .data, .confirm-sale #confirmPayment .parcel-box .data {
  display: table;
  width: 100%;
  padding-right: 0.5em;
}

@media screen and (max-width: 36.8125em) {
  .confirm-sale #confirmSale .parcel-box .data, .confirm-sale #confirmPayment .parcel-box .data {
    margin-bottom: 1em;
  }
}

.confirm-sale #confirmSale .parcel-box .data div, .confirm-sale #confirmPayment .parcel-box .data div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  -khtml-border-radius: 0.2em;
  cursor: pointer;
  display: table-cell;
  padding: 3.5% 3% 3%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #e2e1e4;
  border: 0.0625em solid #e2e1e4;
}

.confirm-sale .navigation {
  margin-top: -2.4rem;
}

.payment-requests .list {
  display: table;
}

@media screen and (max-width: 63.9375em) {
  .payment-requests .list {
    margin-left: -1em;
    margin-right: -1em;
  }
}

.payment-requests .item {
  display: table-row;
  cursor: pointer;
}

.payment-requests .item.detailing {
  display: block;
  cursor: unset;
  margin-bottom: 1.3em;
}

@media (hover: hover) {
  .payment-requests .item.detailing:hover {
    background-color: unset !important;
  }
}

.payment-requests .item.detailing > div {
  display: block;
  padding: 0;
  border-bottom: 0;
}

@media screen and (max-width: 36.8125em) {
  .payment-requests .item.detailing .columns:nth-child(2) {
    text-align: right;
  }
}

.payment-requests .item.detailing .columns:nth-child(4) {
  text-align: left;
}

.payment-requests .item:last-child > div {
  border: 0 !important;
}

@media (hover: hover) {
  .payment-requests .item:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.payment-requests .item > div {
  display: table-cell;
  padding: 1em 0;
  border-bottom: 0.0625em solid rgba(0, 0, 0, 0.2);
}

.payment-requests .item > div:nth-last-child(1) {
  white-space: nowrap;
  vertical-align: middle;
  padding-right: 1em;
}

.payment-requests .item > div:first-child {
  white-space: normal;
}

.payment-requests .item .icon-angle-right {
  font-size: 2.2em;
  margin-left: 0em;
  color: #666666;
}

.payment-requests .sale .columns {
  font-size: 0.8rem;
  color: #495b80;
}

.payment-requests .sale .columns span {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.3em;
}

.payment-requests .sale .columns div {
  display: inline-block;
}

@media screen and (max-width: 36.8125em) {
  .payment-requests .sale .columns.small-break-line {
    padding-top: 1em;
  }
}

.payment-requests .sale .columns.break-line {
  padding-top: 1em;
}

.payment-requests .sale .cardHolderDocument {
  padding-left: 1em;
}

@media screen and (max-width: 36.8125em) {
  .payment-requests .sale .cardHolderDocument {
    padding-left: 0;
  }
}

.payment-requests .sale .approved {
  font-weight: 500 !important;
}

.payment-requests .sale .awaiting {
  font-weight: 500 !important;
  color: #e58f1b !important;
}

.payment-requests .sale .canceled {
  font-weight: 500 !important;
  color: #cc0000 !important;
}

.payment-requests .sale .icon-ticket,
.payment-requests .sale .icon-membership,
.payment-requests .sale .icon-barcode,
.payment-requests .sale .icon-paperclip,
.payment-requests .sale .pf {
  font-size: 2rem !important;
  margin-right: 0.2em;
  color: #495b80;
}

.payment-requests .sale .icon-membership {
  font-size: 1.8rem !important;
}

.payment-requests .sale .icon-barcode {
  margin-right: 0.3em;
}

.payment-requests .sale .pf {
  font-size: 1.2rem !important;
}

.payment-requests .sale .icon-tags {
  font-size: 1.8rem !important;
  padding-right: 0.8rem;
}

.payment-requests h1.payment-code {
  padding-bottom: 0.7em;
  font-size: 1.0rem;
  font-weight: 300;
}

.payment-requests h2.success {
  padding-bottom: 0.2em;
}

.payment-requests h2.success .icon-check {
  font-size: 1.5em;
  vertical-align: text-bottom;
  color: #495b80;
}

.payment-requests .column:last-child:not(:first-child), .payment-requests .columns:last-child:not(:first-child) {
  float: left;
}

.columns,
.column {
  padding-left: 0;
  padding-right: 0;
  min-height: 1px;
}

.row .row {
  margin-left: 0;
  margin-right: 0;
}

a {
  text-decoration: none;
  color: #e58f1b;
}

a:link {
  text-decoration: none;
  color: #e58f1b;
}

a:visited, a:active {
  text-decoration: none;
  color: #e58f1b;
}

@media (hover: hover) {
  a:focus {
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
    color: #666666;
  }
}

* {
  outline: 0;
}

body {
  table-layout: fixed;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #eee;
  font-family: "Fira Sans", "Lato", "Roboto", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.main {
  display: table-row;
  height: 100%;
}

.content {
  padding-left: 1em;
  padding-right: 1em;
}

.message {
  margin-bottom: 0.5em;
  color: #666666;
  font-size: 1.2rem;
}

.alert {
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -khtml-border-radius: 0.2rem;
  padding: 1em 2em;
  color: #CC3300;
  background-color: #F0F000;
  border: 0.0625rem solid #F0F000;
  margin-bottom: 1.5rem;
}

.alert .icon-warning {
  font-size: 1.5em;
  margin-right: 0.25em;
}

.alert span {
  vertical-align: middle;
}

.instruction {
  padding-right: 2.6em;
  margin-right: 2.6em;
  border-right: 0.0625em solid;
  color: #495b80;
  border-color: rgba(0, 0, 0, 0.2);
  font-size: 0.8rem;
}

.instruction.top {
  border: 0;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 2rem;
}

.navigation {
  padding-top: 1.5em;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: "Fira Sans", "Lato", "Roboto", "Segoe UI", sans-serif;
}

h1 {
  padding-bottom: 0.7em;
  color: #666666;
  font-size: 1.2rem;
  font-weight: 300;
}

h2, h3 {
  color: #495b80;
  font-size: 1.2rem;
}

p {
  font-size: 0.8rem;
  color: #495b80;
}

p.no-margin {
  margin: 0;
}

b {
  font-weight: 500;
}

.tips {
  font-size: 0.8rem;
  color: #666666;
}

.tips ul {
  margin-bottom: 0;
  padding-top: 0.5em;
}

.tips ul li {
  color: #495b80;
}

html ::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  background-color: #d9d9d9;
}

html ::-webkit-scrollbar-corner {
  background-color: #eee;
}

html ::-webkit-scrollbar-thumb {
  margin: 0.1rem;
  background: #a6a6a6;
  border: 0.0625rem solid #a6a6a6;
}

html ::-webkit-scrollbar-button {
  height: 1.2rem;
  width: 1.2rem;
  background: #a6a6a6;
  border: 0.0625em solid #a6a6a6;
}

html ::-webkit-scrollbar-button:hover,
html ::-webkit-scrollbar-thumb:hover {
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}

html ::-webkit-scrollbar-button:active,
html ::-webkit-scrollbar-thumb:active {
  background-color: #747474;
  border-color: #747474;
}

html ::-webkit-scrollbar:horizontal {
  height: 1rem;
}

html ::-webkit-scrollbar-track:horizontal {
  border: 0;
  border-top: 0.0625rem solid #d9d9d9;
}

html ::-webkit-scrollbar-button:horizontal:decrement {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/images/angle-left.svg");
}

html ::-webkit-scrollbar-button:horizontal:increment {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/images/angle-right.svg");
}

html ::-webkit-scrollbar:vertical {
  width: 1em;
}

html ::-webkit-scrollbar-track:vertical {
  border: 0;
  border-left: 0.0625rem solid #d9d9d9;
}

html ::-webkit-scrollbar-button:vertical:decrement {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/images/angle-up.svg");
}

html ::-webkit-scrollbar-button:vertical:increment {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/images/angle-down.svg");
}

object[type^="application/gas-events"] {
  display: none;
}

@font-face {
  font-family: Quicksand;
  src: url("/App_Themes/Pastore/assets/fonts/Quicksand.ttf");
}

body {
  background-image: url("/App_Themes/Pastore/assets/images/background-back.png");
  background-attachment: fixed;
  font-family: "Quicksand", sans-serif, "Fira Sans", "Lato", "Roboto", "Segoe UI", sans-serif;
}

h1, h2, h3 {
  font-family: "Quicksand", sans-serif, "Fira Sans", "Lato", "Roboto", "Segoe UI", sans-serif !important;
}

.header {
  background-image: url("/App_Themes/Pastore/assets/images/header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header .data {
  min-height: 11em;
}

@media screen and (min-width: 64em) {
  .header .menu-area .content {
    margin-top: -0.5em;
  }
}

.header .menu-area .content .header-button:hover {
  color: #51658e;
}

@media screen and (min-width: 64em) {
  .header .menu-area .content nav .menu {
    margin-top: 6em;
  }
}

@media screen and (max-width: 63.9375em) {
  .header .menu-area .content nav .menu li a, .header .menu-area .content nav .menu li a:hover,
.header .menu-area .content nav .menu li.selected a,
.header .menu-area .content nav .menu li.selected a:hover {
    color: white !important;
  }
}

.header:after {
  display: block;
  content: "";
  height: 0.5em;
  border-bottom: 0.063rem solid #dddbbf;
}

@media screen and (max-width: 63.9375em) {
  .header:after {
    border-bottom: 0;
  }
}

.header .logo {
  width: 1em;
  height: 12em;
  background-position: center center !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 63.9375em) {
  .header .logo {
    margin-top: 1em;
    height: 7.5em;
  }
}

@media screen and (max-width: 63.9375em) {
  .header .background {
    background: #51658e;
  }
}

.menu-area .content nav .menu li a {
  text-shadow: 1px 1px 0 #51658e, 1px -1px 0 #51658e, -1px 1px 0 #51658e, -1px -1px 0 #51658e, 1px 0px 0 #51658e, 0px 1px 0 #51658e, -1px 0px 0 #51658e, 0px -1px 0 #51658e;
  color: #fff !important;
}

@media screen and (max-width: 63.9375em) {
  .menu-area .content nav .menu li a {
    color: #fff !important;
    text-shadow: none;
  }
}

.menu-area .content nav .menu li.selected a {
  font-weight: 800 !important;
  color: #51658e !important;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff;
}

@media screen and (max-width: 63.9375em) {
  .menu-area .content nav .menu li.selected a {
    color: #e58f1b !important;
    text-shadow: none;
  }
}

@media (hover: hover) {
  .menu-area .content nav .menu li:hover a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-shadow: 1px 1px 0 #51658e, 1px -1px 0 #51658e, -1px 1px 0 #51658e, -1px -1px 0 #51658e, 1px 0px 0 #51658e, 0px 1px 0 #51658e, -1px 0px 0 #51658e, 0px -1px 0 #51658e;
  }
  .menu-area .content nav .menu li.selected a {
    color: #51658e !important;
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff;
  }
}

@media screen and (hover: hover) and (max-width: 63.9375em) {
  .menu-area .content nav .menu li.selected a {
    color: #e58f1b !important;
    text-shadow: none;
  }
}

.main {
  background-image: url("/App_Themes/Pastore/assets/images/background-front.png");
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 63.9375em) {
  .main {
    background-image: url("/App_Themes/Pastore/assets/images/background-front.png");
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.main > .row {
  padding: 2em 0 3em;
}

@media screen and (max-width: 63.9375em) {
  .main > .row {
    padding: 2em 0 3em;
  }
}

.loader .animation div:nth-child(1) {
  display: block;
  width: 100%;
  height: 6em;
  text-align: center;
  background-image: url("/App_Themes/Pastore/assets/images/loader-large.gif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-loader {
  display: none;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  vertical-align: middle;
  background-image: url("/App_Themes/Pastore/assets/images/loader-small.gif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.selection-loader .icon-loader {
  background-image: url("/App_Themes/Pastore/assets/images/loader-medium.gif");
}

.reveal-loader .icon-loader {
  background-image: url("/App_Themes/Pastore/assets/images/loader-reveal.gif");
}

.step.next {
  color: rgba(0, 0, 0, 0.2);
}

.step.current {
  color: #e58f1b;
}

@media screen and (max-width: 63.9375em) {
  .menu-area .trigger span {
    background: #fff !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .menu-area .content .header-button {
    color: #fff !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .menu-area .content .text {
    color: #fff !important;
  }
}

.edit-cart .button {
  background-color: #415172;
  border-color: #415172;
  color: white !important;
}

.edit-cart .button:focus, .edit-cart .button:hover {
  background-color: #415172;
  border-color: #415172;
  color: #fff !important;
}

@media (hover: hover) {
  .edit-cart .button:focus {
    background-color: #3b4967;
    border-color: #3b4967;
  }
  .edit-cart .button:hover {
    background-color: #374561;
    border-color: #374561;
  }
}

.edit-cart .button:active {
  background-color: #2e3950;
  border-color: #2e3950;
}

.edit-cart .button.disabled, .edit-cart .button[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #415172;
  border-color: #415172;
  color: #fff !important;
}

@media (hover: hover) {
  .edit-cart .button.disabled:focus, .edit-cart .button[disabled]:focus {
    background-color: #3b4967;
    border-color: #3b4967;
  }
  .edit-cart .button.disabled:hover, .edit-cart .button[disabled]:hover {
    background-color: #374561;
    border-color: #374561;
  }
}

.sale-item.full-button:focus .data,
.sale-item.full-button:hover .data {
  background-color: #e2e1e4;
}

.sale-item.full-button:focus .add,
.sale-item.full-button:hover .add {
  background-color: #51658e;
}

.sale-item .data .price {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: "alpha(opacity=100)";
  color: #51658e;
}

.sale-item .add:hover {
  background: #455679;
}

.sale-item.selected .data .price {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: "alpha(opacity=100)";
  color: #e58f1b;
}

.sale-item.selected .data .add,
.sale-item.selected .data .remove {
  background-color: #455679;
  border-color: #51658e;
}

.sale-item.selected .data .add:focus, .sale-item.selected .data .add:hover,
.sale-item.selected .data .remove:focus,
.sale-item.selected .data .remove:hover {
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .sale-item.selected .data .add:focus,
.sale-item.selected .data .remove:focus {
    background-color: #495b80 !important;
    border-color: #495b80 !important;
  }
  .sale-item.selected .data .add:hover,
.sale-item.selected .data .remove:hover {
    background-color: #455679 !important;
    border-color: #455679 !important;
  }
}

.sale-item.selected .data .add:active,
.sale-item.selected .data .remove:active {
  background-color: #3d4c6b;
  border-color: #3d4c6b;
}

.sale-item.selected .data .add.disabled, .sale-item.selected .data .add[disabled],
.sale-item.selected .data .remove.disabled,
.sale-item.selected .data .remove[disabled] {
  cursor: default;
  opacity: 0.5 !important;
  background-color: #455679;
  border-color: #51658e;
  color: white !important;
}

@media (hover: hover) {
  .sale-item.selected .data .add.disabled:focus, .sale-item.selected .data .add[disabled]:focus,
.sale-item.selected .data .remove.disabled:focus,
.sale-item.selected .data .remove[disabled]:focus {
    background-color: #3e4d6d !important;
    border-color: #495b80 !important;
  }
  .sale-item.selected .data .add.disabled:hover, .sale-item.selected .data .add[disabled]:hover,
.sale-item.selected .data .remove.disabled:hover,
.sale-item.selected .data .remove[disabled]:hover {
    background-color: #3b4967 !important;
    border-color: #455679 !important;
  }
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member {
  background-color: #b6b6b6;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member .member-data {
  background-color: #b6b6b6;
  color: #49546a !important;
}

.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member.selected .member-data,
.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member.selected .member-data span.name,
.memberProducts.packages .selection-box .holder .package-data .swiper-slide .member.selected .member-data span.parentage {
  color: #fff !important;
}

.sale-item.sold-out .data {
  color: #111;
}

.sale-item.sold-out .sold-out-label {
  color: #fff !important;
}

.invitations.identification .package-box {
  border: 0.0325em solid rgba(81, 101, 142, 0.3);
}

.invitations.identification .package-box .target-option span {
  color: white;
}

.invitations.identification .package-box .member {
  background: #e5e8ee;
  border: 0.0325em solid rgba(81, 101, 142, 0.3);
}

.invitations.identification .package-box .member.selected .member-data {
  color: white;
}

.invitations.identification .package-box .member .member-data {
  background: #eef0f4;
  color: #51658e;
}

.invitations.identification .package-box .cpfIdentification .button {
  border: 0.0625rem solid rgba(0, 0, 0, 0.2) !important;
}

.invitations.identification .package-box .cpfIdentification .button:hover span {
  color: #51658e !important;
}

.cpfIdentification .data,
.cpfIdentified .data {
  background: white;
}

.cpfIdentification .button,
.cpfIdentified .button {
  border: 0.0625rem solid rgba(0, 0, 0, 0.2) !important;
}

.cpfIdentification .button:hover span,
.cpfIdentified .button:hover span {
  color: #51658e !important;
}

.tickets.calendar .container .month .days div.disabled, .tickets.calendar .container .month .days div[disabled] {
  color: #111 !important;
}

@media (hover: hover) {
  .account .item:hover:not(.detailing) {
    background-color: #51658e;
  }
  .account .item:hover:not(.detailing) .icon-angle-right {
    color: #8c9dbf;
  }
}

.account .sale .canceled,
.account .sale .approved,
.account .sale .awaiting {
  font-weight: 600 !important;
}

.account .sale .awaiting {
  color: #e58f1b !important;
}

@media (hover: hover) {
  .account .sale:hover:not(.detailing) .columns {
    color: rgba(255, 255, 255, 0.8);
  }
  .account .sale:hover:not(.detailing) .columns span {
    color: #fff;
  }
  .account .sale:hover:not(.detailing) .awaiting {
    color: #fff !important;
  }
  .account .sale:hover:not(.detailing) .canceled {
    color: #FFF !important;
  }
  .account .sale:hover:not(.detailing) .icon-ticket,
.account .sale:hover:not(.detailing) .icon-membership,
.account .sale:hover:not(.detailing) .icon-barcode,
.account .sale:hover:not(.detailing) .icon-paperclip,
.account .sale:hover:not(.detailing) .pf {
    color: #8c9dbf;
  }
}

@media (hover: hover) {
  .account.data.index .options .list .item:hover:not(.detailing) > div:nth-child(2) {
    color: rgba(255, 255, 255, 0.8);
  }
  .account.data.index .options .list .item:hover:not(.detailing) > div:nth-child(2) span {
    color: #fff;
  }
  .account.data.index .options .list .item:hover:not(.detailing) .icon-credit-card,
.account.data.index .options .list .item:hover:not(.detailing) .icon-envelope-o,
.account.data.index .options .list .item:hover:not(.detailing) .icon-share {
    color: #8c9dbf;
  }
  .account.data.index .options .list .item:hover:not(.detailing) .icon-unlock-alt,
.account.data.index .options .list .item:hover:not(.detailing) .icon-person_outline {
    color: #8c9dbf;
  }
}

.card-type .pf {
  color: rgba(81, 101, 142, 0.3) !important;
}

.card-type .pf.selected {
  color: #51658e !important;
}

.payment-type .payment-type-item {
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

.payment-type .payment-type-item:hover {
  background-color: #51658e;
  color: white;
}

.card {
  background: white;
}

.sell.payment-success .button:not(.success),
#address .button,
.button.previous {
  border: 0.0625rem solid rgba(61, 80, 111, 0.3);
}

.sell.payment-success .button:not(.success):hover,
#address .button:hover,
.button.previous:hover {
  color: #51658e !important;
  border: 0.0625rem solid rgba(61, 80, 111, 0.3);
}

.sell.payment-success .button:not(.success):hover span,
#address .button:hover span,
.button.previous:hover span {
  color: #51658e;
}

.tickets.packages .selection-box .holder .package-data .button.selected,
.invitations.packages .selection-box .holder .package-data .button.selected {
  background-color: #51658e !important;
  border-color: #4d6087;
  color: #fff !important;
}

.tickets.packages .selection-box .holder .package-data .button,
.invitations.packages .selection-box .holder .package-data .button {
  color: #51658e !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}

@media (hover: hover) {
  .tickets.packages .selection-box .holder .package-data .button,
.invitations.packages .selection-box .holder .package-data .button {
    color: #51658e;
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
}

.location.location-item, .location.tag {
  background-color: #c8c8c8;
  border-color: rgba(0, 0, 0, 0.1);
}

.location.location-item:hover, .location.tag:hover {
  background-color: #51658e;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
}

.invitations.identification .package-box .row:nth-child(3) .package-item .target-selection .row:nth-child(2) .target-option,
.package-items .package-item .target-option span,
.invitations.identification .package-box .cpfIdentification button {
  background-color: #51658e;
  color: #fff !important;
}

.invitations.identification .package-box .member-selection .swiper-slide .member .member-data,
.invitations.identification .package-box .member-selection .swiper-slide .member {
  background-color: #b6b6b6;
  color: #49546a !important;
}

.invitations.identification .package-box .member-selection .swiper-slide .member.selected .check {
  color: #fff;
}

.invitations.identification .package-box .package-name,
.invitations.identification .package-box .row:nth-child(3) .package-item .visitor-form .visitor-instruction span {
  color: #51658e !important;
}

.invitations.identification .package-box .cpfIdentification button span {
  color: #fff;
}

.package-items .package-item p,
.invitations.identification .package-box .row:nth-child(3) .package-item .target-selection .row:nth-child(1),
.invitations.identification .package-box .container p,
.invitations.identification .package-box .member-selection .member-instruction,
.memberProducts.packages .selection-box .holder .package-data h4 {
  color: #666666;
}

.invitations.identification .package-box .member-selection .swiper-slide .member.selected .member-data span.name,
.invitations.identification .package-box .member-selection .swiper-slide .member.selected .member-data span.parentage {
  color: #fff !important;
}

.tickets.packages .selection-box .holder .package-data .close-button,
.tickets.packages .selection-box .holder .package-data .previous-button,
.invitations.packages .selection-box .holder .package-data .close-button,
.invitations.packages .selection-box .holder .package-data .previous-button,
.invitations.identification .package-box .row:nth-child(3) .package-item .close-button,
.memberProducts.packages .selection-box .holder .package-data .close-button {
  color: #51658e;
}

.tickets.packages .selection-box .holder .package-data .button,
.invitations.packages .selection-box .holder .package-data .button {
  background-color: #51658e;
  color: #fff;
}

.tickets.packages .selection-box .holder .package-data .button:hover,
.invitations.packages .selection-box .holder .package-data .button:hover,
.tickets.packages .selection-box .holder .package-data .button.selected {
  background-color: #495b80 !important;
  color: #fff !important;
}

.invitations.identification .package-box .member-selection .swiper-button-next,
.invitations.identification .package-box .member-selection .swiper-button-prev,
.memberProducts.packages .selection-box .holder .package-data .swiper-button-next,
.memberProducts.packages .selection-box .holder .package-data .swiper-button-prev {
  color: #51658e;
}
