@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=60em&xlarge=80em&xxlarge=100em&xxxlarge=120em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.33;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 2px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px; }

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 2px;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.875rem;
    margin-left: -0.875rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.875rem;
        margin-left: -0.875rem; } }
    @media print, screen and (min-width: 60em) {
      .row .row {
        margin-right: -0.875rem;
        margin-left: -0.875rem; } }
    @media screen and (min-width: 80em) {
      .row .row {
        margin-right: -0.875rem;
        margin-left: -0.875rem; } }
    @media screen and (min-width: 100em) {
      .row .row {
        margin-right: -0.875rem;
        margin-left: -0.875rem; } }
    @media screen and (min-width: 120em) {
      .row .row {
        margin-right: -0.875rem;
        margin-left: -0.875rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.875rem;
    padding-left: 0.875rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.875rem;
    padding-left: 0.875rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.875rem;
  padding-left: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.875rem;
      padding-left: 0.875rem; } }
  .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 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 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 {
  float: left;
  width: 100%; }
  .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 {
  float: left;
  width: 50%; }
  .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 {
  float: left;
  width: 33.33333%; }
  .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 {
  float: left;
  width: 25%; }
  .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 {
  float: left;
  width: 20%; }
  .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 {
  float: left;
  width: 16.66667%; }
  .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 {
  float: left;
  width: 14.28571%; }
  .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 {
  float: left;
  width: 12.5%; }
  .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-up-9 > .column, .small-up-9 > .columns {
  float: left;
  width: 11.11111%; }
  .small-up-9 > .column:nth-of-type(1n), .small-up-9 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-9 > .column:nth-of-type(9n+1), .small-up-9 > .columns:nth-of-type(9n+1) {
    clear: both; }
  .small-up-9 > .column:last-child, .small-up-9 > .columns:last-child {
    float: left; }

.small-up-10 > .column, .small-up-10 > .columns {
  float: left;
  width: 10%; }
  .small-up-10 > .column:nth-of-type(1n), .small-up-10 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-10 > .column:nth-of-type(10n+1), .small-up-10 > .columns:nth-of-type(10n+1) {
    clear: both; }
  .small-up-10 > .column:last-child, .small-up-10 > .columns:last-child {
    float: left; }

.small-up-11 > .column, .small-up-11 > .columns {
  float: left;
  width: 9.09091%; }
  .small-up-11 > .column:nth-of-type(1n), .small-up-11 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-11 > .column:nth-of-type(11n+1), .small-up-11 > .columns:nth-of-type(11n+1) {
    clear: both; }
  .small-up-11 > .column:last-child, .small-up-11 > .columns:last-child {
    float: left; }

.small-up-12 > .column, .small-up-12 > .columns {
  float: left;
  width: 8.33333%; }
  .small-up-12 > .column:nth-of-type(1n), .small-up-12 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-12 > .column:nth-of-type(12n+1), .small-up-12 > .columns:nth-of-type(12n+1) {
    clear: both; }
  .small-up-12 > .column:last-child, .small-up-12 > .columns:last-child {
    float: left; }

.small-up-13 > .column, .small-up-13 > .columns {
  float: left;
  width: 7.69231%; }
  .small-up-13 > .column:nth-of-type(1n), .small-up-13 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-13 > .column:nth-of-type(13n+1), .small-up-13 > .columns:nth-of-type(13n+1) {
    clear: both; }
  .small-up-13 > .column:last-child, .small-up-13 > .columns:last-child {
    float: left; }

.small-up-14 > .column, .small-up-14 > .columns {
  float: left;
  width: 7.14286%; }
  .small-up-14 > .column:nth-of-type(1n), .small-up-14 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-14 > .column:nth-of-type(14n+1), .small-up-14 > .columns:nth-of-type(14n+1) {
    clear: both; }
  .small-up-14 > .column:last-child, .small-up-14 > .columns:last-child {
    float: left; }

.small-up-15 > .column, .small-up-15 > .columns {
  float: left;
  width: 6.66667%; }
  .small-up-15 > .column:nth-of-type(1n), .small-up-15 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-15 > .column:nth-of-type(15n+1), .small-up-15 > .columns:nth-of-type(15n+1) {
    clear: both; }
  .small-up-15 > .column:last-child, .small-up-15 > .columns:last-child {
    float: left; }

.small-up-16 > .column, .small-up-16 > .columns {
  float: left;
  width: 6.25%; }
  .small-up-16 > .column:nth-of-type(1n), .small-up-16 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-16 > .column:nth-of-type(16n+1), .small-up-16 > .columns:nth-of-type(16n+1) {
    clear: both; }
  .small-up-16 > .column:last-child, .small-up-16 > .columns:last-child {
    float: left; }

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

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

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

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.875rem;
  padding-left: 0.875rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .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 {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.33333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.66667%; }
    .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 {
    float: left;
    width: 14.28571%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-up-9 > .column, .medium-up-9 > .columns {
    float: left;
    width: 11.11111%; }
    .medium-up-9 > .column:nth-of-type(1n), .medium-up-9 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-9 > .column:nth-of-type(9n+1), .medium-up-9 > .columns:nth-of-type(9n+1) {
      clear: both; }
    .medium-up-9 > .column:last-child, .medium-up-9 > .columns:last-child {
      float: left; }
  .medium-up-10 > .column, .medium-up-10 > .columns {
    float: left;
    width: 10%; }
    .medium-up-10 > .column:nth-of-type(1n), .medium-up-10 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-10 > .column:nth-of-type(10n+1), .medium-up-10 > .columns:nth-of-type(10n+1) {
      clear: both; }
    .medium-up-10 > .column:last-child, .medium-up-10 > .columns:last-child {
      float: left; }
  .medium-up-11 > .column, .medium-up-11 > .columns {
    float: left;
    width: 9.09091%; }
    .medium-up-11 > .column:nth-of-type(1n), .medium-up-11 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-11 > .column:nth-of-type(11n+1), .medium-up-11 > .columns:nth-of-type(11n+1) {
      clear: both; }
    .medium-up-11 > .column:last-child, .medium-up-11 > .columns:last-child {
      float: left; }
  .medium-up-12 > .column, .medium-up-12 > .columns {
    float: left;
    width: 8.33333%; }
    .medium-up-12 > .column:nth-of-type(1n), .medium-up-12 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-12 > .column:nth-of-type(12n+1), .medium-up-12 > .columns:nth-of-type(12n+1) {
      clear: both; }
    .medium-up-12 > .column:last-child, .medium-up-12 > .columns:last-child {
      float: left; }
  .medium-up-13 > .column, .medium-up-13 > .columns {
    float: left;
    width: 7.69231%; }
    .medium-up-13 > .column:nth-of-type(1n), .medium-up-13 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-13 > .column:nth-of-type(13n+1), .medium-up-13 > .columns:nth-of-type(13n+1) {
      clear: both; }
    .medium-up-13 > .column:last-child, .medium-up-13 > .columns:last-child {
      float: left; }
  .medium-up-14 > .column, .medium-up-14 > .columns {
    float: left;
    width: 7.14286%; }
    .medium-up-14 > .column:nth-of-type(1n), .medium-up-14 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-14 > .column:nth-of-type(14n+1), .medium-up-14 > .columns:nth-of-type(14n+1) {
      clear: both; }
    .medium-up-14 > .column:last-child, .medium-up-14 > .columns:last-child {
      float: left; }
  .medium-up-15 > .column, .medium-up-15 > .columns {
    float: left;
    width: 6.66667%; }
    .medium-up-15 > .column:nth-of-type(1n), .medium-up-15 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-15 > .column:nth-of-type(15n+1), .medium-up-15 > .columns:nth-of-type(15n+1) {
      clear: both; }
    .medium-up-15 > .column:last-child, .medium-up-15 > .columns:last-child {
      float: left; }
  .medium-up-16 > .column, .medium-up-16 > .columns {
    float: left;
    width: 6.25%; }
    .medium-up-16 > .column:nth-of-type(1n), .medium-up-16 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-16 > .column:nth-of-type(16n+1), .medium-up-16 > .columns:nth-of-type(16n+1) {
      clear: both; }
    .medium-up-16 > .column:last-child, .medium-up-16 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.875rem;
    padding-left: 0.875rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 60em) {
  .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 {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.33333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.66667%; }
    .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 {
    float: left;
    width: 14.28571%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-up-9 > .column, .large-up-9 > .columns {
    float: left;
    width: 11.11111%; }
    .large-up-9 > .column:nth-of-type(1n), .large-up-9 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-9 > .column:nth-of-type(9n+1), .large-up-9 > .columns:nth-of-type(9n+1) {
      clear: both; }
    .large-up-9 > .column:last-child, .large-up-9 > .columns:last-child {
      float: left; }
  .large-up-10 > .column, .large-up-10 > .columns {
    float: left;
    width: 10%; }
    .large-up-10 > .column:nth-of-type(1n), .large-up-10 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-10 > .column:nth-of-type(10n+1), .large-up-10 > .columns:nth-of-type(10n+1) {
      clear: both; }
    .large-up-10 > .column:last-child, .large-up-10 > .columns:last-child {
      float: left; }
  .large-up-11 > .column, .large-up-11 > .columns {
    float: left;
    width: 9.09091%; }
    .large-up-11 > .column:nth-of-type(1n), .large-up-11 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-11 > .column:nth-of-type(11n+1), .large-up-11 > .columns:nth-of-type(11n+1) {
      clear: both; }
    .large-up-11 > .column:last-child, .large-up-11 > .columns:last-child {
      float: left; }
  .large-up-12 > .column, .large-up-12 > .columns {
    float: left;
    width: 8.33333%; }
    .large-up-12 > .column:nth-of-type(1n), .large-up-12 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-12 > .column:nth-of-type(12n+1), .large-up-12 > .columns:nth-of-type(12n+1) {
      clear: both; }
    .large-up-12 > .column:last-child, .large-up-12 > .columns:last-child {
      float: left; }
  .large-up-13 > .column, .large-up-13 > .columns {
    float: left;
    width: 7.69231%; }
    .large-up-13 > .column:nth-of-type(1n), .large-up-13 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-13 > .column:nth-of-type(13n+1), .large-up-13 > .columns:nth-of-type(13n+1) {
      clear: both; }
    .large-up-13 > .column:last-child, .large-up-13 > .columns:last-child {
      float: left; }
  .large-up-14 > .column, .large-up-14 > .columns {
    float: left;
    width: 7.14286%; }
    .large-up-14 > .column:nth-of-type(1n), .large-up-14 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-14 > .column:nth-of-type(14n+1), .large-up-14 > .columns:nth-of-type(14n+1) {
      clear: both; }
    .large-up-14 > .column:last-child, .large-up-14 > .columns:last-child {
      float: left; }
  .large-up-15 > .column, .large-up-15 > .columns {
    float: left;
    width: 6.66667%; }
    .large-up-15 > .column:nth-of-type(1n), .large-up-15 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-15 > .column:nth-of-type(15n+1), .large-up-15 > .columns:nth-of-type(15n+1) {
      clear: both; }
    .large-up-15 > .column:last-child, .large-up-15 > .columns:last-child {
      float: left; }
  .large-up-16 > .column, .large-up-16 > .columns {
    float: left;
    width: 6.25%; }
    .large-up-16 > .column:nth-of-type(1n), .large-up-16 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-16 > .column:nth-of-type(16n+1), .large-up-16 > .columns:nth-of-type(16n+1) {
      clear: both; }
    .large-up-16 > .column:last-child, .large-up-16 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.875rem;
    padding-left: 0.875rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 80em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-up-9 > .column, .xlarge-up-9 > .columns {
    float: left;
    width: 11.11111%; }
    .xlarge-up-9 > .column:nth-of-type(1n), .xlarge-up-9 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-9 > .column:nth-of-type(9n+1), .xlarge-up-9 > .columns:nth-of-type(9n+1) {
      clear: both; }
    .xlarge-up-9 > .column:last-child, .xlarge-up-9 > .columns:last-child {
      float: left; }
  .xlarge-up-10 > .column, .xlarge-up-10 > .columns {
    float: left;
    width: 10%; }
    .xlarge-up-10 > .column:nth-of-type(1n), .xlarge-up-10 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-10 > .column:nth-of-type(10n+1), .xlarge-up-10 > .columns:nth-of-type(10n+1) {
      clear: both; }
    .xlarge-up-10 > .column:last-child, .xlarge-up-10 > .columns:last-child {
      float: left; }
  .xlarge-up-11 > .column, .xlarge-up-11 > .columns {
    float: left;
    width: 9.09091%; }
    .xlarge-up-11 > .column:nth-of-type(1n), .xlarge-up-11 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-11 > .column:nth-of-type(11n+1), .xlarge-up-11 > .columns:nth-of-type(11n+1) {
      clear: both; }
    .xlarge-up-11 > .column:last-child, .xlarge-up-11 > .columns:last-child {
      float: left; }
  .xlarge-up-12 > .column, .xlarge-up-12 > .columns {
    float: left;
    width: 8.33333%; }
    .xlarge-up-12 > .column:nth-of-type(1n), .xlarge-up-12 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-12 > .column:nth-of-type(12n+1), .xlarge-up-12 > .columns:nth-of-type(12n+1) {
      clear: both; }
    .xlarge-up-12 > .column:last-child, .xlarge-up-12 > .columns:last-child {
      float: left; }
  .xlarge-up-13 > .column, .xlarge-up-13 > .columns {
    float: left;
    width: 7.69231%; }
    .xlarge-up-13 > .column:nth-of-type(1n), .xlarge-up-13 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-13 > .column:nth-of-type(13n+1), .xlarge-up-13 > .columns:nth-of-type(13n+1) {
      clear: both; }
    .xlarge-up-13 > .column:last-child, .xlarge-up-13 > .columns:last-child {
      float: left; }
  .xlarge-up-14 > .column, .xlarge-up-14 > .columns {
    float: left;
    width: 7.14286%; }
    .xlarge-up-14 > .column:nth-of-type(1n), .xlarge-up-14 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-14 > .column:nth-of-type(14n+1), .xlarge-up-14 > .columns:nth-of-type(14n+1) {
      clear: both; }
    .xlarge-up-14 > .column:last-child, .xlarge-up-14 > .columns:last-child {
      float: left; }
  .xlarge-up-15 > .column, .xlarge-up-15 > .columns {
    float: left;
    width: 6.66667%; }
    .xlarge-up-15 > .column:nth-of-type(1n), .xlarge-up-15 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-15 > .column:nth-of-type(15n+1), .xlarge-up-15 > .columns:nth-of-type(15n+1) {
      clear: both; }
    .xlarge-up-15 > .column:last-child, .xlarge-up-15 > .columns:last-child {
      float: left; }
  .xlarge-up-16 > .column, .xlarge-up-16 > .columns {
    float: left;
    width: 6.25%; }
    .xlarge-up-16 > .column:nth-of-type(1n), .xlarge-up-16 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-16 > .column:nth-of-type(16n+1), .xlarge-up-16 > .columns:nth-of-type(16n+1) {
      clear: both; }
    .xlarge-up-16 > .column:last-child, .xlarge-up-16 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.875rem;
    padding-left: 0.875rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 100em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-up-9 > .column, .xxlarge-up-9 > .columns {
    float: left;
    width: 11.11111%; }
    .xxlarge-up-9 > .column:nth-of-type(1n), .xxlarge-up-9 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-9 > .column:nth-of-type(9n+1), .xxlarge-up-9 > .columns:nth-of-type(9n+1) {
      clear: both; }
    .xxlarge-up-9 > .column:last-child, .xxlarge-up-9 > .columns:last-child {
      float: left; }
  .xxlarge-up-10 > .column, .xxlarge-up-10 > .columns {
    float: left;
    width: 10%; }
    .xxlarge-up-10 > .column:nth-of-type(1n), .xxlarge-up-10 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-10 > .column:nth-of-type(10n+1), .xxlarge-up-10 > .columns:nth-of-type(10n+1) {
      clear: both; }
    .xxlarge-up-10 > .column:last-child, .xxlarge-up-10 > .columns:last-child {
      float: left; }
  .xxlarge-up-11 > .column, .xxlarge-up-11 > .columns {
    float: left;
    width: 9.09091%; }
    .xxlarge-up-11 > .column:nth-of-type(1n), .xxlarge-up-11 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-11 > .column:nth-of-type(11n+1), .xxlarge-up-11 > .columns:nth-of-type(11n+1) {
      clear: both; }
    .xxlarge-up-11 > .column:last-child, .xxlarge-up-11 > .columns:last-child {
      float: left; }
  .xxlarge-up-12 > .column, .xxlarge-up-12 > .columns {
    float: left;
    width: 8.33333%; }
    .xxlarge-up-12 > .column:nth-of-type(1n), .xxlarge-up-12 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-12 > .column:nth-of-type(12n+1), .xxlarge-up-12 > .columns:nth-of-type(12n+1) {
      clear: both; }
    .xxlarge-up-12 > .column:last-child, .xxlarge-up-12 > .columns:last-child {
      float: left; }
  .xxlarge-up-13 > .column, .xxlarge-up-13 > .columns {
    float: left;
    width: 7.69231%; }
    .xxlarge-up-13 > .column:nth-of-type(1n), .xxlarge-up-13 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-13 > .column:nth-of-type(13n+1), .xxlarge-up-13 > .columns:nth-of-type(13n+1) {
      clear: both; }
    .xxlarge-up-13 > .column:last-child, .xxlarge-up-13 > .columns:last-child {
      float: left; }
  .xxlarge-up-14 > .column, .xxlarge-up-14 > .columns {
    float: left;
    width: 7.14286%; }
    .xxlarge-up-14 > .column:nth-of-type(1n), .xxlarge-up-14 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-14 > .column:nth-of-type(14n+1), .xxlarge-up-14 > .columns:nth-of-type(14n+1) {
      clear: both; }
    .xxlarge-up-14 > .column:last-child, .xxlarge-up-14 > .columns:last-child {
      float: left; }
  .xxlarge-up-15 > .column, .xxlarge-up-15 > .columns {
    float: left;
    width: 6.66667%; }
    .xxlarge-up-15 > .column:nth-of-type(1n), .xxlarge-up-15 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-15 > .column:nth-of-type(15n+1), .xxlarge-up-15 > .columns:nth-of-type(15n+1) {
      clear: both; }
    .xxlarge-up-15 > .column:last-child, .xxlarge-up-15 > .columns:last-child {
      float: left; }
  .xxlarge-up-16 > .column, .xxlarge-up-16 > .columns {
    float: left;
    width: 6.25%; }
    .xxlarge-up-16 > .column:nth-of-type(1n), .xxlarge-up-16 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-16 > .column:nth-of-type(16n+1), .xxlarge-up-16 > .columns:nth-of-type(16n+1) {
      clear: both; }
    .xxlarge-up-16 > .column:last-child, .xxlarge-up-16 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.875rem;
    padding-left: 0.875rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 120em) {
  .xxxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxxlarge-offset-0 {
    margin-left: 0%; }
  .xxxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxxlarge-3 {
    width: 25%; }
  .xxxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxxlarge-offset-3 {
    margin-left: 25%; }
  .xxxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxxlarge-6 {
    width: 50%; }
  .xxxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxxlarge-offset-6 {
    margin-left: 50%; }
  .xxxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxxlarge-9 {
    width: 75%; }
  .xxxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxxlarge-offset-9 {
    margin-left: 75%; }
  .xxxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxxlarge-12 {
    width: 100%; }
  .xxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxxlarge-up-1 > .column:nth-of-type(1n), .xxxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-1 > .column:nth-of-type(1n+1), .xxxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxxlarge-up-1 > .column:last-child, .xxxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxxlarge-up-2 > .column:nth-of-type(1n), .xxxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-2 > .column:nth-of-type(2n+1), .xxxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxxlarge-up-2 > .column:last-child, .xxxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xxxlarge-up-3 > .column:nth-of-type(1n), .xxxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-3 > .column:nth-of-type(3n+1), .xxxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxxlarge-up-3 > .column:last-child, .xxxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxxlarge-up-4 > .column:nth-of-type(1n), .xxxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-4 > .column:nth-of-type(4n+1), .xxxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxxlarge-up-4 > .column:last-child, .xxxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxxlarge-up-5 > .column:nth-of-type(1n), .xxxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-5 > .column:nth-of-type(5n+1), .xxxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxxlarge-up-5 > .column:last-child, .xxxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xxxlarge-up-6 > .column:nth-of-type(1n), .xxxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-6 > .column:nth-of-type(6n+1), .xxxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxxlarge-up-6 > .column:last-child, .xxxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xxxlarge-up-7 > .column:nth-of-type(1n), .xxxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-7 > .column:nth-of-type(7n+1), .xxxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxxlarge-up-7 > .column:last-child, .xxxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxxlarge-up-8 > .column:nth-of-type(1n), .xxxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-8 > .column:nth-of-type(8n+1), .xxxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxxlarge-up-8 > .column:last-child, .xxxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxxlarge-up-9 > .column, .xxxlarge-up-9 > .columns {
    float: left;
    width: 11.11111%; }
    .xxxlarge-up-9 > .column:nth-of-type(1n), .xxxlarge-up-9 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-9 > .column:nth-of-type(9n+1), .xxxlarge-up-9 > .columns:nth-of-type(9n+1) {
      clear: both; }
    .xxxlarge-up-9 > .column:last-child, .xxxlarge-up-9 > .columns:last-child {
      float: left; }
  .xxxlarge-up-10 > .column, .xxxlarge-up-10 > .columns {
    float: left;
    width: 10%; }
    .xxxlarge-up-10 > .column:nth-of-type(1n), .xxxlarge-up-10 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-10 > .column:nth-of-type(10n+1), .xxxlarge-up-10 > .columns:nth-of-type(10n+1) {
      clear: both; }
    .xxxlarge-up-10 > .column:last-child, .xxxlarge-up-10 > .columns:last-child {
      float: left; }
  .xxxlarge-up-11 > .column, .xxxlarge-up-11 > .columns {
    float: left;
    width: 9.09091%; }
    .xxxlarge-up-11 > .column:nth-of-type(1n), .xxxlarge-up-11 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-11 > .column:nth-of-type(11n+1), .xxxlarge-up-11 > .columns:nth-of-type(11n+1) {
      clear: both; }
    .xxxlarge-up-11 > .column:last-child, .xxxlarge-up-11 > .columns:last-child {
      float: left; }
  .xxxlarge-up-12 > .column, .xxxlarge-up-12 > .columns {
    float: left;
    width: 8.33333%; }
    .xxxlarge-up-12 > .column:nth-of-type(1n), .xxxlarge-up-12 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-12 > .column:nth-of-type(12n+1), .xxxlarge-up-12 > .columns:nth-of-type(12n+1) {
      clear: both; }
    .xxxlarge-up-12 > .column:last-child, .xxxlarge-up-12 > .columns:last-child {
      float: left; }
  .xxxlarge-up-13 > .column, .xxxlarge-up-13 > .columns {
    float: left;
    width: 7.69231%; }
    .xxxlarge-up-13 > .column:nth-of-type(1n), .xxxlarge-up-13 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-13 > .column:nth-of-type(13n+1), .xxxlarge-up-13 > .columns:nth-of-type(13n+1) {
      clear: both; }
    .xxxlarge-up-13 > .column:last-child, .xxxlarge-up-13 > .columns:last-child {
      float: left; }
  .xxxlarge-up-14 > .column, .xxxlarge-up-14 > .columns {
    float: left;
    width: 7.14286%; }
    .xxxlarge-up-14 > .column:nth-of-type(1n), .xxxlarge-up-14 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-14 > .column:nth-of-type(14n+1), .xxxlarge-up-14 > .columns:nth-of-type(14n+1) {
      clear: both; }
    .xxxlarge-up-14 > .column:last-child, .xxxlarge-up-14 > .columns:last-child {
      float: left; }
  .xxxlarge-up-15 > .column, .xxxlarge-up-15 > .columns {
    float: left;
    width: 6.66667%; }
    .xxxlarge-up-15 > .column:nth-of-type(1n), .xxxlarge-up-15 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-15 > .column:nth-of-type(15n+1), .xxxlarge-up-15 > .columns:nth-of-type(15n+1) {
      clear: both; }
    .xxxlarge-up-15 > .column:last-child, .xxxlarge-up-15 > .columns:last-child {
      float: left; }
  .xxxlarge-up-16 > .column, .xxxlarge-up-16 > .columns {
    float: left;
    width: 6.25%; }
    .xxxlarge-up-16 > .column:nth-of-type(1n), .xxxlarge-up-16 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-16 > .column:nth-of-type(16n+1), .xxxlarge-up-16 > .columns:nth-of-type(16n+1) {
      clear: both; }
    .xxxlarge-up-16 > .column:last-child, .xxxlarge-up-16 > .columns:last-child {
      float: left; }
  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-right: 0.875rem;
    padding-left: 0.875rem; }
  .xxxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxxlarge-centered, .xxxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxxlarge-uncentered,
  .xxxlarge-push-0,
  .xxxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.75rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.75rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.grid-container {
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.875rem;
      padding-left: 0.875rem; } }
  .grid-container.fluid {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.875rem;
        padding-left: 0.875rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .cell.shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 60em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 80em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 100em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 120em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 60em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .grid-x > .xlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .grid-x > .xxlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .xxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxlarge-3 {
    width: 25%; }
  .grid-x > .xxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxlarge-6 {
    width: 50%; }
  .grid-x > .xxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxlarge-9 {
    width: 75%; }
  .grid-x > .xxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .grid-x > .xxxlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxxlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .xxxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxxlarge-3 {
    width: 25%; }
  .grid-x > .xxxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxxlarge-6 {
    width: 50%; }
  .grid-x > .xxxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxxlarge-9 {
    width: 75%; }
  .grid-x > .xxxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxxlarge-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.875rem;
  margin-right: -0.875rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.875rem;
      margin-right: -0.875rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.75rem);
    margin-left: 0.875rem;
    margin-right: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.75rem);
      margin-left: 0.875rem;
      margin-right: 0.875rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.75rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.75rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.75rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.75rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.75rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.75rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.75rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.75rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.75rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.75rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.75rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.75rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.75rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.75rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.75rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.75rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.75rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.75rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.75rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.75rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.75rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.75rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.75rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.75rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.75rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.75rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.75rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.75rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.75rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.75rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.75rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.75rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.75rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.75rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.75rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.75rem); } }
  @media print, screen and (min-width: 60em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.75rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.75rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.75rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.75rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.75rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.75rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.75rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.75rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.75rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.75rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.75rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.75rem); } }
  @media screen and (min-width: 80em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 1.75rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 1.75rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.75rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 1.75rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 1.75rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.75rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 1.75rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 1.75rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.75rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 1.75rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 1.75rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.75rem); } }
  @media screen and (min-width: 100em) {
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.33333% - 1.75rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 1.75rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 1.75rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 1.75rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 1.75rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 1.75rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 1.75rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 1.75rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 1.75rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 1.75rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 1.75rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 1.75rem); } }
  @media screen and (min-width: 120em) {
    .grid-margin-x > .xxxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxxlarge-1 {
      width: calc(8.33333% - 1.75rem); }
    .grid-margin-x > .xxxlarge-2 {
      width: calc(16.66667% - 1.75rem); }
    .grid-margin-x > .xxxlarge-3 {
      width: calc(25% - 1.75rem); }
    .grid-margin-x > .xxxlarge-4 {
      width: calc(33.33333% - 1.75rem); }
    .grid-margin-x > .xxxlarge-5 {
      width: calc(41.66667% - 1.75rem); }
    .grid-margin-x > .xxxlarge-6 {
      width: calc(50% - 1.75rem); }
    .grid-margin-x > .xxxlarge-7 {
      width: calc(58.33333% - 1.75rem); }
    .grid-margin-x > .xxxlarge-8 {
      width: calc(66.66667% - 1.75rem); }
    .grid-margin-x > .xxxlarge-9 {
      width: calc(75% - 1.75rem); }
    .grid-margin-x > .xxxlarge-10 {
      width: calc(83.33333% - 1.75rem); }
    .grid-margin-x > .xxxlarge-11 {
      width: calc(91.66667% - 1.75rem); }
    .grid-margin-x > .xxxlarge-12 {
      width: calc(100% - 1.75rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.875rem;
  margin-left: -0.875rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.875rem;
      margin-left: -0.875rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.875rem;
  margin-left: -0.875rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.875rem;
      margin-left: -0.875rem; } }

.grid-padding-x > .cell {
  padding-right: 0.875rem;
  padding-left: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.875rem;
      padding-left: 0.875rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

.small-up-9 > .cell {
  width: 11.11111%; }

.small-up-10 > .cell {
  width: 10%; }

.small-up-11 > .cell {
  width: 9.09091%; }

.small-up-12 > .cell {
  width: 8.33333%; }

.small-up-13 > .cell {
  width: 7.69231%; }

.small-up-14 > .cell {
  width: 7.14286%; }

.small-up-15 > .cell {
  width: 6.66667%; }

.small-up-16 > .cell {
  width: 6.25%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; }
  .medium-up-9 > .cell {
    width: 11.11111%; }
  .medium-up-10 > .cell {
    width: 10%; }
  .medium-up-11 > .cell {
    width: 9.09091%; }
  .medium-up-12 > .cell {
    width: 8.33333%; }
  .medium-up-13 > .cell {
    width: 7.69231%; }
  .medium-up-14 > .cell {
    width: 7.14286%; }
  .medium-up-15 > .cell {
    width: 6.66667%; }
  .medium-up-16 > .cell {
    width: 6.25%; } }

@media print, screen and (min-width: 60em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; }
  .large-up-9 > .cell {
    width: 11.11111%; }
  .large-up-10 > .cell {
    width: 10%; }
  .large-up-11 > .cell {
    width: 9.09091%; }
  .large-up-12 > .cell {
    width: 8.33333%; }
  .large-up-13 > .cell {
    width: 7.69231%; }
  .large-up-14 > .cell {
    width: 7.14286%; }
  .large-up-15 > .cell {
    width: 6.66667%; }
  .large-up-16 > .cell {
    width: 6.25%; } }

@media screen and (min-width: 80em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; }
  .xlarge-up-9 > .cell {
    width: 11.11111%; }
  .xlarge-up-10 > .cell {
    width: 10%; }
  .xlarge-up-11 > .cell {
    width: 9.09091%; }
  .xlarge-up-12 > .cell {
    width: 8.33333%; }
  .xlarge-up-13 > .cell {
    width: 7.69231%; }
  .xlarge-up-14 > .cell {
    width: 7.14286%; }
  .xlarge-up-15 > .cell {
    width: 6.66667%; }
  .xlarge-up-16 > .cell {
    width: 6.25%; } }

@media screen and (min-width: 100em) {
  .xxlarge-up-1 > .cell {
    width: 100%; }
  .xxlarge-up-2 > .cell {
    width: 50%; }
  .xxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxlarge-up-4 > .cell {
    width: 25%; }
  .xxlarge-up-5 > .cell {
    width: 20%; }
  .xxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxlarge-up-8 > .cell {
    width: 12.5%; }
  .xxlarge-up-9 > .cell {
    width: 11.11111%; }
  .xxlarge-up-10 > .cell {
    width: 10%; }
  .xxlarge-up-11 > .cell {
    width: 9.09091%; }
  .xxlarge-up-12 > .cell {
    width: 8.33333%; }
  .xxlarge-up-13 > .cell {
    width: 7.69231%; }
  .xxlarge-up-14 > .cell {
    width: 7.14286%; }
  .xxlarge-up-15 > .cell {
    width: 6.66667%; }
  .xxlarge-up-16 > .cell {
    width: 6.25%; } }

@media screen and (min-width: 120em) {
  .xxxlarge-up-1 > .cell {
    width: 100%; }
  .xxxlarge-up-2 > .cell {
    width: 50%; }
  .xxxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxxlarge-up-4 > .cell {
    width: 25%; }
  .xxxlarge-up-5 > .cell {
    width: 20%; }
  .xxxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxxlarge-up-8 > .cell {
    width: 12.5%; }
  .xxxlarge-up-9 > .cell {
    width: 11.11111%; }
  .xxxlarge-up-10 > .cell {
    width: 10%; }
  .xxxlarge-up-11 > .cell {
    width: 9.09091%; }
  .xxxlarge-up-12 > .cell {
    width: 8.33333%; }
  .xxxlarge-up-13 > .cell {
    width: 7.69231%; }
  .xxxlarge-up-14 > .cell {
    width: 7.14286%; }
  .xxxlarge-up-15 > .cell {
    width: 6.66667%; }
  .xxxlarge-up-16 > .cell {
    width: 6.25%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.75rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.75rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.75rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.75rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.75rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.75rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.75rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.75rem); }

.grid-margin-x.small-up-9 > .cell {
  width: calc(11.11111% - 1.75rem); }

.grid-margin-x.small-up-10 > .cell {
  width: calc(10% - 1.75rem); }

.grid-margin-x.small-up-11 > .cell {
  width: calc(9.09091% - 1.75rem); }

.grid-margin-x.small-up-12 > .cell {
  width: calc(8.33333% - 1.75rem); }

.grid-margin-x.small-up-13 > .cell {
  width: calc(7.69231% - 1.75rem); }

.grid-margin-x.small-up-14 > .cell {
  width: calc(7.14286% - 1.75rem); }

.grid-margin-x.small-up-15 > .cell {
  width: calc(6.66667% - 1.75rem); }

.grid-margin-x.small-up-16 > .cell {
  width: calc(6.25% - 1.75rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.75rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.75rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.75rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.75rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.75rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.75rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.75rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.75rem); }
  .grid-margin-x.small-up-9 > .cell {
    width: calc(11.11111% - 1.75rem); }
  .grid-margin-x.small-up-10 > .cell {
    width: calc(10% - 1.75rem); }
  .grid-margin-x.small-up-11 > .cell {
    width: calc(9.09091% - 1.75rem); }
  .grid-margin-x.small-up-12 > .cell {
    width: calc(8.33333% - 1.75rem); }
  .grid-margin-x.small-up-13 > .cell {
    width: calc(7.69231% - 1.75rem); }
  .grid-margin-x.small-up-14 > .cell {
    width: calc(7.14286% - 1.75rem); }
  .grid-margin-x.small-up-15 > .cell {
    width: calc(6.66667% - 1.75rem); }
  .grid-margin-x.small-up-16 > .cell {
    width: calc(6.25% - 1.75rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.75rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.75rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.75rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.75rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.75rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.75rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.75rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.75rem); }
  .grid-margin-x.medium-up-9 > .cell {
    width: calc(11.11111% - 1.75rem); }
  .grid-margin-x.medium-up-10 > .cell {
    width: calc(10% - 1.75rem); }
  .grid-margin-x.medium-up-11 > .cell {
    width: calc(9.09091% - 1.75rem); }
  .grid-margin-x.medium-up-12 > .cell {
    width: calc(8.33333% - 1.75rem); }
  .grid-margin-x.medium-up-13 > .cell {
    width: calc(7.69231% - 1.75rem); }
  .grid-margin-x.medium-up-14 > .cell {
    width: calc(7.14286% - 1.75rem); }
  .grid-margin-x.medium-up-15 > .cell {
    width: calc(6.66667% - 1.75rem); }
  .grid-margin-x.medium-up-16 > .cell {
    width: calc(6.25% - 1.75rem); } }

@media print, screen and (min-width: 60em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.75rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.75rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.75rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.75rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.75rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.75rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.75rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.75rem); }
  .grid-margin-x.large-up-9 > .cell {
    width: calc(11.11111% - 1.75rem); }
  .grid-margin-x.large-up-10 > .cell {
    width: calc(10% - 1.75rem); }
  .grid-margin-x.large-up-11 > .cell {
    width: calc(9.09091% - 1.75rem); }
  .grid-margin-x.large-up-12 > .cell {
    width: calc(8.33333% - 1.75rem); }
  .grid-margin-x.large-up-13 > .cell {
    width: calc(7.69231% - 1.75rem); }
  .grid-margin-x.large-up-14 > .cell {
    width: calc(7.14286% - 1.75rem); }
  .grid-margin-x.large-up-15 > .cell {
    width: calc(6.66667% - 1.75rem); }
  .grid-margin-x.large-up-16 > .cell {
    width: calc(6.25% - 1.75rem); } }

@media screen and (min-width: 80em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.75rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.75rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.75rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.75rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.75rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.75rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.75rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.75rem); }
  .grid-margin-x.xlarge-up-9 > .cell {
    width: calc(11.11111% - 1.75rem); }
  .grid-margin-x.xlarge-up-10 > .cell {
    width: calc(10% - 1.75rem); }
  .grid-margin-x.xlarge-up-11 > .cell {
    width: calc(9.09091% - 1.75rem); }
  .grid-margin-x.xlarge-up-12 > .cell {
    width: calc(8.33333% - 1.75rem); }
  .grid-margin-x.xlarge-up-13 > .cell {
    width: calc(7.69231% - 1.75rem); }
  .grid-margin-x.xlarge-up-14 > .cell {
    width: calc(7.14286% - 1.75rem); }
  .grid-margin-x.xlarge-up-15 > .cell {
    width: calc(6.66667% - 1.75rem); }
  .grid-margin-x.xlarge-up-16 > .cell {
    width: calc(6.25% - 1.75rem); } }

@media screen and (min-width: 100em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.75rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.75rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.75rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.75rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.75rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.75rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.75rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.75rem); }
  .grid-margin-x.xxlarge-up-9 > .cell {
    width: calc(11.11111% - 1.75rem); }
  .grid-margin-x.xxlarge-up-10 > .cell {
    width: calc(10% - 1.75rem); }
  .grid-margin-x.xxlarge-up-11 > .cell {
    width: calc(9.09091% - 1.75rem); }
  .grid-margin-x.xxlarge-up-12 > .cell {
    width: calc(8.33333% - 1.75rem); }
  .grid-margin-x.xxlarge-up-13 > .cell {
    width: calc(7.69231% - 1.75rem); }
  .grid-margin-x.xxlarge-up-14 > .cell {
    width: calc(7.14286% - 1.75rem); }
  .grid-margin-x.xxlarge-up-15 > .cell {
    width: calc(6.66667% - 1.75rem); }
  .grid-margin-x.xxlarge-up-16 > .cell {
    width: calc(6.25% - 1.75rem); } }

@media screen and (min-width: 120em) {
  .grid-margin-x.xxxlarge-up-1 > .cell {
    width: calc(100% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-2 > .cell {
    width: calc(50% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-4 > .cell {
    width: calc(25% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-5 > .cell {
    width: calc(20% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-8 > .cell {
    width: calc(12.5% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-9 > .cell {
    width: calc(11.11111% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-10 > .cell {
    width: calc(10% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-11 > .cell {
    width: calc(9.09091% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-12 > .cell {
    width: calc(8.33333% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-13 > .cell {
    width: calc(7.69231% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-14 > .cell {
    width: calc(7.14286% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-15 > .cell {
    width: calc(6.66667% - 1.75rem); }
  .grid-margin-x.xxxlarge-up-16 > .cell {
    width: calc(6.25% - 1.75rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 60em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 80em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 100em) {
    .small-margin-collapse > .xxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 120em) {
    .small-margin-collapse > .xxxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxxlarge-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 60em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .medium-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 60em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 60em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 60em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 60em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .large-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 60em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 120em) {
  .xxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 120em) {
  .xxxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.875rem); }

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.875rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.875rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.875rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.875rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.875rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.875rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.875rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.875rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.875rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.875rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.875rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.875rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.875rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.875rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.875rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.875rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.875rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.875rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.875rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.875rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.875rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.875rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.875rem); } }

@media print, screen and (min-width: 60em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.875rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.875rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.875rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.875rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.875rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.875rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.875rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.875rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.875rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.875rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.875rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.875rem); } }

@media screen and (min-width: 80em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.875rem); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.875rem); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.875rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.875rem); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.875rem); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.875rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.875rem); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.875rem); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.875rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.875rem); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.875rem); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.875rem); } }

@media screen and (min-width: 100em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.875rem); }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.875rem); }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.875rem); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.875rem); }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.875rem); }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.875rem); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.875rem); }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.875rem); }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.875rem); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.875rem); }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.875rem); }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.875rem); } }

@media screen and (min-width: 120em) {
  .xxxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 0.875rem); }
  .xxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.875rem); }
  .xxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.875rem); }
  .xxxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 0.875rem); }
  .xxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.875rem); }
  .xxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.875rem); }
  .xxxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 0.875rem); }
  .xxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.875rem); }
  .xxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.875rem); }
  .xxxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 0.875rem); }
  .xxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.875rem); }
  .xxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.875rem); } }

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 60em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 80em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 100em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 120em) {
    .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 60em) {
    .grid-y > .large-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 80em) {
    .grid-y > .xlarge-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 100em) {
    .grid-y > .xxlarge-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 120em) {
    .grid-y > .xxxlarge-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxxlarge-shrink {
      height: auto; }
    .grid-y > .xxxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxxlarge-3 {
      height: 25%; }
    .grid-y > .xxxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxxlarge-6 {
      height: 50%; }
    .grid-y > .xxxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxxlarge-9 {
      height: 75%; }
    .grid-y > .xxxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxxlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.875rem;
      margin-bottom: -0.875rem; } }

.grid-padding-y > .cell {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.875rem;
      padding-bottom: 0.875rem; } }

.grid-margin-y {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.875rem;
      margin-bottom: -0.875rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.75rem);
    margin-top: 0.875rem;
    margin-bottom: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.75rem);
      margin-top: 0.875rem;
      margin-bottom: 0.875rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.75rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.75rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.75rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.75rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.75rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.75rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.75rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.75rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.75rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.75rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.75rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.75rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.75rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.75rem); } }
  @media print, screen and (min-width: 60em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.75rem); } }
  @media screen and (min-width: 80em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.75rem); } }
  @media screen and (min-width: 100em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.75rem); } }
  @media screen and (min-width: 120em) {
    .grid-margin-y > .xxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxlarge-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .xxxlarge-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .xxxlarge-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .xxxlarge-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .xxxlarge-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .xxxlarge-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .xxxlarge-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .xxxlarge-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .xxxlarge-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .xxxlarge-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .xxxlarge-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .xxxlarge-12 {
      height: calc(100% - 1.75rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 60em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 80em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 100em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .xxlarge-grid-frame {
    width: 100%; }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xxlarge-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .xxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 120em) {
  .xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .xxxlarge-grid-frame {
    width: 100%; }
  .xxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xxxlarge-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .xxxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 60em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 80em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 100em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 120em) {
  .grid-y.xxxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 60em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media screen and (min-width: 80em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 100em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 120em) {
  .cell .grid-y.xxxlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.875rem;
      margin-bottom: -0.875rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.75rem);
    margin-top: 0.875rem;
    margin-bottom: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.75rem);
      margin-top: 0.875rem;
      margin-bottom: 0.875rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.75rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.75rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.75rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.75rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.75rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.75rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.75rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.75rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.75rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.75rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.75rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.75rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.75rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.75rem); } }
  @media print, screen and (min-width: 60em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.75rem); } }
  @media screen and (min-width: 80em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.75rem); } }
  @media screen and (min-width: 100em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.75rem); } }
  @media screen and (min-width: 120em) {
    .grid-margin-y > .xxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxlarge-1 {
      height: calc(8.33333% - 1.75rem); }
    .grid-margin-y > .xxxlarge-2 {
      height: calc(16.66667% - 1.75rem); }
    .grid-margin-y > .xxxlarge-3 {
      height: calc(25% - 1.75rem); }
    .grid-margin-y > .xxxlarge-4 {
      height: calc(33.33333% - 1.75rem); }
    .grid-margin-y > .xxxlarge-5 {
      height: calc(41.66667% - 1.75rem); }
    .grid-margin-y > .xxxlarge-6 {
      height: calc(50% - 1.75rem); }
    .grid-margin-y > .xxxlarge-7 {
      height: calc(58.33333% - 1.75rem); }
    .grid-margin-y > .xxxlarge-8 {
      height: calc(66.66667% - 1.75rem); }
    .grid-margin-y > .xxxlarge-9 {
      height: calc(75% - 1.75rem); }
    .grid-margin-y > .xxxlarge-10 {
      height: calc(83.33333% - 1.75rem); }
    .grid-margin-y > .xxxlarge-11 {
      height: calc(91.66667% - 1.75rem); }
    .grid-margin-y > .xxxlarge-12 {
      height: calc(100% - 1.75rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.75rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.75rem); } }
  @media print, screen and (min-width: 60em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.75rem); } }
  @media screen and (min-width: 80em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.75rem); } }
  @media screen and (min-width: 100em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.75rem); } }
  @media screen and (min-width: 120em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.75rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.75rem); } }

@media print, screen and (min-width: 60em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.75rem); } }

@media screen and (min-width: 80em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.75rem); } }

@media screen and (min-width: 100em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.75rem); } }

@media screen and (min-width: 120em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 1.75rem); } }

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

p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.33;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

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

small {
  font-size: 0.75rem;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #aaa; }

h1, .h1 {
  font-size: 1.75rem;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 0.9375rem;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 0.875rem;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 1.75rem; }
  h2, .h2 {
    font-size: 1.5rem; }
  h3, .h3 {
    font-size: 1.125rem; }
  h4, .h4 {
    font-size: 0.9375rem; }
  h5, .h5 {
    font-size: 0.875rem; }
  h6, .h6 {
    font-size: 0.875rem; } }

a {
  line-height: inherit;
  color: #e75635;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: rgba(231, 86, 53, 0.75); }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: none;
  height: 0;
  margin: 0.5rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #aaa;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: 1.33; }

li {
  font-size: inherit; }

ul {
  margin-left: 0;
  list-style-type: disc; }

ol {
  margin-left: 0; }

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

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 0;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #aaa; }
  blockquote, blockquote p {
    line-height: 1.33;
    color: #777; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #777; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #333;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #aaa;
  background-color: #e3e3e3;
  font-family: Courier, monospace;
  font-weight: normal;
  color: #333; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e3e3e3;
  font-family: Courier, monospace;
  color: #333;
  border-radius: 2px; }

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

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.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 print, screen and (min-width: 40em) {
  .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 print, screen and (min-width: 60em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

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

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

@media screen and (min-width: 120em) {
  .xxxlarge-text-left {
    text-align: left; }
  .xxxlarge-text-right {
    text-align: right; }
  .xxxlarge-text-center {
    text-align: center; }
  .xxxlarge-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !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 #777;
    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; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  font-family: inherit;
  padding: 0.875rem 1rem 0.825rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #e75635;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #d83d1a;
    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-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #e75635;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #cb3918;
      color: #fefefe; }
  .button.secondary {
    background-color: #50aaeb;
    color: #333; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #1a8ee2;
      color: #333; }
  .button.success {
    background-color: #66c17b;
    color: #333; }
    .button.success:hover, .button.success:focus {
      background-color: #44a85b;
      color: #333; }
  .button.warning {
    background-color: #ffae00;
    color: #333; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #333; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #e75635;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #e75635;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #50aaeb;
        color: #333; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #66c17b;
        color: #333; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #333; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #e75635;
    color: #e75635; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #7f240f;
      color: #7f240f; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #e75635;
        color: #e75635; }
    .button.hollow.primary {
      border: 1px solid #e75635;
      color: #e75635; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #7f240f;
        color: #7f240f; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #e75635;
          color: #e75635; }
    .button.hollow.secondary {
      border: 1px solid #50aaeb;
      color: #50aaeb; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #10598d;
        color: #10598d; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #50aaeb;
          color: #50aaeb; }
    .button.hollow.success {
      border: 1px solid #66c17b;
      color: #66c17b; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #2b6939;
        color: #2b6939; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #66c17b;
          color: #66c17b; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #e75635;
    color: #e75635; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #7f240f;
      color: #7f240f; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #e75635;
        color: #e75635; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #e75635;
      color: #e75635; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #7f240f;
        color: #7f240f; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #e75635;
          color: #e75635; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #50aaeb;
      color: #50aaeb; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #10598d;
        color: #10598d; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #50aaeb;
          color: #50aaeb; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #66c17b;
      color: #66c17b; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #2b6939;
        color: #2b6939; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #66c17b;
          color: #66c17b; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1rem; }
  .button.dropdown.hollow::after {
    border-top-color: #e75635; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #e75635; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #50aaeb; }
  .button.dropdown.hollow.success::after {
    border-top-color: #66c17b; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

[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.8125rem;
  margin: 0 0 0;
  padding: 0.825rem;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #fefefe;
  box-shadow: none;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          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 {
    outline: none;
    border: 1px solid transparent;
    background-color: #fefefe;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa; }

input::placeholder,
textarea::placeholder {
  color: #aaa; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: transparent;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
  color: #777; }
  label.middle {
    margin: 0 0 0;
    padding: 0.0625rem 0; }

.help-text {
  margin-top: 0;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0; }
  .input-group > :first-child {
    border-radius: 2px 0 0 2px; }
  .input-group > :last-child > * {
    border-radius: 0 2px 2px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #aaa;
  background: #e3e3e3;
  color: #333;
  text-align: center;
  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: 0.875rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 0.875rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.875rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #aaa; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.8125rem;
  margin: 0 0 0;
  padding: 0.825rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  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%28119, 119, 119%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid transparent;
    background-color: #fefefe;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: transparent;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 2px 2px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 2px 2px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1rem;
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #333; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0 0 2px 2px; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e3e3e3; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  background-color: #fefefe;
  color: #333333; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e3e3e3; }

.breadcrumbs {
  margin: 0 0 0 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.875rem;
    color: #333;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.5rem;
      opacity: 1;
      content: "/";
      color: #aaa; }
  .breadcrumbs a {
    color: #e75635; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #aaa;
    cursor: not-allowed; }

.card {
  margin-bottom: 0;
  border: none;
  border-radius: 2px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #333333; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e3e3e3; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #777;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #333; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu li, .menu.horizontal li {
    display: inline-block; }
  .menu.vertical li {
    display: block; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li {
      display: table-cell;
      vertical-align: middle; }
  .menu.simple li + li {
    margin-left: 1rem; }
  .menu.simple a {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal li {
      display: inline-block; }
    .menu.medium-vertical li {
      display: block; }
    .menu.medium-expanded {
      display: table;
      width: 100%; }
      .menu.medium-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.medium-simple {
      display: table;
      width: 100%; }
      .menu.medium-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media print, screen and (min-width: 60em) {
    .menu.large-horizontal li {
      display: inline-block; }
    .menu.large-vertical li {
      display: block; }
    .menu.large-expanded {
      display: table;
      width: 100%; }
      .menu.large-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.large-simple {
      display: table;
      width: 100%; }
      .menu.large-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (min-width: 80em) {
    .menu.xlarge-horizontal li {
      display: inline-block; }
    .menu.xlarge-vertical li {
      display: block; }
    .menu.xlarge-expanded {
      display: table;
      width: 100%; }
      .menu.xlarge-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.xlarge-simple {
      display: table;
      width: 100%; }
      .menu.xlarge-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (min-width: 100em) {
    .menu.xxlarge-horizontal li {
      display: inline-block; }
    .menu.xxlarge-vertical li {
      display: block; }
    .menu.xxlarge-expanded {
      display: table;
      width: 100%; }
      .menu.xxlarge-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.xxlarge-simple {
      display: table;
      width: 100%; }
      .menu.xxlarge-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (min-width: 120em) {
    .menu.xxxlarge-horizontal li {
      display: inline-block; }
    .menu.xxxlarge-vertical li {
      display: block; }
    .menu.xxxlarge-expanded {
      display: table;
      width: 100%; }
      .menu.xxxlarge-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.xxxlarge-simple {
      display: table;
      width: 100%; }
      .menu.xxxlarge-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons img,
  .menu.icons i,
  .menu.icons svg {
    vertical-align: middle; }
    .menu.icons img + span,
    .menu.icons i + span,
    .menu.icons svg + span {
      vertical-align: middle; }
  .menu.icon-top img,
  .menu.icon-top i,
  .menu.icon-top svg, .menu.icon-right img,
  .menu.icon-right i,
  .menu.icon-right svg, .menu.icon-bottom img,
  .menu.icon-bottom i,
  .menu.icon-bottom svg, .menu.icon-left img,
  .menu.icon-left i,
  .menu.icon-left svg {
    vertical-align: middle; }
    .menu.icon-top img + span,
    .menu.icon-top i + span,
    .menu.icon-top svg + span, .menu.icon-right img + span,
    .menu.icon-right i + span,
    .menu.icon-right svg + span, .menu.icon-bottom img + span,
    .menu.icon-bottom i + span,
    .menu.icon-bottom svg + span, .menu.icon-left img + span,
    .menu.icon-left i + span,
    .menu.icon-left svg + span {
      vertical-align: middle; }
  .menu.icon-left li a img,
  .menu.icon-left li a i,
  .menu.icon-left li a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu.icon-right li a img,
  .menu.icon-right li a i,
  .menu.icon-right li a svg {
    margin-left: 0.25rem;
    display: inline-block; }
  .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.icon-bottom li a {
    text-align: center; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      display: block;
      margin: 0.25rem auto 0; }
  .menu .is-active > a {
    background: #e75635;
    color: #fefefe; }
  .menu .active > a {
    background: #e75635;
    color: #fefefe; }
  .menu.align-left {
    text-align: left; }
  .menu.align-right {
    text-align: right; }
    .menu.align-right .submenu li {
      text-align: left; }
    .menu.align-right.vertical .submenu li {
      text-align: right; }
    .menu.align-right .nested {
      margin-right: 1rem;
      margin-left: 0; }
  .menu.align-center {
    text-align: center; }
    .menu.align-center .submenu li {
      text-align: left; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  text-align: center; }
  .menu-centered > .menu .submenu li {
    text-align: left; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #aaa;
    box-shadow: 0 7px 0 #aaa, 0 14px 0 #aaa; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    box-shadow: 0 7px 0 #333, 0 14px 0 #333;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #777;
    box-shadow: 0 7px 0 #777, 0 14px 0 #777; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 0.5rem 0.75rem;
  visibility: hidden;
  display: none;
  border: none;
  border-radius: 2px;
  background-color: #fefefe;
  font-size: 0.875rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 160px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #e75635 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #e75635; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #e75635 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #e75635; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #e75635 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e75635 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #e75635; } }

@media print, screen and (min-width: 60em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #e75635 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e75635 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #e75635; } }

@media screen and (min-width: 80em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #e75635 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e75635 transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #e75635; } }

@media screen and (min-width: 100em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #e75635 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e75635 transparent transparent; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #e75635; } }

@media screen and (min-width: 120em) {
  .dropdown.menu.xxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #e75635 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.xxxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e75635 transparent transparent; }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #e75635; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.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;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: none;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e75635 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #e75635; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 2px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #e75635;
  color: #fefefe; }
  .label.primary {
    background: #e75635;
    color: #fefefe; }
  .label.secondary {
    background: #50aaeb;
    color: #333; }
  .label.success {
    background: #66c17b;
    color: #333; }
  .label.warning {
    background: #ffae00;
    color: #333; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e3e3e3; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(51, 51, 51, 0.7); }
  .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e3e3e3; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(51, 51, 51, 0.7); }
  .off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -ms-transform: translateX(-250px);
      transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(51, 51, 51, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -ms-transform: translateX(250px);
      transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(51, 51, 51, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -ms-transform: translateY(-250px);
      transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(51, 51, 51, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -ms-transform: translateY(250px);
      transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(51, 51, 51, 0.25); }

.off-canvas-content {
  -ms-transform: none;
      transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 60em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 80em) {
  .position-left.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 100em) {
  .position-left.reveal-for-xxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 120em) {
  .position-left.reveal-for-xxxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xxxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xxxlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxxlarge {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 60em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 80em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }

@media screen and (min-width: 100em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }

@media screen and (min-width: 120em) {
  .off-canvas.in-canvas-for-xxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxxlarge.position-left, .off-canvas.in-canvas-for-xxxlarge.position-right, .off-canvas.in-canvas-for-xxxlarge.position-top, .off-canvas.in-canvas-for-xxxlarge.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-xxxlarge .close-button {
      display: none; } }

.progress {
  height: 1rem;
  margin-bottom: 0;
  border-radius: 2px;
  background-color: #aaa; }
  .progress.primary .progress-meter {
    background-color: #e75635; }
  .progress.secondary .progress-meter {
    background-color: #50aaeb; }
  .progress.success .progress-meter {
    background-color: #66c17b; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #e75635;
  border-radius: 2px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 2px; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e3e3e3;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #aaa;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 2px;
  background-color: #e75635;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #d83d1a; }
  .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;
  -ms-transform: scale(1, -1);
      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;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(51, 51, 51, 0.85);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 0;
  border: none;
  border-radius: 2px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
  border-radius: 2px; }
  table thead,
  table tbody,
  table tfoot {
    border: none;
    background-color: transparent; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: rgba(6, 6, 6, 0);
    color: #333333; }
  table tfoot {
    background: rgba(13, 13, 13, 0);
    color: #333333; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table.unstriped tbody {
    background-color: transparent; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: none;
      background-color: transparent; }

@media screen and (max-width: 59.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 thead tr:hover {
  background-color: rgba(1, 1, 1, 0); }

table.hover tfoot tr:hover {
  background-color: rgba(8, 8, 8, 0); }

table.hover tbody tr:hover {
  background-color: transparent; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e3e3e3;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #e75635; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #e54b28; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #777; }
    .tabs-title > a:hover {
      background: rgba(231, 86, 53, 0.1);
      color: #666666; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: transparent;
      color: #777; }

.tabs-content {
  border: 1px solid #e3e3e3;
  border-top: 0;
  background: #fefefe;
  color: #333333;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e3e3e3;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #777;
  font-weight: normal;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 2px;
  background-color: #fefefe;
  font-size: 0.75rem;
  color: #333; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #fefefe;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #fefefe; }
  .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 print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 59.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 79.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 99.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 119.9375em) {
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxxlarge .top-bar-left,
  .top-bar.stacked-for-xxxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 59.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 60em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 60em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 59.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 60em) and (max-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 59.9375em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 80em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 79.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 80em) and (max-width: 99.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 79.9375em), screen and (min-width: 100em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 100em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 99.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 100em) and (max-width: 119.9375em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 99.9375em), screen and (min-width: 120em) {
  .show-for-xxlarge-only {
    display: none !important; } }

@media screen and (min-width: 120em) {
  .hide-for-xxxlarge {
    display: none !important; } }

@media screen and (max-width: 119.9375em) {
  .show-for-xxxlarge {
    display: none !important; } }

@media screen and (min-width: 120em) {
  .hide-for-xxxlarge-only {
    display: none !important; } }

@media screen and (max-width: 119.9375em) {
  .show-for-xxxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.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-right: auto;
  margin-left: auto; }

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

.clearfix::after {
  clear: both; }

i {
  margin: 0 0.25rem; }
  i.primary {
    color: #e75635; }
  i.secondary {
    color: #50aaeb; }
  i.success {
    color: #66c17b; }
  i.warning {
    color: #ffae00; }
  i.alert {
    color: #cc4b37; }
  i.black {
    color: #333; }
  i.medium-gray {
    color: #777; }
  i.dark-gray {
    color: #777; }
  i.white {
    color: #fefefe; }

.fa.circular {
  border-radius: 100rem;
  color: #fefefe;
  min-height: 1.6em;
  min-width: 1.6em;
  padding: 0.3em;
  text-align: center; }
  .fa.circular.fa-info {
    font-size: 0.7rem;
    min-height: 1.3em;
    min-width: 1.3em;
    padding: 0.15em;
    position: relative;
    top: -0.1rem; }
  .fa.circular.primary {
    background-color: #e75635; }
  .fa.circular.secondary {
    background-color: #50aaeb; }
  .fa.circular.success {
    background-color: #66c17b; }
  .fa.circular.warning {
    background-color: #ffae00; }
  .fa.circular.alert {
    background-color: #cc4b37; }
  .fa.circular.black {
    background-color: #333; }
  .fa.circular.medium-gray {
    background-color: #777; }
  .fa.circular.dark-gray {
    background-color: #777; }
  .fa.circular.white {
    background-color: #fefefe; }

.fa.fa-alert:before {
  content: "\f12a"; }

.fa.fa-success:before {
  content: "\f00c"; }

.fa.fa-warning:before {
  content: "\f044"; }

.fa.fa-jpg:before, .fa.fa-png:before {
  content: "\f1c5"; }

.fa.fa-pdf:before {
  content: "\f1c1"; }

.fa.fa-txt:before {
  content: "\f0f6"; }

.material-icons.confirmed::before {
  color: #66c17b;
  content: "done_all"; }

.material-icons.draft::before {
  color: #ffae00;
  content: "info_outline"; }

.material-icons.pending::before, .material-icons.reserved-pending::before, .material-icons.approval-pending::before {
  color: #ffae00;
  content: "chevron_right"; }

.material-icons.pre-proposal::before {
  color: #66c17b;
  content: "wb_iridescent"; }

.material-icons.proposal {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .material-icons.proposal::before {
    color: #66c17b;
    content: "wb_incandescent"; }

.material-icons.reserved::before {
  color: #66c17b;
  content: "done"; }

.material-icons.rejected::before, .material-icons.cancelled::before {
  color: #cc4b37;
  content: "close"; }

.material-icons.new:before, .material-icons.open:before, .material-icons.processing:before, .material-icons.wantmore:before {
  color: #ffae00;
  content: "chevron_right"; }

.material-icons.closed:before, .material-icons.complete:before, .material-icons.presuggest:before {
  color: #66c17b;
  content: "done"; }

.material-icons.successful:before {
  color: #66c17b;
  content: "done_all"; }

.material-icons.failed:before {
  color: #cc4b37;
  content: "close"; }

.material-icons.closable:before, .material-icons.advanced:before {
  color: #ffae00;
  content: "chevron_right"; }

.z-depth-1, .button:not(.flat), .cmp-certificate-badge img, .cmp-checkbox-inline .cmp-checkbox-inline-option, .cmp-navigation-mobile .cmp-title, .cmp-switch input:checked + label:before, .autocomplete-suggestions, .pag-calendar .pag-data .pag-data-select, .pag-updateinfo .pag-stepper .pag-step .pag-step-number {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 6px 0 rgba(0, 0, 0, 0.08); }

.z-depth-2, .button:not(.flat):active, .dropdown.menu .is-dropdown-submenu, .slick-slide .card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 4px 12px 0 rgba(0, 0, 0, 0.08); }

.z-depth-3, .accordion-item:not(.is-active), .card, .dropdown-pane, .tooltip, .top-bar, .cmp-bars .cmp-bar, .cmp-navigation-desktop.sticky, .fc-view-container, .slick-slide .card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 8px 24px 0 rgba(0, 0, 0, 0.08); }

.z-depth-4, .accordion-item.is-active, .cmp-tile-eventpackage:hover, .cmp-tile-list:hover, .cmp-tile-list.highlight, .pag-subscriptionsform .pag-option.selected {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12), 0 16px 48px 0 rgba(0, 0, 0, 0.08); }

.z-depth-5 {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.12), 0 32px 96px 0 rgba(0, 0, 0, 0.08); }

a, div, li, ol, p, td, th, ul {
  font-size: 0.875rem; }

.accordion {
  border: none; }
  .accordion.connected .accordion-item:first-child {
    border-top: none; }

.accordion-item {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  margin: 0 1rem; }
  .accordion-item:first-child {
    border-top: 1px solid #e3e3e3; }
  .accordion-item.is-active {
    border-top: 1px solid #e3e3e3;
    margin: 1rem 0; }
    .accordion-item.is-active + .accordion-item {
      border-top: 1px solid #e3e3e3; }
    .accordion-item.is-active .accordion-title::before {
      content: "\f0d7"; }

.accordion-title {
  background-color: #fefefe;
  font-weight: bold;
  text-transform: uppercase; }
  .accordion-title::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d9"; }
  .accordion-title:focus {
    background-color: transparent; }
  .accordion-title:hover, .accordion-title:focus {
    color: #333; }

a.primary {
  color: #e75635; }
  a.primary:hover, a.primary:focus {
    color: rgba(231, 86, 53, 0.75); }

a.secondary {
  color: #50aaeb; }
  a.secondary:hover, a.secondary:focus {
    color: rgba(80, 170, 235, 0.75); }

a.success {
  color: #66c17b; }
  a.success:hover, a.success:focus {
    color: rgba(102, 193, 123, 0.75); }

a.warning {
  color: #ffae00; }
  a.warning:hover, a.warning:focus {
    color: rgba(255, 174, 0, 0.75); }

a.alert {
  color: #cc4b37; }
  a.alert:hover, a.alert:focus {
    color: rgba(204, 75, 55, 0.75); }

a.black {
  color: #333; }
  a.black:hover, a.black:focus {
    color: rgba(51, 51, 51, 0.75); }

a.medium-gray {
  color: #aaa; }
  a.medium-gray:hover, a.medium-gray:focus {
    color: rgba(170, 170, 170, 0.75); }

a.white {
  color: #fefefe; }
  a.white:hover, a.white:focus {
    color: rgba(254, 254, 254, 0.75); }

a.underline {
  text-decoration: underline; }

.button {
  position: relative;
  overflow: hidden;
  border: none;
  font-weight: bold;
  text-transform: uppercase; }
  .button::after {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    content: '';
    height: 5px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -ms-transform: scale(1, 1) translate(-50%);
        transform: scale(1, 1) translate(-50%);
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    width: 5px; }

@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0, 0); }
  20% {
    opacity: 1;
    transform: scale(25, 25); }
  100% {
    opacity: 0;
    transform: scale(50, 50); } }
  .button:focus:not(:active)::after {
    animation: ripple 1s ease-out; }
  .button.composite {
    border-radius: 50%;
    height: 2rem;
    margin: 0.25rem 0.25rem 0.25rem 0;
    padding: 0.6rem 0;
    text-align: center;
    width: 2rem; }
  .button.circular {
    border-radius: 50%;
    padding-right: 0;
    padding-left: 0;
    width: 3.375rem; }
    .button.circular.padded {
      padding-left: 0.2rem; }
  .button.flat {
    background-color: rgba(231, 86, 53, 0);
    color: #e75635; }
    .button.flat:hover, .button.flat:focus {
      background-color: rgba(231, 86, 53, 0.2);
      color: #e75635; }
    .button.flat.primary {
      background-color: rgba(231, 86, 53, 0);
      color: #e75635; }
      .button.flat.primary:hover, .button.flat.primary:focus {
        background-color: rgba(231, 86, 53, 0.2);
        color: #e75635; }
    .button.flat.secondary {
      background-color: rgba(80, 170, 235, 0);
      color: #50aaeb; }
      .button.flat.secondary:hover, .button.flat.secondary:focus {
        background-color: rgba(80, 170, 235, 0.2);
        color: #50aaeb; }
    .button.flat.success {
      background-color: rgba(102, 193, 123, 0);
      color: #66c17b; }
      .button.flat.success:hover, .button.flat.success:focus {
        background-color: rgba(102, 193, 123, 0.2);
        color: #66c17b; }
    .button.flat.warning {
      background-color: rgba(255, 174, 0, 0);
      color: #ffae00; }
      .button.flat.warning:hover, .button.flat.warning:focus {
        background-color: rgba(255, 174, 0, 0.2);
        color: #ffae00; }
    .button.flat.alert {
      background-color: rgba(204, 75, 55, 0);
      color: #cc4b37; }
      .button.flat.alert:hover, .button.flat.alert:focus {
        background-color: rgba(204, 75, 55, 0.2);
        color: #cc4b37; }
    .button.flat.medium-gray {
      background-color: rgba(170, 170, 170, 0);
      color: #aaa; }
      .button.flat.medium-gray:hover, .button.flat.medium-gray:focus {
        background-color: rgba(170, 170, 170, 0.2);
        color: #aaa; }
  .button.medium-gray {
    background-color: #aaa;
    color: #fefefe; }
    .button.medium-gray:hover, .button.medium-gray:focus {
      background-color: #888888;
      color: #fefefe; }
  .button.secondary {
    background-color: #50aaeb;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #1a8ee2;
      color: #fefefe; }
  .button.small {
    padding: 0.765rem 0.85rem 0.7rem !important; }
  .button.social {
    background-color: #eee;
    color: #555;
    height: 3rem;
    padding: 0 !important;
    text-align: left;
    text-transform: none; }
    .button.social:hover, .button.social:focus {
      background-color: #bebebe;
      color: #555; }
    .button.social i {
      border-radius: 2px;
      background-color: #50aaeb;
      color: #fefefe;
      font-size: 1.5rem;
      height: 3rem;
      margin: 0;
      padding-top: 0.75rem;
      text-align: center;
      width: 3rem; }
    .button.social span {
      position: relative;
      margin: 0 0.75rem;
      top: -0.15rem; }
  .button.white {
    background-color: #fefefe;
    color: #e75635; }
    .button.white:hover, .button.white:focus {
      background-color: #cbcbcb;
      color: #e75635; }

.card {
  overflow: visible; }

.dropdown-pane {
  color: #333;
  overflow: hidden;
  transition: opacity .4s ease-in-out, max-height .4s ease-in-out; }
  .dropdown-pane hr {
    margin: 0.5rem 0; }
  .dropdown-pane.fit {
    width: auto; }
  .dropdown-pane .header {
    font-weight: bold; }

.dropdown.menu .is-dropdown-submenu-parent .submenu {
  display: block;
  opacity: 0;
  -ms-transform: scaleY(0);
      transform: scaleY(0);
  -ms-transform-origin: top left;
      transform-origin: top left;
  transition: 0.75s cubic-bezier(0.23, 1, 0.32, 1); }

.dropdown.menu .is-dropdown-submenu-parent:hover .submenu {
  opacity: 1;
  -ms-transform: scaleY(1);
      transform: scaleY(1); }

[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, select {
  border-bottom: 1px solid #e3e3e3; }
  [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, select:focus {
    border-bottom: 1px solid #e75635; }

select {
  background-position: 107% center;
  background-position: calc(100% + 0.85rem) center;
  padding-right: 1.4rem !important; }
  select:hover {
    cursor: pointer; }
  select:focus {
    outline: none; }
  select.primary {
    color: #fefefe;
    background-color: #e75635 !important;
    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-repeat: no-repeat;
    background-size: 9px 6px;
    border: none; }
    select.primary option {
      background-color: #fefefe !important;
      color: #333; }

input[type=checkbox] {
  opacity: 0;
  position: absolute; }
  input[type=checkbox] + label {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    position: relative;
    padding-left: 25px; }
  input[type=checkbox] + label:before {
    border: 1px solid #ccc;
    background-color: #fefefe;
    content: "";
    display: inline-block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 14px; }
  input[type=checkbox]:checked + label:after {
    color: #555;
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    left: 1px;
    position: absolute;
    top: 2px; }

input[type=radio] {
  opacity: 0;
  position: absolute; }
  input[type=radio] + label {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    position: relative;
    padding-left: 25px; }
  input[type=radio] + label:before {
    border: 1px solid #ccc;
    background-color: #fefefe;
    border-radius: 100rem;
    content: "";
    display: inline-block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 14px; }
  input[type=radio]:checked + label:after {
    color: #555;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 9px;
    text-align: center;
    line-height: 14px;
    left: 3px;
    position: absolute;
    top: 2px; }

label.circular {
  border-radius: 500rem !important;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.35;
  min-width: 1rem;
  min-height: 1rem;
  text-align: center; }
  label.circular.primary {
    color: #fefefe;
    background-color: #e75635; }

label.rectangular {
  border-radius: 2px !important;
  display: inline-block;
  font-size: 0.6rem;
  padding: 0 0.2rem;
  min-height: 0.8rem;
  text-align: center;
  text-transform: uppercase; }
  label.rectangular.primary {
    color: #fefefe;
    background-color: #e75635; }

.row {
  max-width: none;
  margin-left: -0.875rem;
  margin-right: -0.875rem; }

.column, .columns, .columns {
  padding-bottom: 0.875rem;
  padding-top: 0.875rem; }

.slider {
  height: 0.25rem;
  margin: 0; }

.slider-fill {
  background-color: #50aaeb;
  height: 0.25rem; }

.slider-handle {
  background-color: #fefefe;
  border: 1px solid #aaa;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem; }
  .slider-handle:hover {
    background-color: #e3e3e3; }

.slider-wrapper {
  padding: 0.6rem 0; }

.tabs {
  border: none;
  border-bottom: 1px solid #ddd; }

.tabs-content {
  border: none; }

.tabs-title {
  font-weight: bold;
  overflow: hidden;
  text-transform: uppercase; }
  .tabs-title.is-active > a {
    box-shadow: 0 -5px 0 0 #e75635 inset; }

.tabs-title-link {
  float: left;
  font-weight: bold;
  overflow: hidden;
  text-transform: uppercase; }
  .tabs-title-link > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #777; }
    .tabs-title-link > a:hover {
      background: rgba(231, 86, 53, 0.1);
      color: #666666; }
    .tabs-title-link > a:focus, .tabs-title-link > a[aria-selected='true'] {
      background: transparent;
      color: #777; }
  .tabs-title-link.is-active > a {
    box-shadow: 0 -5px 0 0 #e75635 inset; }

.error input {
  border: 1px solid #cc4b37; }

.error label {
  color: #cc4b37; }

.errorlist {
  color: #cc4b37;
  font-size: 0.75rem;
  list-style: none; }

.lyt-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.75rem; }
  @media only screen and (min-width: 640px) {
    .lyt-container {
      padding: 0 1.25rem; } }

.lyt-max-width-640 {
  max-width: 640px; }

.lyt-max-width-960 {
  max-width: 960px; }

.lyt-max-width-1200 {
  max-width: 1200px; }

.lyt-max-width-1440 {
  max-width: 1440px; }

.lyt-content.padded {
  padding-top: 0.75rem; }
  @media only screen and (min-width: 960px) {
    .lyt-content.padded {
      padding-top: 1.25rem; } }

.lyt-footer {
  margin-top: 2rem; }
  @media only screen and (min-width: 1280px) {
    .lyt-footer {
      margin-top: 4rem; } }
  .lyt-footer .lyt-footer-toggle + label {
    color: #777;
    display: block;
    font-size: 1rem;
    margin-bottom: 2rem;
    padding-left: 0;
    text-align: center; }
    .lyt-footer .lyt-footer-toggle + label:before {
      display: none; }
    .lyt-footer .lyt-footer-toggle + label:hover {
      color: #aaa; }
  .lyt-footer .lyt-footer-toggle:checked + label {
    display: none; }
  .lyt-footer .lyt-footer-toggle ~ .lyt-footer-content {
    display: none; }
  .lyt-footer .lyt-footer-toggle:checked ~ .lyt-footer-content {
    display: block; }

.lyt-navigation-desktop {
  display: none;
  height: 3.75rem; }
  @media only screen and (min-width: 960px) {
    .lyt-navigation-desktop {
      display: block; } }

.lyt-navigation-mobile {
  padding-bottom: 2.5rem; }
  @media only screen and (min-width: 960px) {
    .lyt-navigation-mobile {
      display: none; } }

.lyt-reveal .lyt-actions {
  padding: 0 1.5rem 1rem;
  text-align: right; }
  .lyt-reveal .lyt-actions .button {
    margin-left: 1rem; }

.lyt-reveal .lyt-content {
  padding: 0 1.5rem 1rem; }

.lyt-reveal .lyt-header {
  font-size: 1.25rem;
  padding: 1rem 1.5rem 0.75rem; }

.lyt-reveal .lyt-image {
  background-clip: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 12rem;
  width: 100%; }

.lyt-reveal.bookingrules {
  overflow-y: visible; }

.lyt-reveal.calendar-cronofy .lyt-actions .row, .lyt-reveal.calendar-feedics .lyt-actions .row, .lyt-reveal.calendar-private .lyt-actions .row, .lyt-reveal.calendar-public .lyt-actions .row {
  margin-left: 0;
  margin-right: 0; }
  .lyt-reveal.calendar-cronofy .lyt-actions .row .column, .lyt-reveal.calendar-cronofy .lyt-actions .row .columns, .lyt-reveal.calendar-feedics .lyt-actions .row .column, .lyt-reveal.calendar-feedics .lyt-actions .row .columns, .lyt-reveal.calendar-private .lyt-actions .row .column, .lyt-reveal.calendar-private .lyt-actions .row .columns, .lyt-reveal.calendar-public .lyt-actions .row .column, .lyt-reveal.calendar-public .lyt-actions .row .columns {
    padding: 0.1rem 0; }

.lyt-reveal.calendar-cronofy .lyt-content, .lyt-reveal.calendar-feedics .lyt-content, .lyt-reveal.calendar-private .lyt-content, .lyt-reveal.calendar-public .lyt-content {
  padding: 1rem 2rem; }
  .lyt-reveal.calendar-cronofy .lyt-content img, .lyt-reveal.calendar-feedics .lyt-content img, .lyt-reveal.calendar-private .lyt-content img, .lyt-reveal.calendar-public .lyt-content img {
    margin-bottom: 0.5rem;
    margin-left: 15%;
    width: 70%; }
  .lyt-reveal.calendar-cronofy .lyt-content .lyt-content-count, .lyt-reveal.calendar-feedics .lyt-content .lyt-content-count, .lyt-reveal.calendar-private .lyt-content .lyt-content-count, .lyt-reveal.calendar-public .lyt-content .lyt-content-count {
    background-color: #bbb;
    border-radius: 50%;
    color: #fefefe;
    font-size: 1.5rem;
    height: 2.4rem;
    line-height: 1.5;
    margin: 0 auto;
    width: 2.4rem; }
  .lyt-reveal.calendar-cronofy .lyt-content .lyt-content-success, .lyt-reveal.calendar-feedics .lyt-content .lyt-content-success, .lyt-reveal.calendar-private .lyt-content .lyt-content-success, .lyt-reveal.calendar-public .lyt-content .lyt-content-success {
    text-align: center; }
    .lyt-reveal.calendar-cronofy .lyt-content .lyt-content-success .fa, .lyt-reveal.calendar-feedics .lyt-content .lyt-content-success .fa, .lyt-reveal.calendar-private .lyt-content .lyt-content-success .fa, .lyt-reveal.calendar-public .lyt-content .lyt-content-success .fa {
      font-size: 6rem;
      margin: 2rem 0; }
    .lyt-reveal.calendar-cronofy .lyt-content .lyt-content-success .lyt-content-success-text, .lyt-reveal.calendar-feedics .lyt-content .lyt-content-success .lyt-content-success-text, .lyt-reveal.calendar-private .lyt-content .lyt-content-success .lyt-content-success-text, .lyt-reveal.calendar-public .lyt-content .lyt-content-success .lyt-content-success-text {
      font-size: 1.25rem;
      font-weight: bold;
      margin-bottom: 0.5rem; }

.lyt-reveal.cares .lyt-content {
  padding: 0.5rem 2rem 1.5rem; }
  .lyt-reveal.cares .lyt-content .lyt-content-title {
    font-weight: bold;
    margin-top: 1rem; }
  .lyt-reveal.cares .lyt-content p {
    margin-top: 0.25rem; }
  .lyt-reveal.cares .lyt-content span {
    margin-right: 1.25rem; }

.lyt-reveal.change-visibility {
  width: 720px; }
  .lyt-reveal.change-visibility .lyt-content {
    padding: 3rem; }
  .lyt-reveal.change-visibility .lyt-content-wrapper + .lyt-content-wrapper {
    border-top: 1px solid #777;
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.lyt-reveal.downvoted-edit {
  width: auto; }
  .lyt-reveal.downvoted-edit .lyt-content {
    margin: 0; }

.lyt-reveal.existing-add {
  width: auto; }
  .lyt-reveal.existing-add .lyt-content {
    padding: 0 0.875rem 1rem; }
    .lyt-reveal.existing-add .lyt-content > .row {
      margin: 0; }

.lyt-reveal.highlights-edit input[type="checkbox"] + label {
  margin-top: 2rem; }

.lyt-reveal.highlights-flag p {
  margin-bottom: 1rem; }

.lyt-reveal.highlights-flag select {
  margin-bottom: 1rem; }

.lyt-reveal.hire-errors .lyt-content ul {
  margin: 0.5rem 0 0 1.5rem; }

.lyt-reveal.hire-login .button {
  width: 100%; }
  .lyt-reveal.hire-login .button.social {
    margin-bottom: 0.5rem; }

.lyt-reveal.hire-login .lyt-content-comment {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.lyt-reveal.hire-login .cmp-input-iconed {
  margin-bottom: 0.5rem; }

.lyt-reveal.hire-pricing table {
  width: 100%; }
  .lyt-reveal.hire-pricing table th {
    padding: .7em .8em;
    text-align: left; }
  .lyt-reveal.hire-pricing table td {
    border-top: 1px solid #ccc; }
  .lyt-reveal.hire-pricing table td.bold {
    font-weight: bold; }
  .lyt-reveal.hire-pricing table td.highlight {
    font-size: 110%;
    font-weight: bold;
    text-transform: uppercase; }

.lyt-reveal.invite-preview {
  position: relative; }
  .lyt-reveal.invite-preview .lyt-content {
    padding: 2.5rem 2.5rem 0;
    text-align: center; }
    .lyt-reveal.invite-preview .lyt-content .lyt-content-iframe {
      border-style: none;
      height: 31rem;
      max-width: 17rem;
      width: 100%; }
    .lyt-reveal.invite-preview .lyt-content .lyt-content-overlay {
      bottom: 0;
      font-size: 8rem;
      height: 9rem;
      margin: 0;
      left: 0;
      opacity: 0.25;
      position: absolute;
      right: 0;
      top: 50%;
      text-align: center;
      -ms-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg); }

.lyt-reveal.invoice-address textarea {
  height: 6rem;
  min-height: 6rem; }

.lyt-reveal.local-add {
  width: auto; }
  .lyt-reveal.local-add .lyt-content {
    padding: 0 0.875rem 1rem; }
    .lyt-reveal.local-add .lyt-content > .row {
      margin: 0; }

.lyt-reveal.opening-hours .lyt-content {
  margin: 0 auto; }
  .lyt-reveal.opening-hours .lyt-content p {
    margin-bottom: 1.5rem; }
  .lyt-reveal.opening-hours .lyt-content label {
    line-height: 3.5; }
  .lyt-reveal.opening-hours .lyt-content select {
    width: 100%; }
  .lyt-reveal.opening-hours .lyt-content .lyt-content-labels .row {
    color: #999; }
    .lyt-reveal.opening-hours .lyt-content .lyt-content-labels .row .column, .lyt-reveal.opening-hours .lyt-content .lyt-content-labels .row .columns {
      padding-bottom: 0;
      padding-top: 0; }
  .lyt-reveal.opening-hours .lyt-content .lyt-content-select {
    margin: 0; }
    .lyt-reveal.opening-hours .lyt-content .lyt-content-select .column, .lyt-reveal.opening-hours .lyt-content .lyt-content-select .columns {
      padding: 0.225rem; }

.lyt-reveal.password-reset .lyt-content-comment {
  margin-bottom: 0.5rem; }

.lyt-reveal.publish-errors .lyt-content ul {
  margin: 0.5rem 0 0 1.5rem; }
  .lyt-reveal.publish-errors .lyt-content ul li::first-letter {
    text-transform: uppercase; }

.lyt-reveal.questionnaire {
  max-width: 60rem; }
  .lyt-reveal.questionnaire .lyt-content {
    padding: 0 1.5rem 1rem; }

.lyt-reveal.recon-suitable {
  width: auto; }

.lyt-reveal.reactivecontent .lyt-content {
  padding: 0 1.5rem 1rem; }
  .lyt-reveal.reactivecontent .lyt-content label:first-child {
    font-size: 1rem;
    margin-bottom: 1rem; }
  .lyt-reveal.reactivecontent .lyt-content textarea {
    margin-bottom: 1rem; }

.lyt-reveal.review-external {
  padding: 2rem;
  position: relative;
  background-color: transparent; }
  .lyt-reveal.review-external .lyt-badge {
    left: 0;
    position: absolute;
    top: 0;
    width: 3.5rem; }
  .lyt-reveal.review-external .lyt-content {
    background-color: #fefefe;
    text-align: center; }
    .lyt-reveal.review-external .lyt-content p {
      padding: 1rem 0; }
    .lyt-reveal.review-external .lyt-content .button.social {
      margin: 0.5rem;
      max-width: 10rem; }
  .lyt-reveal.review-external .lyt-header {
    background-color: #fefefe;
    text-align: center; }

.lyt-reveal.service-edit textarea {
  height: 4.5rem;
  min-height: 4.5rem; }

.lyt-reveal.service-edit .button {
  min-width: 10rem; }

.lyt-reveal.subhire-edit .cmp-service-fieldset {
  margin: 0.5rem 0; }

.lyt-reveal.subhire-edit .errorlist {
  margin-bottom: 0.5rem; }

.lyt-reveal.subhire-edit .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .lyt-reveal.subhire-edit .row .column, .lyt-reveal.subhire-edit .row .columns {
    padding: 0.25rem; }

.lyt-reveal.suitability-edit label {
  position: absolute;
  width: 5rem; }

.lyt-reveal.suitability-edit p {
  margin-bottom: 1rem; }

.lyt-reveal.suitability-edit .lyt-content-label {
  color: #e3e3e3;
  font-size: 0.75rem;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  top: -0.25rem; }
  .lyt-reveal.suitability-edit .lyt-content-label.bad {
    right: calc(65% - 3.9rem);
    width: calc(35% - 2.1rem); }
  .lyt-reveal.suitability-edit .lyt-content-label.good {
    right: calc(25% - 1.2rem);
    width: calc(40% - 2.7rem); }
  .lyt-reveal.suitability-edit .lyt-content-label.super {
    right: 0;
    width: calc(25% - 1.2rem); }

.lyt-reveal.suitability-edit .lyt-content-lines {
  border-left: 1px dashed #e3e3e3;
  border-right: 1px dashed #e3e3e3;
  bottom: -0.25rem;
  position: absolute;
  right: calc(25% - 1.2rem);
  top: 0.5rem;
  width: calc(40% - 2.7rem); }

.lyt-reveal.suitability-edit .lyt-content-wrapper {
  padding-top: 1rem;
  position: relative; }

.lyt-reveal.suitability-edit .slider-wrapper {
  margin-bottom: 0.5rem; }

.lyt-reveal.suitability-edit .slider {
  margin-left: 6rem;
  top: -0.1rem; }

.lyt-reveal.tac-accept form {
  display: inline; }

@media only screen and (min-width: 640px) {
  .lyt-stepper .lyt-stepper-content {
    border-left: 1px solid #aaa; } }

@media only screen and (min-width: 640px) {
  .lyt-stepper .lyt-stepper-content {
    margin-left: 16px; } }

@media only screen and (min-width: 640px) {
  .lyt-stepper .lyt-stepper-content {
    padding-bottom: 2rem; } }

@media only screen and (min-width: 640px) {
  .lyt-stepper .lyt-stepper-content {
    padding-left: 44px; } }

.lyt-stepper .lyt-stepper-nav {
  position: relative;
  margin: 0.5rem 0 1rem 0; }
  .lyt-stepper .lyt-stepper-nav .lyt-circle {
    background-color: #aaa;
    border-radius: 50%;
    color: #fefefe;
    font-size: 1rem;
    height: 1.6rem;
    padding: 0.1rem;
    left: 0.2rem;
    position: absolute;
    text-align: center;
    width: 1.6rem; }
  .lyt-stepper .lyt-stepper-nav .lyt-text {
    display: inline-block;
    margin-left: 2.6rem;
    padding-top: 0.25rem; }
  .lyt-stepper .lyt-stepper-nav .lyt-link {
    margin-left: 0.5rem; }
  .lyt-stepper .lyt-stepper-nav.current .lyt-circle {
    background-color: #e75635;
    font-size: 1.2rem;
    height: 2rem;
    left: 0;
    padding: 0.2rem;
    width: 2rem; }
  .lyt-stepper .lyt-stepper-nav.current .lyt-text {
    font-size: 1rem;
    font-weight: bold;
    margin-left: 3rem;
    padding-top: 0.3rem;
    text-transform: uppercase; }
  .lyt-stepper .lyt-stepper-nav.current .lyt-link {
    font-size: 1rem;
    margin-left: 0.5rem; }

.cmp-assistantsection {
  position: relative; }
  .cmp-assistantsection .cmp-link {
    display: inline-block;
    margin: 0 0.5rem; }
  .cmp-assistantsection .cmp-phone {
    font-weight: bold;
    white-space: nowrap; }
  .cmp-assistantsection .cmp-photo {
    background-color: #fefefe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%; }
    @media only screen and (min-width: 640px) {
      .cmp-assistantsection .cmp-photo {
        height: 4rem; } }
    @media only screen and (min-width: 960px) {
      .cmp-assistantsection .cmp-photo {
        height: 6rem; } }
    @media only screen and (min-width: 640px) {
      .cmp-assistantsection .cmp-photo {
        width: 4rem; } }
    @media only screen and (min-width: 960px) {
      .cmp-assistantsection .cmp-photo {
        width: 6rem; } }
  .cmp-assistantsection .cmp-text {
    margin-bottom: 0.25rem; }
  .cmp-assistantsection .cmp-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    text-align: center; }
  @media only screen and (min-width: 640px) {
    .cmp-assistantsection .cmp-content {
      margin-left: 5rem; } }
  @media only screen and (min-width: 960px) {
    .cmp-assistantsection .cmp-content {
      margin-left: 7rem; } }
  .cmp-assistantsection .cmp-photo {
    position: absolute; }

.cmp-bars .cmp-bar {
  padding: 0.5rem 0.75rem;
  position: relative;
  z-index: 1; }
  .cmp-bars .cmp-bar:last-child {
    margin-bottom: 2.5rem; }
  .cmp-bars .cmp-bar:not(:first-child) {
    margin-top: 0.5rem; }
  .cmp-bars .cmp-bar form {
    display: inline-block; }
  .cmp-bars .cmp-bar .button {
    font-size: 0.75rem;
    margin: 0.125rem 0.25rem;
    padding: 0.765rem 0.85rem 0.7rem 0.85rem !important; }
  .cmp-bars .cmp-bar.provider {
    background-color: #fefefe;
    border-left: 4px solid #50aaeb; }
  .cmp-bars .cmp-bar.staff {
    background-color: #fefefe;
    border-left: 4px solid #999; }
  .cmp-bars .cmp-bar .row {
    margin-left: -0.3rem;
    margin-right: -0.3rem; }
    .cmp-bars .cmp-bar .row .column, .cmp-bars .cmp-bar .row .columns {
      padding: 0.15rem 0.3rem; }
  .cmp-bars .cmp-bar .cmp-bar-title {
    color: #999;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase; }
  .cmp-bars .cmp-bar .cmp-bar-commented-action {
    margin-bottom: 0.25rem; }
    .cmp-bars .cmp-bar .cmp-bar-commented-action span {
      display: inline-block;
      margin-left: 0.25rem; }
    .cmp-bars .cmp-bar .cmp-bar-commented-action .button {
      margin-top: 0; }

.cmp-booking-export {
  font-size: 0.75rem; }
  .cmp-booking-export .cmp-intro {
    margin-right: 0.5rem; }
  .cmp-booking-export .cmp-link {
    margin-right: 0.5rem; }

.cmp-booking-browser {
  text-align: center; }
  .cmp-booking-browser a, .cmp-booking-browser span {
    display: block; }
    @media only screen and (min-width: 640px) {
      .cmp-booking-browser a, .cmp-booking-browser span {
        display: inline-block; } }
  .cmp-booking-browser a {
    margin: 0.15rem auto; }
    @media only screen and (min-width: 640px) {
      .cmp-booking-browser a {
        margin: 0; } }
  .cmp-booking-browser span {
    margin: 0.15rem auto; }
    @media only screen and (min-width: 640px) {
      .cmp-booking-browser span {
        margin: 0 1rem; } }
  .cmp-booking-browser .cmp-arrow {
    background-color: #e75635;
    color: #fefefe;
    border-radius: 50%;
    height: 1.5rem;
    margin: 0 0.5rem;
    padding: 0.3rem;
    text-align: center;
    width: 1.5rem; }

.cmp-booking-recap .row .column, .cmp-booking-recap .row .columns {
  padding-bottom: 0;
  padding-top: 0; }

.cmp-booking-recap .cmp-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }

.cmp-booking-recap .cmp-detail {
  padding: 0.5rem 0.25rem;
  position: relative; }
  .cmp-booking-recap .cmp-detail.highlight {
    background-color: #eee; }
  .cmp-booking-recap .cmp-detail .cmp-icon {
    color: #777;
    font-size: 1.35rem;
    position: absolute;
    text-align: center;
    top: 0.45rem;
    width: 1.5rem; }
    .cmp-booking-recap .cmp-detail .cmp-icon.primary {
      color: #e75635; }
  .cmp-booking-recap .cmp-detail .cmp-text {
    margin-left: 2.4rem; }
    .cmp-booking-recap .cmp-detail .cmp-text .button {
      margin-top: 0.25rem; }

.cmp-booking-recap-short {
  text-align: center; }
  .cmp-booking-recap-short .cmp-arrow {
    color: #aaa;
    display: inline-block;
    font-size: 1.25rem;
    margin: 0.5rem;
    position: relative;
    top: -0.25rem; }
  .cmp-booking-recap-short .cmp-date {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem; }
  .cmp-booking-recap-short .cmp-detail {
    margin: 0.5rem 1.25rem;
    position: relative; }
    @media only screen and (min-width: 640px) {
      .cmp-booking-recap-short .cmp-detail {
        display: inline-block; } }
    @media only screen and (min-width: 640px) {
      .cmp-booking-recap-short .cmp-detail {
        text-align: left; } }
    .cmp-booking-recap-short .cmp-detail .cmp-detail-icon {
      color: #777;
      font-size: 1.25rem;
      left: 0.75rem;
      position: absolute;
      top: 0.35rem; }
    .cmp-booking-recap-short .cmp-detail .cmp-detail-content {
      margin-left: 2.5rem;
      margin-right: 2.5rem; }
  .cmp-booking-recap-short .cmp-label {
    color: #777;
    font-size: 0.75rem; }

.cmp-calendar-picker.displaysimplified {
  background-color: #fefefe;
  padding: 0.5rem 2rem; }
  .cmp-calendar-picker.displaysimplified .cmp-heading > .row {
    margin: 0; }
    .cmp-calendar-picker.displaysimplified .cmp-heading > .row > .column, .cmp-calendar-picker.displaysimplified .cmp-heading > .row > .columns {
      padding: 0; }
  .cmp-calendar-picker.displaysimplified .cmp-heading .cmp-days {
    margin: 0; }
    .cmp-calendar-picker.displaysimplified .cmp-heading .cmp-days .cmp-day {
      padding: 0 0.5rem; }
  .cmp-calendar-picker.displaysimplified .cmp-lines > .row {
    margin: 0; }
    .cmp-calendar-picker.displaysimplified .cmp-lines > .row > .column, .cmp-calendar-picker.displaysimplified .cmp-lines > .row > .columns {
      padding: 0;
      position: relative; }
  .cmp-calendar-picker.displaysimplified .cmp-lines .cmp-cells {
    height: 0.7rem;
    margin: 0; }
    .cmp-calendar-picker.displaysimplified .cmp-lines .cmp-cells .cmp-cell {
      height: 0.7rem;
      padding: 0 0.5rem; }
      .cmp-calendar-picker.displaysimplified .cmp-lines .cmp-cells .cmp-cell .cmp-inner {
        height: 100%; }
  .cmp-calendar-picker.displaysimplified .cmp-lines .cmp-hour {
    position: relative;
    top: -0.05rem; }
  .cmp-calendar-picker.displaysimplified .cmp-navigation {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: center; }
    .cmp-calendar-picker.displaysimplified .cmp-navigation + .cmp-navigation {
      padding-top: 0; }
    .cmp-calendar-picker.displaysimplified .cmp-navigation > .row {
      margin: 0; }
      .cmp-calendar-picker.displaysimplified .cmp-navigation > .row > .column, .cmp-calendar-picker.displaysimplified .cmp-navigation > .row > .columns {
        padding: 0; }
    .cmp-calendar-picker.displaysimplified .cmp-navigation .cmp-arrow {
      position: relative; }
    .cmp-calendar-picker.displaysimplified .cmp-navigation .cmp-title {
      display: inline-block; }
  .cmp-calendar-picker.displaysimplified .cmp-heading {
    margin-bottom: 0.5rem;
    margin-top: 1rem; }
    .cmp-calendar-picker.displaysimplified .cmp-heading .cmp-days .cmp-day {
      font-size: 1rem;
      border-left: 1px solid #fefefe; }
      @media only screen and (min-width: 640px) {
        .cmp-calendar-picker.displaysimplified .cmp-heading .cmp-days .cmp-day .small:before {
          content: "- "; } }
  .cmp-calendar-picker.displaysimplified .cmp-lines .cmp-cell {
    border: none;
    border-left: 1px solid #ddd; }
    .cmp-calendar-picker.displaysimplified .cmp-lines .cmp-cell .cmp-inner {
      border: none;
      background-color: #fefefe; }
    .cmp-calendar-picker.displaysimplified .cmp-lines .cmp-cell.closed .cmp-inner {
      border: none;
      background-color: #eee; }
    .cmp-calendar-picker.displaysimplified .cmp-lines .cmp-cell.unavailable .cmp-inner {
      border: none;
      background-color: #ccc; }
    .cmp-calendar-picker.displaysimplified .cmp-lines .cmp-cell.past .cmp-inner {
      border: none;
      background-color: #eee; }
  .cmp-calendar-picker.displaysimplified .cmp-lines .cmp-hour {
    color: #999;
    font-size: 1rem;
    position: absolute;
    -ms-transform: none;
        transform: none;
    text-align: left; }

.cmp-calendar-picker.displayinline .cmp-heading > .row {
  margin: 0; }
  .cmp-calendar-picker.displayinline .cmp-heading > .row > .column, .cmp-calendar-picker.displayinline .cmp-heading > .row > .columns {
    padding: 0; }

.cmp-calendar-picker.displayinline .cmp-heading .cmp-days {
  margin: 0; }
  .cmp-calendar-picker.displayinline .cmp-heading .cmp-days .cmp-day {
    padding: 0 0.2rem; }

.cmp-calendar-picker.displayinline .cmp-lines > .row {
  margin: 0; }
  .cmp-calendar-picker.displayinline .cmp-lines > .row > .column, .cmp-calendar-picker.displayinline .cmp-lines > .row > .columns {
    padding: 0;
    position: relative; }

.cmp-calendar-picker.displayinline .cmp-lines .cmp-cells {
  height: 1.2rem;
  margin: 0; }
  .cmp-calendar-picker.displayinline .cmp-lines .cmp-cells .cmp-cell {
    height: 1.2rem;
    padding: 0 0.2rem; }
    .cmp-calendar-picker.displayinline .cmp-lines .cmp-cells .cmp-cell .cmp-inner {
      height: 100%; }

.cmp-calendar-picker.displayinline .cmp-lines .cmp-hour {
  position: relative;
  top: -0.05rem; }

.cmp-calendar-picker.displayinline .cmp-navigation {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: center; }
  .cmp-calendar-picker.displayinline .cmp-navigation + .cmp-navigation {
    padding-top: 0; }
  .cmp-calendar-picker.displayinline .cmp-navigation > .row {
    margin: 0; }
    .cmp-calendar-picker.displayinline .cmp-navigation > .row > .column, .cmp-calendar-picker.displayinline .cmp-navigation > .row > .columns {
      padding: 0; }
  .cmp-calendar-picker.displayinline .cmp-navigation .cmp-arrow {
    position: relative; }
  .cmp-calendar-picker.displayinline .cmp-navigation .cmp-title {
    display: inline-block; }

.cmp-calendar-picker.displayinline .cmp-actions {
  padding: 0.5rem;
  position: relative;
  text-align: center; }
  .cmp-calendar-picker.displayinline .cmp-actions .row {
    margin: 0; }
    .cmp-calendar-picker.displayinline .cmp-actions .row .column, .cmp-calendar-picker.displayinline .cmp-actions .row .columns {
      padding: 0;
      position: relative; }
  .cmp-calendar-picker.displayinline .cmp-actions .cmp-showmore {
    color: #aaa;
    display: inline-block;
    padding: 0.5rem 0;
    text-decoration: underline; }
    @media only screen and (min-width: 960px) {
      .cmp-calendar-picker.displayinline .cmp-actions .cmp-showmore {
        padding: 0.25rem 0; } }

.cmp-calendar-picker.displayinline .cmp-heading {
  padding-bottom: 0.25rem; }
  .cmp-calendar-picker.displayinline .cmp-heading .cmp-days .cmp-day .small {
    color: #aaa;
    font-size: 0.75rem; }

.cmp-calendar-picker.displayinline .cmp-lines > .row:first-child .cmp-cell {
  border-top: 1px solid #ddd; }

.cmp-calendar-picker.displayinline .cmp-lines > .row:nth-child(odd) .cmp-cell {
  border-bottom: 1px dotted #ddd; }

.cmp-calendar-picker.displayinline .cmp-lines > .row:last-child > .column .cmp-cell, .cmp-calendar-picker.displayinline .cmp-lines > .row:last-child > .columns .cmp-cell {
  border-bottom: 1px solid #ddd; }
  .cmp-calendar-picker.displayinline .cmp-lines > .row:last-child > .column .cmp-cell.closed, .cmp-calendar-picker.displayinline .cmp-lines > .row:last-child > .columns .cmp-cell.closed {
    border-bottom: 1px solid #eee; }
  .cmp-calendar-picker.displayinline .cmp-lines > .row:last-child > .column .cmp-cell.unavailable, .cmp-calendar-picker.displayinline .cmp-lines > .row:last-child > .columns .cmp-cell.unavailable {
    border-bottom: 1px solid #ccc; }
  .cmp-calendar-picker.displayinline .cmp-lines > .row:last-child > .column .cmp-cell.past, .cmp-calendar-picker.displayinline .cmp-lines > .row:last-child > .columns .cmp-cell.past {
    border-bottom: 1px solid #eee; }

.cmp-calendar-picker.displayinline .cmp-lines > .row > .column:last-child .cmp-cell, .cmp-calendar-picker.displayinline .cmp-lines > .row > .columns:last-child .cmp-cell {
  border-right: 1px solid #ddd; }
  .cmp-calendar-picker.displayinline .cmp-lines > .row > .column:last-child .cmp-cell:first-child, .cmp-calendar-picker.displayinline .cmp-lines > .row > .columns:last-child .cmp-cell:first-child {
    border-left: 1px solid #ddd; }
  .cmp-calendar-picker.displayinline .cmp-lines > .row > .column:last-child .cmp-cell:last-child, .cmp-calendar-picker.displayinline .cmp-lines > .row > .columns:last-child .cmp-cell:last-child {
    border-right: 1px solid #ddd; }

.cmp-calendar-picker.displayinline .cmp-lines .cmp-cell {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: 1px solid #ddd;
  border-top: none;
  background-color: #fefefe; }
  .cmp-calendar-picker.displayinline .cmp-lines .cmp-cell.closed {
    background-color: #eee; }
  .cmp-calendar-picker.displayinline .cmp-lines .cmp-cell.unavailable {
    background-color: #ccc; }
  .cmp-calendar-picker.displayinline .cmp-lines .cmp-cell.past {
    background-color: #eee; }
  .cmp-calendar-picker.displayinline .cmp-lines .cmp-cell.selected:not(.closed) {
    background-color: rgba(231, 86, 53, 0.6); }
  .cmp-calendar-picker.displayinline .cmp-lines .cmp-cell.potential:not(.closed):not(.selected) {
    background-color: rgba(231, 86, 53, 0.3); }
  .cmp-calendar-picker.displayinline .cmp-lines .cmp-cell.checkin {
    border-top: 2px solid #e75635 !important;
    border-left: 2px solid #e75635 !important; }
  .cmp-calendar-picker.displayinline .cmp-lines .cmp-cell.checkout {
    border-bottom: 2px solid #e75635 !important;
    border-right: 2px solid #e75635 !important; }
  .cmp-calendar-picker.displayinline .cmp-lines .cmp-cell.potential-checkin:not(.checkin) {
    border-top: 2px solid rgba(231, 86, 53, 0.6) !important;
    border-left: 2px solid rgba(231, 86, 53, 0.6) !important; }
  .cmp-calendar-picker.displayinline .cmp-lines .cmp-cell.potential-checkout:not(.checkout) {
    border-bottom: 2px solid rgba(231, 86, 53, 0.6) !important;
    border-right: 2px solid rgba(231, 86, 53, 0.6) !important; }

.cmp-calendar-picker.displayinline .cmp-lines .cmp-hour {
  color: #aaa;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  text-align: right; }

.cmp-calendar-picker.displayinline .cmp-navigation .cmp-arrow {
  color: #777;
  top: -0.05rem; }
  .cmp-calendar-picker.displayinline .cmp-navigation .cmp-arrow i {
    font-size: 0.9rem; }

.cmp-calendar-picker.displayinline .cmp-navigation .cmp-weeks {
  padding-top: 0.5rem; }
  .cmp-calendar-picker.displayinline .cmp-navigation .cmp-weeks .button {
    color: #333;
    font-size: 0.75rem;
    margin: 0.25rem;
    padding: 0.5rem 0.75rem;
    text-transform: none; }
    .cmp-calendar-picker.displayinline .cmp-navigation .cmp-weeks .button.active {
      background-color: #e3e3e3; }

.cmp-calendar-picker.displayinline .cmp-navigation .cmp-title {
  font-size: 1rem;
  padding: 0 0.75rem; }

.cmp-calendar-picker.displayinline .cmp-lines .cmp-inner {
  font-size: 0.65rem; }

.cmp-calendar-picker.displaywidget {
  margin: 0 auto;
  min-width: 320px;
  padding: 0.5rem;
  z-index: 1007; }
  .cmp-calendar-picker.displaywidget .cmp-heading > .row {
    margin: 0; }
    .cmp-calendar-picker.displaywidget .cmp-heading > .row > .column, .cmp-calendar-picker.displaywidget .cmp-heading > .row > .columns {
      padding: 0; }
  .cmp-calendar-picker.displaywidget .cmp-heading .cmp-days {
    margin: 0; }
    .cmp-calendar-picker.displaywidget .cmp-heading .cmp-days .cmp-day {
      padding: 0 0.2rem; }
  .cmp-calendar-picker.displaywidget .cmp-lines > .row {
    margin: 0; }
    .cmp-calendar-picker.displaywidget .cmp-lines > .row > .column, .cmp-calendar-picker.displaywidget .cmp-lines > .row > .columns {
      padding: 0;
      position: relative; }
  .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cells {
    height: 2rem;
    margin: 0; }
    .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cells .cmp-cell {
      height: 2rem;
      padding: 0 0.2rem; }
      .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cells .cmp-cell .cmp-inner {
        height: 100%; }
  .cmp-calendar-picker.displaywidget .cmp-lines .cmp-hour {
    position: relative;
    top: -0.05rem; }
  .cmp-calendar-picker.displaywidget .cmp-navigation {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: center; }
    .cmp-calendar-picker.displaywidget .cmp-navigation + .cmp-navigation {
      padding-top: 0; }
    .cmp-calendar-picker.displaywidget .cmp-navigation > .row {
      margin: 0; }
      .cmp-calendar-picker.displaywidget .cmp-navigation > .row > .column, .cmp-calendar-picker.displaywidget .cmp-navigation > .row > .columns {
        padding: 0; }
    .cmp-calendar-picker.displaywidget .cmp-navigation .cmp-arrow {
      position: relative; }
    .cmp-calendar-picker.displaywidget .cmp-navigation .cmp-title {
      display: inline-block; }
  .cmp-calendar-picker.displaywidget .cmp-actions {
    padding: 0.5rem;
    position: relative;
    text-align: center; }
    .cmp-calendar-picker.displaywidget .cmp-actions .row {
      margin: 0; }
      .cmp-calendar-picker.displaywidget .cmp-actions .row .column, .cmp-calendar-picker.displaywidget .cmp-actions .row .columns {
        padding: 0;
        position: relative; }
    .cmp-calendar-picker.displaywidget .cmp-actions .cmp-showmore {
      color: #aaa;
      display: inline-block;
      padding: 0.5rem 0;
      text-decoration: underline; }
      @media only screen and (min-width: 960px) {
        .cmp-calendar-picker.displaywidget .cmp-actions .cmp-showmore {
          padding: 0.25rem 0; } }
  .cmp-calendar-picker.displaywidget .cmp-heading {
    padding-bottom: 0.25rem; }
    .cmp-calendar-picker.displaywidget .cmp-heading .cmp-days .cmp-day .small {
      color: #aaa;
      font-size: 0.75rem; }
  .cmp-calendar-picker.displaywidget .cmp-lines > .row:first-child .cmp-cell {
    border-top: 1px solid #ddd; }
  .cmp-calendar-picker.displaywidget .cmp-lines > .row:nth-child(odd) .cmp-cell {
    border-bottom: 1px dotted #ddd; }
  .cmp-calendar-picker.displaywidget .cmp-lines > .row:last-child > .column .cmp-cell, .cmp-calendar-picker.displaywidget .cmp-lines > .row:last-child > .columns .cmp-cell {
    border-bottom: 1px solid #ddd; }
    .cmp-calendar-picker.displaywidget .cmp-lines > .row:last-child > .column .cmp-cell.closed, .cmp-calendar-picker.displaywidget .cmp-lines > .row:last-child > .columns .cmp-cell.closed {
      border-bottom: 1px solid #eee; }
    .cmp-calendar-picker.displaywidget .cmp-lines > .row:last-child > .column .cmp-cell.unavailable, .cmp-calendar-picker.displaywidget .cmp-lines > .row:last-child > .columns .cmp-cell.unavailable {
      border-bottom: 1px solid #ccc; }
    .cmp-calendar-picker.displaywidget .cmp-lines > .row:last-child > .column .cmp-cell.past, .cmp-calendar-picker.displaywidget .cmp-lines > .row:last-child > .columns .cmp-cell.past {
      border-bottom: 1px solid #eee; }
  .cmp-calendar-picker.displaywidget .cmp-lines > .row > .column:last-child .cmp-cell, .cmp-calendar-picker.displaywidget .cmp-lines > .row > .columns:last-child .cmp-cell {
    border-right: 1px solid #ddd; }
    .cmp-calendar-picker.displaywidget .cmp-lines > .row > .column:last-child .cmp-cell:first-child, .cmp-calendar-picker.displaywidget .cmp-lines > .row > .columns:last-child .cmp-cell:first-child {
      border-left: 1px solid #ddd; }
    .cmp-calendar-picker.displaywidget .cmp-lines > .row > .column:last-child .cmp-cell:last-child, .cmp-calendar-picker.displaywidget .cmp-lines > .row > .columns:last-child .cmp-cell:last-child {
      border-right: 1px solid #ddd; }
  .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cell {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: 1px solid #ddd;
    border-top: none;
    background-color: #fefefe; }
    .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cell.closed {
      background-color: #eee; }
    .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cell.unavailable {
      background-color: #ccc; }
    .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cell.past {
      background-color: #eee; }
    .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cell.selected:not(.closed) {
      background-color: rgba(231, 86, 53, 0.6); }
    .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cell.potential:not(.closed):not(.selected) {
      background-color: rgba(231, 86, 53, 0.3); }
    .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cell.checkin {
      border-top: 2px solid #e75635 !important;
      border-left: 2px solid #e75635 !important; }
    .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cell.checkout {
      border-bottom: 2px solid #e75635 !important;
      border-right: 2px solid #e75635 !important; }
    .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cell.potential-checkin:not(.checkin) {
      border-top: 2px solid rgba(231, 86, 53, 0.6) !important;
      border-left: 2px solid rgba(231, 86, 53, 0.6) !important; }
    .cmp-calendar-picker.displaywidget .cmp-lines .cmp-cell.potential-checkout:not(.checkout) {
      border-bottom: 2px solid rgba(231, 86, 53, 0.6) !important;
      border-right: 2px solid rgba(231, 86, 53, 0.6) !important; }
  .cmp-calendar-picker.displaywidget .cmp-lines .cmp-hour {
    color: #aaa;
    font-size: 0.75rem;
    padding: 0 0.5rem;
    text-align: right; }
  .cmp-calendar-picker.displaywidget .cmp-navigation .cmp-arrow {
    color: #777;
    top: -0.05rem; }
    .cmp-calendar-picker.displaywidget .cmp-navigation .cmp-arrow i {
      font-size: 0.9rem; }
  .cmp-calendar-picker.displaywidget .cmp-navigation .cmp-weeks {
    padding-top: 0.5rem; }
    .cmp-calendar-picker.displaywidget .cmp-navigation .cmp-weeks .button {
      color: #333;
      font-size: 0.75rem;
      margin: 0.25rem;
      padding: 0.5rem 0.75rem;
      text-transform: none; }
      .cmp-calendar-picker.displaywidget .cmp-navigation .cmp-weeks .button.active {
        background-color: #e3e3e3; }
  .cmp-calendar-picker.displaywidget .cmp-navigation .cmp-title {
    font-size: 1rem;
    padding: 0 0.75rem; }
  @media only screen and (min-width: 960px) {
    .cmp-calendar-picker.displaywidget {
      margin: 2.5rem 10rem 0; } }
  @media only screen and (min-width: 1280px) {
    .cmp-calendar-picker.displaywidget {
      margin: 2.5rem auto 0; } }
  @media only screen and (min-width: 1600px) {
    .cmp-calendar-picker.displaywidget {
      margin: 5rem auto 0; } }
  @media only screen and (min-width: 1280px) {
    .cmp-calendar-picker.displaywidget {
      max-width: 60rem; } }
  @media only screen and (min-width: 960px) {
    .cmp-calendar-picker.displaywidget {
      padding: 0; } }
  @media only screen and (min-width: 1600px) {
    .cmp-calendar-picker.displaywidget .cmp-actions {
      padding: 0.75rem; } }
  .cmp-calendar-picker.displaywidget .cmp-actions .cmp-buttons .button {
    margin: 0; }
  .cmp-calendar-picker.displaywidget .cmp-actions .cmp-showmore {
    padding: 0.5rem 0; }
    @media only screen and (min-width: 960px) {
      .cmp-calendar-picker.displaywidget .cmp-actions .cmp-showmore {
        padding: 0.65rem 0; } }
  .cmp-calendar-picker.displaywidget .cmp-heading {
    padding-top: 1.25rem; }
    .cmp-calendar-picker.displaywidget .cmp-heading .cmp-days .cmp-day {
      font-size: 1.1rem; }
      @media only screen and (min-width: 640px) {
        .cmp-calendar-picker.displaywidget .cmp-heading .cmp-days .cmp-day .small:before {
          content: "- "; } }
  .cmp-calendar-picker.displaywidget .cmp-lines .cmp-inner {
    font-size: 0.75rem; }
  .cmp-calendar-picker.displaywidget .cmp-navigation {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08); }
  .cmp-calendar-picker.displaywidget .cmp-tabs {
    padding: 0.75rem 0.75rem 0 0.75rem; }
    .cmp-calendar-picker.displaywidget .cmp-tabs .cmp-tabs-help {
      color: #777;
      padding: 0.5rem 0;
      text-align: center; }
      @media only screen and (min-width: 640px) {
        .cmp-calendar-picker.displaywidget .cmp-tabs .cmp-tabs-help {
          display: inline-block; } }
    .cmp-calendar-picker.displaywidget .cmp-tabs .cmp-tabs-icon {
      font-size: 1.3rem;
      margin: 0.2rem;
      position: absolute;
      right: 0.75rem;
      top: 0.65rem; }
      .cmp-calendar-picker.displaywidget .cmp-tabs .cmp-tabs-icon:not(.success):not(.alert) {
        color: #333;
        opacity: 0.5; }
    .cmp-calendar-picker.displaywidget .cmp-tabs .cmp-tabs-text.medium-gray {
      color: #aaa; }
    .cmp-calendar-picker.displaywidget .cmp-tabs .cmp-tabs-wrapper {
      border-bottom: 1px solid #e3e3e3;
      height: 2.8125rem;
      line-height: 1.4;
      padding: 0.825rem;
      position: relative;
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .cmp-calendar-picker.displaywidget .cmp-tabs .cmp-tabs-wrapper {
          display: inline-block; } }
      @media only screen and (min-width: 640px) {
        .cmp-calendar-picker.displaywidget .cmp-tabs .cmp-tabs-wrapper {
          margin-right: 1rem; } }
      @media only screen and (min-width: 640px) {
        .cmp-calendar-picker.displaywidget .cmp-tabs .cmp-tabs-wrapper {
          width: 12rem; } }

.cmp-certificate-badge img {
  margin-top: 1.5rem;
  max-width: 12rem;
  width: 100%; }

.cmp-checkbox-inline .cmp-checkbox-inline-option {
  display: inline-block;
  margin: 0.15rem;
  padding: 0.15rem 0.75rem 0.25rem; }

.cmp-chip {
  background-color: #ddd !important;
  border-radius: 1rem;
  display: inline-block;
  font-size: 0.75rem;
  margin: 0.25rem auto;
  padding: 0.25rem 0.5rem; }
  .cmp-chip:hover {
    background-color: #ccc !important; }

.cmp-conversation .cmp-action .cmp-action-attachments a {
  display: block;
  margin-top: 0.25rem; }

.cmp-conversation .cmp-action .cmp-action-attachments input[name*="filedata"] {
  display: none; }

@media only screen and (min-width: 640px) {
  .cmp-conversation .cmp-action .cmp-action-attachments input[name*="description"] {
    display: inline-block; } }

@media only screen and (min-width: 640px) {
  .cmp-conversation .cmp-action .cmp-action-attachments input[name*="description"] {
    width: 43%; } }

.cmp-conversation .cmp-action .cmp-action-attachments label[for*="description"] {
  display: none; }

.cmp-conversation .cmp-action .cmp-action-attachments label[for*="filedata"] {
  border: none;
  margin-left: 3rem;
  margin-top: 0.25rem;
  padding: 0.825rem;
  position: relative;
  top: 0.25rem; }
  @media only screen and (min-width: 640px) {
    .cmp-conversation .cmp-action .cmp-action-attachments label[for*="filedata"] {
      display: inline-block; } }
  @media only screen and (min-width: 640px) {
    .cmp-conversation .cmp-action .cmp-action-attachments label[for*="filedata"] {
      margin-right: 3%; } }
  @media only screen and (min-width: 640px) {
    .cmp-conversation .cmp-action .cmp-action-attachments label[for*="filedata"] {
      margin-left: 10%; } }
  @media only screen and (min-width: 640px) {
    .cmp-conversation .cmp-action .cmp-action-attachments label[for*="filedata"] {
      width: 43%; } }
  .cmp-conversation .cmp-action .cmp-action-attachments label[for*="filedata"]:hover {
    cursor: pointer; }
  .cmp-conversation .cmp-action .cmp-action-attachments label[for*="filedata"]:before {
    color: #e75635;
    content: '\f0c6';
    font-family: FontAwesome;
    font-size: 1.5rem;
    left: -2.4rem;
    position: absolute;
    text-align: center;
    top: 0.4rem; }
  .cmp-conversation .cmp-action .cmp-action-attachments label[for*="filedata"] span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; }

.cmp-conversation .cmp-action .cmp-action-comment {
  margin-top: 0.5rem; }

.cmp-conversation .cmp-action .cmp-action-grid {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .cmp-conversation .cmp-action .cmp-action-grid .column, .cmp-conversation .cmp-action .cmp-action-grid .columns {
    padding: 0.375rem; }

.cmp-conversation .cmp-action .cmp-action-legaltext {
  color: #777;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  text-align: left; }
  .cmp-conversation .cmp-action .cmp-action-legaltext a {
    font-size: 0.75rem; }

.cmp-conversation .cmp-action .cmp-action-message textarea {
  height: 4rem;
  min-height: 4rem;
  width: 100%; }

.cmp-conversation .cmp-action .cmp-action-send {
  clear: both;
  margin-top: 0.75rem;
  min-height: 2.4rem;
  position: relative; }
  .cmp-conversation .cmp-action .cmp-action-send p {
    margin-right: 8.75rem; }
  .cmp-conversation .cmp-action .cmp-action-send .button {
    min-width: 7rem; }

.cmp-conversation .cmp-event {
  margin-bottom: 0.75rem;
  text-align: center; }

.cmp-conversation .cmp-form {
  padding: 1rem; }

.cmp-conversation .cmp-message {
  position: relative; }
  .cmp-conversation .cmp-message p {
    text-align: justify;
    word-wrap: break-word; }
  .cmp-conversation .cmp-message:last-child {
    margin-bottom: 0; }
  .cmp-conversation .cmp-message .cmp-message-author span.booker, .cmp-conversation .cmp-message .cmp-message-author span.provider, .cmp-conversation .cmp-message .cmp-message-author span.staff {
    border-radius: 2px;
    color: #fefefe;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: normal;
    margin-left: 0.25rem;
    padding: 0.15rem 0.5rem;
    position: relative;
    top: -0.05rem; }
    .cmp-conversation .cmp-message .cmp-message-author span.booker:first-letter, .cmp-conversation .cmp-message .cmp-message-author span.provider:first-letter, .cmp-conversation .cmp-message .cmp-message-author span.staff:first-letter {
      text-transform: uppercase; }
  .cmp-conversation .cmp-message .cmp-message-author span.booker {
    background-color: #e75635; }
  .cmp-conversation .cmp-message .cmp-message-author span.provider {
    background-color: #50aaeb; }
  .cmp-conversation .cmp-message .cmp-message-author span.staff {
    background-color: #999; }
  .cmp-conversation .cmp-message .cmp-message-date {
    color: #777;
    font-size: 0.85rem;
    text-align: right; }
  .cmp-conversation .cmp-message .cmp-message-icon, .cmp-conversation .cmp-message .cmp-message-picture {
    font-size: 1rem;
    height: 2rem;
    padding: 0.25rem 0;
    position: absolute;
    top: 0.3rem;
    width: 2rem; }
  .cmp-conversation .cmp-message .cmp-message-icon {
    border-radius: 50%;
    color: #fefefe;
    margin: 0 auto;
    text-align: center; }
    .cmp-conversation .cmp-message .cmp-message-icon:empty:after {
      content: "\f007";
      font-family: "FontAwesome"; }
    .cmp-conversation .cmp-message .cmp-message-icon.primary {
      background-color: #e75635; }
  .cmp-conversation .cmp-message .cmp-message-picture {
    background-color: #fefefe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%; }
  .cmp-conversation .cmp-message .cmp-message-preview {
    margin-top: 0.25rem; }
    .cmp-conversation .cmp-message .cmp-message-preview .cmp-message-preview-element {
      display: inline-block;
      height: 90px;
      margin: 2px;
      overflow: hidden;
      position: relative;
      width: 135px; }
      .cmp-conversation .cmp-message .cmp-message-preview .cmp-message-preview-element.gray {
        background-color: #eee; }
      .cmp-conversation .cmp-message .cmp-message-preview .cmp-message-preview-element:hover {
        position: relative; }
        .cmp-conversation .cmp-message .cmp-message-preview .cmp-message-preview-element:hover::after {
          background-color: rgba(0, 0, 0, 0.5);
          bottom: 0;
          content: " ";
          height: 1.5rem;
          left: 0;
          position: absolute;
          width: 100%; }
        .cmp-conversation .cmp-message .cmp-message-preview .cmp-message-preview-element:hover .cmp-message-preview-text {
          opacity: 1; }
    .cmp-conversation .cmp-message .cmp-message-preview .cmp-message-preview-delete {
      padding: 0.5rem;
      position: absolute;
      right: 0;
      top: 0; }
    .cmp-conversation .cmp-message .cmp-message-preview .cmp-message-preview-icon, .cmp-conversation .cmp-message .cmp-message-preview .cmp-message-preview-image {
      left: 0;
      right: 0;
      position: absolute;
      top: 50%;
      text-align: center;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .cmp-conversation .cmp-message .cmp-message-preview .cmp-message-preview-icon {
      color: #aaa;
      font-size: 2.5rem; }
    .cmp-conversation .cmp-message .cmp-message-preview .cmp-message-preview-image {
      height: auto;
      width: 100%; }
    .cmp-conversation .cmp-message .cmp-message-preview .cmp-message-preview-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      bottom: 0;
      color: #fefefe;
      left: 0;
      opacity: 0;
      padding: 0.25rem;
      position: absolute;
      right: 0;
      z-index: 2; }
  .cmp-conversation .cmp-message .cmp-message-texts {
    background-color: #f7f7f7;
    margin-bottom: 0.75rem;
    margin-left: 3rem;
    margin-right: 4rem;
    padding: 0.45rem 0.875rem;
    position: relative; }
    .cmp-conversation .cmp-message .cmp-message-texts:after {
      border-color: transparent #f7f7f7;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      bottom: auto;
      content: "";
      display: block;
      left: -10px;
      position: absolute;
      top: 10px;
      width: 0; }
    .cmp-conversation .cmp-message .cmp-message-texts.full {
      margin-right: 0.875rem; }
    .cmp-conversation .cmp-message .cmp-message-texts.shifted {
      margin-left: 5rem;
      margin-right: 0.875rem; }
      .cmp-conversation .cmp-message .cmp-message-texts.shifted:after {
        border-width: 10px 0 10px 10px;
        left: auto;
        right: -10px; }

.cmp-conversation .cmp-posts {
  margin-bottom: 0.45rem; }

.cmp-conversation .cmp-subtitle {
  font-weight: bold;
  margin-bottom: 0.45rem;
  margin-top: 0; }

.cmp-conversation .cmp-view {
  margin-bottom: 0.875rem;
  text-align: right; }
  .cmp-conversation .cmp-view .button {
    margin: 0;
    min-width: 7rem;
    padding: 0.65rem !important; }

.cmp-customers {
  padding: 2.5rem 1rem;
  text-align: center; }
  .cmp-customers .row {
    max-width: 1440px;
    margin: 0 auto; }
    .cmp-customers .row .column, .cmp-customers .row .columns {
      padding-bottom: 0;
      padding-top: 0; }
  .cmp-customers .cmp-image {
    max-width: 6rem; }
    @media only screen and (min-width: 960px) {
      .cmp-customers .cmp-image {
        max-width: 100%; } }
  .cmp-customers .cmp-intro {
    color: #aaa;
    font-size: 1.1rem;
    margin: 0 auto;
    max-width: 840px; }
    @media only screen and (min-width: 960px) {
      .cmp-customers .cmp-intro {
        font-size: 1.3rem; } }

.cmp-filter-controls.withintro {
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  position: relative; }

.cmp-filter-controls.toggleable {
  position: relative; }
  .cmp-filter-controls.toggleable .cmp-content {
    padding: 1rem;
    position: absolute;
    z-index: 10; }

.cmp-filter-controls .cmp-anchor {
  background-color: #e7e7e7;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  color: #333;
  display: inline-block;
  margin-bottom: 0.35rem;
  margin-left: 0.75rem;
  padding: 0.35rem 0.75rem 0.375rem;
  position: relative; }
  .cmp-filter-controls .cmp-anchor.checkable {
    padding-left: 2rem; }
  .cmp-filter-controls .cmp-anchor:not(.active) {
    background-color: transparent;
    border: 1px solid #e7e7e7; }
    .cmp-filter-controls .cmp-anchor:not(.active) .cmp-check {
      background-color: transparent; }
    .cmp-filter-controls .cmp-anchor:not(.active) .cmp-icon {
      display: none; }

.cmp-filter-controls .cmp-check {
  background-color: #fefefe;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  height: 1.2rem;
  left: 0.5rem;
  position: absolute;
  top: 0.325rem;
  width: 1.2rem; }
  .cmp-filter-controls .cmp-check .cmp-icon {
    color: #777;
    margin: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0.1rem; }

.cmp-filter-controls .cmp-date {
  display: inline-block;
  max-width: 17.5rem;
  margin-bottom: 0.5rem; }

.cmp-filter-controls .cmp-datelabel {
  color: #777;
  display: inline-block;
  font-size: 0.75rem;
  padding-left: 0.5rem;
  width: 2.5rem; }

.cmp-filter-controls .cmp-group {
  font-size: 0.75rem;
  margin-right: 1rem;
  text-transform: uppercase; }

.cmp-filter-controls .cmp-intro {
  bottom: 0;
  left: 2.5rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  -ms-transform: rotate(270deg);
      transform: rotate(270deg); }

.cmp-filter-controls .cmp-radio {
  background-color: #eee;
  border-radius: 2px;
  padding: 0.75rem 0 0.75rem 0.875rem;
  display: inline-block;
  margin: 0.1rem;
  padding: 0.4rem 0.6rem; }
  .cmp-filter-controls .cmp-radio label {
    padding-left: 1.25rem; }

.cmp-filter-controls .cmp-section {
  margin-bottom: 0.5rem; }

.cmp-filter-controls .cmp-select {
  display: block;
  height: auto;
  max-width: 20rem; }

.cmp-footer-links {
  color: #777;
  padding: 1rem 0 2rem; }
  .cmp-footer-links.colored {
    background-color: #555;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    color: #fefefe;
    padding: 3rem 0; }
    .cmp-footer-links.colored .cmp-link {
      color: #fefefe; }
      .cmp-footer-links.colored .cmp-link:hover {
        color: #ccc; }
    .cmp-footer-links.colored .cmp-sharing .cmp-icon {
      background-color: #fefefe;
      color: #777; }
  .cmp-footer-links .cmp-link {
    color: #777;
    display: inline-block;
    padding: 0.25rem 0.5rem; }
    .cmp-footer-links .cmp-link:hover {
      color: #2b2b2b; }
  .cmp-footer-links .cmp-link-row {
    margin-top: 0.5rem;
    text-align: center; }
    .cmp-footer-links .cmp-link-row.bold {
      font-weight: bold; }
    .cmp-footer-links .cmp-link-row.upper {
      text-transform: uppercase; }
  .cmp-footer-links .cmp-sharing .cmp-icon {
    background-color: #aaa;
    color: #fefefe;
    font-size: 1rem;
    margin: 0 0.25rem;
    min-height: 2rem;
    min-width: 2rem;
    padding-top: 0.5rem; }
    @media only screen and (min-width: 640px) {
      .cmp-footer-links .cmp-sharing .cmp-icon {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 640px) {
      .cmp-footer-links .cmp-sharing .cmp-icon {
        margin: 0 0.55rem; } }
    @media only screen and (min-width: 640px) {
      .cmp-footer-links .cmp-sharing .cmp-icon {
        min-height: 2.5rem; } }
    @media only screen and (min-width: 640px) {
      .cmp-footer-links .cmp-sharing .cmp-icon {
        min-width: 2.5rem; } }
    @media only screen and (min-width: 640px) {
      .cmp-footer-links .cmp-sharing .cmp-icon {
        padding-top: 0.7rem; } }
  .cmp-footer-links .cmp-sharing-row {
    margin-bottom: 1rem;
    text-align: center; }

.cmp-footer-newsletter {
  color: #777;
  padding: 2rem 0 1rem;
  text-align: center; }
  .cmp-footer-newsletter .cmp-checkbox {
    margin-top: 0.5rem; }
    .cmp-footer-newsletter .cmp-checkbox i {
      display: none; }
  .cmp-footer-newsletter .cmp-comment {
    margin-top: 1rem; }
  .cmp-footer-newsletter .cmp-email input {
    background-color: transparent;
    margin-bottom: 0.5rem; }
    @media only screen and (min-width: 640px) {
      .cmp-footer-newsletter .cmp-email input {
        display: inline-block; } }
    @media only screen and (min-width: 640px) {
      .cmp-footer-newsletter .cmp-email input {
        margin-bottom: 0; } }
    @media only screen and (min-width: 640px) {
      .cmp-footer-newsletter .cmp-email input {
        margin-right: 1rem; } }
    @media only screen and (min-width: 640px) {
      .cmp-footer-newsletter .cmp-email input {
        width: 25rem; } }
  .cmp-footer-newsletter .cmp-email label {
    display: none; }
  .cmp-footer-newsletter .cmp-title {
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase; }

.cmp-hirecoupon {
  margin-bottom: 0.75rem;
  position: relative; }
  .cmp-hirecoupon input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute; }
  .cmp-hirecoupon .cmp-hirecoupon-area {
    display: none;
    margin: 0; }
    .cmp-hirecoupon .cmp-hirecoupon-area label {
      display: block; }
    .cmp-hirecoupon .cmp-hirecoupon-area input[type=text] {
      height: auto;
      padding: 0.925rem 1.2rem !important;
      width: 100%; }
  .cmp-hirecoupon input[type=checkbox]:checked ~ .cmp-hirecoupon-area {
    display: block;
    padding-bottom: 0.225rem; }
  .cmp-hirecoupon input[type=checkbox] + label {
    color: #aaa;
    display: block;
    padding-left: 0; }
    .cmp-hirecoupon input[type=checkbox] + label:hover {
      color: #777; }
    .cmp-hirecoupon input[type=checkbox] + label::before {
      display: none; }
    .cmp-hirecoupon input[type=checkbox] + label i {
      font-size: 1.2rem;
      position: relative;
      top: 0.3rem; }
  .cmp-hirecoupon input[type=checkbox]:checked + label {
    display: none; }
  .cmp-hirecoupon .cmp-hirecoupon-error {
    color: #e75635;
    display: none;
    margin-top: 0.25rem; }
  .cmp-hirecoupon input[type=checkbox]:checked ~ .cmp-hirecoupon-error {
    display: block; }
  .cmp-hirecoupon .cmp-hirecoupon-message {
    display: none;
    margin-top: 0.25rem; }
  .cmp-hirecoupon input[type=checkbox]:checked ~ .cmp-hirecoupon-message {
    display: block; }

.cmp-infowindow {
  width: 15rem; }
  .cmp-infowindow img {
    width: 100%; }
  .cmp-infowindow p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0.2rem; }

.cmp-input-iconed {
  position: relative; }
  .cmp-input-iconed input:hover {
    cursor: text; }
  .cmp-input-iconed .cmp-icon {
    color: #333;
    display: none;
    font-size: 1.3rem;
    margin: 0.2rem;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    right: 0.75rem;
    top: 0.65rem; }
    @media only screen and (min-width: 640px) {
      .cmp-input-iconed .cmp-icon {
        display: block; } }

.cmp-invoice-addresses textarea {
  height: 2.5rem; }

.cmp-invoice-addresses .row .column, .cmp-invoice-addresses .row .columns {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem; }

.cmp-invoice-addresses .cmp-addresses-checkbox:checked + .cmp-addresses-label {
  display: none; }

.cmp-invoice-addresses .cmp-addresses-checkbox ~ .cmp-addresses-fields {
  display: none; }

.cmp-invoice-addresses .cmp-addresses-checkbox:checked ~ .cmp-addresses-fields {
  display: block; }

.cmp-invoice-addresses .cmp-addresses-checkbox ~ .cmp-addresses-list {
  display: none; }

.cmp-invoice-addresses .cmp-addresses-checkbox:checked ~ .cmp-addresses-list {
  display: block; }

.cmp-invoice-addresses .cmp-addresses-default {
  color: #e75635; }

.cmp-invoice-addresses .cmp-addresses-element {
  color: #777;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0.5rem; }
  .cmp-invoice-addresses .cmp-addresses-element:hover {
    color: #e75635; }

.cmp-invoice-addresses .cmp-addresses-grid {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .cmp-invoice-addresses .cmp-addresses-grid .column, .cmp-invoice-addresses .cmp-addresses-grid .columns {
    padding: 0.25rem; }

.cmp-invoice-addresses .cmp-addresses-label {
  color: #e75635; }
  .cmp-invoice-addresses .cmp-addresses-label:before {
    display: none; }

.cmp-invoice-addresses .cmp-comment {
  margin-bottom: 0.5rem; }

.cmp-invoice-addresses .cmp-confirmation {
  margin-top: 0.5rem; }

.cmp-invoice-addresses .cmp-explanation {
  margin: 1rem 0 0.5rem 0; }

.cmp-invoice-addresses .cmp-existing {
  border-left: 1px solid #ccc;
  color: #777;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  padding-left: 0.5rem; }
  .cmp-invoice-addresses .cmp-existing > :first-child {
    font-size: bold; }

.cmp-invoice-payment-instructions {
  padding: 1.25rem 2.5rem; }
  .cmp-invoice-payment-instructions .cmp-bank {
    background-color: #777;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    border-radius: 0.5rem;
    color: white;
    margin: 1.25rem auto 0;
    max-width: 24rem;
    padding: 0.75rem 1rem; }
  .cmp-invoice-payment-instructions .cmp-comment {
    font-size: 0.75rem;
    margin: 0.25rem auto 0;
    max-width: 24rem; }
  .cmp-invoice-payment-instructions .cmp-company {
    font-weight: bold;
    font-size: 1.05rem;
    margin-bottom: 2.5rem; }
  .cmp-invoice-payment-instructions .cmp-label {
    display: block;
    font-size: 0.75rem;
    margin: 0.5rem 0 0.25rem; }
  .cmp-invoice-payment-instructions .cmp-text {
    margin-top: 0.75rem; }
  .cmp-invoice-payment-instructions .cmp-title {
    font-size: 1.05rem;
    font-weight: bold;
    margin-top: 1.25rem; }

.cmp-kpi {
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  position: relative; }
  @media only screen and (min-width: 640px) {
    .cmp-kpi {
      padding: 0.75rem 0.75rem 0.75rem 1.25rem; } }
  .cmp-kpi .cmp-kpi-icon {
    color: #aaa;
    height: 2.2rem;
    position: absolute;
    right: 0.5rem;
    text-align: center;
    top: 0.5rem;
    width: 2.2rem; }
    @media only screen and (min-width: 640px) {
      .cmp-kpi .cmp-kpi-icon {
        right: 0.75rem; } }
    @media only screen and (min-width: 640px) {
      .cmp-kpi .cmp-kpi-icon {
        top: 0.75rem; } }
    .cmp-kpi .cmp-kpi-icon i {
      margin: 0.6rem 0; }
    .cmp-kpi .cmp-kpi-icon .cmp-kpi-circle {
      border: 4px solid transparent;
      border-left-color: #50aaeb;
      border-radius: 50%;
      border-right-color: #50aaeb;
      border-top-color: #50aaeb;
      position: absolute;
      height: 100%;
      right: 0;
      top: 0;
      width: 100%; }
      .cmp-kpi .cmp-kpi-icon .cmp-kpi-circle.rotate-1 {
        -ms-transform: rotate(22.5deg);
            transform: rotate(22.5deg); }
      .cmp-kpi .cmp-kpi-icon .cmp-kpi-circle.rotate-2 {
        -ms-transform: rotate(-157.5deg);
            transform: rotate(-157.5deg); }
      .cmp-kpi .cmp-kpi-icon .cmp-kpi-circle.rotate-3 {
        -ms-transform: rotate(112.5deg);
            transform: rotate(112.5deg); }
      .cmp-kpi .cmp-kpi-icon .cmp-kpi-circle.rotate-4 {
        -ms-transform: rotate(-67.5deg);
            transform: rotate(-67.5deg); }
  .cmp-kpi .cmp-kpi-text {
    margin-right: 2.75rem; }
  .cmp-kpi .cmp-kpi-title {
    font-size: 0.75rem;
    margin-bottom: 0.15rem; }
  .cmp-kpi .cmp-kpi-value {
    font-weight: bold; }

.cmp-list-conversation:hover {
  cursor: pointer; }

.cmp-list-conversation.condensed {
  background-color: transparent; }
  .cmp-list-conversation.condensed:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .cmp-list-conversation.condensed .cmp-card {
    border-left: none;
    margin-bottom: 0; }
    @media only screen and (min-width: 640px) {
      .cmp-list-conversation.condensed .cmp-card {
        padding-bottom: 0.25rem; } }
    @media only screen and (min-width: 640px) {
      .cmp-list-conversation.condensed .cmp-card {
        padding-top: 0.25rem; } }
    .cmp-list-conversation.condensed .cmp-card:hover {
      border-left: none;
      background-color: #f0f0f0; }
    .cmp-list-conversation.condensed .cmp-card > .row > .column, .cmp-list-conversation.condensed .cmp-card > .row > .columns {
      padding-bottom: 0;
      padding-top: 0; }
  .cmp-list-conversation.condensed .cmp-circle {
    top: 0.7rem; }
  .cmp-list-conversation.condensed .cmp-counterpart {
    padding-top: 0.75rem; }
    @media only screen and (min-width: 640px) {
      .cmp-list-conversation.condensed .cmp-counterpart {
        margin-left: 2.5rem; } }
  .cmp-list-conversation.condensed .cmp-id {
    display: none; }
  .cmp-list-conversation.condensed .cmp-label {
    display: none; }
  .cmp-list-conversation.condensed .cmp-post {
    padding-top: 0.75rem; }
  .cmp-list-conversation.condensed .cmp-user-icon, .cmp-list-conversation.condensed .cmp-user-multiple, .cmp-list-conversation.condensed .cmp-user-picture {
    font-size: 0.75rem;
    height: 1.5rem;
    padding: 0.3rem 0;
    top: 0.5rem;
    width: 1.5rem; }

.cmp-list-conversation .cmp-card {
  border-left: 4px solid transparent;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem; }
  @media only screen and (min-width: 640px) {
    .cmp-list-conversation .cmp-card {
      margin-bottom: 1rem; } }
  @media only screen and (min-width: 640px) {
    .cmp-list-conversation .cmp-card {
      padding: 0.75rem 1.25rem; } }
  .cmp-list-conversation .cmp-card:hover {
    border-left: 4px solid #e75635; }
  .cmp-list-conversation .cmp-card > .row {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
    .cmp-list-conversation .cmp-card > .row > .column, .cmp-list-conversation .cmp-card > .row > .columns {
      padding: 0.25rem;
      position: relative; }

.cmp-list-conversation .cmp-circle {
  background-color: #e75635;
  border-radius: 50%;
  color: #fefefe;
  font-size: 0.75rem;
  height: 1.25rem;
  line-height: 1.65;
  position: absolute;
  text-align: center;
  top: 1rem;
  width: 1.25rem; }

@media only screen and (min-width: 640px) {
  .cmp-list-conversation .cmp-counterpart {
    margin-left: 4rem; } }

.cmp-list-conversation .cmp-inlineform {
  display: inline-block; }

.cmp-list-conversation .cmp-id {
  color: #777;
  font-size: 0.75rem;
  padding: 0 0.05rem 0.15rem; }

.cmp-list-conversation .cmp-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777;
  font-size: 0.75rem;
  padding-top: 0.3rem; }

.cmp-list-conversation .cmp-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cmp-list-conversation .cmp-post {
  margin-left: 2rem; }

.cmp-list-conversation .cmp-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .cmp-list-conversation .cmp-text a {
    color: #333; }

.cmp-list-conversation .cmp-unread {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 1.5rem;
  position: relative;
  top: 0.75rem; }

.cmp-list-conversation .cmp-user-icon, .cmp-list-conversation .cmp-user-multiple, .cmp-list-conversation .cmp-user-picture {
  font-size: 1.25rem;
  height: 3rem;
  padding: 0.6rem 0;
  position: absolute;
  top: 0;
  width: 3rem; }

.cmp-list-conversation .cmp-user-icon {
  border-radius: 50%;
  color: #fefefe;
  margin: 0 auto;
  text-align: center; }
  .cmp-list-conversation .cmp-user-icon:empty:after {
    content: "\f007";
    font-family: "FontAwesome"; }

.cmp-list-conversation .cmp-user-multiple {
  border-radius: 50%;
  color: #fefefe;
  margin: 0 auto;
  padding: 0.9rem 0 0.3rem;
  text-align: center; }

.cmp-list-conversation .cmp-user-picture {
  background-color: #fefefe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%; }

.cmp-pagination {
  margin-top: 1rem;
  text-align: center; }
  .cmp-pagination .cmp-current {
    padding: 0 0.5rem;
    position: relative;
    top: 0.1rem; }

.cmp-navigation-desktop {
  background-color: #fefefe; }
  .cmp-navigation-desktop.transparent {
    background-color: transparent;
    z-index: 3; }
    .cmp-navigation-desktop.transparent .top-bar {
      background-color: transparent;
      box-shadow: none; }
      @media only screen and (min-width: 1280px) {
        .cmp-navigation-desktop.transparent .top-bar {
          margin: 0 auto; } }
      @media only screen and (min-width: 1280px) {
        .cmp-navigation-desktop.transparent .top-bar {
          max-width: 90rem; } }
  .cmp-navigation-desktop.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; }
    .cmp-navigation-desktop.sticky.bottom {
      box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.12), 0 -8px 24px 0 rgba(0, 0, 0, 0.08);
      bottom: 0;
      height: 5.75rem;
      top: auto; }
      .cmp-navigation-desktop.sticky.bottom .top-bar {
        padding-bottom: 1.5rem;
        padding-top: 1.6rem; }
        .cmp-navigation-desktop.sticky.bottom .top-bar .top-bar-right.padded {
          padding-right: 4.5rem; }
          @media only screen and (min-width: 1600px) {
            .cmp-navigation-desktop.sticky.bottom .top-bar .top-bar-right.padded {
              padding-right: 0; } }
    .cmp-navigation-desktop.sticky .top-bar {
      background-color: transparent;
      box-shadow: none; }
      @media only screen and (min-width: 1280px) {
        .cmp-navigation-desktop.sticky .top-bar {
          margin: 0 auto; } }
      @media only screen and (min-width: 1280px) {
        .cmp-navigation-desktop.sticky .top-bar {
          max-width: 90rem; } }
      .cmp-navigation-desktop.sticky .top-bar .top-bar-left .cmp-logo {
        margin-right: 0.5rem;
        width: auto; }
      .cmp-navigation-desktop.sticky .top-bar .top-bar-left select {
        width: 15rem; }
  .cmp-navigation-desktop .top-bar {
    font-size: 1.1rem;
    font-weight: normal;
    padding: 0.375rem 0.75rem; }
    .cmp-navigation-desktop .top-bar ul {
      background-color: transparent; }
    .cmp-navigation-desktop .top-bar .top-bar-left .cmp-logo {
      padding: 0; }
      .cmp-navigation-desktop .top-bar .top-bar-left .cmp-logo .cmp-logo-image {
        height: 2rem;
        margin: 0.5rem 0; }
        .cmp-navigation-desktop .top-bar .top-bar-left .cmp-logo .cmp-logo-image.light {
          display: none; }
    .cmp-navigation-desktop .top-bar .top-bar-left .cmp-title {
      color: #777;
      font-weight: bold;
      line-height: 2rem;
      padding-left: 3rem;
      position: relative;
      text-transform: uppercase; }
      .cmp-navigation-desktop .top-bar .top-bar-left .cmp-title:not(:empty)::before {
        border-left: 1px solid #e3e3e3;
        bottom: 0;
        content: ' ';
        left: 0;
        margin: 0 1.5rem;
        position: absolute;
        text-align: center;
        top: 0; }
    .cmp-navigation-desktop .top-bar .top-bar-right > .menu > li {
      height: 3rem;
      text-align: center; }
    .cmp-navigation-desktop .top-bar .top-bar-right .cmp-icon-labeled {
      position: relative; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-icon-labeled .cmp-icon-label {
        bottom: 0.75rem;
        position: absolute; }
        .cmp-navigation-desktop .top-bar .top-bar-right .cmp-icon-labeled .cmp-icon-label.circular {
          -ms-transform: translateX(-60%);
              transform: translateX(-60%); }
        .cmp-navigation-desktop .top-bar .top-bar-right .cmp-icon-labeled .cmp-icon-label.rectangular {
          -ms-transform: translateX(-30%);
              transform: translateX(-30%); }
    .cmp-navigation-desktop .top-bar .top-bar-right .cmp-link {
      color: #777;
      padding: 0 0.75rem; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-link:hover {
        color: #777; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-link.active {
        color: #777; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-link.iconed {
        padding-right: 1.75rem; }
        .cmp-navigation-desktop .top-bar .top-bar-right .cmp-link.iconed::after {
          border-color: #777 transparent transparent;
          right: 12px; }
    .cmp-navigation-desktop .top-bar .top-bar-right .cmp-menu {
      background-color: #fefefe;
      padding: 0.5rem;
      z-index: 31; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-menu hr {
        margin: 0.375rem; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-menu .cmp-menu-category {
        color: #777;
        font-size: 0.6rem;
        font-weight: ligher;
        opacity: 0.7;
        padding: 0 0.5rem;
        text-align: left;
        text-transform: uppercase; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-menu .cmp-menu-option {
        color: #777;
        padding: 0.5rem;
        text-align: left; }
        .cmp-navigation-desktop .top-bar .top-bar-right .cmp-menu .cmp-menu-option:hover {
          color: #333; }
        .cmp-navigation-desktop .top-bar .top-bar-right .cmp-menu .cmp-menu-option.active {
          color: #333; }
    .cmp-navigation-desktop .top-bar .top-bar-right .cmp-option {
      color: #777;
      padding: 0 0.5rem; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-option:hover {
        color: #333; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-option.active {
        color: #333; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-option i {
        font-size: 1.5rem;
        margin-bottom: 0.05rem;
        opacity: 0.6; }
    .cmp-navigation-desktop .top-bar .top-bar-right .cmp-promo-image {
      width: 3rem; }
    .cmp-navigation-desktop .top-bar .top-bar-right .cmp-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 0.75rem;
      margin-top: 0.1rem;
      max-width: 5rem; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-text.long {
        max-width: 6.5rem; }
    .cmp-navigation-desktop .top-bar .top-bar-right .cmp-user-icon, .cmp-navigation-desktop .top-bar .top-bar-right .cmp-user-picture {
      display: inline-block;
      height: 1.5rem;
      padding: 0.25rem 0;
      width: 1.5rem; }
    .cmp-navigation-desktop .top-bar .top-bar-right .cmp-user-icon {
      border-radius: 50%;
      color: #fefefe;
      margin: 0 auto;
      text-align: center; }
      .cmp-navigation-desktop .top-bar .top-bar-right .cmp-user-icon:empty:after {
        content: "\f007";
        font-family: "FontAwesome"; }
    .cmp-navigation-desktop .top-bar .top-bar-right .cmp-user-picture {
      background-color: #fefefe;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 50%; }
  .cmp-navigation-desktop .cmp-loading {
    backface-visibility: hidden;
    background-color: transparent;
    height: 0.125rem;
    overflow: hidden;
    position: relative;
    width: 100%; }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }
    .cmp-navigation-desktop .cmp-loading:before {
      animation: loading 2s linear infinite;
      background-color: #e75635;
      content: "";
      display: block;
      height: 4px;
      left: -200px;
      position: absolute;
      width: 200px; }
    .cmp-navigation-desktop .cmp-loading:not([style*="display: none"]) + .top-bar {
      padding: 0.25rem 0.75rem 0.375rem 0.75rem; }
  .cmp-navigation-desktop .cmp-multicolumn {
    width: 35rem; }
    .cmp-navigation-desktop .cmp-multicolumn .cmp-multicolumn-category {
      font-size: 1rem;
      font-weight: bold;
      padding: 0 0.5rem 0.75rem;
      text-align: left; }
    .cmp-navigation-desktop .cmp-multicolumn .column, .cmp-navigation-desktop .cmp-multicolumn .columns {
      overflow: hidden; }
  .cmp-navigation-desktop .cmp-notification {
    color: #fefefe;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99; }
    .cmp-navigation-desktop .cmp-notification > div {
      background-color: rgba(80, 170, 235, 0.75);
      padding: 0.4rem 0; }
      .cmp-navigation-desktop .cmp-notification > div + div {
        border-top: 1px solid #fefefe; }
      .cmp-navigation-desktop .cmp-notification > div.error {
        background-color: rgba(204, 75, 55, 0.75); }
        .cmp-navigation-desktop .cmp-notification > div.error::before {
          content: "\f071";
          margin-right: 0.4rem;
          font: normal normal normal 14px/1 FontAwesome; }
      .cmp-navigation-desktop .cmp-notification > div.primary {
        background-color: rgba(231, 86, 53, 0.75); }

.cmp-navigation-mobile .cmp-menu {
  background-color: #fefefe;
  border-right: 1px solid #ccc;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 17.5rem;
  z-index: 999; }
  .cmp-navigation-mobile .cmp-menu::-webkit-scrollbar {
    width: 0 !important; }
  .cmp-navigation-mobile .cmp-menu a {
    color: #777; }
  .cmp-navigation-mobile .cmp-menu .cmp-menu-element {
    padding: 0.5rem 0 0.5rem 2.75rem;
    position: relative; }
    .cmp-navigation-mobile .cmp-menu .cmp-menu-element:hover {
      background-color: #eee; }
    .cmp-navigation-mobile .cmp-menu .cmp-menu-element.active {
      background-color: #e7e7e7; }
    .cmp-navigation-mobile .cmp-menu .cmp-menu-element i {
      font-size: 1.25rem;
      left: 1.1rem;
      position: absolute;
      top: 0.4rem; }
  .cmp-navigation-mobile .cmp-menu .cmp-menu-group + .cmp-menu-group {
    border-top: 1px solid #aaa;
    margin-top: 0.375rem;
    padding-top: 0.375rem; }
  .cmp-navigation-mobile .cmp-menu .cmp-menu-logo {
    position: relative;
    background-size: cover;
    color: #fefefe;
    background-position: center;
    display: block;
    height: 6rem;
    margin-bottom: 0.75rem;
    position: relative; }
    .cmp-navigation-mobile .cmp-menu .cmp-menu-logo::before {
      background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.7) 100%);
      content: " ";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .cmp-navigation-mobile .cmp-menu .cmp-menu-logo img {
      bottom: 0.5rem;
      width: 5rem;
      right: 1rem;
      position: absolute; }
    .cmp-navigation-mobile .cmp-menu .cmp-menu-logo p {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      bottom: 0.55rem;
      left: 1rem;
      position: absolute;
      width: 9rem; }

.cmp-navigation-mobile .cmp-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fefefe;
  height: 2.5rem;
  left: 0;
  padding-top: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  .cmp-navigation-mobile .cmp-title i {
    font-size: 1.6rem;
    position: absolute;
    left: 9px;
    top: 8px; }
  .cmp-navigation-mobile .cmp-title img {
    height: 87.5%; }
  .cmp-navigation-mobile .cmp-title .cmp-title-text {
    color: #777;
    font-weight: bold;
    margin-left: 3.5rem;
    position: relative;
    top: 0.4rem;
    text-transform: uppercase; }

.cmp-nda {
  min-height: 22.5rem;
  text-align: center; }
  .cmp-nda .cmp-nda-image {
    margin: 1.5rem auto 0;
    width: 60%; }
  .cmp-nda .cmp-nda-list {
    margin-left: 2rem;
    text-align: left; }
    .cmp-nda .cmp-nda-list li {
      padding: 0.25rem; }
  .cmp-nda .cmp-nda-section {
    margin: 1rem;
    text-align: center; }
    .cmp-nda .cmp-nda-section input {
      margin-bottom: 0;
      width: 50%; }
  .cmp-nda .cmp-nda-step {
    color: #777;
    position: relative;
    text-align: left; }
    .cmp-nda .cmp-nda-step.color {
      color: #50aaeb; }
      .cmp-nda .cmp-nda-step.color .cmp-nda-step-number {
        border: 1px solid #50aaeb; }
    .cmp-nda .cmp-nda-step .cmp-nda-step-number {
      border: 1px solid #777;
      border-radius: 50%;
      display: inline-block;
      height: 2.5rem;
      padding-top: 0.6rem;
      position: absolute;
      text-align: center;
      top: 0.75rem;
      width: 2.5rem; }
    .cmp-nda .cmp-nda-step .cmp-nda-step-text {
      display: inline-block;
      padding-left: 3.25rem; }
  .cmp-nda .cmp-nda-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1.5rem 0; }
  .cmp-nda .errorlist {
    margin-top: 0.5rem; }
  .cmp-nda .button.flat i {
    margin-left: 0.5rem; }
  .cmp-nda .button.flat.wait {
    cursor: wait; }

.cmp-nag {
  bottom: 0;
  color: #fefefe;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 100; }
  .cmp-nag.drafts .cmp-nag-action {
    text-align: left; }
    .cmp-nag.drafts .cmp-nag-action span {
      display: block;
      font-size: 0.75rem; }
  .cmp-nag.drafts .cmp-nag-content {
    max-width: 75rem; }
  .cmp-nag.privacy {
    background-color: #333;
    z-index: 1001; }
    .cmp-nag.privacy .cmp-nag-content {
      padding: 0.5rem 1.25rem;
      text-align: center; }
  .cmp-nag:not(.privacy) {
    background-color: #e75635;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover; }
  .cmp-nag .cmp-nag-content {
    margin: 0 auto;
    max-width: 50rem;
    padding: 1.75rem 3rem 1.5rem; }
    .cmp-nag .cmp-nag-content::after {
      clear: both; }
    .cmp-nag .cmp-nag-content::after, .cmp-nag .cmp-nag-content::before {
      content: ' ';
      display: table; }
  .cmp-nag .cmp-nag-action {
    margin: 0.15rem; }
    .cmp-nag .cmp-nag-action.lower {
      text-transform: none; }
  .cmp-nag .cmp-nag-close {
    color: #fefefe;
    font-size: 0.75rem;
    padding: 0.35rem 0.65rem !important; }
    .cmp-nag .cmp-nag-close:hover, .cmp-nag .cmp-nag-close:focus {
      background-color: #777;
      color: #fefefe; }
  .cmp-nag .cmp-nag-form {
    float: left;
    width: 50%; }
    .cmp-nag .cmp-nag-form button {
      width: 30%; }
    .cmp-nag .cmp-nag-form input {
      display: inline-block;
      padding: 0.65rem !important;
      margin-right: 5%;
      width: 60%; }
  .cmp-nag .cmp-nag-headline {
    font-size: 1.25rem;
    line-height: 1.2; }
  .cmp-nag .cmp-nag-nps-note {
    font-size: 0.65rem;
    padding-top: 0.25rem;
    text-transform: uppercase; }
    .cmp-nag .cmp-nag-nps-note.left {
      float: left; }
    .cmp-nag .cmp-nag-nps-note.right {
      float: right; }
  .cmp-nag .cmp-nag-nps-form {
    margin: 0 auto;
    max-width: 32rem; }
    .cmp-nag .cmp-nag-nps-form input[type=radio] + label {
      background-color: #f7f7f7;
      border-radius: 2px;
      color: #777;
      font-size: 0.75rem;
      line-height: 1.2;
      padding: 0.8rem;
      text-align: center;
      width: 100%; }
    .cmp-nag .cmp-nag-nps-form input[type=radio] + label::before {
      border: none;
      background-color: transparent; }
    .cmp-nag .cmp-nag-nps-form input[type=radio] + label:hover {
      background-color: #ddd; }
    .cmp-nag .cmp-nag-nps-form input[type=radio]:checked + label {
      background-color: #aaa;
      color: #fefefe; }
    .cmp-nag .cmp-nag-nps-form input[type=radio]:checked + label:after {
      content: ""; }
    .cmp-nag .cmp-nag-nps-form::after {
      clear: both; }
    .cmp-nag .cmp-nag-nps-form::after, .cmp-nag .cmp-nag-nps-form::before {
      content: ' ';
      display: table; }
    .cmp-nag .cmp-nag-nps-form textarea {
      border-bottom: 1px solid #fefefe;
      float: left;
      font-size: 0.8rem;
      height: 2.6rem;
      margin-bottom: 0.825rem;
      min-height: 2.6rem;
      width: 27rem; }
      .cmp-nag .cmp-nag-nps-form textarea:focus {
        border-bottom: 2px solid #fefefe; }
      .cmp-nag .cmp-nag-nps-form textarea:-ms-input-placeholder {
        color: #fefefe;
        opacity: 0.35; }
      .cmp-nag .cmp-nag-nps-form textarea::placeholder {
        color: #fefefe;
        opacity: 0.35; }
    .cmp-nag .cmp-nag-nps-form .button {
      float: left;
      margin-left: 1rem;
      width: 4rem; }
    .cmp-nag .cmp-nag-nps-form .row {
      margin: 0 -0.25rem; }
      .cmp-nag .cmp-nag-nps-form .row .column, .cmp-nag .cmp-nag-nps-form .row .columns {
        padding: 0 0.25rem; }
  .cmp-nag .cmp-nag-nps-title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    text-align: center; }
  .cmp-nag .cmp-nag-optout {
    margin-top: 0.5rem; }
    .cmp-nag .cmp-nag-optout input[type=checkbox] + label {
      color: #fefefe;
      font-size: 0.75rem;
      padding-left: 1.25rem; }
    .cmp-nag .cmp-nag-optout input[type=checkbox] + label:before {
      border: none;
      height: 0.75rem;
      top: 3px;
      width: 0.75rem; }
    .cmp-nag .cmp-nag-optout input[type=checkbox]:checked + label:after {
      color: #777;
      font-size: 10px;
      left: 0;
      top: 3px;
      width: 0.75rem; }
  .cmp-nag .cmp-nag-success {
    text-align: center; }
    .cmp-nag .cmp-nag-success .button.social {
      margin: 0.5rem; }
  .cmp-nag .cmp-nag-texts {
    float: left;
    width: 50%; }
  .cmp-nag .cmp-nag-toggle {
    color: #fefefe;
    cursor: pointer;
    height: 3rem;
    left: 0;
    padding-top: 0.5rem;
    position: absolute;
    text-align: center;
    top: 0rem;
    width: 3rem; }
    .cmp-nag .cmp-nag-toggle i {
      font-family: futura, serif;
      font-size: 1.25rem; }

.cmp-page-overlay {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1006; }

.cmp-payment-methods .row {
  margin-right: -0.45rem;
  margin-left: -0.45rem; }
  .cmp-payment-methods .row .column, .cmp-payment-methods .row .columns {
    padding: 0.15rem 0.45rem; }

.cmp-payment-methods .cmp-radio {
  background-color: #eee;
  border-radius: 2px;
  padding: 0.75rem 0 0.75rem 0.875rem; }
  .cmp-payment-methods .cmp-radio input:disabled + label {
    opacity: 0.5; }

.cmp-payment-methods .cmp-note {
  color: #aaa;
  font-size: 0.75rem;
  padding-top: 0.1rem; }
  .cmp-payment-methods .cmp-note a {
    font-size: 0.75rem; }

.cmp-payment-methods .cmp-title {
  margin-bottom: 0.2rem; }

.cmp-paypal {
  position: relative; }
  .cmp-paypal .cmp-paypal-iframe.disabled {
    opacity: 0.25; }
  .cmp-paypal .cmp-paypal-error {
    color: #cc4b37;
    margin-bottom: 0.25rem; }
  .cmp-paypal .cmp-paypal-label {
    margin-bottom: 0.25rem; }
  .cmp-paypal .cmp-paypal-overlay.disabled {
    bottom: 0;
    cursor: not-allowed;
    height: 35px;
    position: absolute;
    width: 250px;
    z-index: 10000; }

.cmp-price-person {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  color: #333;
  margin: 1.6rem 0 0.8rem 1.6rem;
  padding: 0.5rem 0.75rem 0.5rem 1.6rem;
  position: relative; }
  .cmp-price-person .cmp-price-person-comment {
    color: #777;
    font-size: 0.75rem; }
  .cmp-price-person .cmp-price-person-image {
    height: 2.4rem;
    left: -1.2rem;
    position: absolute;
    top: -0.8rem;
    width: 2.4rem; }

.cmp-pricing-breakdown {
  background: transparent;
  border: none;
  margin-bottom: 0.45rem;
  margin-top: 0;
  width: 100%; }
  .cmp-pricing-breakdown td {
    border: none;
    padding: 0.175rem 0; }
  .cmp-pricing-breakdown td:not([colspan='2']):nth-last-child(1) {
    text-align: right; }
  .cmp-pricing-breakdown .cmp-bold td {
    font-weight: bold; }
  .cmp-pricing-breakdown .cmp-divider {
    padding: 0.175rem 0; }
  .cmp-pricing-breakdown .cmp-extra {
    color: #999;
    font-size: 0.75rem;
    padding-bottom: 0;
    text-transform: uppercase; }
  .cmp-pricing-breakdown .cmp-gray td {
    color: #999; }
  .cmp-pricing-breakdown .cmp-highlight td {
    font-size: 1rem;
    font-weight: bold; }
  .cmp-pricing-breakdown .cmp-icon {
    background-size: 100%;
    display: inline-block;
    height: 0.875rem;
    left: 0.05rem;
    margin-right: 0.15rem;
    position: relative;
    top: 0.2rem;
    width: 0.875rem; }
  .cmp-pricing-breakdown .cmp-units {
    color: #777;
    font-size: 0.75rem; }
  .cmp-pricing-breakdown .fa-info {
    background-color: #999; }

.cmp-questionnaire .cmp-buttons {
  text-align: center; }
  .cmp-questionnaire .cmp-buttons .button {
    margin: 0 auto 0.25rem; }

.cmp-questionnaire .cmp-criteria {
  margin: 0.5rem 0 2.5rem;
  text-align: center; }
  .cmp-questionnaire .cmp-criteria .cmp-criteria-other {
    margin-top: 0.5rem; }
  .cmp-questionnaire .cmp-criteria > label {
    margin-bottom: 0.25rem; }

.cmp-questionnaire .cmp-divider {
  margin: 0.75rem 0; }

.cmp-questionnaire .cmp-fields {
  margin: 2.5rem auto;
  max-width: 30rem; }
  .cmp-questionnaire .cmp-fields.large {
    max-width: 45rem; }
  .cmp-questionnaire .cmp-fields select {
    margin-bottom: 0.5rem; }
    .cmp-questionnaire .cmp-fields select option:first-child {
      color: #ccc; }
  .cmp-questionnaire .cmp-fields textarea {
    height: 6rem;
    min-height: 6rem; }

.cmp-questionnaire .cmp-intro {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  text-align: center;
  text-transform: uppercase; }

.cmp-questionnaire .cmp-success {
  margin: 2.5rem 0;
  text-align: center; }
  .cmp-questionnaire .cmp-success .cmp-success-icon {
    font-size: 5rem;
    margin-bottom: 1.5rem; }
  .cmp-questionnaire .cmp-success .cmp-success-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-transform: uppercase; }

.cmp-questionnaire .cmp-title {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase; }

.cmp-review {
  position: relative; }
  .cmp-review + .cmp-review {
    margin-top: 1rem; }
  .cmp-review > .row > .column, .cmp-review > .row > .columns {
    padding-bottom: 0;
    padding-top: 0; }
  .cmp-review .cmp-author {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.1rem; }
    .cmp-review .cmp-author .cmp-author-label {
      background-color: #999;
      border-radius: 2px;
      color: #fefefe;
      display: inline-block;
      font-size: 0.8rem;
      font-weight: normal;
      margin-left: 0 0.25rem;
      padding: 0.15rem 0.5rem;
      position: relative;
      top: -0.1rem; }
  .cmp-review .cmp-body {
    margin: 0.2rem 0; }
    .cmp-review .cmp-body .cmp-body-trimmed {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
      max-width: 80%;
      vertical-align: bottom; }
  .cmp-review .cmp-date {
    color: #777;
    display: inline-block;
    font-size: 0.75rem;
    margin-left: 0.25rem; }
  .cmp-review .cmp-rating .fa {
    color: #e75635;
    font-size: 1rem;
    margin: 0; }
  .cmp-review .cmp-rating .cmp-rating-again {
    color: #777;
    font-size: 0.8rem;
    margin-left: 1.5rem; }
    .cmp-review .cmp-rating .cmp-rating-again .fa {
      color: #e75635;
      font-size: 0.9rem;
      margin-right: 0.25rem; }
  .cmp-review .cmp-texts {
    margin-left: 2.5rem; }
  .cmp-review .cmp-user-icon, .cmp-review .cmp-user-picture {
    display: inline-block;
    font-size: 1rem;
    height: 2rem;
    padding: 0.25rem 0;
    position: absolute;
    width: 2rem; }
  .cmp-review .cmp-user-icon {
    border-radius: 50%;
    color: #fefefe;
    margin: 0 auto;
    text-align: center; }
    .cmp-review .cmp-user-icon:empty:after {
      content: "\f007";
      font-family: "FontAwesome"; }
  .cmp-review .cmp-user-picture {
    background-color: #fefefe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%; }

.cmp-review-fields .cmp-again input[type=radio] + label {
  padding: 0 0.5rem; }
  .cmp-review-fields .cmp-again input[type=radio] + label:after, .cmp-review-fields .cmp-again input[type=radio] + label:before {
    display: none; }
  .cmp-review-fields .cmp-again input[type=radio] + label i:hover {
    color: #e75635; }

.cmp-review-fields .cmp-again input[type=radio]:checked + label i {
  color: #e75635; }

.cmp-review-fields .cmp-again i, .cmp-review-fields .cmp-rating i {
  color: #e3e3e3;
  cursor: pointer;
  font-size: 2.5rem; }

.cmp-review-fields .cmp-again .fa-asterisk, .cmp-review-fields .cmp-rating .fa-asterisk {
  color: #e75635;
  font-size: 0.7rem;
  position: relative;
  top: -0.2rem; }

.cmp-review-fields .cmp-comment textarea {
  height: 5rem;
  min-height: 5rem; }

.cmp-review-fields .cmp-grid {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem; }
  .cmp-review-fields .cmp-grid .column, .cmp-review-fields .cmp-grid .columns {
    padding-bottom: 0.375rem;
    padding-top: 0.375rem; }

.cmp-review-fields .cmp-rating {
  position: relative; }
  .cmp-review-fields .cmp-rating span > i {
    opacity: 0.2; }

@keyframes bounce {
  0% {
    transform: scale(1);
    opacity: 1; }
  40% {
    transform: scale(0.2);
    opacity: .7; }
  60% {
    transform: scale(0.9);
    opacity: 1; }
  80% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
    .cmp-review-fields .cmp-rating span > i:nth-child(1), .cmp-review-fields .cmp-rating span > i:nth-child(2), .cmp-review-fields .cmp-rating span > i:nth-child(3) {
      color: #cc4b37; }
    .cmp-review-fields .cmp-rating span > i:nth-child(4) {
      color: #ffae00; }
    .cmp-review-fields .cmp-rating span > i:nth-child(5) {
      color: #66c17b; }
    .cmp-review-fields .cmp-rating span > i.full {
      animation-name: bounce;
      animation-duration: 1s;
      color: #e75635;
      opacity: 1; }
      .cmp-review-fields .cmp-rating span > i.full:nth-child(1) {
        animation-delay: .05s; }
      .cmp-review-fields .cmp-rating span > i.full:nth-child(2) {
        animation-delay: .1s; }
      .cmp-review-fields .cmp-rating span > i.full:nth-child(3) {
        animation-delay: .15s; }
      .cmp-review-fields .cmp-rating span > i.full:nth-child(4) {
        animation-delay: .2s; }
      .cmp-review-fields .cmp-rating span > i.full:nth-child(5) {
        animation-delay: .25s; }
    .cmp-review-fields .cmp-rating span > i.hovered {
      color: #e75635;
      opacity: 1; }
  .cmp-review-fields .cmp-rating select {
    height: 1px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 1px; }

.cmp-review-steps .cmp-step {
  color: #777;
  position: relative;
  text-align: left; }
  .cmp-review-steps .cmp-step.color {
    color: #e75635; }
    .cmp-review-steps .cmp-step.color .cmp-step-number {
      border: 1px solid #e75635; }
  .cmp-review-steps .cmp-step .cmp-step-number {
    border: 1px solid #777;
    border-radius: 50%;
    display: inline-block;
    height: 2.5rem;
    padding-top: 0.6rem;
    position: absolute;
    text-align: center;
    top: 0.75rem;
    width: 2.5rem; }
  .cmp-review-steps .cmp-step .cmp-step-text {
    display: inline-block;
    padding-left: 3.25rem; }

.cmp-select-custom {
  padding: 0.75rem 1.5rem;
  position: absolute;
  top: 3.4rem; }
  .cmp-select-custom .row {
    margin-left: -0.375rem;
    margin-right: -0.375rem; }
    .cmp-select-custom .row .column, .cmp-select-custom .row .columns {
      padding: 0.375rem; }
      .cmp-select-custom .row .column.cmp-group, .cmp-select-custom .row .cmp-group.columns {
        color: #777;
        font-size: 0.75rem;
        padding-bottom: 0;
        padding-top: 0.5rem; }
      .cmp-select-custom .row .column.cmp-location, .cmp-select-custom .row .cmp-location.columns {
        cursor: pointer;
        padding-left: 0.75rem; }
        .cmp-select-custom .row .column.cmp-location:hover, .cmp-select-custom .row .cmp-location.columns:hover {
          background-color: #eee; }

.cmp-seo-description {
  color: #777; }
  .cmp-seo-description h2 {
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem; }
  .cmp-seo-description h3 {
    font-size: 1rem;
    margin-bottom: 0.3rem; }
  .cmp-seo-description p {
    margin-bottom: 0.3rem; }

.cmp-seo-links {
  padding: 2rem 0; }
  .cmp-seo-links .cmp-group {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0.1rem;
    padding: 0.15rem 0.5rem; }
  .cmp-seo-links .cmp-link-row {
    text-align: center; }
    .cmp-seo-links .cmp-link-row + .cmp-link-row {
      margin-top: 0.75rem; }
  .cmp-seo-links .cmp-link {
    background-color: #e7e7e7;
    border-radius: 2px;
    color: #777;
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
    margin: 0.1rem; }
  .cmp-seo-links .cmp-help {
    padding: 0.5rem 0.875rem;
    position: relative; }
    @media only screen and (min-width: 960px) {
      .cmp-seo-links .cmp-help {
        padding: 1rem 1.5rem; } }
    .cmp-seo-links .cmp-help .cmp-help-button {
      margin-top: 0.25rem; }
    .cmp-seo-links .cmp-help .cmp-help-image {
      height: 3.5rem;
      width: 3.5rem; }
      @media only screen and (min-width: 640px) {
        .cmp-seo-links .cmp-help .cmp-help-image {
          position: absolute; } }
    .cmp-seo-links .cmp-help .cmp-help-texts {
      margin: 0.25rem 0; }
      @media only screen and (min-width: 640px) {
        .cmp-seo-links .cmp-help .cmp-help-texts {
          margin: 0.25rem 0 0.25rem 5rem; } }
    .cmp-seo-links .cmp-help .cmp-help-title {
      font-size: 1.25rem;
      margin-bottom: 0.2rem; }
  .cmp-seo-links .cmp-help .cmp-link-row {
    text-align: left; }
  .cmp-seo-links .cmp-help .cmp-help-action {
    margin-top: 1rem; }

.cmp-service-edit .cmp-description {
  border-top: 1px solid #ccc;
  margin-top: 1.5rem;
  padding-top: 2rem; }
  .cmp-service-edit .cmp-description .row .column, .cmp-service-edit .cmp-description .row .columns {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem; }
  .cmp-service-edit .cmp-description .cmp-description-current {
    margin-top: 0.2rem; }

.cmp-service-edit .cmp-modes .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .cmp-service-edit .cmp-modes .row .column, .cmp-service-edit .cmp-modes .row .columns {
    padding: 0.25rem; }

.cmp-service-edit .cmp-modes .cmp-modes-label {
  color: #777;
  font-size: 0.75rem; }

.cmp-service-edit .cmp-options {
  margin-top: 0.5rem; }
  .cmp-service-edit .cmp-options .cmp-input {
    border-bottom: 1px solid transparent;
    height: 3rem;
    padding: 1rem 0.6rem; }
  .cmp-service-edit .cmp-options .cmp-options-grid {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    .cmp-service-edit .cmp-options .cmp-options-grid .column, .cmp-service-edit .cmp-options .cmp-options-grid .columns {
      padding: 0.5rem; }
  .cmp-service-edit .cmp-options .cmp-options-additional {
    margin-top: 1rem; }
  .cmp-service-edit .cmp-options .cmp-options-link {
    display: block;
    margin-bottom: 0.5rem;
    margin-top: 1rem; }
  .cmp-service-edit .cmp-options .cmp-options-text {
    font-size: 0.75rem; }

.cmp-service-edit .cmp-radio {
  background-color: #ddd;
  border-radius: 2px;
  padding: 0.75rem 0 0.75rem 0.875rem; }
  .cmp-service-edit .cmp-radio label::first-letter {
    text-transform: uppercase; }

.cmp-service-element {
  position: relative; }
  .cmp-service-element.color .cmp-comment {
    color: #e75635; }
  .cmp-service-element.color .cmp-title {
    color: #e75635; }
  .cmp-service-element.color .cmp-icon {
    background-position-y: 0%; }
  .cmp-service-element.toggleable {
    padding: 0.75rem 1rem; }
    .cmp-service-element.toggleable .cmp-check {
      position: absolute;
      left: 1rem;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .cmp-service-element.toggleable .cmp-check + .cmp-content {
        margin-left: 1.5rem; }
      .cmp-service-element.toggleable .cmp-check label {
        top: -0.85rem;
        z-index: -1; }
  .cmp-service-element .cmp-comment {
    color: #777;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .cmp-service-element .cmp-content {
    margin-left: 0;
    position: relative; }
    .cmp-service-element .cmp-content .row {
      margin-left: 0;
      margin-right: 0; }
      .cmp-service-element .cmp-content .row .column, .cmp-service-element .cmp-content .row .columns {
        padding: 0; }
  .cmp-service-element .cmp-fixedpriceanchor {
    color: inherit; }
  .cmp-service-element .cmp-fixedpriceicon {
    font-size: 0.75rem; }
  .cmp-service-element .cmp-icon {
    background-size: 100%;
    height: 1.75rem;
    position: absolute;
    top: 0.15rem;
    width: 1.75rem; }
  .cmp-service-element .cmp-link {
    color: #333; }
    .cmp-service-element .cmp-link .cmp-title.available, .cmp-service-element .cmp-link .cmp-title.mandatory {
      color: #50aaeb;
      font-weight: bold; }
    .cmp-service-element .cmp-link:hover {
      color: #50aaeb; }
  .cmp-service-element .cmp-number {
    position: relative; }
    .cmp-service-element .cmp-number input {
      height: auto;
      padding: 0.35rem 0.35rem 0.35rem 1.9rem !important;
      margin: 0;
      text-align: right;
      width: 100%; }
    .cmp-service-element .cmp-number input[type=number]::-webkit-inner-spin-button, .cmp-service-element .cmp-number input[type=number]::-webkit-outer-spin-button {
      opacity: 1;
      margin-left: 0.3rem; }
    .cmp-service-element .cmp-number .cmp-fixedpricewarningicon {
      color: #ffae00;
      left: -2rem;
      top: 0.25rem;
      position: absolute; }
    .cmp-service-element .cmp-number .cmp-unitsicon {
      color: #999;
      left: 0.525rem;
      top: 0.5rem;
      position: absolute; }
  .cmp-service-element .cmp-texts {
    margin-left: 2.25rem; }
  .cmp-service-element .cmp-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .cmp-service-element .cmp-title::first-letter {
      text-transform: uppercase; }

.cmp-servicefixedprice .cmp-servicefixedprice-button {
  margin-top: 1.5rem; }

.cmp-servicefixedprice .cmp-servicefixedprice-details {
  color: #aaa;
  margin-left: 0.5rem; }

.cmp-servicefixedprice .cmp-servicefixedprice-intro {
  margin-bottom: 0.25rem;
  margin-top: 1.5rem; }

.cmp-servicefixedprice .cmp-servicefixedprice-note {
  color: #777;
  font-size: 0.75rem;
  margin-top: 0.25rem; }

.cmp-servicefixedprice .cmp-servicefixedprice-value {
  color: #777; }

.cmp-service-fieldset > .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .cmp-service-fieldset > .row > .column, .cmp-service-fieldset > .row > .columns {
    padding: 0.25rem; }

.cmp-service-fieldset .cmp-category-name {
  color: #777;
  font-size: 0.75rem;
  margin-top: 0.25rem; }

.cmp-service-fieldset .cmp-category-details {
  position: relative;
  margin-bottom: 0.25rem; }
  .cmp-service-fieldset .cmp-category-details .cmp-category-description {
    font-size: 0.75rem; }
  .cmp-service-fieldset .cmp-category-details .cmp-category-image {
    position: absolute;
    top: 0.3rem;
    width: 6rem; }
    .cmp-service-fieldset .cmp-category-details .cmp-category-image + .cmp-category-description {
      margin-left: 6.5rem; }

.cmp-service-picker {
  padding: 0.4rem 0;
  position: relative; }
  .cmp-service-picker input:checked + label .cmp-icon {
    background-position-y: 0%; }
  .cmp-service-picker .cmp-icon {
    background-size: 100%;
    height: 1.25rem;
    position: absolute;
    top: 0;
    width: 1.25rem; }
  .cmp-service-picker .cmp-text {
    margin-left: 1.5rem; }

.cmp-space-intro {
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 1280px) {
    .cmp-space-intro {
      margin-bottom: 2.5rem; } }
  .cmp-space-intro .cmp-title {
    font-size: 1.35rem;
    margin: 0; }
    @media only screen and (min-width: 960px) {
      .cmp-space-intro .cmp-title {
        font-size: 1.5rem; } }
  .cmp-space-intro .cmp-subtitle {
    font-size: 1rem;
    font-weight: normal;
    margin: 0; }

.cmp-spinning-circle {
  border-radius: 50%;
  color: #777;
  display: inline-block;
  font-size: 11px;
  text-indent: -99999em;
  margin-left: 0.1em;
  position: relative;
  width: 1em;
  height: 1em;
  box-shadow: inset 0 0 0 0.2em;
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@keyframes spinning {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .cmp-spinning-circle:before, .cmp-spinning-circle:after {
    border-radius: 50%;
    content: '';
    position: absolute; }
  .cmp-spinning-circle:before {
    width: 0.54em;
    height: 1.04em;
    background: #fefefe;
    border-radius: 1.04em 0 0 1.04em;
    top: -0.02em;
    left: -0.02em;
    -ms-transform-origin: 0.54em 0.52em;
        transform-origin: 0.54em 0.52em;
    animation: spinning 2s infinite ease 1.5s; }
  .cmp-spinning-circle:after {
    width: 0.54em;
    height: 1.04em;
    background: #fefefe;
    border-radius: 0 1.04em 1.04em 0;
    top: -0.02em;
    left: 0.52em;
    -ms-transform-origin: 0px 0.52em;
        transform-origin: 0px 0.52em;
    animation: spinning 2s infinite ease; }

.cmp-stripepayment {
  padding: 0.75rem 1rem 2.75rem;
  position: relative; }
  .cmp-stripepayment .cmp-stripepayment-badge {
    bottom: 0.75rem;
    height: 1.5rem;
    position: absolute;
    right: 1rem; }
  .cmp-stripepayment .cmp-stripepayment-errors {
    color: #cc4b37;
    font-size: 0.75rem;
    margin: 0.5rem 0; }
  .cmp-stripepayment .cmp-stripepayment-input {
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #eff2f5;
    font-family: Arial;
    height: 40px;
    padding: 10px 12px;
    margin-bottom: 0.5rem; }
    .cmp-stripepayment .cmp-stripepayment-input:focus {
      border-bottom: 1px solid transparent;
      box-shadow: 0 1px 3px 0 #cfd7df; }

.cmp-switch {
  display: inline-block;
  margin: 0 0.5rem; }
  .cmp-switch input + label {
    border-radius: 0.4375rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.26) inset;
    background: #eee;
    cursor: pointer;
    height: 0.875rem;
    margin-right: 0.75rem;
    top: 0.1rem;
    transition: all 0.25s ease-out;
    width: 2rem; }
  .cmp-switch input + label:before {
    background: #fefefe;
    border-radius: 0.625rem;
    content: '';
    height: 1.25rem;
    left: -0.3125rem;
    position: absolute;
    top: -0.1875rem;
    transition: all 0.25s ease-out;
    width: 1.25rem; }
  .cmp-switch input:checked ~ label {
    background: rgba(231, 86, 53, 0.6); }
  .cmp-switch input:checked + label:before {
    background: #e75635;
    border: none;
    left: 1.1rem; }
  .cmp-switch input:checked + label:after {
    content: ''; }

.cmp-testimonials {
  padding: 0 1rem; }
  .cmp-testimonials .cmp-testimonial {
    margin: 1rem; }
    .cmp-testimonials .cmp-testimonial .cmp-image {
      border-radius: 50%;
      background-position: center center;
      background-size: cover;
      height: 3rem;
      width: 3rem; }
      @media only screen and (min-width: 960px) {
        .cmp-testimonials .cmp-testimonial .cmp-image {
          height: 7rem; } }
      @media only screen and (min-width: 960px) {
        .cmp-testimonials .cmp-testimonial .cmp-image {
          margin: 0 auto; } }
      @media only screen and (min-width: 960px) {
        .cmp-testimonials .cmp-testimonial .cmp-image {
          position: absolute; } }
      @media only screen and (min-width: 960px) {
        .cmp-testimonials .cmp-testimonial .cmp-image {
          width: 7rem; } }
    .cmp-testimonials .cmp-testimonial .cmp-texts {
      margin-top: 0.75rem; }
      @media only screen and (min-width: 960px) {
        .cmp-testimonials .cmp-testimonial .cmp-texts {
          margin-left: 9.5rem; } }
      @media only screen and (min-width: 960px) {
        .cmp-testimonials .cmp-testimonial .cmp-texts {
          margin-top: 0; } }
      .cmp-testimonials .cmp-testimonial .cmp-texts .cmp-comment {
        margin: 0 0 0.5rem 0; }
      .cmp-testimonials .cmp-testimonial .cmp-texts .cmp-name {
        color: #aaa;
        display: inline-block;
        font-size: 0.95rem;
        font-weight: bold;
        margin-right: 0.5rem;
        margin-top: 0.75rem; }
        @media only screen and (min-width: 960px) {
          .cmp-testimonials .cmp-testimonial .cmp-texts .cmp-name {
            font-size: 1.125rem; } }
      .cmp-testimonials .cmp-testimonial .cmp-texts .cmp-logo {
        display: inline-block;
        height: 2.5rem;
        position: relative;
        top: -0.15rem; }
      .cmp-testimonials .cmp-testimonial .cmp-texts .cmp-position {
        color: #aaa;
        display: inline-block;
        font-size: 0.95rem;
        margin-left: 0.5rem;
        margin-top: 0.75rem; }
        @media only screen and (min-width: 960px) {
          .cmp-testimonials .cmp-testimonial .cmp-texts .cmp-position {
            font-size: 1.125rem; } }
      .cmp-testimonials .cmp-testimonial .cmp-texts .cmp-statement {
        font-size: 1.05rem;
        font-style: italic;
        margin: 0; }
        @media only screen and (min-width: 960px) {
          .cmp-testimonials .cmp-testimonial .cmp-texts .cmp-statement {
            font-size: 1.25rem; } }

.cmp-tile-add {
  border-radius: 2px;
  border: 5px dashed #eee;
  display: block;
  height: 400px;
  margin-top: 18px;
  position: relative;
  text-align: center; }
  .cmp-tile-add .cmp-content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .cmp-tile-add .cmp-icon {
    font-size: 4rem;
    display: block; }
  .cmp-tile-add .cmp-number {
    color: #ccc;
    font-size: 4rem;
    font-weight: bold; }
  .cmp-tile-add .cmp-text {
    font-size: 1rem; }

.cmp-tile-booking {
  clear: none !important;
  position: relative; }
  .cmp-tile-booking .cmp-actions .button {
    margin: 0.125rem;
    padding: 0.55rem 0.7rem 0.5rem !important; }
  .cmp-tile-booking .cmp-actions .cmp-actions-inlineform {
    display: inline-block; }
  .cmp-tile-booking .cmp-divider {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0.5rem auto; }
  .cmp-tile-booking .cmp-id {
    color: #777;
    font-size: 0.75rem;
    padding: 0 0.05rem 0.15rem; }
  .cmp-tile-booking .cmp-info {
    padding: 0.5rem 1rem; }
  .cmp-tile-booking .cmp-main {
    background-color: rgba(51, 51, 51, 0.5);
    bottom: 0;
    color: #fefefe;
    display: block;
    height: 2.1rem;
    left: 0;
    padding: 0.5rem 1rem;
    position: absolute;
    right: 0;
    z-index: 7; }
    .cmp-tile-booking .cmp-main .cmp-main-iconfont {
      font-size: 1.35rem; }
    .cmp-tile-booking .cmp-main .cmp-main-iconsvg {
      height: 1.35rem;
      position: relative;
      top: -0.25rem;
      width: 1.35rem; }
    .cmp-tile-booking .cmp-main .cmp-main-price {
      display: inline-block;
      font-size: 1.35rem;
      font-weight: bold; }
      .cmp-tile-booking .cmp-main .cmp-main-price .cmp-main-price-sub {
        color: #aaa;
        display: inline-block;
        font-size: 1rem;
        font-weight: normal;
        margin-right: 0.2rem; }
  .cmp-tile-booking .cmp-rating {
    color: #555;
    margin: 0; }
  .cmp-tile-booking .cmp-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.25rem 0; }
    .cmp-tile-booking .cmp-value.iconed {
      position: relative;
      padding-left: 2rem;
      color: #777; }
    .cmp-tile-booking .cmp-value .cmp-value-icon {
      color: #777;
      font-size: 1.35rem;
      left: 0;
      position: absolute;
      text-align: center;
      width: 1.5rem; }
      .cmp-tile-booking .cmp-value .cmp-value-icon.alert {
        color: #cc4b37; }
      .cmp-tile-booking .cmp-value .cmp-value-icon.primary {
        color: #e75635; }
      .cmp-tile-booking .cmp-value .cmp-value-icon.secondary {
        color: #50aaeb; }
      .cmp-tile-booking .cmp-value .cmp-value-icon.success {
        color: #66c17b; }
      .cmp-tile-booking .cmp-value .cmp-value-icon.warning {
        color: #ffae00; }
    .cmp-tile-booking .cmp-value .cmp-value-label {
      color: #777;
      font-size: 0.75rem; }
    .cmp-tile-booking .cmp-value .cmp-value-highlight {
      font-size: 1.125rem; }
      .cmp-tile-booking .cmp-value .cmp-value-highlight.primary {
        color: #e75635; }
  .cmp-tile-booking .cmp-wrapper {
    position: relative;
    width: 100%; }
    .cmp-tile-booking .cmp-wrapper.image {
      background-clip: content-box;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 10rem; }
    .cmp-tile-booking .cmp-wrapper .cmp-arrow {
      color: transparent;
      cursor: pointer;
      outline-color: transparent;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .cmp-tile-booking .cmp-wrapper .cmp-arrow:before {
        color: #fefefe;
        font-family: FontAwesome;
        font-size: 3.5rem;
        font-weight: normal;
        opacity: 0.75;
        padding: 0 1.15rem; }
      .cmp-tile-booking .cmp-wrapper .cmp-arrow.left {
        left: 0; }
        .cmp-tile-booking .cmp-wrapper .cmp-arrow.left:before {
          content: "\f104"; }
      .cmp-tile-booking .cmp-wrapper .cmp-arrow.right {
        right: 0; }
        .cmp-tile-booking .cmp-wrapper .cmp-arrow.right:before {
          content: "\f105"; }
    .cmp-tile-booking .cmp-wrapper .cmp-carousel {
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: auto; }
      .cmp-tile-booking .cmp-wrapper .cmp-carousel .cmp-carousel-first {
        background-color: #333;
        height: 100%;
        overflow: hidden;
        text-align: center; }
      .cmp-tile-booking .cmp-wrapper .cmp-carousel img {
        height: 100%;
        margin: 0 auto;
        max-width: none; }
        .cmp-tile-booking .cmp-wrapper .cmp-carousel img:not([src]) {
          display: none; }
  .cmp-tile-booking .cmp-added {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 30; }
    .cmp-tile-booking .cmp-added .cmp-added-icon {
      color: #fefefe;
      font-size: 6rem; }
  .cmp-tile-booking .cmp-card.overlayed {
    position: relative; }
    .cmp-tile-booking .cmp-card.overlayed::after {
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      content: " ";
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
    .cmp-tile-booking .cmp-card.overlayed:after {
      z-index: 20; }
  @media only screen and (min-width: 640px) {
    .cmp-tile-booking .cmp-date {
      margin: 0 auto; } }
  @media only screen and (min-width: 640px) {
    .cmp-tile-booking .cmp-date {
      max-width: 14rem; } }
  .cmp-tile-booking .cmp-date .cmp-date-arrow {
    color: #aaa;
    display: inline-block;
    font-size: 1.25rem;
    margin: 0 1rem 0 1.25rem;
    position: relative;
    top: -0.75rem; }
  .cmp-tile-booking .cmp-date .cmp-date-icon {
    color: #777;
    font-size: 1.5rem;
    margin-right: 0.25rem;
    position: relative;
    top: 0.4rem;
    text-align: center;
    width: 1.5rem; }
  .cmp-tile-booking .cmp-date .cmp-date-label {
    color: #777;
    display: inline-block;
    font-size: 0.75rem; }
    @media only screen and (min-width: 640px) {
      .cmp-tile-booking .cmp-date .cmp-date-label {
        display: block; } }
  @media only screen and (min-width: 640px) {
    .cmp-tile-booking .cmp-date .cmp-date-missing {
      position: relative; } }
  @media only screen and (min-width: 640px) {
    .cmp-tile-booking .cmp-date .cmp-date-missing {
      text-align: center; } }
  @media only screen and (min-width: 640px) {
    .cmp-tile-booking .cmp-date .cmp-date-missing {
      top: 0.6rem; } }
  .cmp-tile-booking .cmp-date .cmp-date-value {
    display: inline-block; }
    @media only screen and (min-width: 640px) {
      .cmp-tile-booking .cmp-date .cmp-date-value {
        display: block; } }
  .cmp-tile-booking .cmp-date .cmp-date-values {
    display: block; }
    @media only screen and (min-width: 640px) {
      .cmp-tile-booking .cmp-date .cmp-date-values {
        display: inline-block; } }
  .cmp-tile-booking .cmp-id.primary {
    color: #e75635; }
  .cmp-tile-booking .cmp-main {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 2rem; }
    .cmp-tile-booking .cmp-main .cmp-main-icon {
      height: 1rem;
      margin-left: 0.1rem;
      position: relative;
      top: -0.1rem; }
  .cmp-tile-booking .cmp-wrapper.carousel {
    padding-top: 75%; }
  .cmp-tile-booking .cmp-wrapper.content {
    position: relative; }
    .cmp-tile-booking .cmp-wrapper.content::after {
      background-color: rgba(51, 51, 51, 0.5);
      bottom: 0;
      content: " ";
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
  .cmp-tile-booking .cmp-wrapper .cmp-content {
    color: #fefefe;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 1; }

.cmp-tile-eventpackage:hover .cmp-description {
  height: 5.7rem; }

.cmp-tile-eventpackage:hover .cmp-wrapper {
  height: 12rem; }
  @media only screen and (min-width: 1280px) {
    .cmp-tile-eventpackage:hover .cmp-wrapper {
      height: 14.5rem; } }

.cmp-tile-eventpackage .cmp-actions {
  padding: 0 1rem 0.75rem; }

.cmp-tile-eventpackage .cmp-description {
  height: 0;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; }

.cmp-tile-eventpackage .cmp-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%; }

.cmp-tile-eventpackage .cmp-info {
  padding: 0.5rem 1rem 0.75rem; }

.cmp-tile-eventpackage .cmp-main {
  background-color: rgba(231, 86, 53, 0.75);
  bottom: 0;
  color: #fefefe;
  left: 0;
  padding: 0.375rem 1rem 0.25rem;
  position: absolute;
  right: 0; }
  .cmp-tile-eventpackage .cmp-main .cmp-main-price {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: bold; }
    .cmp-tile-eventpackage .cmp-main .cmp-main-price .cmp-main-price-sub {
      display: inline-block;
      font-size: 1rem;
      font-weight: normal;
      margin-right: 0.2rem; }

.cmp-tile-eventpackage .cmp-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.35rem;
  padding-bottom: 0.25rem; }

.cmp-tile-eventpackage .cmp-tag {
  color: #e75635;
  padding-bottom: 0.75rem; }

.cmp-tile-eventpackage .cmp-wrapper {
  height: 17.7rem;
  position: relative;
  transition: height 0.5s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; }
  @media only screen and (min-width: 1280px) {
    .cmp-tile-eventpackage .cmp-wrapper {
      height: 20.2rem; } }

.cmp-tile-hireset .cmp-actions {
  margin-top: 0.5rem; }
  .cmp-tile-hireset .cmp-actions .button {
    font-size: 0.75rem;
    padding: 0.55rem 0.7rem 0.5rem !important; }
  .cmp-tile-hireset .cmp-actions .cmp-actions-inlineform {
    display: inline-block; }

.cmp-tile-hireset .cmp-detail {
  position: relative; }
  .cmp-tile-hireset .cmp-detail .cmp-detail-icon {
    font-size: 1.25rem;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 2rem; }
  .cmp-tile-hireset .cmp-detail .cmp-detail-text {
    padding: 0.25rem 0;
    margin-left: 2.25rem; }

.cmp-tile-hireset .cmp-detail {
  margin-bottom: 0.25rem; }
  .cmp-tile-hireset .cmp-detail .cmp-detail-label {
    color: #777;
    font-size: 0.75rem; }

.cmp-tile-hireset .cmp-info {
  padding: 0.75rem; }

.cmp-tile-hireset .cmp-new {
  border: 3px dashed #e7e7e7;
  border-radius: 2px;
  height: calc(100% - 1.75rem);
  margin-top: 0.75rem;
  min-height: 10rem;
  position: relative;
  text-align: center; }
  .cmp-tile-hireset .cmp-new .cmp-new-content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.cmp-tile-hireset .cmp-intro {
  margin-bottom: 0.5rem; }
  .cmp-tile-hireset .cmp-intro .cmp-intro-tag {
    background-color: #e7e7e7;
    border-radius: 2px;
    color: #aaa;
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
    margin: 0.1rem; }
    .cmp-tile-hireset .cmp-intro .cmp-intro-tag.primary {
      color: #e75635;
      background-color: rgba(231, 86, 53, 0.3); }
  .cmp-tile-hireset .cmp-intro .cmp-intro-link {
    padding-left: 0.2rem; }

.cmp-tile-hireset .cmp-space {
  position: relative; }
  .cmp-tile-hireset .cmp-space .cmp-space-headline {
    color: #777;
    font-size: 0.75rem;
    left: 5.5rem;
    position: absolute;
    right: 0.5rem;
    top: 0.7rem; }
  .cmp-tile-hireset .cmp-space .cmp-space-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 3.2rem;
    width: 4.8rem; }

.cmp-tile-listfullwidth .row.collapse {
  margin-bottom: 0.5rem; }
  .cmp-tile-listfullwidth .row.collapse .column, .cmp-tile-listfullwidth .row.collapse .columns {
    padding-bottom: 0;
    padding-top: 0; }

.cmp-tile-listfullwidth .cmp-actions .button {
  margin: 0.125rem; }

.cmp-tile-listfullwidth .cmp-actionsbooking {
  text-align: left; }

.cmp-tile-listfullwidth .cmp-arrow {
  color: transparent;
  cursor: pointer;
  outline-color: transparent;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .cmp-tile-listfullwidth .cmp-arrow:before {
    color: #fefefe;
    font-family: FontAwesome;
    font-size: 3.5rem;
    font-weight: normal;
    opacity: 0.75;
    padding: 0 1.15rem; }
  .cmp-tile-listfullwidth .cmp-arrow.left {
    left: 0; }
    .cmp-tile-listfullwidth .cmp-arrow.left:before {
      content: "\f104"; }
  .cmp-tile-listfullwidth .cmp-arrow.right {
    right: 0; }
    .cmp-tile-listfullwidth .cmp-arrow.right:before {
      content: "\f105"; }

.cmp-tile-listfullwidth .cmp-capacity {
  margin: 1rem auto; }
  .cmp-tile-listfullwidth .cmp-capacity .cmp-capacity-element {
    display: inline-block;
    margin-left: 1.5rem; }
    .cmp-tile-listfullwidth .cmp-capacity .cmp-capacity-element.unavailable {
      opacity: 0.5; }
  .cmp-tile-listfullwidth .cmp-capacity .cmp-capacity-image {
    height: 1.2rem;
    position: relative;
    top: -0.05rem;
    width: 1.2rem; }
  .cmp-tile-listfullwidth .cmp-capacity .cmp-capacity-label {
    color: #777;
    font-size: 0.75rem; }
  .cmp-tile-listfullwidth .cmp-capacity .cmp-capacity-value {
    margin-left: 0.5rem; }

.cmp-tile-listfullwidth .cmp-carousel {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto; }
  .cmp-tile-listfullwidth .cmp-carousel .cmp-carousel-first {
    background-color: #333;
    height: 100%;
    overflow: hidden;
    text-align: center; }
  .cmp-tile-listfullwidth .cmp-carousel img {
    height: 100%;
    margin: 0 auto;
    max-width: none; }
    .cmp-tile-listfullwidth .cmp-carousel img:not([src]) {
      display: none; }

.cmp-tile-listfullwidth .cmp-clickable-area {
  bottom: 0;
  cursor: pointer;
  left: 12.5%;
  position: absolute;
  right: 12.5%;
  top: 0;
  z-index: 5; }

.cmp-tile-listfullwidth .cmp-divider {
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 0.5rem auto; }

.cmp-tile-listfullwidth .cmp-flag {
  z-index: 6; }
  .cmp-tile-listfullwidth .cmp-flag .cmp-flag-icon {
    color: #333333;
    font-size: 1rem;
    position: relative;
    top: 0.05rem; }
  .cmp-tile-listfullwidth .cmp-flag .cmp-flag-image {
    position: relative;
    top: -0.1rem;
    width: 1.5rem; }
  .cmp-tile-listfullwidth .cmp-flag .cmp-flag-text {
    color: #333333;
    font-size: 0.75rem;
    font-weight: bold; }

.cmp-tile-listfullwidth .cmp-flag {
  display: inline-block;
  position: relative;
  top: -0.1rem; }
  .cmp-tile-listfullwidth .cmp-flag.actionable .cmp-flag-icon, .cmp-tile-listfullwidth .cmp-flag.actionable .cmp-flag-text {
    color: #e75635; }

.cmp-tile-listfullwidth .cmp-headline {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0;
  max-height: 4.2rem;
  overflow: hidden; }

.cmp-tile-listfullwidth .cmp-icons {
  height: 1.35rem;
  margin: 0.5rem 0 1rem;
  position: relative; }
  .cmp-tile-listfullwidth .cmp-icons .cmp-icons-actionable {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0; }
  .cmp-tile-listfullwidth .cmp-icons .cmp-icons-font {
    font-size: 1.35rem;
    margin-right: 0.5rem; }
  .cmp-tile-listfullwidth .cmp-icons .cmp-icons-svg {
    height: 1.35rem;
    margin-right: 0.5rem;
    position: relative;
    top: -0.25rem;
    width: 1.35rem; }

.cmp-tile-listfullwidth .cmp-info {
  padding: 0.75rem 1.5rem; }

.cmp-tile-listfullwidth .cmp-introtext {
  margin-top: 0.5rem; }

.cmp-tile-listfullwidth .cmp-overlay {
  color: #fefefe;
  height: 100%;
  padding-top: 37.5%;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20; }
  .cmp-tile-listfullwidth .cmp-overlay a, .cmp-tile-listfullwidth .cmp-overlay p {
    font-size: 1.5rem; }
  .cmp-tile-listfullwidth .cmp-overlay.dark {
    background-color: rgba(0, 0, 0, 0.8); }
  .cmp-tile-listfullwidth .cmp-overlay.light {
    background-color: rgba(0, 0, 0, 0.35);
    height: calc(100% - 2.4rem);
    padding-top: calc(37.5% - 1.2rem); }
  .cmp-tile-listfullwidth .cmp-overlay .button {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem; }
  .cmp-tile-listfullwidth .cmp-overlay .cmp-overlay-content {
    padding: 0 1rem;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.cmp-tile-listfullwidth .cmp-pricing {
  margin: 1rem auto; }
  .cmp-tile-listfullwidth .cmp-pricing .cmp-pricing-element {
    display: inline-block;
    margin-right: 1.5rem;
    position: relative; }
  .cmp-tile-listfullwidth .cmp-pricing .cmp-pricing-image {
    height: 1.5rem;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 1.5rem; }
  .cmp-tile-listfullwidth .cmp-pricing .cmp-pricing-label {
    color: #777;
    font-size: 0.75rem; }
  .cmp-tile-listfullwidth .cmp-pricing .cmp-pricing-text {
    display: inline-block;
    margin-left: 2rem; }
  .cmp-tile-listfullwidth .cmp-pricing .cmp-pricing-value {
    font-size: 1.125rem;
    font-weight: bold; }

.cmp-tile-listfullwidth .cmp-rating {
  margin: 0; }

.cmp-tile-listfullwidth .cmp-subtitle {
  color: #777; }

.cmp-tile-listfullwidth .cmp-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 960px) {
    .cmp-tile-listfullwidth .cmp-value {
      margin-bottom: 0; } }
  .cmp-tile-listfullwidth .cmp-value .cmp-value-label {
    color: #777;
    font-size: 0.75rem; }
    @media only screen and (min-width: 960px) {
      .cmp-tile-listfullwidth .cmp-value .cmp-value-label {
        display: block; } }

.cmp-tile-listfullwidth .cmp-wishlist {
  display: inline-block;
  margin-left: 0.5rem;
  z-index: 10; }
  .cmp-tile-listfullwidth .cmp-wishlist i {
    font-size: 1.35rem;
    margin: 0; }
  .cmp-tile-listfullwidth .cmp-wishlist .dropdown-pane {
    left: -3rem !important; }

.cmp-tile-listfullwidth .cmp-wrapper {
  position: relative;
  padding-top: 75%;
  width: 100%; }

.cmp-tile-list .cmp-actions .button {
  margin: 0.125rem;
  padding: 0.55rem 0.7rem 0.5rem !important; }

.cmp-tile-list .cmp-actions .cmp-actions-inlineform {
  display: inline-block; }

.cmp-tile-list .cmp-divider {
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 0.5rem auto; }

.cmp-tile-list .cmp-id {
  color: #777;
  font-size: 0.75rem;
  padding: 0 0.05rem 0.15rem; }

.cmp-tile-list .cmp-info {
  padding: 0.5rem 1rem; }

.cmp-tile-list .cmp-main {
  background-color: rgba(51, 51, 51, 0.5);
  bottom: 0;
  color: #fefefe;
  display: block;
  height: 2.1rem;
  left: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  z-index: 7; }
  .cmp-tile-list .cmp-main .cmp-main-iconfont {
    font-size: 1.35rem; }
  .cmp-tile-list .cmp-main .cmp-main-iconsvg {
    height: 1.35rem;
    position: relative;
    top: -0.25rem;
    width: 1.35rem; }
  .cmp-tile-list .cmp-main .cmp-main-price {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: bold; }
    .cmp-tile-list .cmp-main .cmp-main-price .cmp-main-price-sub {
      color: #aaa;
      display: inline-block;
      font-size: 1rem;
      font-weight: normal;
      margin-right: 0.2rem; }

.cmp-tile-list .cmp-rating {
  color: #555;
  margin: 0; }

.cmp-tile-list .cmp-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.25rem 0; }
  .cmp-tile-list .cmp-value.iconed {
    position: relative;
    padding-left: 2rem;
    color: #777; }
  .cmp-tile-list .cmp-value .cmp-value-icon {
    color: #777;
    font-size: 1.35rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 1.5rem; }
    .cmp-tile-list .cmp-value .cmp-value-icon.alert {
      color: #cc4b37; }
    .cmp-tile-list .cmp-value .cmp-value-icon.primary {
      color: #e75635; }
    .cmp-tile-list .cmp-value .cmp-value-icon.secondary {
      color: #50aaeb; }
    .cmp-tile-list .cmp-value .cmp-value-icon.success {
      color: #66c17b; }
    .cmp-tile-list .cmp-value .cmp-value-icon.warning {
      color: #ffae00; }
  .cmp-tile-list .cmp-value .cmp-value-label {
    color: #777;
    font-size: 0.75rem; }
  .cmp-tile-list .cmp-value .cmp-value-highlight {
    font-size: 1.125rem; }
    .cmp-tile-list .cmp-value .cmp-value-highlight.primary {
      color: #e75635; }

.cmp-tile-list .cmp-wrapper {
  position: relative;
  width: 100%; }
  .cmp-tile-list .cmp-wrapper.image {
    background-clip: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10rem; }
  .cmp-tile-list .cmp-wrapper .cmp-arrow {
    color: transparent;
    cursor: pointer;
    outline-color: transparent;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .cmp-tile-list .cmp-wrapper .cmp-arrow:before {
      color: #fefefe;
      font-family: FontAwesome;
      font-size: 3.5rem;
      font-weight: normal;
      opacity: 0.75;
      padding: 0 1.15rem; }
    .cmp-tile-list .cmp-wrapper .cmp-arrow.left {
      left: 0; }
      .cmp-tile-list .cmp-wrapper .cmp-arrow.left:before {
        content: "\f104"; }
    .cmp-tile-list .cmp-wrapper .cmp-arrow.right {
      right: 0; }
      .cmp-tile-list .cmp-wrapper .cmp-arrow.right:before {
        content: "\f105"; }
  .cmp-tile-list .cmp-wrapper .cmp-carousel {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto; }
    .cmp-tile-list .cmp-wrapper .cmp-carousel .cmp-carousel-first {
      background-color: #333;
      height: 100%;
      overflow: hidden;
      text-align: center; }
    .cmp-tile-list .cmp-wrapper .cmp-carousel img {
      height: 100%;
      margin: 0 auto;
      max-width: none; }
      .cmp-tile-list .cmp-wrapper .cmp-carousel img:not([src]) {
        display: none; }

.cmp-tile-list .cmp-button {
  bottom: -1.7rem;
  height: 3.375rem;
  position: absolute;
  right: 1.7rem; }
  .cmp-tile-list .cmp-button i {
    padding: 0.4rem; }

.cmp-tile-list .cmp-city {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0; }

.cmp-tile-list .cmp-clickable-area {
  bottom: 0;
  cursor: pointer;
  left: 12.5%;
  position: absolute;
  right: 12.5%;
  top: 0;
  z-index: 5; }

.cmp-tile-list .cmp-flag {
  z-index: 6; }
  .cmp-tile-list .cmp-flag .cmp-flag-icon {
    color: #fefefe;
    font-size: 1rem;
    position: relative;
    top: 0.05rem; }
  .cmp-tile-list .cmp-flag .cmp-flag-image {
    position: relative;
    top: -0.1rem;
    width: 1.5rem; }
  .cmp-tile-list .cmp-flag .cmp-flag-text {
    color: #fefefe;
    font-size: 0.75rem;
    font-weight: bold; }

.cmp-tile-list .cmp-flag {
  padding: 0.25rem 0.5rem;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem; }

.cmp-tile-list .cmp-info .cmp-info-grid .column, .cmp-tile-list .cmp-info .cmp-info-grid .columns {
  padding-bottom: 0;
  padding-top: 0; }

.cmp-tile-list .cmp-info .cmp-info-published {
  color: green;
  font-weight: bold;
  padding: 0.25rem 0; }

.cmp-tile-list .cmp-info .cmp-info-unpublished {
  color: red;
  font-weight: bold;
  padding: 0.25rem 0; }

.cmp-tile-list .cmp-headline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0.25rem 0; }

.cmp-tile-list .cmp-main {
  height: 2.4rem;
  padding: 0.3rem 2.75rem 0.3rem 1rem; }

.cmp-tile-list .cmp-overlay {
  color: #fefefe;
  height: 100%;
  padding-top: 37.5%;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20; }
  .cmp-tile-list .cmp-overlay a, .cmp-tile-list .cmp-overlay p {
    font-size: 1.5rem; }
  .cmp-tile-list .cmp-overlay.dark {
    background-color: rgba(0, 0, 0, 0.8); }
  .cmp-tile-list .cmp-overlay.light {
    background-color: rgba(0, 0, 0, 0.35);
    height: calc(100% - 2.4rem);
    padding-top: calc(37.5% - 1.2rem); }
  .cmp-tile-list .cmp-overlay .button {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem; }
  .cmp-tile-list .cmp-overlay .cmp-overlay-content {
    padding: 0 1rem;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.cmp-tile-list .cmp-warning {
  background-color: #cc4b37;
  color: #fefefe;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 30; }

.cmp-tile-list .cmp-wishlist {
  bottom: 0;
  color: #fefefe;
  cursor: pointer;
  right: 0;
  padding: 0.6rem 0.75rem 0.4rem 0.75rem;
  position: absolute;
  z-index: 10; }
  .cmp-tile-list .cmp-wishlist a {
    color: #fefefe; }
  .cmp-tile-list .cmp-wishlist i {
    font-size: 1.35rem;
    margin: 0; }
  .cmp-tile-list .cmp-wishlist .dropdown-pane {
    left: -7.25rem !important; }

.cmp-tile-list .cmp-wrapper.carousel {
  padding-top: 75%; }

.cmp-tile-list .cmp-wrapper.image {
  height: 12rem; }
  @media only screen and (min-width: 1280px) {
    .cmp-tile-list .cmp-wrapper.image {
      height: 14.5rem; } }

.cmp-tile-recon {
  clear: none !important; }
  .cmp-tile-recon .cmp-actions .button {
    margin: 0.125rem;
    padding: 0.55rem 0.7rem 0.5rem !important; }
  .cmp-tile-recon .cmp-actions .cmp-actions-inlineform {
    display: inline-block; }
  .cmp-tile-recon .cmp-divider {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0.5rem auto; }
  .cmp-tile-recon .cmp-id {
    color: #777;
    font-size: 0.75rem;
    padding: 0 0.05rem 0.15rem; }
  .cmp-tile-recon .cmp-info {
    padding: 0.5rem 1rem; }
  .cmp-tile-recon .cmp-main {
    background-color: rgba(51, 51, 51, 0.5);
    bottom: 0;
    color: #fefefe;
    display: block;
    height: 2.1rem;
    left: 0;
    padding: 0.5rem 1rem;
    position: absolute;
    right: 0;
    z-index: 7; }
    .cmp-tile-recon .cmp-main .cmp-main-iconfont {
      font-size: 1.35rem; }
    .cmp-tile-recon .cmp-main .cmp-main-iconsvg {
      height: 1.35rem;
      position: relative;
      top: -0.25rem;
      width: 1.35rem; }
    .cmp-tile-recon .cmp-main .cmp-main-price {
      display: inline-block;
      font-size: 1.35rem;
      font-weight: bold; }
      .cmp-tile-recon .cmp-main .cmp-main-price .cmp-main-price-sub {
        color: #aaa;
        display: inline-block;
        font-size: 1rem;
        font-weight: normal;
        margin-right: 0.2rem; }
  .cmp-tile-recon .cmp-rating {
    color: #555;
    margin: 0; }
  .cmp-tile-recon .cmp-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.25rem 0; }
    .cmp-tile-recon .cmp-value.iconed {
      position: relative;
      padding-left: 2rem;
      color: #777; }
    .cmp-tile-recon .cmp-value .cmp-value-icon {
      color: #777;
      font-size: 1.35rem;
      left: 0;
      position: absolute;
      text-align: center;
      width: 1.5rem; }
      .cmp-tile-recon .cmp-value .cmp-value-icon.alert {
        color: #cc4b37; }
      .cmp-tile-recon .cmp-value .cmp-value-icon.primary {
        color: #e75635; }
      .cmp-tile-recon .cmp-value .cmp-value-icon.secondary {
        color: #50aaeb; }
      .cmp-tile-recon .cmp-value .cmp-value-icon.success {
        color: #66c17b; }
      .cmp-tile-recon .cmp-value .cmp-value-icon.warning {
        color: #ffae00; }
    .cmp-tile-recon .cmp-value .cmp-value-label {
      color: #777;
      font-size: 0.75rem; }
    .cmp-tile-recon .cmp-value .cmp-value-highlight {
      font-size: 1.125rem; }
      .cmp-tile-recon .cmp-value .cmp-value-highlight.primary {
        color: #e75635; }
  .cmp-tile-recon .cmp-wrapper {
    position: relative;
    width: 100%; }
    .cmp-tile-recon .cmp-wrapper.image {
      background-clip: content-box;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 10rem; }
    .cmp-tile-recon .cmp-wrapper .cmp-arrow {
      color: transparent;
      cursor: pointer;
      outline-color: transparent;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .cmp-tile-recon .cmp-wrapper .cmp-arrow:before {
        color: #fefefe;
        font-family: FontAwesome;
        font-size: 3.5rem;
        font-weight: normal;
        opacity: 0.75;
        padding: 0 1.15rem; }
      .cmp-tile-recon .cmp-wrapper .cmp-arrow.left {
        left: 0; }
        .cmp-tile-recon .cmp-wrapper .cmp-arrow.left:before {
          content: "\f104"; }
      .cmp-tile-recon .cmp-wrapper .cmp-arrow.right {
        right: 0; }
        .cmp-tile-recon .cmp-wrapper .cmp-arrow.right:before {
          content: "\f105"; }
    .cmp-tile-recon .cmp-wrapper .cmp-carousel {
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: auto; }
      .cmp-tile-recon .cmp-wrapper .cmp-carousel .cmp-carousel-first {
        background-color: #333;
        height: 100%;
        overflow: hidden;
        text-align: center; }
      .cmp-tile-recon .cmp-wrapper .cmp-carousel img {
        height: 100%;
        margin: 0 auto;
        max-width: none; }
        .cmp-tile-recon .cmp-wrapper .cmp-carousel img:not([src]) {
          display: none; }
  .cmp-tile-recon.disabled {
    opacity: 0.25; }
  .cmp-tile-recon .cmp-actions {
    padding-top: 0.5rem; }
  .cmp-tile-recon .cmp-book {
    border-bottom: 1px solid #e3e3e3;
    position: relative; }
    .cmp-tile-recon .cmp-book .button {
      font-size: 0.75rem;
      padding: 0.55rem 0.7rem 0.5rem !important;
      position: absolute;
      right: 0;
      top: 0.6rem; }
    .cmp-tile-recon .cmp-book .cmp-book-price {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 1rem;
      font-weight: bold;
      padding-bottom: 2rem; }
  .cmp-tile-recon .cmp-info {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem; }
  .cmp-tile-recon .cmp-intro {
    padding: 0.75rem 1rem; }
    .cmp-tile-recon .cmp-intro .cmp-intro-headline {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 1rem;
      font-weight: bold;
      height: 2.85rem;
      white-space: normal; }
    .cmp-tile-recon .cmp-intro .cmp-intro-tag {
      background-color: #e7e7e7;
      border-radius: 2px;
      color: #aaa;
      display: inline-block;
      font-size: 0.75rem;
      padding: 0.15rem 0.5rem;
      margin: 0.1rem; }
      .cmp-tile-recon .cmp-intro .cmp-intro-tag.primary {
        color: #e75635;
        background-color: rgba(231, 86, 53, 0.3); }
  .cmp-tile-recon .cmp-value {
    border-bottom: 1px solid #e3e3e3;
    padding: 0.5rem 0; }
    .cmp-tile-recon .cmp-value.breakdown {
      position: relative;
      text-align: right; }
      .cmp-tile-recon .cmp-value.breakdown .cmp-value-label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.55;
        left: 0;
        position: absolute;
        right: 5rem;
        text-align: left; }
    .cmp-tile-recon .cmp-value.long {
      height: 4.5rem;
      white-space: normal; }
  .cmp-tile-recon .cmp-wrapper.carousel {
    padding-top: 12.5rem; }

.cmp-tile-space .cmp-actions .button {
  margin: 0.125rem;
  padding: 0.55rem 0.7rem 0.5rem !important; }

.cmp-tile-space .cmp-actions .cmp-actions-inlineform {
  display: inline-block; }

.cmp-tile-space .cmp-divider {
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 0.5rem auto; }

.cmp-tile-space .cmp-id {
  color: #777;
  font-size: 0.75rem;
  padding: 0 0.05rem 0.15rem; }

.cmp-tile-space .cmp-info {
  padding: 0.5rem 1rem; }

.cmp-tile-space .cmp-main {
  background-color: rgba(51, 51, 51, 0.5);
  bottom: 0;
  color: #fefefe;
  display: block;
  height: 2.1rem;
  left: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  z-index: 7; }
  .cmp-tile-space .cmp-main .cmp-main-iconfont {
    font-size: 1.35rem; }
  .cmp-tile-space .cmp-main .cmp-main-iconsvg {
    height: 1.35rem;
    position: relative;
    top: -0.25rem;
    width: 1.35rem; }
  .cmp-tile-space .cmp-main .cmp-main-price {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: bold; }
    .cmp-tile-space .cmp-main .cmp-main-price .cmp-main-price-sub {
      color: #aaa;
      display: inline-block;
      font-size: 1rem;
      font-weight: normal;
      margin-right: 0.2rem; }

.cmp-tile-space .cmp-rating {
  color: #555;
  margin: 0; }

.cmp-tile-space .cmp-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.25rem 0; }
  .cmp-tile-space .cmp-value.iconed {
    position: relative;
    padding-left: 2rem;
    color: #777; }
  .cmp-tile-space .cmp-value .cmp-value-icon {
    color: #777;
    font-size: 1.35rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 1.5rem; }
    .cmp-tile-space .cmp-value .cmp-value-icon.alert {
      color: #cc4b37; }
    .cmp-tile-space .cmp-value .cmp-value-icon.primary {
      color: #e75635; }
    .cmp-tile-space .cmp-value .cmp-value-icon.secondary {
      color: #50aaeb; }
    .cmp-tile-space .cmp-value .cmp-value-icon.success {
      color: #66c17b; }
    .cmp-tile-space .cmp-value .cmp-value-icon.warning {
      color: #ffae00; }
  .cmp-tile-space .cmp-value .cmp-value-label {
    color: #777;
    font-size: 0.75rem; }
  .cmp-tile-space .cmp-value .cmp-value-highlight {
    font-size: 1.125rem; }
    .cmp-tile-space .cmp-value .cmp-value-highlight.primary {
      color: #e75635; }

.cmp-tile-space .cmp-wrapper {
  position: relative;
  width: 100%; }
  .cmp-tile-space .cmp-wrapper.image {
    background-clip: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10rem; }
  .cmp-tile-space .cmp-wrapper .cmp-arrow {
    color: transparent;
    cursor: pointer;
    outline-color: transparent;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .cmp-tile-space .cmp-wrapper .cmp-arrow:before {
      color: #fefefe;
      font-family: FontAwesome;
      font-size: 3.5rem;
      font-weight: normal;
      opacity: 0.75;
      padding: 0 1.15rem; }
    .cmp-tile-space .cmp-wrapper .cmp-arrow.left {
      left: 0; }
      .cmp-tile-space .cmp-wrapper .cmp-arrow.left:before {
        content: "\f104"; }
    .cmp-tile-space .cmp-wrapper .cmp-arrow.right {
      right: 0; }
      .cmp-tile-space .cmp-wrapper .cmp-arrow.right:before {
        content: "\f105"; }
  .cmp-tile-space .cmp-wrapper .cmp-carousel {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto; }
    .cmp-tile-space .cmp-wrapper .cmp-carousel .cmp-carousel-first {
      background-color: #333;
      height: 100%;
      overflow: hidden;
      text-align: center; }
    .cmp-tile-space .cmp-wrapper .cmp-carousel img {
      height: 100%;
      margin: 0 auto;
      max-width: none; }
      .cmp-tile-space .cmp-wrapper .cmp-carousel img:not([src]) {
        display: none; }

.cmp-tile-space .cmp-detail {
  color: #777;
  margin-bottom: 0.75rem; }

.cmp-tile-space .cmp-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.15rem; }

.cmp-tips-empty {
  margin-top: 2rem;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .cmp-tips-empty {
      margin-top: 6rem; } }
  @media only screen and (min-width: 960px) {
    .cmp-tips-empty {
      margin-top: 10rem; } }
  .cmp-tips-empty .cmp-title {
    font-size: 1.1rem;
    font-weight: bold; }

@keyframes spinning {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
  .cmp-tips-empty .cmp-icon {
    color: #ccc;
    font-size: 6rem;
    margin-bottom: 1.75rem; }
    .cmp-tips-empty .cmp-icon.rotate {
      animation: spinning 2s infinite ease 1.5s; }
  .cmp-tips-empty .cmp-button {
    margin-top: 1.75rem;
    min-width: 12rem; }

.cmp-upload-photo .cmp-image {
  background-color: #fefefe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 10rem;
  margin: 0 auto;
  width: 10rem; }

.cmp-upload-photo .cmp-explanation {
  margin-bottom: 1rem; }

.cmp-upload-photo .cmp-input {
  margin-bottom: 1rem; }
  .cmp-upload-photo .cmp-input label {
    background-color: #eee;
    border-radius: 50%;
    height: 10rem;
    margin: 0 auto;
    width: 10rem; }
    .cmp-upload-photo .cmp-input label i {
      font-size: 3rem;
      line-height: 4.5rem;
      position: relative;
      top: 3rem; }
  .cmp-upload-photo .cmp-input span {
    display: block; }
  .cmp-upload-photo .cmp-input input {
    display: none; }

.sb-content-toggle:hover {
  cursor: pointer; }

.sb-cover-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%; }

.sb-empty-select {
  color: #b4b4b4;
  font-weight: lighter; }
  .sb-empty-select option {
    color: #333;
    font-weight: normal; }

.sb-header-slider {
  transition: all 2000ms;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background-color: #333; }

.sb-high-value-user::before {
  color: #e75635;
  content: "\f06d";
  font-family: FontAwesome;
  padding: 0.2rem; }

.sb-loading-content {
  cursor: wait;
  opacity: 0.2; }

.sb-open-lightbox {
  cursor: pointer; }

.sb-range-high {
  background-color: #66c17b; }
  .sb-range-high.sb-range-reverse {
    background-color: #cc4b37; }

.sb-range-low {
  background-color: #cc4b37; }
  .sb-range-low.sb-range-reverse {
    background-color: #66c17b; }

.sb-range-mid {
  background-color: #ffda17; }

.sb-waypoint-fixed {
  position: fixed !important;
  top: 1rem !important;
  width: 320px; }

.sb-widgetcalendar-setcheckin .sb-widgetcalendar-slot:not(.closed):not(.past):not(.sb-widgetcalendar-beforecheckin), .sb-widgetcalendar-setcheckout .sb-widgetcalendar-slot:not(.closed):not(.past):not(.sb-widgetcalendar-beforecheckin) {
  cursor: pointer; }

.sb-widgetcalendar-setcheckin .sb-widgetcalendar-slot.sb-widgetcalendar-beforecheckin, .sb-widgetcalendar-setcheckin .sb-widgetcalendar-slot.closed, .sb-widgetcalendar-setcheckin .sb-widgetcalendar-slot.past, .sb-widgetcalendar-setcheckout .sb-widgetcalendar-slot.sb-widgetcalendar-beforecheckin, .sb-widgetcalendar-setcheckout .sb-widgetcalendar-slot.closed, .sb-widgetcalendar-setcheckout .sb-widgetcalendar-slot.past {
  cursor: not-allowed; }

.sb-widgetcalendar-setcheckin .sb-widgetcalendar-tabcheckin {
  border-bottom: 2px solid #e75635 !important; }

.sb-widgetcalendar-setcheckout .sb-widgetcalendar-tabcheckout {
  border-bottom: 2px solid #e75635 !important; }

.autocomplete-suggestions {
  border: none;
  margin-top: 0.2rem;
  z-index: 99; }
  .autocomplete-suggestions.unmatched .autocomplete-suggestion:last-child:before {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    padding-right: 0; }
  .autocomplete-suggestions.unmatched .autocomplete-suggestion:last-child b {
    color: #333; }
  .autocomplete-suggestions .autocomplete-suggestion:before {
    color: #ccc;
    content: "\f041";
    font-family: "FontAwesome";
    padding-right: 0.5rem; }

.autocomplete-suggestion {
  padding: 0.4rem 0.8rem; }
  .autocomplete-suggestion b {
    color: #e75635; }

.fc-time-area .fc-event-container, .fc-time-grid .fc-event-container {
  z-index: auto; }

.fc-time-grid-container {
  height: auto !important;
  overflow: visible !important; }
  .fc-time-grid-container .fc-divider {
    display: none !important; }

.fc-time-grid-event {
  border-color: #fefefe;
  color: #555;
  overflow: visible; }

.fc-time-grid .fc-slats td {
  height: 2rem !important; }

.fc-unthemed td.fc-today {
  background: #eee; }

.fc-unthemed .fc-divider {
  border-style: none;
  background-color: #999; }

.fc-day-grid .fc-day {
  color: #999;
  font-size: 0.8rem;
  padding: 0 4px;
  text-align: center;
  vertical-align: middle; }
  .fc-day-grid .fc-day span {
    display: none; }
    @media only screen and (min-width: 640px) {
      .fc-day-grid .fc-day span {
        display: inline-block; } }

.fc-event {
  border-radius: 0 !important;
  padding: 0.13rem; }

.fc-day-header.fc-widget-header {
  color: #555;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0.75rem 0.5rem;
  text-align: left; }
  .fc-day-header.fc-widget-header .small {
    color: black;
    display: none;
    font-size: 0.85rem;
    margin-left: 0.25rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 960px) {
      .fc-day-header.fc-widget-header .small {
        display: inline-block; } }

.fc-toolbar {
  background-color: transparent;
  color: #555;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  max-width: 20rem; }
  .fc-toolbar h2 {
    font-size: 1.3rem;
    position: relative;
    top: -0.6rem; }

.fc-prev-button, .fc-next-button {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #555; }
  .fc-prev-button:focus, .fc-next-button:focus {
    outline-color: transparent; }

.fc-toolbar .fc-left {
  float: none;
  position: relative;
  top: 1.875rem; }

.fc-toolbar .fc-right {
  float: none; }
  .fc-toolbar .fc-right .fc-corner-left {
    position: absolute;
    left: 0;
    top: 1.25rem; }
  .fc-toolbar .fc-right .fc-corner-right {
    position: absolute;
    right: 0;
    top: 1.25rem; }

.fc .fc-toolbar > * > * {
  display: inline-block;
  float: none; }

.fc .fc-toolbar .fc-today-button {
  display: none; }

.fc-day-header.fc-widget-header {
  border: none; }

.fc td.fc-widget-header {
  border: none; }

.fc-view-container {
  border-radius: 2px;
  background: #fefefe; }
  .fc-view-container .link-icon i {
    margin-top: 13px; }
  .fc-view-container .bottom-button {
    margin-left: -1em;
    margin-bottom: -0.85em; }
  .fc-view-container .text-caption {
    color: rgba(0, 0, 0, 0.35); }

.fc-axis.fc-time.fc-widget-content {
  font-size: 0.8rem; }

.intl-tel-input {
  display: block; }

.slider-container {
  margin: 1.25rem 5% 0 5%;
  width: 90% !important; }

.theme-blue .back-bar .selected-bar {
  background-color: #e75635;
  background-image: none; }

.theme-blue .back-bar .pointer {
  background-color: #fefefe;
  background-image: none;
  border-radius: 13px;
  height: 26px;
  top: -11px;
  width: 26px; }

#lg-outer {
  background-color: rgba(0, 0, 0, 0.8); }

#lg-gallery .thumb-cont .thumb-info {
  background-color: transparent; }

#lg-slider .lg-slide img {
  max-height: 95%;
  max-width: 95%; }
  @media only screen and (min-width: 960px) {
    #lg-slider .lg-slide img {
      max-height: 85%; } }
  @media only screen and (min-width: 960px) {
    #lg-slider .lg-slide img {
      max-width: 85%; } }

#lg-action {
  position: static; }
  #lg-action a {
    background-color: transparent;
    font-size: 24px;
    margin-top: -12px !important;
    position: absolute;
    top: 55%;
    z-index: 999; }
    @media only screen and (min-width: 960px) {
      #lg-action a {
        font-size: 40px; } }
    @media only screen and (min-width: 960px) {
      #lg-action a {
        margin-top: -20px !important; } }
    #lg-action a:hover {
      background-color: transparent; }
    #lg-action a#lg-prev {
      left: -32px; }
      @media only screen and (min-width: 960px) {
        #lg-action a#lg-prev {
          left: -26px; } }
      #lg-action a#lg-prev:before {
        padding: 1.75rem; }
        @media only screen and (min-width: 960px) {
          #lg-action a#lg-prev:before {
            padding: 6.125rem 1.75rem; } }
    #lg-action a#lg-next {
      right: 30px; }
      @media only screen and (min-width: 960px) {
        #lg-action a#lg-next {
          right: 54px; } }
      #lg-action a#lg-next:after {
        padding: 1.75rem; }
        @media only screen and (min-width: 960px) {
          #lg-action a#lg-next:after {
            padding: 6.125rem 1.75rem; } }

#lg-close {
  background-color: transparent; }
  #lg-close:after {
    font-size: 20px; }
    @media only screen and (min-width: 960px) {
      #lg-close:after {
        font-size: 30px; } }

.nvd3 text {
  font-family: inherit; }

.slick-prev, .slick-next {
  height: 3.5rem;
  margin: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 3.5rem; }
  .slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 3.5rem;
    font-weight: normal;
    opacity: 0.75; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: "\f104"; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: "\f105"; }

.slick-dots {
  bottom: auto;
  margin-left: 0; }

.slick-slide img {
  max-width: none; }

.StripeElement {
  box-shadow: 0 1px 3px 0 #eff2f5;
  height: 40px;
  padding: 10px 12px; }

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

.pag-apple-preferred .pag-headersection {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 350px;
  position: relative; }
  @media only screen and (min-width: 960px) {
    .pag-apple-preferred .pag-headersection {
      padding-bottom: 700px; } }
  .pag-apple-preferred .pag-headersection::before {
    background-color: rgba(51, 51, 51, 0.5);
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.pag-account {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }
  .pag-account .pag-actions i {
    font-size: 5rem;
    margin: 1rem;
    text-align: center; }
  .pag-account .pag-actions .pag-actions-button {
    margin-top: 0.25rem; }
  .pag-account .pag-actions .pag-actions-text {
    color: #777; }
  .pag-account .pag-actions .pag-actions-title {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0.25rem; }
  .pag-account .pag-extra {
    margin-top: 0.5rem;
    text-align: center; }
  .pag-account .pag-feedback {
    padding-top: 0.75rem;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .pag-account .pag-feedback {
        padding-top: 1.25rem; } }
    .pag-account .pag-feedback .fa {
      font-size: 4rem;
      margin-bottom: 2rem; }
    .pag-account .pag-feedback .pag-feedback-intro {
      margin: 0.5rem 0; }
  .pag-account .pag-field {
    margin-bottom: 0.5rem; }
  .pag-account .pag-form {
    padding-top: 0.75rem; }
    @media only screen and (min-width: 640px) {
      .pag-account .pag-form {
        padding-top: 1.25rem; } }
  .pag-account .pag-intro {
    position: relative; }
    .pag-account .pag-intro .pag-intro-comment {
      font-size: 0.75rem;
      margin-left: 1rem; }
    .pag-account .pag-intro .pag-intro-label {
      color: #777;
      font-size: 0.75rem; }
    .pag-account .pag-intro .pag-intro-steps {
      display: inline-block;
      margin-left: 1rem; }
      .pag-account .pag-intro .pag-intro-steps hr {
        border-bottom: 1px solid #50aaeb;
        display: inline-block;
        width: 1rem; }
      .pag-account .pag-intro .pag-intro-steps .pag-intro-point {
        border-radius: 50%;
        display: inline-block;
        font-size: 1rem;
        height: 1.5rem;
        padding: 0;
        position: relative;
        text-align: center;
        top: -0.05rem;
        width: 1.5rem; }
        .pag-account .pag-intro .pag-intro-steps .pag-intro-point:first-child {
          margin-left: 0; }
        .pag-account .pag-intro .pag-intro-steps .pag-intro-point.current, .pag-account .pag-intro .pag-intro-steps .pag-intro-point.done {
          background-color: #50aaeb;
          color: #fefefe; }
        .pag-account .pag-intro .pag-intro-steps .pag-intro-point.next {
          border: 1px solid #50aaeb;
          color: #50aaeb; }
    .pag-account .pag-intro .pag-intro-title {
      display: inline-block;
      font-size: 1.2rem;
      font-weight: normal;
      margin-bottom: 0.25rem;
      margin-right: 0.5rem; }
  .pag-account .pag-logo {
    display: block;
    margin-bottom: 0.7rem;
    opacity: 0.75;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .pag-account .pag-logo {
        margin-bottom: 1rem; } }
    .pag-account .pag-logo img {
      max-width: 7rem; }
      @media only screen and (min-width: 640px) {
        .pag-account .pag-logo img {
          max-width: 10rem; } }
  .pag-account .pag-manual {
    padding-top: 0.75rem; }
    @media only screen and (min-width: 640px) {
      .pag-account .pag-manual {
        padding-top: 1.25rem; } }
    .pag-account .pag-manual .pag-manual-forgot {
      position: relative;
      text-align: right;
      top: -0.5rem; }
    .pag-account .pag-manual .pag-manual-legaltext {
      color: #777;
      font-size: 0.75rem;
      margin-top: 0.5rem;
      text-align: left; }
      .pag-account .pag-manual .pag-manual-legaltext a {
        font-size: 0.75rem; }
    .pag-account .pag-manual .pag-manual-newsletter {
      margin: 1rem 0 0.5rem; }
  .pag-account .pag-social {
    padding-top: 0.75rem; }
    @media only screen and (min-width: 640px) {
      .pag-account .pag-social {
        padding-top: 1.25rem; } }
    .pag-account .pag-social .button {
      margin-bottom: 1rem; }
      .pag-account .pag-social .button:last-child {
        margin-bottom: 0; }
  .pag-account .pag-wrapper {
    margin: 0 auto;
    max-width: 24.25rem;
    padding: 0.875rem; }
    @media only screen and (min-width: 640px) {
      .pag-account .pag-wrapper {
        max-width: 25.5rem; } }
    @media only screen and (min-width: 640px) {
      .pag-account .pag-wrapper {
        padding: 2.5rem 0 0 0; } }
    @media only screen and (min-width: 1280px) {
      .pag-account .pag-wrapper {
        padding: 5rem 0 0 0; } }
    .pag-account .pag-wrapper .card {
      padding: 0.875rem; }
      @media only screen and (min-width: 640px) {
        .pag-account .pag-wrapper .card {
          padding: 1.5rem; } }
  .pag-account .lyt-footer {
    margin-top: 4rem; }
    @media only screen and (min-width: 960px) {
      .pag-account .lyt-footer {
        margin-top: 8rem; } }
  .pag-account .progress {
    background-color: #fefefe;
    border: 1px solid #ccc;
    padding: 0.1rem;
    margin-bottom: 1.5rem; }
    .pag-account .progress .progress-meter {
      background-color: #ccc; }
    .pag-account .progress p {
      color: #777;
      font-size: 80%;
      font-weight: bold;
      margin-top: 0.1rem;
      text-align: center; }

.pag-api .pag-comment {
  padding: 0.5rem 0; }

.pag-api .pag-form {
  margin: 5rem auto 10rem;
  padding: 1rem 1.5rem; }

.pag-api .pag-title {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.5rem; }

.pag-calendar .pag-attached {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }
  .pag-calendar .pag-attached .pag-attached-list {
    margin-left: 0.5rem;
    list-style: none; }
    .pag-calendar .pag-attached .pag-attached-list li {
      margin-top: 0.5rem; }

.pag-calendar .pag-buttons .button {
  margin: 0.25rem; }

.pag-calendar .pag-data {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 640px) {
    .pag-calendar .pag-data {
      position: relative; } }
  .pag-calendar .pag-data .pag-data-select {
    width: 10rem; }
    @media only screen and (min-width: 640px) {
      .pag-calendar .pag-data .pag-data-select {
        left: 0; } }
    @media only screen and (min-width: 640px) {
      .pag-calendar .pag-data .pag-data-select {
        position: absolute; } }
    @media only screen and (min-width: 640px) {
      .pag-calendar .pag-data .pag-data-select {
        top: 0.75rem; } }

.pag-calendar .pag-feed {
  margin-top: 0.5rem; }
  .pag-calendar .pag-feed .pag-feed-input {
    display: inline-block;
    margin-left: 1rem;
    min-width: 24rem;
    position: relative;
    top: -0.5rem; }

.pag-calendar .pag-legend {
  margin-bottom: 1.5rem;
  position: relative; }
  .pag-calendar .pag-legend input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute; }
    .pag-calendar .pag-legend input[type=checkbox] ~ .pag-legend-area {
      display: none; }
    .pag-calendar .pag-legend input[type=checkbox]:checked ~ .pag-legend-area {
      display: block; }
    .pag-calendar .pag-legend input[type=checkbox] + label {
      color: #50aaeb;
      font-size: 0.85rem;
      padding-left: 0; }
      .pag-calendar .pag-legend input[type=checkbox] + label:hover {
        color: #f0f8fd; }
      .pag-calendar .pag-legend input[type=checkbox] + label:after {
        display: none; }
      .pag-calendar .pag-legend input[type=checkbox] + label:before {
        display: none; }
  .pag-calendar .pag-legend .pag-legend-area {
    margin: 0.5rem 0.5rem 1.5rem; }
    .pag-calendar .pag-legend .pag-legend-area .row {
      margin-right: -0.5rem;
      margin-left: -0.5rem; }
      .pag-calendar .pag-legend .pag-legend-area .row .column, .pag-calendar .pag-legend .pag-legend-area .row .columns {
        padding: 0.5rem;
        position: relative; }
    .pag-calendar .pag-legend .pag-legend-area .pag-swatch {
      border: 1px solid #ddd;
      display: inline-block;
      height: 1rem;
      position: absolute;
      width: 1rem; }
      .pag-calendar .pag-legend .pag-legend-area .pag-swatch.available {
        background-color: #fefefe; }
      .pag-calendar .pag-legend .pag-legend-area .pag-swatch.pending {
        background-color: #e75635;
        border: 1px solid #e75635; }
      .pag-calendar .pag-legend .pag-legend-area .pag-swatch.confirmed-std-ext {
        background-color: #333;
        border: 1px solid #333; }
      .pag-calendar .pag-legend .pag-legend-area .pag-swatch.confirmed-org-own {
        background-color: #999;
        border: 1px solid #999; }
      .pag-calendar .pag-legend .pag-legend-area .pag-swatch.closed {
        background-color: #eee; }
    .pag-calendar .pag-legend .pag-legend-area .pag-text {
      font-size: 0.8rem;
      margin-left: 2rem; }

.pag-calendar .pag-help {
  background-color: #50aaeb;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  color: #fefefe;
  margin: 0 0 2rem;
  padding: 0.5rem 2rem; }
  .pag-calendar .pag-help a {
    color: #fefefe;
    text-decoration: underline; }
  .pag-calendar .pag-help .pag-help-title {
    font-weight: bold; }

.pag-calendar .pag-refresh {
  margin-bottom: 1.5rem; }

.pag-calendar .pag-section {
  margin-bottom: 2rem;
  margin-top: 0.25rem;
  padding: 0.75rem; }
  @media only screen and (min-width: 640px) {
    .pag-calendar .pag-section {
      padding: 1.25rem; } }
  .pag-calendar .pag-section > .row:first-child {
    margin-top: -0.25rem; }
    @media only screen and (min-width: 640px) {
      .pag-calendar .pag-section > .row:first-child {
        margin-top: -0.5rem; } }
  .pag-calendar .pag-section > .row:last-child {
    margin-bottom: -0.25rem; }
    @media only screen and (min-width: 640px) {
      .pag-calendar .pag-section > .row:last-child {
        margin-bottom: -0.5rem; } }
  .pag-calendar .pag-section > .row > .column, .pag-calendar .pag-section > .row > .columns {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem; }
    @media only screen and (min-width: 640px) {
      .pag-calendar .pag-section > .row > .column, .pag-calendar .pag-section > .row > .columns {
        padding-bottom: 0.5rem; } }
    @media only screen and (min-width: 640px) {
      .pag-calendar .pag-section > .row > .column, .pag-calendar .pag-section > .row > .columns {
        padding-top: 0.5rem; } }

.pag-calendar .pag-title {
  color: #777; }

.pag-calendar .fc-axis.fc-widget-content {
  background-color: #f0f8fd; }

.pag-calendar .fc-axis.fc-widget-header {
  background-color: #f0f8fd; }

.pag-calendar .fc-toolbar {
  margin-bottom: 0.75rem; }

.pag-calendar .fc-view-container {
  border-left: 5px solid #50aaeb; }

.pag-calendar .sb-available-calendar {
  list-style: none;
  margin-top: 0.25rem; }

.pag-calendar .sb-cal-action {
  cursor: pointer;
  display: inline-block;
  overflow-x: hidden; }

.pag-calendar .sb-cal-action.wait {
  cursor: wait; }

.pag-calendar .sb-cal-booked {
  background-color: #333; }
  .pag-calendar .sb-cal-booked.sb-cal-status-pending, .pag-calendar .sb-cal-booked.sb-cal-status-reserved, .pag-calendar .sb-cal-booked.sb-cal-status-reserved-pending {
    background-color: #e75635;
    color: #fefefe; }
  .pag-calendar .sb-cal-booked.sb-cal-status-confirmed {
    background-color: #333;
    color: #fefefe; }
    .pag-calendar .sb-cal-booked.sb-cal-status-confirmed.sb-cal-kind-org-own {
      background-color: #999; }

.pag-calendar .sb-cal-blocked, .pag-calendar .sb-cal-closed {
  background-color: #eee; }

.pag-calendar .sb-calendar-tooltip[aria-expanded="true"] {
  z-index: 10 !important; }

.pag-calendar .sb-cal-swatch {
  display: inline-block;
  height: 1.05rem;
  margin-right: 0.5rem;
  width: 1.05rem; }

.pag-calendar .sb-cal-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
  color: #333;
  display: inline-block;
  max-width: 20rem;
  margin-right: 1rem; }

.pag-calendar .sb-public-calendar-submit.wait {
  cursor: wait; }

.pag-calendar .sb-feedics-calendar-submit.wait {
  cursor: wait; }

.pag-conversationdetail .lyt-sided {
  margin: 0.75rem auto 0;
  padding: 0 0.75rem; }
  @media only screen and (min-width: 960px) {
    .pag-conversationdetail .lyt-sided {
      margin: 1.25rem auto 0; } }
  @media only screen and (min-width: 640px) {
    .pag-conversationdetail .lyt-sided {
      max-width: 640px; } }
  @media only screen and (min-width: 960px) {
    .pag-conversationdetail .lyt-sided {
      max-width: 920px; } }
  @media only screen and (min-width: 1280px) {
    .pag-conversationdetail .lyt-sided {
      max-width: 960px; } }
  @media only screen and (min-width: 1600px) {
    .pag-conversationdetail .lyt-sided {
      max-width: 960px; } }
  @media only screen and (min-width: 640px) {
    .pag-conversationdetail .lyt-sided {
      padding: 0 20px; } }

@media only screen and (min-width: 960px) {
  .pag-conversationdetail .lyt-sided {
    position: relative; } }

@media only screen and (min-width: 960px) {
  .pag-conversationdetail .lyt-sided:after {
    content: ""; } }

@media only screen and (min-width: 960px) {
  .pag-conversationdetail .lyt-sided:after {
    display: table; } }

@media only screen and (min-width: 960px) {
  .pag-conversationdetail .lyt-sided:after {
    clear: both; } }

.pag-conversationdetail .lyt-sided .lyt-sided-aside {
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-conversationdetail .lyt-sided .lyt-sided-aside {
      float: right; } }
  @media only screen and (min-width: 960px) {
    .pag-conversationdetail .lyt-sided .lyt-sided-aside {
      width: 320px; } }
  .pag-conversationdetail .lyt-sided .lyt-sided-aside + .lyt-sided-main {
    margin-top: 2.5rem; }
    @media only screen and (min-width: 960px) {
      .pag-conversationdetail .lyt-sided .lyt-sided-aside + .lyt-sided-main {
        margin-top: 0; } }

.pag-conversationdetail .lyt-sided .lyt-sided-main {
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-conversationdetail .lyt-sided .lyt-sided-main {
      float: left; } }
  @media only screen and (min-width: 960px) {
    .pag-conversationdetail .lyt-sided .lyt-sided-main {
      width: 520px; } }
  @media only screen and (min-width: 1280px) {
    .pag-conversationdetail .lyt-sided .lyt-sided-main {
      width: 560px; } }
  @media only screen and (min-width: 1600px) {
    .pag-conversationdetail .lyt-sided .lyt-sided-main {
      width: 560px; } }
  .pag-conversationdetail .lyt-sided .lyt-sided-main + .lyt-sided-aside {
    margin-top: 2.5rem; }
    @media only screen and (min-width: 960px) {
      .pag-conversationdetail .lyt-sided .lyt-sided-main + .lyt-sided-aside {
        margin-top: 0; } }
    @media only screen and (min-width: 1280px) {
      .pag-conversationdetail .lyt-sided .lyt-sided-main + .lyt-sided-aside .lyt-sided-aside-fixed {
        position: fixed; } }
    @media only screen and (min-width: 1280px) {
      .pag-conversationdetail .lyt-sided .lyt-sided-main + .lyt-sided-aside .lyt-sided-aside-fixed {
        width: 320px; } }

.pag-conversationdetail .pag-back {
  margin-bottom: 1rem; }
  .pag-conversationdetail .pag-back i {
    position: relative;
    top: -0.05rem; }

.pag-conversationdetail .pag-card {
  padding: 1rem; }

.pag-conversationdetail .pag-empty {
  padding: 1.25rem 0;
  text-align: center; }
  .pag-conversationdetail .pag-empty i {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 0.25rem; }

.pag-conversationdetail .pag-intro {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 0 1rem 1rem;
  position: relative; }
  .pag-conversationdetail .pag-intro .pag-intro-counterpart {
    margin-left: 4rem;
    min-height: 3rem;
    padding-top: 0.55rem; }
  .pag-conversationdetail .pag-intro .pag-intro-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777;
    font-size: 0.75rem; }
  .pag-conversationdetail .pag-intro .pag-intro-icon, .pag-conversationdetail .pag-intro .pag-intro-multiple, .pag-conversationdetail .pag-intro .pag-intro-picture {
    font-size: 1.25rem;
    height: 3rem;
    padding: 0.6rem 0;
    position: absolute;
    width: 3rem; }
  .pag-conversationdetail .pag-intro .pag-intro-icon {
    border-radius: 50%;
    color: #fefefe;
    margin: 0 auto;
    text-align: center; }
    .pag-conversationdetail .pag-intro .pag-intro-icon:empty:after {
      content: "\f007";
      font-family: "FontAwesome"; }
  .pag-conversationdetail .pag-intro .pag-intro-multiple {
    border-radius: 50%;
    color: #fefefe;
    margin: 0 auto;
    padding: 0.9rem 0 0.3rem;
    text-align: center; }
  .pag-conversationdetail .pag-intro .pag-intro-picture {
    background-color: #fefefe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%; }
  .pag-conversationdetail .pag-intro .pag-intro-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.pag-conversationdetail .pag-link {
  font-weight: bold;
  margin-bottom: 0.6rem;
  margin-top: 0.75rem;
  text-transform: uppercase; }

.pag-conversationdetail .cmp-conversation .cmp-form {
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  padding-bottom: 0; }

.pag-conversationdetail .cmp-tile-booking, .pag-conversationdetail .cmp-tile-space {
  margin-bottom: 1rem; }

.pag-dashboardbookings .pag-actions {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 640px) {
    .pag-dashboardbookings .pag-actions {
      position: relative; } }
  @media only screen and (min-width: 640px) {
    .pag-dashboardbookings .pag-actions {
      margin-bottom: 0; } }
  @media only screen and (min-width: 640px) {
    .pag-dashboardbookings .pag-actions .pag-actions-content {
      position: absolute; } }
  .pag-dashboardbookings .pag-actions .pag-actions-element {
    padding-right: 1.5rem; }

.pag-dashboardbookings .pag-cards {
  margin-bottom: 3rem;
  margin-top: 1.5rem; }

.pag-dashboardbookings .pag-content.overlayed {
  opacity: 0.2;
  position: relative; }
  .pag-dashboardbookings .pag-content.overlayed .pag-content-overlay {
    bottom: 0;
    cursor: default;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9; }

.pag-dashboardbookings .pag-legend > .row {
  border-bottom: 1px solid #ccc; }

.pag-dashboardbookings .pag-legend .pag-legend-icon {
  font-size: 1rem;
  margin-right: 0.4rem;
  position: relative;
  top: 0.05rem; }

.pag-dashboardbookings .pag-legend .pag-legend-link {
  text-transform: uppercase; }

.pag-dashboardbookings .pag-legend .pag-legend-sort {
  cursor: pointer; }

.pag-dashboardbookings .pag-legend .pag-legend-text {
  color: #aaa;
  text-transform: uppercase; }

.pag-dashboardbookings .pag-filterstages {
  margin-bottom: 2rem; }
  .pag-dashboardbookings .pag-filterstages .row {
    margin-left: 0;
    margin-right: 0; }
  .pag-dashboardbookings .pag-filterstages .pag-filterstages-count {
    font-size: 1.25rem;
    margin-right: 0.5rem; }
    @media only screen and (min-width: 640px) {
      .pag-dashboardbookings .pag-filterstages .pag-filterstages-count {
        display: block; } }
    @media only screen and (min-width: 640px) {
      .pag-dashboardbookings .pag-filterstages .pag-filterstages-count {
        font-size: 2.5rem; } }
  .pag-dashboardbookings .pag-filterstages .pag-filterstages-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    overflow: hidden;
    position: relative; }
    @media only screen and (min-width: 640px) {
      .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile {
        border-right: none; } }
    @media only screen and (min-width: 640px) {
      .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile {
        border-left: none; } }
    @media only screen and (min-width: 640px) {
      .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile {
        border-top: 5px solid transparent; } }
    .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile:not(:last-child) {
      border-bottom: 1px solid #e3e3e3; }
      @media only screen and (min-width: 640px) {
        .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile:not(:last-child) {
          border-bottom: 5px solid transparent; } }
      @media only screen and (min-width: 640px) {
        .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile:not(:last-child) {
          border-right: 1px solid #e3e3e3; } }
    @media only screen and (min-width: 640px) {
      .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile:last-child {
        border-bottom: 5px solid transparent; } }
    .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile.active {
      border-left: 5px solid #e75635; }
      @media only screen and (min-width: 640px) {
        .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile.active {
          border-bottom: 5px solid #e75635; } }
      @media only screen and (min-width: 640px) {
        .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile.active {
          border-left: none; } }
    .pag-dashboardbookings .pag-filterstages .pag-filterstages-tile.disabled {
      opacity: 0.5; }

.pag-dashboardbookings .pag-table {
  margin-bottom: 3rem;
  margin-top: 1.5rem; }
  .pag-dashboardbookings .pag-table > .row {
    border-bottom: 1px solid #ccc; }
    .pag-dashboardbookings .pag-table > .row:last-child {
      border-bottom: none; }
    .pag-dashboardbookings .pag-table > .row > .column, .pag-dashboardbookings .pag-table > .row > .columns {
      padding-top: 1rem;
      padding-bottom: 1rem; }
  .pag-dashboardbookings .pag-table .pag-image {
    background-clip: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 2.4rem;
    position: absolute;
    width: 2.4rem; }
    .pag-dashboardbookings .pag-table .pag-image ~ .pag-text {
      margin-left: 3rem; }
  .pag-dashboardbookings .pag-table .pag-herospace {
    bottom: 0;
    height: 1.25rem;
    position: absolute;
    right: 0; }
  .pag-dashboardbookings .pag-table .pag-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.825rem; }
    .pag-dashboardbookings .pag-table .pag-text.big {
      font-size: 1rem; }
    .pag-dashboardbookings .pag-table .pag-text.gray {
      color: #999; }
    .pag-dashboardbookings .pag-table .pag-text.strong {
      font-weight: bold; }
    .pag-dashboardbookings .pag-table .pag-text i {
      color: #e75635;
      font-size: 1.2rem;
      margin-right: 0.2rem;
      position: relative;
      top: 0.05rem; }
    .pag-dashboardbookings .pag-table .pag-text + .pag-text {
      margin-top: 0.1rem; }

.pag-dashboardbookings .pag-tags {
  margin-bottom: 0.5rem; }
  .pag-dashboardbookings .pag-tags .pag-tags-element {
    background-color: #e7e7e7;
    border-radius: 2px;
    color: #aaa;
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
    margin: 0.1rem; }
    .pag-dashboardbookings .pag-tags .pag-tags-element.primary {
      color: #e75635;
      background-color: rgba(231, 86, 53, 0.3); }

.pag-dashboardbookings .pag-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 640px) {
    .pag-dashboardbookings .pag-title {
      display: inline-block; } }

@media only screen and (min-width: 640px) {
  .pag-dashboardbookings .cmp-booking-export {
    text-align: right; } }

.pag-dashboardbookings .cmp-tile-add {
  height: 376px; }

.pag-dashboardbookings .tabs {
  border-bottom: none;
  display: inline-block;
  margin-bottom: 1.5rem; }

.pag-dashboardspaces .pag-add {
  margin-top: 4rem;
  text-align: center; }
  .pag-dashboardspaces .pag-add p {
    margin-bottom: 0.5rem; }

.pag-dashboardspaces .pag-venue {
  margin-top: 2rem; }
  .pag-dashboardspaces .pag-venue .pag-venue-title {
    font-weight: bold;
    text-transform: uppercase; }

@media only screen and (min-width: 640px) {
  .pag-dashboardspaces .cmp-tile-add {
    height: 369px; } }

.pag-d2t-picker .pag-availability {
  font-size: 1rem; }

.pag-d2t-picker .pag-inputs {
  margin: 1.5rem 0 0.5rem 0; }
  .pag-d2t-picker .pag-inputs .row .column, .pag-d2t-picker .pag-inputs .row .columns {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem; }

.pag-d2t-picker .pag-recap {
  margin-top: 1.5rem; }
  .pag-d2t-picker .pag-recap p {
    font-size: 1rem; }

.pag-d2t-questionnaire .pag-button {
  margin: 3rem 0;
  text-align: center; }

.pag-errorpage .pag-explanation {
  color: #fefefe;
  left: 0;
  margin: 0 auto;
  right: 0;
  max-width: 720px;
  padding: 0 1rem;
  position: absolute;
  text-align: center;
  top: 100px; }
  @media only screen and (min-width: 960px) {
    .pag-errorpage .pag-explanation {
      padding: 0 7rem; } }
  @media only screen and (min-width: 960px) {
    .pag-errorpage .pag-explanation {
      top: 570px; } }
  .pag-errorpage .pag-explanation h1 {
    border-bottom: 1px solid #fefefe;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
    text-transform: uppercase; }
  .pag-errorpage .pag-explanation p {
    margin: 0 auto;
    width: 80%; }

.pag-errorpage .pag-headersection {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 350px;
  position: relative; }
  @media only screen and (min-width: 960px) {
    .pag-errorpage .pag-headersection {
      padding-bottom: 700px; } }
  .pag-errorpage .pag-headersection::before {
    background-color: rgba(51, 51, 51, 0.5);
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.pag-errorpage .pag-server {
  color: #fefefe;
  left: 0;
  margin: 0 auto;
  right: 0;
  max-width: 960px;
  padding: 0 1rem;
  position: absolute;
  text-align: center;
  top: 120px; }
  @media only screen and (min-width: 960px) {
    .pag-errorpage .pag-server {
      padding: 0 7rem; } }
  @media only screen and (min-width: 960px) {
    .pag-errorpage .pag-server {
      top: 300px; } }
  .pag-errorpage .pag-server h1 {
    border-bottom: 1px solid #fefefe;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
    text-transform: uppercase; }
  .pag-errorpage .pag-server p {
    font-size: 1rem;
    margin: 0 auto;
    width: 80%; }

.pag-errorpage .pag-tips {
  color: #fefefe;
  max-width: 40rem;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 10rem; }
  .pag-errorpage .pag-tips .main {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }
  .pag-errorpage .pag-tips .fa {
    font-size: 5rem; }

.pag-eventbluprints .lyt-container {
  padding-top: 1rem; }
  @media only screen and (min-width: 960px) {
    .pag-eventbluprints .lyt-container {
      padding-top: 2.5rem; } }

.pag-eventbluprints .pag-blueprintdescription {
  font-size: 1.25rem;
  padding-bottom: 0.25rem; }
  @media only screen and (min-width: 960px) {
    .pag-eventbluprints .pag-blueprintdescription {
      padding-bottom: 0.5rem; } }

.pag-eventbluprints .pag-blueprintname {
  font-size: 1.75rem;
  font-weight: bold;
  padding-top: 1rem; }
  @media only screen and (min-width: 960px) {
    .pag-eventbluprints .pag-blueprintname {
      padding-top: 2.5rem; } }

.pag-eventpackage-detail .lyt-container {
  padding-top: 1rem; }
  @media only screen and (min-width: 960px) {
    .pag-eventpackage-detail .lyt-container {
      padding-top: 2.5rem; } }

.pag-eventpackage-detail .pag-blueprint {
  font-size: 1.25rem; }

.pag-eventpackage-detail .pag-image {
  width: 100%; }

.pag-eventpackage-detail .pag-intro {
  color: #777;
  margin: 2rem 0 0.5rem; }

.pag-eventpackage-detail .pag-price {
  font-size: 1.25rem; }

.pag-eventpackage-detail .pag-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem; }

.pag-eventpackage-detail .pag-teaser {
  color: #e75635;
  font-size: 1rem;
  margin-bottom: 1.25rem; }

.pag-eventpackage-detail .pag-title {
  font-size: 2rem;
  margin-bottom: 1rem; }

.pag-hiredetail .lyt-sided {
  margin: 0.75rem auto 0;
  padding: 0 0.75rem; }
  @media only screen and (min-width: 960px) {
    .pag-hiredetail .lyt-sided {
      margin: 1.25rem auto 0; } }
  @media only screen and (min-width: 640px) {
    .pag-hiredetail .lyt-sided {
      max-width: 640px; } }
  @media only screen and (min-width: 960px) {
    .pag-hiredetail .lyt-sided {
      max-width: 920px; } }
  @media only screen and (min-width: 1280px) {
    .pag-hiredetail .lyt-sided {
      max-width: 1160px; } }
  @media only screen and (min-width: 1600px) {
    .pag-hiredetail .lyt-sided {
      max-width: 1160px; } }
  @media only screen and (min-width: 640px) {
    .pag-hiredetail .lyt-sided {
      padding: 0 20px; } }

@media only screen and (min-width: 960px) {
  .pag-hiredetail .lyt-sided {
    position: relative; } }

@media only screen and (min-width: 960px) {
  .pag-hiredetail .lyt-sided:after {
    content: ""; } }

@media only screen and (min-width: 960px) {
  .pag-hiredetail .lyt-sided:after {
    display: table; } }

@media only screen and (min-width: 960px) {
  .pag-hiredetail .lyt-sided:after {
    clear: both; } }

.pag-hiredetail .lyt-sided .lyt-sided-aside {
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-hiredetail .lyt-sided .lyt-sided-aside {
      float: right; } }
  @media only screen and (min-width: 960px) {
    .pag-hiredetail .lyt-sided .lyt-sided-aside {
      width: 320px; } }
  .pag-hiredetail .lyt-sided .lyt-sided-aside + .lyt-sided-main {
    margin-top: 2.5rem; }
    @media only screen and (min-width: 960px) {
      .pag-hiredetail .lyt-sided .lyt-sided-aside + .lyt-sided-main {
        margin-top: 0; } }

.pag-hiredetail .lyt-sided .lyt-sided-main {
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-hiredetail .lyt-sided .lyt-sided-main {
      float: left; } }
  @media only screen and (min-width: 960px) {
    .pag-hiredetail .lyt-sided .lyt-sided-main {
      width: 520px; } }
  @media only screen and (min-width: 1280px) {
    .pag-hiredetail .lyt-sided .lyt-sided-main {
      width: 760px; } }
  @media only screen and (min-width: 1600px) {
    .pag-hiredetail .lyt-sided .lyt-sided-main {
      width: 760px; } }
  .pag-hiredetail .lyt-sided .lyt-sided-main + .lyt-sided-aside {
    margin-top: 2.5rem; }
    @media only screen and (min-width: 960px) {
      .pag-hiredetail .lyt-sided .lyt-sided-main + .lyt-sided-aside {
        margin-top: 0; } }
    @media only screen and (min-width: 1280px) {
      .pag-hiredetail .lyt-sided .lyt-sided-main + .lyt-sided-aside .lyt-sided-aside-fixed {
        position: fixed; } }
    @media only screen and (min-width: 1280px) {
      .pag-hiredetail .lyt-sided .lyt-sided-main + .lyt-sided-aside .lyt-sided-aside-fixed {
        width: 320px; } }

.pag-hiredetail .pag-assistant {
  padding: 2.5rem 0.625rem; }

.pag-hiredetail .pag-cancellation-button {
  height: auto;
  margin: 0.5rem 0 0 0;
  padding: 0.65rem 0.9rem !important; }

.pag-hiredetail .pag-cancellation-list {
  margin-left: 1.5rem; }

.pag-hiredetail .pag-conversation-unread {
  background-color: #e75635;
  border-radius: 50%;
  color: #fefefe;
  display: inline-block;
  font-weight: normal;
  font-size: 0.75rem;
  height: 1.2rem;
  padding: 0.2rem 0;
  position: absolute;
  text-align: center;
  top: 0.25rem;
  width: 1.2rem; }

.pag-hiredetail .pag-details {
  margin-bottom: 2rem; }

.pag-hiredetail .pag-hiresetform + .pag-hiresetform {
  margin-top: 2.5rem; }

.pag-hiredetail .pag-hiresetform .cmp-paypal {
  display: inline-block;
  top: 0.875rem; }
  .pag-hiredetail .pag-hiresetform .cmp-paypal .cmp-paypal-label {
    display: none; }

.pag-hiredetail .pag-hiresethelp {
  margin-top: 1rem; }
  .pag-hiredetail .pag-hiresethelp .pag-hiresethelp-list {
    margin: 0.25rem 0 0.25rem 1.5rem; }
    .pag-hiredetail .pag-hiresethelp .pag-hiresethelp-list li {
      font-size: 0.75rem; }
  .pag-hiredetail .pag-hiresethelp .pag-hiresethelp-text {
    font-size: 0.75rem; }

.pag-hiredetail .pag-hiresetoptions {
  margin: 1rem -0.5rem -0.5rem; }
  .pag-hiredetail .pag-hiresetoptions .column, .pag-hiredetail .pag-hiresetoptions .columns {
    padding: 0.5rem; }

.pag-hiredetail .pag-information {
  padding: 0; }
  .pag-hiredetail .pag-information .pag-information-address {
    position: relative; }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-address {
        margin-bottom: 2rem; } }
  .pag-hiredetail .pag-information .pag-information-contents {
    padding: 0.5rem 0.75rem; }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-contents {
        margin-left: 50%; } }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-contents {
        min-height: 12rem; } }
  .pag-hiredetail .pag-information .pag-information-herospace {
    height: 1rem;
    margin-left: 0.25rem;
    position: relative;
    top: -0.1rem; }
  .pag-hiredetail .pag-information .pag-information-icon {
    color: #777;
    font-size: 1.35rem;
    position: absolute; }
    .pag-hiredetail .pag-information .pag-information-icon.fa-map-marker {
      padding-left: 0.4rem; }
  .pag-hiredetail .pag-information .pag-information-image, .pag-hiredetail .pag-information .pag-information-map {
    height: 12rem;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-image, .pag-hiredetail .pag-information .pag-information-map {
        bottom: 0; } }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-image, .pag-hiredetail .pag-information .pag-information-map {
        height: auto; } }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-image, .pag-hiredetail .pag-information .pag-information-map {
        left: 0; } }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-image, .pag-hiredetail .pag-information .pag-information-map {
        position: absolute; } }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-image, .pag-hiredetail .pag-information .pag-information-map {
        right: 50%; } }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-image, .pag-hiredetail .pag-information .pag-information-map {
        top: 0; } }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-image, .pag-hiredetail .pag-information .pag-information-map {
        width: auto; } }
  .pag-hiredetail .pag-information .pag-information-image {
    background-clip: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .pag-hiredetail .pag-information .pag-information-link {
    padding: 0.5rem 0; }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-link {
        bottom: 0; } }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-link {
        position: absolute; } }
  .pag-hiredetail .pag-information .pag-information-spacescomment {
    margin-top: 1rem; }
  .pag-hiredetail .pag-information .pag-information-spaceslist {
    margin-left: 1.5rem; }
  .pag-hiredetail .pag-information .pag-information-subtitle {
    display: inline-block; }
  .pag-hiredetail .pag-information .pag-information-text {
    margin-left: 2.15rem; }
    .pag-hiredetail .pag-information .pag-information-text + .pag-information-text {
      margin-top: 0.25rem; }
  .pag-hiredetail .pag-information .pag-information-title {
    font-size: 0.95rem;
    font-weight: bold;
    margin-bottom: 0.5rem; }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-information .pag-information-title {
        margin-bottom: 0.75rem; } }
    .pag-hiredetail .pag-information .pag-information-title i {
      font-size: 0.75rem;
      margin-left: 0.25rem; }
  .pag-hiredetail .pag-information .pag-information-wrapper {
    position: relative; }

.pag-hiredetail .pag-invite .pag-invite-field {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem; }

.pag-hiredetail .pag-invite .pag-invite-guests {
  margin-top: 0.75rem; }
  .pag-hiredetail .pag-invite .pag-invite-guests .pag-invite-guests-label {
    color: #777;
    font-size: 0.75rem;
    margin-bottom: 0.25rem; }
  .pag-hiredetail .pag-invite .pag-invite-guests span {
    background-color: #f7f7f7;
    border-radius: 2px;
    color: #777;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    height: 1.25rem;
    margin-right: 0.5rem;
    padding: 0.15rem 0.5rem 0.15rem 0; }
    .pag-hiredetail .pag-invite .pag-invite-guests span:before {
      background-color: #aaa;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      color: #fefefe;
      content: "\f007";
      font-family: FontAwesome;
      font-size: 12px;
      margin-right: 0.5rem;
      padding: 0.25rem 0.35rem;
      text-align: center; }

.pag-hiredetail .pag-invite .pag-invite-policy {
  font-size: 0.75rem;
  color: #777;
  margin: 0.25rem 0; }
  .pag-hiredetail .pag-invite .pag-invite-policy a {
    font-size: 0.75rem; }

.pag-hiredetail .pag-next {
  margin-bottom: 2rem; }
  .pag-hiredetail .pag-next p {
    text-align: justify; }
  .pag-hiredetail .pag-next input {
    margin-bottom: 0.25rem; }
  .pag-hiredetail .pag-next .button {
    margin: 0.25rem 0.5rem 0.25rem 0;
    min-width: 9rem; }
  .pag-hiredetail .pag-next .pag-next-calendars {
    margin-top: 0.5rem; }
  .pag-hiredetail .pag-next .pag-next-comment {
    margin-bottom: 0.5rem; }
  .pag-hiredetail .pag-next .pag-next-icon, .pag-hiredetail .pag-next .pag-next-image {
    display: none;
    position: absolute;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-next .pag-next-icon, .pag-hiredetail .pag-next .pag-next-image {
        display: block; } }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-next .pag-next-icon + .pag-next-texts, .pag-hiredetail .pag-next .pag-next-image + .pag-next-texts {
        margin-left: 3.5rem; } }
  .pag-hiredetail .pag-next .pag-next-icon {
    width: 3rem; }
    .pag-hiredetail .pag-next .pag-next-icon .fa {
      font-size: 2rem; }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-next .pag-next-icon + .pag-next-texts {
        margin-left: 3.5rem; } }
  .pag-hiredetail .pag-next .pag-next-image {
    width: 9rem; }
    @media only screen and (min-width: 640px) {
      .pag-hiredetail .pag-next .pag-next-image + .pag-next-texts {
        margin-left: 11rem; } }
  .pag-hiredetail .pag-next .pag-next-offer {
    max-width: 32rem; }
    .pag-hiredetail .pag-next .pag-next-offer.row {
      margin: 0.75rem -0.25rem; }
      .pag-hiredetail .pag-next .pag-next-offer.row .column, .pag-hiredetail .pag-next .pag-next-offer.row .columns {
        padding: 0.25rem; }
    .pag-hiredetail .pag-next .pag-next-offer label {
      color: #333;
      display: block;
      font-size: 100%;
      padding: 0.825rem 0; }
    .pag-hiredetail .pag-next .pag-next-offer .pag-next-offer-optional {
      color: #aaa;
      font-size: 0.75rem; }
    .pag-hiredetail .pag-next .pag-next-offer .pag-next-offer-title {
      color: #e75635;
      font-weight: bold; }
  .pag-hiredetail .pag-next .pag-next-policy {
    color: #777;
    font-size: 0.75rem;
    margin-bottom: 0.15rem; }
  .pag-hiredetail .pag-next .pag-next-spaces {
    margin-top: 0.75rem; }
    .pag-hiredetail .pag-next .pag-next-spaces .column, .pag-hiredetail .pag-next .pag-next-spaces .columns {
      height: 7.5rem; }
      .pag-hiredetail .pag-next .pag-next-spaces .column input + label, .pag-hiredetail .pag-next .pag-next-spaces .columns input + label {
        height: 100%;
        width: 100%; }
        .pag-hiredetail .pag-next .pag-next-spaces .column input + label:before, .pag-hiredetail .pag-next .pag-next-spaces .columns input + label:before {
          background-clip: content-box;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          border: none;
          border-radius: 0;
          height: 100%;
          top: 0;
          width: 100%; }
        .pag-hiredetail .pag-next .pag-next-spaces .column input + label:after, .pag-hiredetail .pag-next .pag-next-spaces .columns input + label:after {
          display: none; }
        .pag-hiredetail .pag-next .pag-next-spaces .column input + label span, .pag-hiredetail .pag-next .pag-next-spaces .columns input + label span {
          background-color: rgba(0, 0, 0, 0.55);
          bottom: 0;
          color: #fefefe;
          height: 2rem;
          left: 0;
          line-height: 2.5;
          position: absolute;
          right: 0;
          text-align: center;
          width: 100%; }
      .pag-hiredetail .pag-next .pag-next-spaces .column input:checked + label span, .pag-hiredetail .pag-next .pag-next-spaces .columns input:checked + label span {
        background-color: rgba(231, 86, 53, 0.9); }
      @media only screen and (min-width: 1280px) {
        .pag-hiredetail .pag-next .pag-next-spaces .column, .pag-hiredetail .pag-next .pag-next-spaces .columns {
          height: 10rem; } }
  .pag-hiredetail .pag-next .pag-next-star {
    cursor: pointer;
    font-size: 2.5rem;
    margin-top: 0.5rem;
    opacity: 0.2; }
    .pag-hiredetail .pag-next .pag-next-star:nth-child(1), .pag-hiredetail .pag-next .pag-next-star:nth-child(2), .pag-hiredetail .pag-next .pag-next-star:nth-child(3) {
      color: #cc4b37; }
    .pag-hiredetail .pag-next .pag-next-star:nth-child(4) {
      color: #ffae00; }
    .pag-hiredetail .pag-next .pag-next-star:nth-child(5) {
      color: #66c17b; }
  .pag-hiredetail .pag-next .pag-next-subtitle {
    font-size: 1rem; }
  .pag-hiredetail .pag-next .pag-next-terms {
    color: #777;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    text-align: left; }
    .pag-hiredetail .pag-next .pag-next-terms a {
      font-size: 0.75rem; }
  .pag-hiredetail .pag-next .pag-next-text {
    margin-bottom: 1rem; }
  .pag-hiredetail .pag-next .pag-next-texts .pag-next-texts-invoice span {
    display: block;
    font-size: 0.825rem;
    font-style: italic;
    margin-left: 0.5rem; }
  .pag-hiredetail .pag-next .pag-next-texts .pag-next-texts-invoice .pag-next-texts-invoice-final {
    margin-bottom: 0.25rem; }
  .pag-hiredetail .pag-next .pag-next-texts .pag-next-texts-invoice .pag-next-texts-invoice-initial {
    margin-top: 0.25rem; }
  .pag-hiredetail .pag-next .pag-next-texts .pag-next-texts-invoice .pag-next-texts-invoice-list {
    list-style: none;
    margin-top: 0.5rem; }
    .pag-hiredetail .pag-next .pag-next-texts .pag-next-texts-invoice .pag-next-texts-invoice-list li {
      margin-bottom: 0.25rem; }
  .pag-hiredetail .pag-next .pag-next-title {
    font-size: 1.125rem; }
  .pag-hiredetail .pag-next .cmp-invoice-addresses {
    margin-bottom: 0.5rem; }

.pag-hiredetail .pag-recap {
  padding: 0 0.625rem; }
  @media only screen and (min-width: 640px) {
    .pag-hiredetail .pag-recap {
      padding: 0; } }
  .pag-hiredetail .pag-recap .pag-recap-comment {
    margin: 1rem 0; }
  .pag-hiredetail .pag-recap .pag-recap-export {
    display: block;
    margin-top: 1rem; }
  .pag-hiredetail .pag-recap .pag-recap-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase; }

.pag-hiredetail .pag-review {
  margin-top: 1rem; }
  .pag-hiredetail .pag-review .button {
    margin: 0.25rem; }

.pag-hiredetail .pag-status {
  margin-bottom: 2rem; }

.pag-hiredetail .cmp-booking-browser {
  margin-top: 6rem; }

.pag-hiredetail .cmp-conversation .cmp-action .cmp-action-message label {
  display: none; }

.pag-hiredetail .cmp-payment-methods {
  margin-bottom: 1rem; }

.pag-hiredetail .cmp-review {
  margin-top: 1rem; }

.pag-hiredetail .cmp-review-steps {
  position: relative;
  top: -0.5rem; }

.pag-hiredetail .sb-similar-spaces-carousel:not(.slick-slider) {
  display: none; }

.pag-hiredetail .slick-slider {
  padding: 0.5rem 0 2rem;
  margin: 0 -0.875rem; }

.pag-hiredetail .slick-slide {
  padding: 0 0.875rem 1rem; }

.pag-hireform {
  counter-reset: section; }
  .pag-hireform .lyt-sided {
    margin: 0.75rem auto 0;
    padding: 0 0.75rem; }
    @media only screen and (min-width: 960px) {
      .pag-hireform .lyt-sided {
        margin: 1.25rem auto 0; } }
    @media only screen and (min-width: 640px) {
      .pag-hireform .lyt-sided {
        max-width: 640px; } }
    @media only screen and (min-width: 960px) {
      .pag-hireform .lyt-sided {
        max-width: 920px; } }
    @media only screen and (min-width: 1280px) {
      .pag-hireform .lyt-sided {
        max-width: 1160px; } }
    @media only screen and (min-width: 1600px) {
      .pag-hireform .lyt-sided {
        max-width: 1160px; } }
    @media only screen and (min-width: 640px) {
      .pag-hireform .lyt-sided {
        padding: 0 20px; } }
  @media only screen and (min-width: 960px) {
    .pag-hireform .lyt-sided {
      position: relative; } }
  @media only screen and (min-width: 960px) {
    .pag-hireform .lyt-sided:after {
      content: ""; } }
  @media only screen and (min-width: 960px) {
    .pag-hireform .lyt-sided:after {
      display: table; } }
  @media only screen and (min-width: 960px) {
    .pag-hireform .lyt-sided:after {
      clear: both; } }
  .pag-hireform .lyt-sided .lyt-sided-aside {
    width: 100%; }
    @media only screen and (min-width: 960px) {
      .pag-hireform .lyt-sided .lyt-sided-aside {
        float: right; } }
    @media only screen and (min-width: 960px) {
      .pag-hireform .lyt-sided .lyt-sided-aside {
        width: 320px; } }
    .pag-hireform .lyt-sided .lyt-sided-aside + .lyt-sided-main {
      margin-top: 2.5rem; }
      @media only screen and (min-width: 960px) {
        .pag-hireform .lyt-sided .lyt-sided-aside + .lyt-sided-main {
          margin-top: 0; } }
  .pag-hireform .lyt-sided .lyt-sided-main {
    width: 100%; }
    @media only screen and (min-width: 960px) {
      .pag-hireform .lyt-sided .lyt-sided-main {
        float: left; } }
    @media only screen and (min-width: 960px) {
      .pag-hireform .lyt-sided .lyt-sided-main {
        width: 520px; } }
    @media only screen and (min-width: 1280px) {
      .pag-hireform .lyt-sided .lyt-sided-main {
        width: 760px; } }
    @media only screen and (min-width: 1600px) {
      .pag-hireform .lyt-sided .lyt-sided-main {
        width: 760px; } }
    .pag-hireform .lyt-sided .lyt-sided-main + .lyt-sided-aside {
      margin-top: 2.5rem; }
      @media only screen and (min-width: 960px) {
        .pag-hireform .lyt-sided .lyt-sided-main + .lyt-sided-aside {
          margin-top: 0; } }
      @media only screen and (min-width: 1280px) {
        .pag-hireform .lyt-sided .lyt-sided-main + .lyt-sided-aside .lyt-sided-aside-fixed {
          position: fixed; } }
      @media only screen and (min-width: 1280px) {
        .pag-hireform .lyt-sided .lyt-sided-main + .lyt-sided-aside .lyt-sided-aside-fixed {
          width: 320px; } }
  .pag-hireform .pag-attract {
    padding: 2.5rem 0.625rem; }
    @media only screen and (min-width: 640px) {
      .pag-hireform .pag-attract {
        padding: 4rem 0; } }
    .pag-hireform .pag-attract + .pag-attract {
      padding-top: 0; }
    .pag-hireform .pag-attract .pag-attract-assistant {
      margin: 0 auto; }
    .pag-hireform .pag-attract .pag-attract-element {
      display: inline-block;
      margin: 0 2rem; }
    .pag-hireform .pag-attract .pag-attract-title {
      font-size: 1.125rem;
      margin-bottom: 1rem;
      text-align: center; }
  .pag-hireform .pag-cancellation {
    color: #777;
    margin-top: 2rem; }
    .pag-hireform .pag-cancellation .pag-cancellation-text {
      font-size: 0.75rem;
      text-align: justify; }
    .pag-hireform .pag-cancellation .pag-cancellation-title {
      font-size: 0.75rem;
      margin-bottom: 0.25rem;
      text-transform: uppercase; }
  .pag-hireform .pag-contact .pag-contact-comment {
    margin-bottom: 0.5rem; }
  .pag-hireform .pag-contact .pag-contact-newsletter {
    margin-top: 0.25rem; }
  .pag-hireform .pag-conversation {
    margin-bottom: 0.75rem;
    position: relative; }
    .pag-hireform .pag-conversation input[type=checkbox] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute; }
    .pag-hireform .pag-conversation .pag-conversation-area {
      display: none;
      margin: 0; }
      .pag-hireform .pag-conversation .pag-conversation-area label {
        display: block; }
      .pag-hireform .pag-conversation .pag-conversation-area input[type=text] {
        height: auto;
        padding: 0.925rem 1.2rem !important;
        width: 100%; }
    .pag-hireform .pag-conversation input[type=checkbox]:checked ~ .pag-conversation-area {
      display: block;
      padding-bottom: 0.225rem; }
    .pag-hireform .pag-conversation input[type=checkbox] + label {
      color: #aaa;
      display: block;
      padding-left: 0; }
      .pag-hireform .pag-conversation input[type=checkbox] + label:hover {
        color: #777; }
      .pag-hireform .pag-conversation input[type=checkbox] + label::before {
        display: none; }
      .pag-hireform .pag-conversation input[type=checkbox] + label i {
        font-size: 1.2rem;
        position: relative;
        top: 0.3rem; }
    .pag-hireform .pag-conversation input[type=checkbox]:checked + label {
      display: none; }
    .pag-hireform .pag-conversation textarea {
      height: 3.7rem;
      min-height: 3.7rem; }
  .pag-hireform .pag-event .pag-event-availability {
    color: #777;
    font-size: 0.75rem;
    margin-top: 0.25rem; }
    .pag-hireform .pag-event .pag-event-availability:empty {
      margin: 0; }
  .pag-hireform .pag-event .pag-event-budget {
    margin-top: 0.75rem; }
  .pag-hireform .pag-extras .pag-extras-additional {
    border: 2px solid #ccc;
    border-radius: 2px;
    color: #777;
    display: inline-block;
    font-weight: normal;
    margin: 0 0.45rem 0.45rem 0;
    padding: 0.225rem 0.875rem 0.225rem 0.45rem !important; }
    .pag-hireform .pag-extras .pag-extras-additional i {
      color: #777;
      font-size: 0.75rem; }
  .pag-hireform .pag-extras .pag-extras-category {
    color: #777;
    font-size: 0.75rem;
    margin: 0.25rem 0; }
  .pag-hireform .pag-extras .pag-extras-hotel {
    padding: 0.75rem 1rem; }
    .pag-hireform .pag-extras .pag-extras-hotel input:checked + label {
      color: #e75635; }
    .pag-hireform .pag-extras .pag-extras-hotel input:checked ~ .pag-extras-hotel-wrapper {
      display: block; }
    .pag-hireform .pag-extras .pag-extras-hotel input[type=date] {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; }
    .pag-hireform .pag-extras .pag-extras-hotel .pag-extras-hotel-comment {
      font-size: 0.75rem; }
    .pag-hireform .pag-extras .pag-extras-hotel .pag-extras-hotel-grid {
      margin-left: -0.25rem;
      margin-right: -0.25rem; }
      .pag-hireform .pag-extras .pag-extras-hotel .pag-extras-hotel-grid .column, .pag-hireform .pag-extras .pag-extras-hotel .pag-extras-hotel-grid .columns {
        padding: 0.25rem; }
    .pag-hireform .pag-extras .pag-extras-hotel .pag-extras-hotel-wrapper {
      display: none;
      padding-left: 25px; }
  .pag-hireform .pag-extras .pag-extras-more {
    display: block;
    margin-bottom: 0.75rem; }
  .pag-hireform .pag-finalize.pag-section {
    margin-bottom: 0; }
  .pag-hireform .pag-finalize .button {
    margin-bottom: 0.25rem;
    width: 100%; }
  .pag-hireform .pag-finalize .pag-finalize-help {
    background-color: #e3e3e3;
    padding: 0.5rem 0.5rem 0.5rem 2.5rem;
    position: relative;
    margin-bottom: 0.5rem; }
    .pag-hireform .pag-finalize .pag-finalize-help .pag-finalize-help-arrow {
      border-bottom: 10px solid #e3e3e3;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: none;
      height: 0;
      left: 50%;
      position: absolute;
      top: 0;
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
      width: 0; }
      @media only screen and (min-width: 640px) {
        .pag-hireform .pag-finalize .pag-finalize-help .pag-finalize-help-arrow {
          border-bottom: 10px solid transparent; } }
      @media only screen and (min-width: 640px) {
        .pag-hireform .pag-finalize .pag-finalize-help .pag-finalize-help-arrow {
          border-left: none; } }
      @media only screen and (min-width: 640px) {
        .pag-hireform .pag-finalize .pag-finalize-help .pag-finalize-help-arrow {
          border-right: 10px solid #e3e3e3; } }
      @media only screen and (min-width: 640px) {
        .pag-hireform .pag-finalize .pag-finalize-help .pag-finalize-help-arrow {
          border-top: 10px solid transparent; } }
      @media only screen and (min-width: 640px) {
        .pag-hireform .pag-finalize .pag-finalize-help .pag-finalize-help-arrow {
          left: -10px; } }
      @media only screen and (min-width: 640px) {
        .pag-hireform .pag-finalize .pag-finalize-help .pag-finalize-help-arrow {
          top: 50%; } }
      @media only screen and (min-width: 640px) {
        .pag-hireform .pag-finalize .pag-finalize-help .pag-finalize-help-arrow {
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
    .pag-hireform .pag-finalize .pag-finalize-help .pag-finalize-help-icon {
      color: #e75635;
      font-size: 1.2rem;
      left: 0.5rem;
      position: absolute;
      top: 0.5rem; }
  .pag-hireform .pag-finalize .pag-finalize-legaltext {
    color: #777;
    font-size: 0.75rem;
    margin-top: 0.5rem;
    text-align: left; }
    .pag-hireform .pag-finalize .pag-finalize-legaltext a {
      font-size: 0.75rem; }
  .pag-hireform .pag-form {
    padding: 1.25rem; }
  .pag-hireform .pag-intro {
    padding-bottom: 1rem;
    position: relative; }
    .pag-hireform .pag-intro .pag-intro-title {
      font-size: 1.35rem;
      margin: 0; }
      @media only screen and (min-width: 960px) {
        .pag-hireform .pag-intro .pag-intro-title {
          font-size: 1.5rem; } }
    .pag-hireform .pag-intro .pag-intro-subtitle {
      font-size: 1rem;
      font-weight: normal;
      margin: 0; }
    .pag-hireform .pag-intro .pag-intro-icon {
      height: 1rem;
      margin-left: 0.25rem;
      position: relative;
      top: -0.1rem; }
    .pag-hireform .pag-intro .pag-intro-image {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 3.2rem;
      position: absolute;
      width: 4.8rem; }
    .pag-hireform .pag-intro .pag-intro-subtitle {
      display: inline-block; }
    .pag-hireform .pag-intro .pag-intro-texts {
      margin-left: 6rem; }
  .pag-hireform .pag-pricing {
    position: relative; }
    .pag-hireform .pag-pricing p {
      font-size: 0.75rem; }
    .pag-hireform .pag-pricing .pag-pricing-additional {
      margin-top: 0.5rem; }
    .pag-hireform .pag-pricing .pag-pricing-icon {
      background-color: #aaa;
      color: #fefefe;
      font-size: 1.25rem; }
    .pag-hireform .pag-pricing .pag-pricing-texts {
      position: absolute;
      top: 1.3rem;
      left: 2.75rem; }
    .pag-hireform .pag-pricing .pag-pricing-title {
      margin-bottom: 0.25rem;
      text-transform: uppercase; }
  .pag-hireform .pag-recap .pag-recap-breakdown {
    padding: 0.65rem; }
    .pag-hireform .pag-recap .pag-recap-breakdown h3 {
      margin-bottom: 0.305rem; }
    .pag-hireform .pag-recap .pag-recap-breakdown p {
      margin-bottom: 0.13rem; }
  .pag-hireform .pag-recap .pag-recap-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .pag-hireform .pag-reviews .pag-reviews-kpi {
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
    position: relative; }
    @media only screen and (min-width: 640px) {
      .pag-hireform .pag-reviews .pag-reviews-kpi {
        padding: 0.75rem 0.75rem 0.75rem 1.25rem; } }
    .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon {
      color: #aaa;
      height: 2.2rem;
      position: absolute;
      right: 0.5rem;
      text-align: center;
      top: 0.5rem;
      width: 2.2rem; }
      @media only screen and (min-width: 640px) {
        .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon {
          right: 0.75rem; } }
      @media only screen and (min-width: 640px) {
        .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon {
          top: 0.75rem; } }
      .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon i {
        margin: 0.6rem 0; }
      .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon .pag-reviews-kpi-circle {
        border: 4px solid transparent;
        border-left-color: #50aaeb;
        border-radius: 50%;
        border-right-color: #50aaeb;
        border-top-color: #50aaeb;
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        width: 100%; }
        .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon .pag-reviews-kpi-circle.rotate-1 {
          -ms-transform: rotate(22.5deg);
              transform: rotate(22.5deg); }
        .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon .pag-reviews-kpi-circle.rotate-2 {
          -ms-transform: rotate(-157.5deg);
              transform: rotate(-157.5deg); }
        .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon .pag-reviews-kpi-circle.rotate-3 {
          -ms-transform: rotate(112.5deg);
              transform: rotate(112.5deg); }
        .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon .pag-reviews-kpi-circle.rotate-4 {
          -ms-transform: rotate(-67.5deg);
              transform: rotate(-67.5deg); }
    .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-text {
      margin-right: 2.75rem; }
    .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-title {
      font-size: 0.75rem;
      margin-bottom: 0.15rem; }
    .pag-hireform .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-value {
      font-weight: bold; }
  .pag-hireform .pag-reviews .pag-reviews-kpi {
    margin-bottom: 1rem;
    max-width: 24rem;
    text-align: left; }
  .pag-hireform .pag-section {
    margin-bottom: 3.5rem;
    position: relative; }
    .pag-hireform .pag-section .pag-section-content {
      padding-left: 0.3rem; }
      @media only screen and (min-width: 640px) {
        .pag-hireform .pag-section .pag-section-content {
          padding-left: 2rem; } }
      .pag-hireform .pag-section .pag-section-content > .row > .column, .pag-hireform .pag-section .pag-section-content > .row > .columns {
        padding-bottom: 0.25rem;
        padding-top: 0.25rem; }
    .pag-hireform .pag-section .pag-section-title {
      font-size: 1rem;
      margin-bottom: 0.5rem; }
      .pag-hireform .pag-section .pag-section-title .pag-section-title-number {
        background-color: #e75635;
        border-radius: 50%;
        color: #fefefe;
        font-size: 0.8rem;
        height: 1.4rem;
        padding: 0.175rem 0 0.1rem 0;
        left: 0.2rem;
        position: absolute;
        text-align: center;
        width: 1.4rem; }
        .pag-hireform .pag-section .pag-section-title .pag-section-title-number::after {
          counter-increment: section;
          content: counter(section); }
      .pag-hireform .pag-section .pag-section-title .pag-section-title-text {
        display: inline-block;
        margin-left: 2rem; }
  .pag-hireform .pag-spaces .column, .pag-hireform .pag-spaces .columns {
    height: 7.5rem; }
    .pag-hireform .pag-spaces .column input + label, .pag-hireform .pag-spaces .columns input + label {
      height: 100%;
      width: 100%; }
      .pag-hireform .pag-spaces .column input + label:before, .pag-hireform .pag-spaces .columns input + label:before {
        background-clip: content-box;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: none;
        border-radius: 0;
        height: 100%;
        top: 0;
        width: 100%; }
      .pag-hireform .pag-spaces .column input + label:after, .pag-hireform .pag-spaces .columns input + label:after {
        display: none; }
      .pag-hireform .pag-spaces .column input + label span, .pag-hireform .pag-spaces .columns input + label span {
        background-color: rgba(0, 0, 0, 0.55);
        bottom: 0;
        color: #fefefe;
        height: 2rem;
        left: 0;
        line-height: 2.5;
        position: absolute;
        right: 0;
        text-align: center;
        width: 100%; }
    .pag-hireform .pag-spaces .column input:checked + label span, .pag-hireform .pag-spaces .columns input:checked + label span {
      background-color: rgba(231, 86, 53, 0.9); }
    @media only screen and (min-width: 1280px) {
      .pag-hireform .pag-spaces .column, .pag-hireform .pag-spaces .columns {
        height: 10rem; } }
  .pag-hireform .pag-wrapper {
    padding: 0 0.625rem; }
    @media only screen and (min-width: 640px) {
      .pag-hireform .pag-wrapper {
        padding: 0; } }
  .pag-hireform .cmp-bars {
    margin: 1rem auto 0; }
    @media only screen and (min-width: 960px) {
      .pag-hireform .cmp-bars {
        max-width: 880px; } }
    @media only screen and (min-width: 1280px) {
      .pag-hireform .cmp-bars {
        max-width: 1120px; } }
  .pag-hireform .cmp-certificate-badge img {
    margin-top: 0;
    max-width: 10rem;
    vertical-align: baseline; }
  .pag-hireform .cmp-payment-methods {
    margin-bottom: 0.5rem; }
  .pag-hireform .cmp-price-person {
    display: none; }
  .pag-hireform .cmp-review {
    text-align: left; }
    .pag-hireform .cmp-review .cmp-body {
      display: none; }
    .pag-hireform .cmp-review .cmp-rating .fa {
      color: #777; }
    .pag-hireform .cmp-review .cmp-rating .cmp-rating-again .fa {
      color: #777; }

.pag-homepage .pag-action {
  left: 0;
  margin: 0 10%;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 1; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-action {
      margin: 0 auto; } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-action {
      width: 40rem; } }
  .pag-homepage .pag-action .pag-action-links {
    font-weight: bold;
    margin-bottom: 0.75rem; }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-action .pag-action-links {
        margin-bottom: 1.25rem; } }
    .pag-homepage .pag-action .pag-action-links .pag-action-link {
      padding: 0.25rem; }
  .pag-homepage .pag-action .pag-action-text {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 0.5rem; }
    @media only screen and (min-width: 640px) {
      .pag-homepage .pag-action .pag-action-text {
        font-size: 1.875rem; } }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-action .pag-action-text {
        font-size: 2.25rem; } }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-action .pag-action-text {
        margin-bottom: 1rem; } }
    @media only screen and (min-width: 640px) {
      .pag-homepage .pag-action .pag-action-text span {
        display: inline-block; } }
  .pag-homepage .pag-action .pag-form {
    box-shadow: 0 15px 46px rgba(26, 26, 29, 0.3), 0 15px 90px rgba(0, 0, 0, 0.2); }
    .pag-homepage .pag-action .pag-form .pag-form-field {
      box-shadow: 0 15px 46px rgba(26, 26, 29, 0.3), 0 15px 90px rgba(0, 0, 0, 0.2); }

.pag-homepage .pag-background {
  background-color: #f7f7f7; }

.pag-homepage .pag-form {
  position: relative; }
  .pag-homepage .pag-form .pag-form-icon {
    background-color: #fefefe;
    color: #e75635;
    font-size: 1rem;
    padding: 0.1rem;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem; }

.pag-homepage .pag-header {
  position: relative;
  position: relative;
  margin-top: 0.75rem;
  height: 24rem; }
  .pag-homepage .pag-header .pag-header-image {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-header {
      height: 28rem; } }
  @media only screen and (min-width: 1280px) {
    .pag-homepage .pag-header {
      height: 32rem; } }
  @media only screen and (min-width: 1600px) {
    .pag-homepage .pag-header {
      height: 36rem; } }

@media only screen and (min-width: 960px) {
  .pag-homepage .pag-how {
    position: relative; } }

@media only screen and (min-width: 960px) {
  .pag-homepage .pag-how .pag-how-content {
    margin-right: 30rem; } }

.pag-homepage .pag-how .pag-how-image {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 27rem; }

.pag-homepage .pag-how .pag-how-section {
  margin-bottom: 0.75rem;
  position: relative; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-how .pag-how-section {
      margin-bottom: 1.5rem; } }

.pag-homepage .pag-how .pag-how-svg {
  height: 1.5rem;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 1.5rem; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-how .pag-how-svg {
      height: 2.25rem; } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-how .pag-how-svg {
      left: 0.75rem; } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-how .pag-how-svg {
      width: 2.25rem; } }

.pag-homepage .pag-how .pag-how-text, .pag-homepage .pag-how .pag-how-title {
  margin-left: 3rem; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-how .pag-how-text, .pag-homepage .pag-how .pag-how-title {
      margin-left: 4.5rem; } }

.pag-homepage .pag-how .pag-how-text {
  color: #777; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-how .pag-how-text {
      font-size: 1rem; } }

.pag-homepage .pag-how .pag-how-title {
  font-size: 1.15rem; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-how .pag-how-title {
      font-size: 1.5rem; } }

.pag-homepage .pag-intro {
  margin: 0 auto 1rem; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-intro {
      margin: 0 auto 1.5rem; } }
  .pag-homepage .pag-intro h2 {
    font-size: 1.35rem;
    font-weight: normal;
    margin-bottom: 0.25rem; }
    @media only screen and (min-width: 640px) {
      .pag-homepage .pag-intro h2 {
        font-size: 1.75rem; } }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-intro h2 {
        font-size: 2rem; } }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-intro h2 {
        margin-bottom: 0.75rem; } }
  .pag-homepage .pag-intro p {
    color: #777;
    font-size: 1rem; }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-intro p {
        font-size: 1.25rem; } }

.pag-homepage .pag-live {
  margin-top: 0.25rem; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-live {
      margin-top: 0.75rem; } }

.pag-homepage .pag-recon {
  margin-top: 2.5rem; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-recon {
      margin-top: 5rem; } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-recon {
      position: relative; } }
  .pag-homepage .pag-recon .card {
    padding: 1rem 1.5rem; }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-recon .card {
        padding: 1.5rem 2.25rem; } }
  .pag-homepage .pag-recon .pag-recon-button {
    margin-top: 0.75rem; }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-recon .pag-recon-button {
        margin-top: 0; } }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-recon .pag-recon-button {
        padding: 1.1rem 1.4rem !important; } }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-recon .pag-recon-button {
        position: absolute; } }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-recon .pag-recon-button {
        right: 2.25rem; } }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-recon .pag-recon-button {
        top: 50%; } }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-recon .pag-recon-button {
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-recon .pag-recon-text, .pag-homepage .pag-recon .pag-recon-title {
      max-width: 35rem; } }
  .pag-homepage .pag-recon .pag-recon-text {
    font-size: 1rem;
    font-weight: normal; }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-recon .pag-recon-text {
        font-size: 1.25rem; } }
  .pag-homepage .pag-recon .pag-recon-title {
    color: #e75635;
    font-size: 1.5rem;
    font-weight: bold; }
    @media only screen and (min-width: 960px) {
      .pag-homepage .pag-recon .pag-recon-title {
        font-size: 1.75rem; } }

.pag-homepage .pag-search {
  margin-top: 1rem; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-search {
      margin-top: 1.5rem; } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-search {
      padding: 1.1rem 1.4rem !important; } }

.pag-homepage .pag-why .pag-why-svg {
  height: 1.5rem;
  position: relative;
  top: -0.175rem;
  width: 1.5rem; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-why .pag-why-svg {
      height: 2.25rem; } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-why .pag-why-svg {
      position: static; } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-why .pag-why-svg {
      width: 2.25rem; } }

.pag-homepage .pag-why .pag-why-text {
  color: #777; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-why .pag-why-text {
      font-size: 1rem; } }

.pag-homepage .pag-why .pag-why-title {
  display: inline-block;
  font-size: 1.15rem;
  margin: 0 0 0.25rem 0.25rem; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-why .pag-why-title {
      display: block; } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-why .pag-why-title {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-why .pag-why-title {
      margin: 0.375rem 0; } }

.pag-homepage .pag-wrapper {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-wrapper {
      padding-bottom: 5rem; } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .pag-wrapper {
      padding-top: 5rem; } }

.pag-homepage .autocomplete-suggestions {
  width: 100% !important; }

.pag-homepage .cmp-footer-newsletter {
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
  text-align: left; }
  @media only screen and (min-width: 960px) {
    .pag-homepage .cmp-footer-newsletter {
      margin-top: 5rem; } }
  @media only screen and (min-width: 960px) {
    .pag-homepage .cmp-footer-newsletter {
      padding: 1.5rem 2.25rem; } }
  @media only screen and (min-width: 640px) {
    .pag-homepage .cmp-footer-newsletter .cmp-button {
      width: 25%; } }
  .pag-homepage .cmp-footer-newsletter .cmp-checkbox {
    margin-top: 1rem; }
  .pag-homepage .cmp-footer-newsletter .cmp-email input {
    max-width: none;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .pag-homepage .cmp-footer-newsletter .cmp-email input {
        margin-right: 4%; } }
    @media only screen and (min-width: 640px) {
      .pag-homepage .cmp-footer-newsletter .cmp-email input {
        width: 70%; } }
  .pag-homepage .cmp-footer-newsletter .cmp-title {
    color: #e75635;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    text-transform: none; }
    @media only screen and (min-width: 960px) {
      .pag-homepage .cmp-footer-newsletter .cmp-title {
        font-size: 1.75rem; } }
    @media only screen and (min-width: 960px) {
      .pag-homepage .cmp-footer-newsletter .cmp-title {
        margin-bottom: 0.75rem; } }

.pag-info-about {
  background-color: #f7f7f7; }
  .pag-info-about .pag-career {
    margin-top: 1.5rem; }
    .pag-info-about .pag-career > .row:not(:last-child) {
      border-bottom: 1px solid #ccc; }
    .pag-info-about .pag-career .pag-career-button {
      margin-bottom: 0; }
    .pag-info-about .pag-career .pag-career-icon {
      border: 1px solid #999;
      border-radius: 50%;
      color: #999;
      padding: 0.65rem; }
    .pag-info-about .pag-career .pag-career-text {
      border: 1px solid transparent;
      text-align: left; }
      @media only screen and (min-width: 960px) {
        .pag-info-about .pag-career .pag-career-text {
          padding: 0.65rem 0; } }
  .pag-info-about .pag-frame {
    background-color: #fefefe;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    margin: 0 0.75rem;
    padding: 1.5rem 1.5rem 0 1.5rem; }
  .pag-info-about .pag-grid > .column, .pag-info-about .pag-grid > .columns {
    padding-bottom: 0; }
  .pag-info-about .pag-image {
    width: 100%; }
  .pag-info-about .pag-section {
    padding-top: 1.5rem;
    text-align: justify; }
    @media only screen and (min-width: 960px) {
      .pag-info-about .pag-section {
        padding-top: 4rem; } }
    .pag-info-about .pag-section.colored {
      background-color: #fefefe;
      padding-bottom: 1.5rem;
      text-align: center; }
      @media only screen and (min-width: 960px) {
        .pag-info-about .pag-section.colored {
          padding-bottom: 4rem; } }
  .pag-info-about .pag-team.row {
    margin-top: 1rem; }
  .pag-info-about .pag-team .pag-team-name {
    font-size: 0.775rem;
    font-weight: bold;
    text-transform: uppercase; }
  .pag-info-about .pag-team .pag-team-photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 66.7%;
    width: 100%; }
  .pag-info-about .pag-team .pag-team-role {
    color: #555;
    font-size: 0.775rem; }
  .pag-info-about .pag-team .pag-team-texts {
    padding: 0.5rem 1rem;
    text-align: center; }
  .pag-info-about .pag-title {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0.75rem; }
  .pag-info-about .pag-video {
    height: 0;
    padding-top: 56.25%;
    position: relative;
    text-align: center;
    width: 100%; }
    .pag-info-about .pag-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.pag-info-cares .pag-headerlogo {
  width: 100%; }

.pag-info-cares .pag-headersection {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 160px; }
  .pag-info-cares .pag-headersection-content {
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute; }
    .pag-info-cares .pag-headersection-content.middle {
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      top: 50%; }
  @media only screen and (min-width: 960px) {
    .pag-info-cares .pag-headersection {
      padding-bottom: 240px; } }
  @media only screen and (min-width: 1600px) {
    .pag-info-cares .pag-headersection {
      padding-bottom: 320px; } }
  .pag-info-cares .pag-headersection .pag-headersection-content {
    width: 80%; }
    @media only screen and (min-width: 640px) {
      .pag-info-cares .pag-headersection .pag-headersection-content {
        width: 16rem; } }
    @media only screen and (min-width: 960px) {
      .pag-info-cares .pag-headersection .pag-headersection-content {
        width: 24rem; } }
    @media only screen and (min-width: 1600px) {
      .pag-info-cares .pag-headersection .pag-headersection-content {
        width: 32rem; } }

.pag-info-cares .pag-organization {
  margin: 1.25rem auto 0;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 960px) {
    .pag-info-cares .pag-organization {
      text-align: left; } }
  .pag-info-cares .pag-organization .pag-organization-image {
    margin-bottom: 0.5rem;
    width: 5rem; }
    @media only screen and (min-width: 960px) {
      .pag-info-cares .pag-organization .pag-organization-image {
        margin-bottom: 0; } }
    @media only screen and (min-width: 960px) {
      .pag-info-cares .pag-organization .pag-organization-image {
        position: absolute; } }
    @media only screen and (min-width: 960px) {
      .pag-info-cares .pag-organization .pag-organization-image {
        top: 0.5rem; } }
    @media only screen and (min-width: 960px) {
      .pag-info-cares .pag-organization .pag-organization-image {
        width: 9rem; } }
  @media only screen and (min-width: 960px) {
    .pag-info-cares .pag-organization .pag-organization-texts {
      margin-left: 10rem; } }
  .pag-info-cares .pag-organization .pag-organization-texts .pag-organization-title {
    font-weight: bold; }

.pag-info-cares .pag-package {
  margin: 0 auto;
  max-width: 20rem;
  position: relative; }
  .pag-info-cares .pag-package.hero {
    border-radius: 0.5rem;
    max-width: 40rem; }
    .pag-info-cares .pag-package.hero .pag-package-image {
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem; }
      .pag-info-cares .pag-package.hero .pag-package-image:after {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem; }
    .pag-info-cares .pag-package.hero .pag-package-title {
      font-size: 1.25rem;
      padding: 1rem 1.5rem; }
  .pag-info-cares .pag-package .pag-package-action {
    padding-bottom: 0.75rem;
    text-align: center; }
  .pag-info-cares .pag-package .pag-package-agenda p + p {
    margin-top: 0.05rem; }
  .pag-info-cares .pag-package .pag-package-agenda span {
    margin-right: 0.75rem; }
  .pag-info-cares .pag-package .pag-package-grid {
    margin-left: 0;
    margin-right: 0; }
  .pag-info-cares .pag-package .pag-package-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 10rem; }
    .pag-info-cares .pag-package .pag-package-image::after {
      background-color: rgba(0, 0, 0, 0.25);
      bottom: 0;
      content: " ";
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
    .pag-info-cares .pag-package .pag-package-image:after {
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
  .pag-info-cares .pag-package .pag-package-label {
    color: #aaa;
    display: block;
    font-size: 0.75rem; }
  .pag-info-cares .pag-package .pag-package-line + .pag-package-line {
    margin-top: 0.5rem; }
  .pag-info-cares .pag-package .pag-package-line span {
    color: #aaa;
    display: block;
    font-size: 0.75rem; }
  .pag-info-cares .pag-package .pag-package-title {
    color: #fefefe;
    font-weight: 900;
    padding: 0.5rem 0.75rem;
    position: absolute;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%); }

.pag-info-cares .pag-section {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }
  @media only screen and (min-width: 960px) {
    .pag-info-cares .pag-section {
      padding-bottom: 4rem; } }
  @media only screen and (min-width: 960px) {
    .pag-info-cares .pag-section {
      padding-top: 4rem; } }
  .pag-info-cares .pag-section.colored {
    background-color: #f7f7f7; }

.pag-info-cares .pag-title {
  font-size: 1.75rem;
  font-weight: 300;
  margin-bottom: 1rem;
  text-align: center; }

.pag-info-cares .slick-center {
  -ms-transform: scale(1.1);
      transform: scale(1.1); }

.pag-info-cares .slick-slide {
  padding: 1rem 1rem 1.5rem; }

.pag-info-contact .pag-form {
  margin-bottom: 3rem;
  padding: 1rem; }
  .pag-info-contact .pag-form input, .pag-info-contact .pag-form textarea {
    margin-bottom: 1rem !important; }
  .pag-info-contact .pag-form .button {
    min-width: 10rem; }

.pag-info-contact .pag-intro {
  color: #777;
  margin-bottom: 1rem;
  font-size: 1.5rem; }

.pag-info-contact .pag-legaltext {
  color: #777;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  text-align: left; }
  .pag-info-contact .pag-legaltext a {
    font-size: 0.75rem; }

.pag-info-contact .pag-section {
  margin-bottom: 3rem; }

.pag-info-contact .pag-table {
  margin-bottom: 2.6rem;
  padding: 1rem; }
  .pag-info-contact .pag-table table {
    width: 100%; }
    .pag-info-contact .pag-table table tr:not(:last-child) {
      border-bottom: 1px solid #ccc; }

.pag-info-contact .pag-text {
  text-align: justify; }

.pag-info-contact .pag-title {
  font-weight: 300;
  font-size: 2.8rem;
  margin: 3rem auto 1.5rem auto;
  text-align: center; }

.pag-info-experimental .pag-contact {
  text-align: center; }
  .pag-info-experimental .pag-contact .pag-contact-image {
    height: 4rem;
    margin: 0 0.25rem 1rem; }
  .pag-info-experimental .pag-contact .pag-contact-sharing a {
    font-size: 2rem;
    margin: 0 1rem; }
  .pag-info-experimental .pag-contact .pag-contact-text {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
  .pag-info-experimental .pag-contact .pag-contact-title {
    color: #777;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 1rem 0;
    text-align: center;
    text-transform: uppercase; }
  .pag-info-experimental .pag-contact .pag-contact-wrapper {
    border: 1px solid #ddd;
    margin: 0 auto 4rem;
    max-width: 40rem;
    padding: 2rem; }
  .pag-info-experimental .pag-contact .button {
    margin-top: 0.5rem; }

.pag-info-experimental .pag-creative {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 640px) {
    .pag-info-experimental .pag-creative .pag-creative-content {
      margin-left: 10rem; } }
  @media only screen and (min-width: 960px) {
    .pag-info-experimental .pag-creative .pag-creative-content {
      margin-left: 16.5rem; } }
  @media only screen and (min-width: 640px) {
    .pag-info-experimental .pag-creative .pag-creative-content {
      min-height: 6rem; } }
  @media only screen and (min-width: 960px) {
    .pag-info-experimental .pag-creative .pag-creative-content {
      min-height: 10rem; } }
  .pag-info-experimental .pag-creative .pag-creative-image {
    position: absolute;
    width: 9rem; }
    @media only screen and (min-width: 960px) {
      .pag-info-experimental .pag-creative .pag-creative-image {
        width: 15rem; } }
  .pag-info-experimental .pag-creative .pag-creative-texts {
    font-size: 0.8rem;
    text-align: justify; }
  .pag-info-experimental .pag-creative .pag-creative-title {
    font-weight: bold;
    padding-bottom: 0.2rem; }
    @media only screen and (min-width: 960px) {
      .pag-info-experimental .pag-creative .pag-creative-title {
        padding-top: 0.2rem; } }

.pag-info-experimental .pag-episode .pag-episode-element {
  margin-bottom: 1.5rem;
  width: 100%; }

.pag-info-experimental .pag-episode .pag-episode-text {
  margin-bottom: 3rem;
  text-align: justify; }

.pag-info-experimental .pag-episode .pag-episode-title {
  color: #50aaeb;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-align: center; }

.pag-info-experimental .pag-episode .pag-episode-wrapper {
  margin: 0 auto;
  max-width: 40rem; }

.pag-info-experimental .pag-expert .pag-expert-answer {
  text-align: justify; }

@media only screen and (min-width: 640px) {
  .pag-info-experimental .pag-expert .pag-expert-content {
    margin-left: 7rem; } }

@media only screen and (min-width: 640px) {
  .pag-info-experimental .pag-expert .pag-expert-content {
    min-height: 9rem; } }

.pag-info-experimental .pag-expert .pag-expert-image {
  position: absolute;
  width: 6rem; }

.pag-info-experimental .pag-expert .pag-expert-intro {
  font-style: italic;
  text-align: justify; }

.pag-info-experimental .pag-expert .pag-expert-link {
  display: block;
  margin-top: 0.5rem; }

.pag-info-experimental .pag-expert .pag-expert-question {
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  text-align: justify; }

.pag-info-experimental .pag-expert .pag-expert-section {
  margin-bottom: 2.5rem; }

.pag-info-experimental .pag-expert .pag-expert-title {
  color: #777;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.pag-info-experimental .pag-headerlogo {
  padding: 2rem 0;
  width: 60%; }
  @media only screen and (min-width: 640px) {
    .pag-info-experimental .pag-headerlogo {
      padding: 3rem 0; } }
  @media only screen and (min-width: 640px) {
    .pag-info-experimental .pag-headerlogo {
      width: 40%; } }

.pag-info-experimental .pag-headersection {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  text-align: center; }

.pag-info-experimental .pag-location {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 640px) {
    .pag-info-experimental .pag-location .pag-location-content {
      margin-left: 10rem; } }
  @media only screen and (min-width: 960px) {
    .pag-info-experimental .pag-location .pag-location-content {
      margin-left: 16.5rem; } }
  @media only screen and (min-width: 640px) {
    .pag-info-experimental .pag-location .pag-location-content {
      min-height: 6rem; } }
  @media only screen and (min-width: 960px) {
    .pag-info-experimental .pag-location .pag-location-content {
      min-height: 10rem; } }
  .pag-info-experimental .pag-location .pag-location-image {
    position: absolute;
    width: 9rem; }
    @media only screen and (min-width: 960px) {
      .pag-info-experimental .pag-location .pag-location-image {
        width: 15rem; } }
  .pag-info-experimental .pag-location .pag-location-texts {
    font-size: 0.8rem;
    text-align: justify; }
  .pag-info-experimental .pag-location .pag-location-title {
    font-weight: bold;
    padding-bottom: 0.2rem; }
    @media only screen and (min-width: 960px) {
      .pag-info-experimental .pag-location .pag-location-title {
        padding-top: 0.2rem; } }
  .pag-info-experimental .pag-location .button {
    margin-top: 0.25rem; }

.pag-info-experimental .pag-study .pag-study-figure {
  margin: 1rem auto;
  max-width: 30rem; }
  .pag-info-experimental .pag-study .pag-study-figure .pag-study-figure-image {
    margin-bottom: 0.25rem;
    width: 100%; }
  .pag-info-experimental .pag-study .pag-study-figure .pag-study-figure-comment {
    font-size: 0.75rem; }

.pag-info-experimental .pag-study .pag-study-list {
  margin: 0.5rem 0 1rem 2rem; }

.pag-info-experimental .pag-study .pag-study-section {
  margin-bottom: 2.5rem; }

.pag-info-experimental .pag-study .pag-study-table {
  margin: 1rem 0; }
  .pag-info-experimental .pag-study .pag-study-table tr:not(:last-child) td {
    border-bottom: 1px solid #aaa; }
  .pag-info-experimental .pag-study .pag-study-table td:not(:last-child) {
    border-right: 1px solid #aaa; }

.pag-info-experimental .pag-study .pag-study-text {
  text-align: justify; }

.pag-info-experimental .pag-study .pag-study-title {
  color: #777;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase; }

.pag-info-experimental .pag-study .pag-study-wrapper {
  border-top: 1px solid #50aaeb;
  padding-top: 2.5rem; }

.pag-info-experimental .tabs {
  background-color: transparent;
  margin: 1rem 0; }
  @media only screen and (min-width: 960px) {
    .pag-info-experimental .tabs .tabs-title {
      text-align: center; } }
  @media only screen and (min-width: 960px) {
    .pag-info-experimental .tabs .tabs-title {
      width: 16.666%; } }
  .pag-info-experimental .tabs .tabs-title > a {
    padding: 1.25rem 0.75rem; }
  .pag-info-experimental .tabs .tabs-title > a[aria-selected='true'] {
    background-color: transparent; }
  .pag-info-experimental .tabs .tabs-title > a:hover {
    background: #ebf1f6; }
  .pag-info-experimental .tabs .tabs-title.is-active a {
    box-shadow: 0 -3px 0 0 #50aaeb inset; }

.pag-info-experimental .tabs-content {
  background-color: transparent;
  min-height: 20rem; }

.pag-info-how .pag-action {
  text-align: center; }
  .pag-info-how .pag-action .button {
    min-width: 8.75rem;
    position: relative;
    top: -0.45rem; }

.pag-info-how .pag-assistant {
  margin: 0 auto;
  max-width: 48rem; }

.pag-info-how .pag-divider {
  text-align: center; }
  .pag-info-how .pag-divider img {
    width: 4.375rem; }

.pag-info-how .pag-intro {
  color: #777;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center; }

.pag-info-how .pag-list {
  margin-left: 1.5rem; }

.pag-info-how .pag-more ol {
  margin: 0; }

.pag-info-how .pag-more .pag-more-title {
  color: #777;
  font-weight: normal;
  margin: 0.45rem 0 0 0; }

.pag-info-how .pag-more .pag-more-toggle {
  display: none; }
  .pag-info-how .pag-more .pag-more-toggle + label {
    cursor: pointer;
    display: block;
    line-height: 21px;
    text-align: right; }
  .pag-info-how .pag-more .pag-more-toggle + label + div {
    display: none;
    margin-bottom: 10px; }
  .pag-info-how .pag-more .pag-more-toggle:checked + label + div {
    display: block; }
  .pag-info-how .pag-more .pag-more-toggle + label:after {
    content: ""; }
  .pag-info-how .pag-more .pag-more-toggle + label:before {
    background-color: #aaa;
    border: none;
    border-radius: 10px;
    color: #fefefe;
    content: "+";
    display: block;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    position: static;
    text-align: center;
    width: 20px; }
  .pag-info-how .pag-more .pag-more-toggle:checked + label:before {
    content: "\2212"; }

.pag-info-how .pag-section {
  margin-bottom: 4.375rem; }

.pag-info-how .pag-step {
  background-color: #f7f7f7;
  padding: 1.3rem;
  position: relative; }

.pag-info-how .pag-step-content {
  margin-left: 0; }
  @media only screen and (min-width: 960px) {
    .pag-info-how .pag-step-content {
      margin-left: 4.375rem; } }

.pag-info-how .pag-step-icon {
  color: #e75635;
  font-size: 2.75rem;
  position: absolute;
  text-align: center;
  width: 4rem; }

.pag-info-how .pag-step-text {
  margin-bottom: 0.875rem;
  text-align: justify; }

.pag-info-how .pag-step-title {
  color: #777;
  font-size: 1.125rem;
  font-weight: normal; }

.pag-info-how .pag-title {
  font-weight: 300;
  font-size: 2.8rem;
  margin: 3rem auto 1.5rem auto;
  text-align: center; }

.pag-info-partnerships .pag-contact .pag-contact-photo {
  background-color: #fefefe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 7rem;
  margin: 0 auto;
  width: 7rem; }
  @media only screen and (min-width: 1280px) {
    .pag-info-partnerships .pag-contact .pag-contact-photo {
      height: 10rem; } }
  @media only screen and (min-width: 1280px) {
    .pag-info-partnerships .pag-contact .pag-contact-photo {
      width: 10rem; } }

.pag-info-partnerships .pag-content {
  margin: 2rem 0 1rem 0; }
  .pag-info-partnerships .pag-content img {
    margin-bottom: 0.5rem; }

.pag-info-partnerships .pag-headersubtitle {
  color: #fefefe;
  font-size: 1.5rem;
  font-weight: lighter;
  margin: 0; }

.pag-info-partnerships .pag-headertitle {
  color: #fefefe;
  font-size: 2.35rem;
  font-weight: normal;
  margin: 0; }

.pag-info-partnerships .pag-headersection {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 400px;
  text-align: center; }
  .pag-info-partnerships .pag-headersection-content {
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute; }
    .pag-info-partnerships .pag-headersection-content.middle {
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      top: 50%; }

.pag-info-partnerships .pag-intro {
  color: #777;
  font-size: 1.5rem;
  margin: 2rem 0 1rem 0;
  text-align: center; }

.pag-info-plus .pag-action {
  color: #fefefe;
  height: 350px;
  position: relative; }
  .pag-info-plus .pag-action .pag-action-image {
    background-clip: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .pag-info-plus .pag-action .pag-action-content {
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 2; }
    @media only screen and (min-width: 960px) {
      .pag-info-plus .pag-action .pag-action-content {
        padding: 0 2rem; } }

.pag-info-plus .pag-assistant {
  padding: 1rem 0; }
  @media only screen and (min-width: 960px) {
    .pag-info-plus .pag-assistant {
      padding: 2.5rem 0; } }

.pag-info-plus .pag-background {
  background-color: #f7f7f7; }

.pag-info-plus .pag-comparison .row {
  border-bottom: 1px solid #eee;
  margin: 0; }
  .pag-info-plus .pag-comparison .row:last-child {
    border: none; }
  .pag-info-plus .pag-comparison .row .column, .pag-info-plus .pag-comparison .row .columns {
    height: 2.25rem;
    padding: 0; }
    .pag-info-plus .pag-comparison .row .column:nth-child(2), .pag-info-plus .pag-comparison .row .columns:nth-child(2), .pag-info-plus .pag-comparison .row .column:nth-child(3), .pag-info-plus .pag-comparison .row .columns:nth-child(3) {
      background-clip: content-box;
      background-color: #f7f7f7;
      padding-left: 2rem;
      text-align: center; }

.pag-info-plus .pag-comparison p {
  line-height: 2.5; }

.pag-info-plus .pag-comparison .fa.fa-check {
  font-size: 120%;
  line-height: 2; }
  .pag-info-plus .pag-comparison .fa.fa-check.gray {
    opacity: 0.5; }

.pag-info-plus .pag-customers {
  margin: 4rem auto;
  text-align: center; }
  .pag-info-plus .pag-customers img {
    height: 3.5rem; }

.pag-info-plus .pag-heading .row {
  margin-right: 0;
  margin-left: 0; }
  .pag-info-plus .pag-heading .row .column, .pag-info-plus .pag-heading .row .columns {
    padding: 0;
    position: relative; }
    .pag-info-plus .pag-heading .row .column:nth-child(2), .pag-info-plus .pag-heading .row .columns:nth-child(2), .pag-info-plus .pag-heading .row .column:nth-child(3), .pag-info-plus .pag-heading .row .columns:nth-child(3) {
      background-clip: content-box;
      background-color: #f7f7f7;
      margin: 1rem 0;
      padding: 0 0.5rem; }
      @media only screen and (min-width: 640px) {
        .pag-info-plus .pag-heading .row .column:nth-child(2), .pag-info-plus .pag-heading .row .columns:nth-child(2), .pag-info-plus .pag-heading .row .column:nth-child(3), .pag-info-plus .pag-heading .row .columns:nth-child(3) {
          margin: 0; } }
      @media only screen and (min-width: 640px) {
        .pag-info-plus .pag-heading .row .column:nth-child(2), .pag-info-plus .pag-heading .row .columns:nth-child(2), .pag-info-plus .pag-heading .row .column:nth-child(3), .pag-info-plus .pag-heading .row .columns:nth-child(3) {
          padding: 0 0 0 2rem; } }

.pag-info-plus .pag-heading img {
  height: 2.8rem;
  margin: 0 0 0.25rem 0; }

.pag-info-plus .pag-heading p {
  line-height: 1.1;
  margin: 0 0 0.25rem 0; }

.pag-info-plus .pag-heading .button {
  margin: 0.25rem 0 0.5rem 0;
  padding: 0.9rem 1.7rem !important; }

.pag-info-plus .pag-heading .pag-heading-features {
  min-height: 14rem;
  position: relative; }
  .pag-info-plus .pag-heading .pag-heading-features p {
    bottom: 1rem;
    font-size: 1.5rem;
    position: absolute; }

.pag-info-plus .pag-heading .pag-heading-standard {
  border-bottom: 5px solid #777;
  height: 14rem;
  padding: 1rem; }

.pag-info-plus .pag-heading .pag-heading-recommended {
  background-color: #e75635;
  color: #fefefe;
  height: 2.5rem;
  left: 2rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -2.5rem; }
  .pag-info-plus .pag-heading .pag-heading-recommended p {
    line-height: 2.85; }

.pag-info-plus .pag-heading .pag-heading-more {
  height: 14rem;
  padding: 1rem; }
  @media only screen and (min-width: 960px) {
    .pag-info-plus .pag-heading .pag-heading-more {
      border-bottom: 5px solid #e75635; } }

.pag-info-plus .pag-heading .pag-heading-price {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 0.25rem 0; }
  .pag-info-plus .pag-heading .pag-heading-price small {
    color: #777; }

.pag-info-plus .pag-headersubtitle {
  font-size: 1rem;
  color: #fefefe;
  font-weight: normal;
  margin: 0; }
  @media only screen and (min-width: 960px) {
    .pag-info-plus .pag-headersubtitle {
      font-size: 1.25rem; } }

.pag-info-plus .pag-headertitle {
  font-size: 1.5rem;
  color: #fefefe;
  font-weight: lighter;
  margin: 0; }
  @media only screen and (min-width: 960px) {
    .pag-info-plus .pag-headertitle {
      font-size: 2.5rem; } }

.pag-info-plus .pag-headersection {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 300px;
  text-align: center; }
  .pag-info-plus .pag-headersection-content {
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute; }
    .pag-info-plus .pag-headersection-content.middle {
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      top: 50%; }
  .pag-info-plus .pag-headersection::before {
    background-color: rgba(51, 51, 51, 0.5);
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-info-plus .pag-headersection {
      padding-bottom: 450px; } }

.pag-info-plus .pag-intro {
  margin-bottom: 1.5rem;
  text-align: center; }
  .pag-info-plus .pag-intro.small {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px; }
  .pag-info-plus .pag-intro .pag-intro-title {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 0.5rem; }
  .pag-info-plus .pag-intro .pag-intro-subtitle {
    font-size: 1rem; }

.pag-info-plus .pag-why {
  margin: 2rem auto;
  text-align: center; }
  @media only screen and (min-width: 960px) {
    .pag-info-plus .pag-why {
      margin: 4rem auto; } }
  .pag-info-plus .pag-why .fa {
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
    @media only screen and (min-width: 960px) {
      .pag-info-plus .pag-why .fa {
        font-size: 2.25rem; } }
    @media only screen and (min-width: 960px) {
      .pag-info-plus .pag-why .fa {
        margin-bottom: 1rem; } }

.pag-info-plus .cmp-customers .cmp-intro {
  color: #333;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.5rem; }

.pag-info-policies .button {
  margin: 0.25rem; }

.pag-info-policies .pag-intro {
  margin-bottom: 1.5rem; }
  .pag-info-policies .pag-intro p {
    color: #777;
    font-size: 1.5rem;
    text-align: center; }

.pag-info-policies .pag-list {
  margin-left: 1.5rem; }

.pag-info-policies .pag-section {
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 960px) {
    .pag-info-policies .pag-section {
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 1280px) {
    .pag-info-policies .pag-section {
      margin-bottom: 2.5rem; } }
  .pag-info-policies .pag-section p {
    text-align: justify; }

.pag-info-policies .pag-subtitle {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  margin-top: 0.5rem; }
  .pag-info-policies .pag-subtitle.main {
    text-transform: uppercase; }

.pag-info-policies .pag-title {
  font-weight: 300;
  font-size: 2.8rem;
  margin: 3rem auto 1.5rem auto;
  text-align: center; }

.pag-info-press .pag-grid {
  margin-bottom: 2.6rem; }
  .pag-info-press .pag-grid p {
    text-align: center; }
  .pag-info-press .pag-grid .fa {
    color: #555;
    font-size: 3.2rem; }
  .pag-info-press .pag-grid .button {
    margin-bottom: 0;
    margin-top: 0.5rem; }

.pag-info-press .pag-image {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.65rem;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-info-press .pag-image {
      width: 25%; } }
  .pag-info-press .pag-image img {
    width: 100%;
    height: auto; }
  .pag-info-press .pag-image.left {
    float: left; }
    @media only screen and (min-width: 960px) {
      .pag-info-press .pag-image.left {
        padding-right: 1.3rem; } }
  .pag-info-press .pag-image.right {
    float: right; }
    @media only screen and (min-width: 960px) {
      .pag-info-press .pag-image.right {
        padding-left: 1.3rem; } }
  @media only screen and (min-width: 960px) {
    .pag-info-press .pag-image.wide {
      width: 50%; } }

.pag-info-press .pag-intro {
  margin-bottom: 1.5rem; }
  .pag-info-press .pag-intro p {
    color: #777;
    font-size: 1.5rem;
    text-align: center; }

.pag-info-press .pag-kit {
  margin: 3rem 0 6rem 0;
  text-align: center; }
  .pag-info-press .pag-kit .fa {
    color: #555;
    font-size: 2.4rem;
    margin-right: 1rem;
    position: relative;
    top: 0.4rem; }
  .pag-info-press .pag-kit .button {
    margin: 0 0 0 1rem; }

.pag-info-press .pag-list {
  margin-left: 1.5rem; }

.pag-info-press .pag-post {
  margin-bottom: 3.5rem; }
  .pag-info-press .pag-post p {
    margin-bottom: 0.875rem; }
  .pag-info-press .pag-post .row {
    clear: both; }
  .pag-info-press .pag-post .pag-post-author p {
    font-size: 0.9375rem;
    font-weight: bold;
    margin: 0;
    text-align: right; }
    .pag-info-press .pag-post .pag-post-author p.small {
      color: #aaa; }
  .pag-info-press .pag-post .pag-post-author .pag-post-photo {
    background-color: #fefefe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 4rem;
    margin: 0 auto;
    width: 4rem; }
  .pag-info-press .pag-post .pag-post-content {
    margin: 0;
    text-align: justify; }
  .pag-info-press .pag-post .pag-post-heading {
    margin-bottom: 0.875rem; }
    .pag-info-press .pag-post .pag-post-heading p {
      font-size: 1.125rem;
      font-weight: bold;
      margin: 0; }
      .pag-info-press .pag-post .pag-post-heading p.small {
        color: #aaa; }
    .pag-info-press .pag-post .pag-post-heading ul {
      margin-top: 0.5rem; }
  .pag-info-press .pag-post .pag-post-socials {
    clear: both; }

.pag-info-press .pag-section {
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 960px) {
    .pag-info-press .pag-section {
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 1280px) {
    .pag-info-press .pag-section {
      margin-bottom: 2.5rem; } }
  .pag-info-press .pag-section p {
    text-align: justify; }

.pag-info-press .pag-subtitle {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  margin-top: 0.5rem; }
  .pag-info-press .pag-subtitle.main {
    text-transform: uppercase; }

.pag-info-press .pag-title {
  font-weight: 300;
  font-size: 2.8rem;
  margin: 3rem auto 1.5rem auto;
  text-align: center; }

.pag-info-why .pag-companies {
  background-color: #f7f7f7;
  margin: 2rem auto;
  padding: 2rem 0; }
  @media only screen and (min-width: 960px) {
    .pag-info-why .pag-companies {
      margin: 4rem auto; } }
  @media only screen and (min-width: 960px) {
    .pag-info-why .pag-companies {
      padding: 4rem 0; } }

.pag-info-why .pag-contact .pag-contact-photo {
  background-color: #fefefe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 7rem;
  margin: 0 auto;
  width: 7rem; }

.pag-info-why .pag-explanation .pag-explanation-title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center; }

.pag-info-why .pag-explanation img.big {
  height: 17.5rem; }

.pag-info-why .pag-explanation img.small {
  height: 8.75rem; }

.pag-info-why .pag-explanation li {
  text-align: left; }

.pag-info-why .pag-intro {
  color: #777;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: center; }

.pag-info-why .pag-list {
  margin-left: 1.6rem; }

.pag-info-why .pag-title {
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pag-info-why .pag-title.main {
    font-size: 2.4rem;
    margin-top: 3rem; }

.pag-inhouse-hireform {
  background-color: #777;
  background-clip: content-box;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh; }
  @media only screen and (min-width: 640px) {
    .pag-inhouse-hireform {
      background-position: top left; } }
  .pag-inhouse-hireform .lyt-content {
    margin: 0 auto;
    padding: 0.5rem 0.5rem 0;
    position: relative; }
    @media only screen and (min-width: 640px) {
      .pag-inhouse-hireform .lyt-content {
        padding: 4rem 0.5rem 0; } }
    @media only screen and (min-width: 640px) {
      .pag-inhouse-hireform .lyt-content {
        width: 42rem; } }
  .pag-inhouse-hireform .pag-availability {
    color: #777;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    padding: 0 1rem; }
  @media only screen and (min-width: 640px) {
    .pag-inhouse-hireform .pag-back {
      left: 2rem; } }
  @media only screen and (min-width: 640px) {
    .pag-inhouse-hireform .pag-back {
      position: absolute; } }
  @media only screen and (min-width: 640px) {
    .pag-inhouse-hireform .pag-back {
      top: 1rem; } }
  .pag-inhouse-hireform .pag-back i {
    font-size: 1.5rem; }
  .pag-inhouse-hireform .pag-buttons {
    margin: 1rem auto 0 auto;
    text-align: center; }
  .pag-inhouse-hireform .pag-detail {
    font-size: 0.8rem;
    margin-bottom: 0.5rem; }
    .pag-inhouse-hireform .pag-detail .pag-detail-image {
      margin-left: 0.5rem;
      max-width: 10rem;
      vertical-align: top; }
  .pag-inhouse-hireform .pag-fields .row {
    margin-right: -0.25rem;
    margin-left: -0.25rem; }
    @media only screen and (min-width: 640px) {
      .pag-inhouse-hireform .pag-fields .row {
        margin-right: -0.5rem; } }
    @media only screen and (min-width: 640px) {
      .pag-inhouse-hireform .pag-fields .row {
        margin-left: -0.5rem; } }
    .pag-inhouse-hireform .pag-fields .row .column, .pag-inhouse-hireform .pag-fields .row .columns {
      padding: 0.25rem; }
      @media only screen and (min-width: 640px) {
        .pag-inhouse-hireform .pag-fields .row .column, .pag-inhouse-hireform .pag-fields .row .columns {
          padding: 0.5rem; } }
  .pag-inhouse-hireform .pag-links {
    margin-top: 1rem; }
    .pag-inhouse-hireform .pag-links a {
      display: block; }
    .pag-inhouse-hireform .pag-links .disabled {
      color: #aaa;
      cursor: default;
      pointer-events: none; }
  .pag-inhouse-hireform .pag-preview-title {
    font-size: 1rem;
    margin: 1.5rem 0 0.5rem 0;
    text-transform: uppercase; }
  .pag-inhouse-hireform .pag-sided {
    background-color: #eee;
    margin-left: 0;
    margin-right: 0; }
    .pag-inhouse-hireform .pag-sided .pag-main {
      background-color: #fefefe;
      padding: 1rem; }
      @media only screen and (min-width: 640px) {
        .pag-inhouse-hireform .pag-sided .pag-main {
          border-bottom-right-radius: 2px; } }
      @media only screen and (min-width: 640px) {
        .pag-inhouse-hireform .pag-sided .pag-main {
          border-top-right-radius: 2px; } }
      @media only screen and (min-width: 640px) {
        .pag-inhouse-hireform .pag-sided .pag-main {
          min-height: 31.5rem; } }
    .pag-inhouse-hireform .pag-sided .pag-side {
      padding: 1rem; }
      @media only screen and (min-width: 640px) {
        .pag-inhouse-hireform .pag-sided .pag-side {
          padding: 1rem 2rem; } }
      @media only screen and (min-width: 640px) {
        .pag-inhouse-hireform .pag-sided .pag-side {
          position: relative; } }
  .pag-inhouse-hireform .pag-status {
    color: red;
    font-size: 0.75rem;
    padding: 0 1rem; }
  .pag-inhouse-hireform .pag-subtitle {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase; }
  .pag-inhouse-hireform .pag-title {
    font-size: 1.2rem;
    margin: 0;
    text-transform: uppercase; }
    @media only screen and (min-width: 640px) {
      .pag-inhouse-hireform .pag-title {
        margin: 3rem 0 1.5rem; } }
  .pag-inhouse-hireform .cmp-input-iconed input[type=text] {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }
  .pag-inhouse-hireform .cmp-input-iconed .cmp-icon {
    display: none; }

.pag-messagecenter .pag-actions {
  margin-top: 1rem; }
  .pag-messagecenter .pag-actions .pag-actions-forminline {
    display: inline-block; }

.pag-messagecenter .pag-circle {
  background-color: #e75635;
  border-radius: 50%;
  color: #fefefe;
  font-size: 0.75rem;
  height: 1.25rem;
  line-height: 1.65;
  position: absolute;
  right: 0.85rem;
  text-align: center;
  top: 1rem;
  width: 1.25rem; }
  .pag-messagecenter .pag-circle + .pag-name {
    padding-right: 2.25rem; }

.pag-messagecenter .pag-comment {
  color: #777;
  font-size: 1.5rem;
  padding: 1rem; }

.pag-messagecenter .pag-link {
  display: block;
  margin-top: 1.5rem; }

.pag-messagecenter .tabs-title {
  position: relative; }

.pag-placedetail .breadcrumbs li {
  display: inline-block;
  float: none; }

.pag-placedetail .pag-action .pag-action-availability {
  color: #777;
  font-size: 0.75rem;
  padding-bottom: 0.5rem;
  padding-top: 0.25rem; }

.pag-placedetail .pag-action .pag-action-comment {
  color: #999;
  font-size: 0.75rem;
  margin-top: 0.2rem; }

.pag-placedetail .pag-action .pag-action-detail {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0.25rem; }
  .pag-placedetail .pag-action .pag-action-detail .pag-action-detail-image {
    height: 1.75rem;
    position: relative;
    top: -0.125rem;
    width: 1.75rem; }
    .pag-placedetail .pag-action .pag-action-detail .pag-action-detail-image.semitransparent {
      opacity: 0.5; }
  .pag-placedetail .pag-action .pag-action-detail .pag-action-detail-label {
    display: inline-block;
    font-size: 0.75rem;
    opacity: 0.5; }
  .pag-placedetail .pag-action .pag-action-detail .pag-action-detail-value {
    display: inline-block; }

.pag-placedetail .pag-action .pag-action-explanation {
  color: #999;
  margin-top: 1rem; }
  .pag-placedetail .pag-action .pag-action-explanation p + p {
    margin-top: 0.25rem; }

.pag-placedetail .pag-action .pag-action-grid {
  margin-top: 0.25rem;
  max-width: 32rem; }
  .pag-placedetail .pag-action .pag-action-grid .button {
    width: 100%; }
    .pag-placedetail .pag-action .pag-action-grid .button + .button {
      margin-top: 0.5rem; }
  .pag-placedetail .pag-action .pag-action-grid.row {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
    .pag-placedetail .pag-action .pag-action-grid.row .column, .pag-placedetail .pag-action .pag-action-grid.row .columns {
      padding: 0 0.25rem; }

.pag-placedetail .pag-action .pag-action-subtitle {
  color: #777;
  font-size: 1rem;
  font-weight: normal; }

.pag-placedetail .pag-action .pag-action-title {
  margin-bottom: 0; }

.pag-placedetail .pag-assistant .cmp-link {
  display: inline-block;
  margin: 0 0.5rem; }

.pag-placedetail .pag-assistant .cmp-phone {
  font-weight: bold;
  white-space: nowrap; }

.pag-placedetail .pag-assistant .cmp-photo {
  background-color: #fefefe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%; }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-assistant .cmp-photo {
      height: 4rem; } }
  @media only screen and (min-width: 960px) {
    .pag-placedetail .pag-assistant .cmp-photo {
      height: 6rem; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-assistant .cmp-photo {
      width: 4rem; } }
  @media only screen and (min-width: 960px) {
    .pag-placedetail .pag-assistant .cmp-photo {
      width: 6rem; } }

.pag-placedetail .pag-assistant .cmp-text {
  margin-bottom: 0.25rem; }

.pag-placedetail .pag-assistant .cmp-title {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  text-align: center; }

@media only screen and (min-width: 640px) {
  .pag-placedetail .pag-assistant {
    position: relative; } }

.pag-placedetail .pag-assistant-aside {
  padding: 0.5rem 0.75rem; }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-assistant-aside {
      bottom: auto; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-assistant-aside {
      padding: 1rem 1.5rem; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-assistant-aside {
      position: absolute; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-assistant-aside {
      right: 0; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-assistant-aside {
      top: 0; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-assistant-aside {
      width: 8rem; } }

.pag-placedetail .pag-assistant-main {
  padding: 0.5rem 0.75rem; }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-assistant-main {
      margin-right: 8rem; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-assistant-main {
      padding: 1rem 1.5rem; } }

.pag-placedetail .pag-amenities .fa {
  color: #777;
  font-size: 1.3rem;
  left: -0.2rem;
  margin-left: 0.5rem;
  position: relative;
  top: 0.1rem; }

.pag-placedetail .pag-amenities .pag-amenities-grid.row {
  margin-bottom: -0.35rem;
  margin-top: -0.35rem; }
  .pag-placedetail .pag-amenities .pag-amenities-grid.row .column, .pag-placedetail .pag-amenities .pag-amenities-grid.row .columns {
    padding-bottom: 0.35rem;
    padding-top: 0.35rem; }

.pag-placedetail .pag-availability .pag-availability-blink {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: blink;
  background-color: #50aaeb;
  border-radius: 50%;
  display: inline-block;
  height: 0.75rem;
  margin: 0 0.15rem;
  position: relative;
  top: 0.05rem;
  width: 0.75rem; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.pag-placedetail .pag-availability .pag-availability-day {
  color: #777;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 1.75rem; }

.pag-placedetail .pag-availability .pag-availability-grid.row .column, .pag-placedetail .pag-availability .pag-availability-grid.row .columns {
  padding-bottom: 0;
  padding-top: 0; }

.pag-placedetail .pag-availability .pag-availability-legend {
  padding-top: 1rem;
  text-align: center; }
  .pag-placedetail .pag-availability .pag-availability-legend .pag-availability-legend-comment {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 2rem; }
  .pag-placedetail .pag-availability .pag-availability-legend .pag-availability-legend-swatch {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 1rem;
    position: relative;
    top: 0.1rem;
    width: 1rem; }
    .pag-placedetail .pag-availability .pag-availability-legend .pag-availability-legend-swatch.available {
      background-color: #fefefe; }
    .pag-placedetail .pag-availability .pag-availability-legend .pag-availability-legend-swatch.closed {
      background-color: #eee; }
    .pag-placedetail .pag-availability .pag-availability-legend .pag-availability-legend-swatch.unavailable {
      background-color: #ccc; }

.pag-placedetail .pag-availability .pag-availability-live {
  color: #777;
  display: inline-block;
  font-size: 0.8rem; }

.pag-placedetail .pag-capacity .pag-capacity-grid.row {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .pag-placedetail .pag-capacity .pag-capacity-grid.row .column, .pag-placedetail .pag-capacity .pag-capacity-grid.row .columns {
    padding: 0.25rem; }

.pag-placedetail .pag-capacity .pag-capacity-label {
  margin-left: 2.75rem; }

.pag-placedetail .pag-capacity .pag-capacity-stack {
  position: relative; }
  .pag-placedetail .pag-capacity .pag-capacity-stack.unavailable {
    opacity: 0.5; }
  .pag-placedetail .pag-capacity .pag-capacity-stack img {
    height: 2.1rem;
    left: 0;
    position: absolute;
    top: 0.2rem;
    width: 2.1rem; }

.pag-placedetail .pag-capacity .pag-capacity-value {
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 2.75rem; }

@media only screen and (min-width: 640px) {
  .pag-placedetail .pag-contact {
    background-color: #e3e3e3; } }

@media only screen and (min-width: 640px) {
  .pag-placedetail .pag-contact {
    position: relative; } }

.pag-placedetail .pag-contact-aside {
  padding: 0.5rem 0.75rem; }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-contact-aside {
      bottom: 0; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-contact-aside {
      padding: 1rem 1.5rem; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-contact-aside {
      position: absolute; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-contact-aside {
      right: 0; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-contact-aside {
      top: auto; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-contact-aside {
      width: 15rem; } }

.pag-placedetail .pag-contact-main {
  padding: 0.5rem 0.75rem; }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-contact-main {
      background-color: #fefefe; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-contact-main {
      margin-right: 15rem; } }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-contact-main {
      padding: 1rem 1.5rem; } }

.pag-placedetail .pag-contact .pag-contact-list {
  margin-left: 1.5rem; }

.pag-placedetail .pag-contact .pag-contact-name {
  font-weight: bold;
  margin-left: 3rem; }

.pag-placedetail .pag-contact .pag-contact-online {
  margin-left: 3rem; }
  .pag-placedetail .pag-contact .pag-contact-online i {
    margin: 0;
    -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8); }
  .pag-placedetail .pag-contact .pag-contact-online small {
    color: #555;
    font-weight: normal; }

.pag-placedetail .pag-contact .pag-contact-icon, .pag-placedetail .pag-contact .pag-contact-picture {
  font-size: 1.1rem;
  height: 2.5rem;
  padding: 0.5rem 0;
  position: absolute;
  width: 2.5rem; }

.pag-placedetail .pag-contact .pag-contact-icon {
  border-radius: 50%;
  color: #fefefe;
  margin: 0 auto;
  text-align: center; }
  .pag-placedetail .pag-contact .pag-contact-icon:empty:after {
    content: "\f007";
    font-family: "FontAwesome"; }

.pag-placedetail .pag-contact .pag-contact-picture {
  background-color: #fefefe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%; }

.pag-placedetail .pag-conversation .pag-conversation-comment {
  padding-bottom: 0.5rem; }

.pag-placedetail .pag-description p:not(:empty):not(:last-child) {
  margin-bottom: 0.5rem; }

.pag-placedetail .pag-description br {
  line-height: 150%; }

.pag-placedetail .pag-events .pag-events-grid.row {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .pag-placedetail .pag-events .pag-events-grid.row .column, .pag-placedetail .pag-events .pag-events-grid.row .columns {
    padding: 0.25rem; }

.pag-placedetail .pag-extras .pag-extras-category > .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .pag-placedetail .pag-extras .pag-extras-category > .row > .column, .pag-placedetail .pag-extras .pag-extras-category > .row > .columns {
    padding: 0.25rem; }

.pag-placedetail .pag-extras .pag-extras-category + .pag-extras-category {
  margin-top: 1.25rem; }

.pag-placedetail .pag-extras .pag-extras-intro {
  margin: 0 0 0.45rem 0; }

.pag-placedetail .pag-extras .pag-extras-more {
  display: block;
  padding-left: 0.25rem;
  text-transform: lowercase; }
  .pag-placedetail .pag-extras .pag-extras-more::first-letter {
    text-transform: uppercase; }

.pag-placedetail .pag-header {
  padding: 0.75rem; }
  @media only screen and (min-width: 1280px) {
    .pag-placedetail .pag-header {
      margin: 0 auto; } }
  @media only screen and (min-width: 1280px) {
    .pag-placedetail .pag-header {
      max-width: 90rem; } }
  .pag-placedetail .pag-header .pag-header-aside {
    background-color: #fefefe; }
    @media only screen and (min-width: 1280px) {
      .pag-placedetail .pag-header .pag-header-aside {
        float: right; } }
    @media only screen and (min-width: 1280px) {
      .pag-placedetail .pag-header .pag-header-aside {
        height: 100%; } }
    @media only screen and (min-width: 1280px) {
      .pag-placedetail .pag-header .pag-header-aside {
        position: relative; } }
    @media only screen and (min-width: 1280px) {
      .pag-placedetail .pag-header .pag-header-aside {
        width: 35rem; } }
    .pag-placedetail .pag-header .pag-header-aside > div {
      padding: 1rem 1.5rem; }
      @media only screen and (min-width: 1280px) {
        .pag-placedetail .pag-header .pag-header-aside > div {
          bottom: 0; } }
      @media only screen and (min-width: 1280px) {
        .pag-placedetail .pag-header .pag-header-aside > div {
          padding: 1.5rem 2.5rem; } }
      @media only screen and (min-width: 1280px) {
        .pag-placedetail .pag-header .pag-header-aside > div {
          position: absolute; } }
      @media only screen and (min-width: 1280px) {
        .pag-placedetail .pag-header .pag-header-aside > div {
          width: 100%; } }
  .pag-placedetail .pag-header .pag-header-main {
    position: relative;
    height: 12rem; }
    .pag-placedetail .pag-header .pag-header-main .pag-header-main-image {
      height: 100%;
      object-fit: cover;
      position: absolute;
      width: 100%; }
    @media only screen and (min-width: 1280px) {
      .pag-placedetail .pag-header .pag-header-main {
        float: left; } }
    @media only screen and (min-width: 640px) {
      .pag-placedetail .pag-header .pag-header-main {
        height: 15rem; } }
    @media only screen and (min-width: 960px) {
      .pag-placedetail .pag-header .pag-header-main {
        height: 20rem; } }
    @media only screen and (min-width: 1280px) {
      .pag-placedetail .pag-header .pag-header-main {
        height: 100%; } }
    @media only screen and (min-width: 1280px) {
      .pag-placedetail .pag-header .pag-header-main {
        width: calc(100% - 35rem); } }
  @media only screen and (min-width: 1280px) {
    .pag-placedetail .pag-header .pag-header-wrapper {
      height: 25rem; } }
  @media only screen and (min-width: 1600px) {
    .pag-placedetail .pag-header .pag-header-wrapper {
      height: 30rem; } }
  @media only screen and (min-width: 1280px) {
    .pag-placedetail .pag-header .pag-header-wrapper:after {
      clear: both; } }
  @media only screen and (min-width: 1280px) {
    .pag-placedetail .pag-header .pag-header-wrapper:after {
      content: ""; } }
  @media only screen and (min-width: 1280px) {
    .pag-placedetail .pag-header .pag-header-wrapper:after {
      display: table; } }

.pag-placedetail .pag-header {
  margin-bottom: 3.5rem;
  padding-bottom: 0.75rem; }
  .pag-placedetail .pag-header .breadcrumbs {
    bottom: -1.75rem;
    position: absolute;
    text-align: center;
    width: 100%; }
  .pag-placedetail .pag-header .pag-header-aside {
    position: relative; }
  .pag-placedetail .pag-header .pag-header-main {
    position: relative; }
  .pag-placedetail .pag-header .pag-header-gallery, .pag-placedetail .pag-header .pag-header-wishlist {
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0; }
    @media only screen and (min-width: 960px) {
      .pag-placedetail .pag-header .pag-header-gallery, .pag-placedetail .pag-header .pag-header-wishlist {
        bottom: 0; } }
    @media only screen and (min-width: 960px) {
      .pag-placedetail .pag-header .pag-header-gallery, .pag-placedetail .pag-header .pag-header-wishlist {
        padding: 0.75rem 1rem; } }
    @media only screen and (min-width: 960px) {
      .pag-placedetail .pag-header .pag-header-gallery, .pag-placedetail .pag-header .pag-header-wishlist {
        top: auto; } }
  .pag-placedetail .pag-header .pag-header-gallery {
    color: #fefefe;
    font-size: 1.2rem;
    pointer-events: none;
    right: 0; }
    @media only screen and (min-width: 960px) {
      .pag-placedetail .pag-header .pag-header-gallery {
        font-size: 1.5rem; } }
  .pag-placedetail .pag-header .pag-header-wishlist {
    color: #fefefe;
    left: 0; }
    .pag-placedetail .pag-header .pag-header-wishlist .fa {
      font-size: 1.2rem;
      margin-right: 0.25rem; }
      @media only screen and (min-width: 960px) {
        .pag-placedetail .pag-header .pag-header-wishlist .fa {
          font-size: 1.5rem; } }
    .pag-placedetail .pag-header .pag-header-wishlist span {
      position: relative;
      top: -0.2rem; }

.pag-placedetail .pag-highlights .pag-highlights-list {
  margin: 0.5rem 1.5rem 0; }

.pag-placedetail .pag-map {
  height: 15rem;
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-placedetail .pag-map {
      height: 30rem; } }

.pag-placedetail .pag-photo .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .pag-placedetail .pag-photo .row .column, .pag-placedetail .pag-photo .row .columns {
    padding: 0.25rem; }

.pag-placedetail .pag-photo .pag-photo-tile {
  cursor: pointer;
  padding-bottom: 66.66%;
  position: relative; }
  .pag-placedetail .pag-photo .pag-photo-tile .pag-photo-tile-image {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%; }
  .pag-placedetail .pag-photo .pag-photo-tile .pag-photo-tile-controlled {
    opacity: 0.5; }
  .pag-placedetail .pag-photo .pag-photo-tile .pag-photo-tile-control {
    background-clip: content-box;
    background-position: top center;
    background-repeat: no-repeat;
    height: 90px;
    left: 50%;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 126px; }
  .pag-placedetail .pag-photo .pag-photo-tile:hover .pag-photo-tile-control {
    background-position: bottom center;
    opacity: 1; }

.pag-placedetail .pag-pricing .pag-pricing-detail + .pag-pricing-detail {
  margin-top: 0.35rem; }

.pag-placedetail .pag-pricing .pag-pricing-grid {
  max-width: 48rem; }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-pricing .pag-pricing-grid {
      margin-bottom: 0.5rem; } }
  .pag-placedetail .pag-pricing .pag-pricing-grid.row .column, .pag-placedetail .pag-pricing .pag-pricing-grid.row .columns {
    padding-bottom: 0.5rem;
    padding-top: 0; }
    @media only screen and (min-width: 640px) {
      .pag-placedetail .pag-pricing .pag-pricing-grid.row .column, .pag-placedetail .pag-pricing .pag-pricing-grid.row .columns {
        padding-bottom: 0; } }

.pag-placedetail .pag-pricing .pag-pricing-label {
  display: inline-block; }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-pricing .pag-pricing-label {
      display: block; } }

.pag-placedetail .pag-pricing .pag-pricing-stack {
  margin: 0 auto; }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-pricing .pag-pricing-stack {
      text-align: center; } }
  .pag-placedetail .pag-pricing .pag-pricing-stack img {
    height: 2.75rem;
    opacity: 0.5;
    width: 2.75rem; }

.pag-placedetail .pag-pricing .pag-pricing-value {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold; }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-pricing .pag-pricing-value {
      display: block; } }

.pag-placedetail .pag-promo {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  color: #777;
  margin: 1.5rem 0 0;
  padding: 0.75rem 1.5rem; }
  .pag-placedetail .pag-promo a {
    color: #777;
    text-decoration: underline; }
  .pag-placedetail .pag-promo .pag-promo-title {
    font-weight: bold; }

.pag-placedetail .pag-promo .pag-promo-title {
  margin: 0 !important; }

.pag-placedetail .pag-reviews .pag-reviews-grid.row {
  margin-left: 0rem;
  margin-right: 0rem; }
  .pag-placedetail .pag-reviews .pag-reviews-grid.row .column, .pag-placedetail .pag-reviews .pag-reviews-grid.row .columns {
    padding: 0rem; }
    .pag-placedetail .pag-reviews .pag-reviews-grid.row .column > div, .pag-placedetail .pag-reviews .pag-reviews-grid.row .columns > div {
      padding: 0.5rem 0; }

.pag-placedetail .pag-reviews .pag-reviews-kpi {
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  position: relative; }
  @media only screen and (min-width: 640px) {
    .pag-placedetail .pag-reviews .pag-reviews-kpi {
      padding: 0.75rem 0.75rem 0.75rem 1.25rem; } }
  .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon {
    color: #aaa;
    height: 2.2rem;
    position: absolute;
    right: 0.5rem;
    text-align: center;
    top: 0.5rem;
    width: 2.2rem; }
    @media only screen and (min-width: 640px) {
      .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon {
        right: 0.75rem; } }
    @media only screen and (min-width: 640px) {
      .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon {
        top: 0.75rem; } }
    .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon i {
      margin: 0.6rem 0; }
    .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon .pag-reviews-kpi-circle {
      border: 4px solid transparent;
      border-left-color: #e75635;
      border-radius: 50%;
      border-right-color: #e75635;
      border-top-color: #e75635;
      position: absolute;
      height: 100%;
      right: 0;
      top: 0;
      width: 100%; }
      .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon .pag-reviews-kpi-circle.rotate-1 {
        -ms-transform: rotate(22.5deg);
            transform: rotate(22.5deg); }
      .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon .pag-reviews-kpi-circle.rotate-2 {
        -ms-transform: rotate(-157.5deg);
            transform: rotate(-157.5deg); }
      .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon .pag-reviews-kpi-circle.rotate-3 {
        -ms-transform: rotate(112.5deg);
            transform: rotate(112.5deg); }
      .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-icon .pag-reviews-kpi-circle.rotate-4 {
        -ms-transform: rotate(-67.5deg);
            transform: rotate(-67.5deg); }
  .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-text {
    margin-right: 2.75rem; }
  .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-title {
    font-size: 0.75rem;
    margin-bottom: 0.15rem; }
  .pag-placedetail .pag-reviews .pag-reviews-kpi .pag-reviews-kpi-value {
    font-weight: bold; }

.pag-placedetail .pag-reviews .pag-reviews-kpi {
  margin-bottom: 1rem;
  max-width: 20rem; }

.pag-placedetail .pag-reviews .pag-reviews-more {
  margin-top: 1rem; }

.pag-placedetail .pag-section {
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 960px) {
    .pag-placedetail .pag-section {
      padding-bottom: 2.5rem; } }
  .pag-placedetail .pag-section .pag-section-title {
    font-size: 1.25rem;
    margin-bottom: 0.25rem; }
    @media only screen and (min-width: 960px) {
      .pag-placedetail .pag-section .pag-section-title {
        margin-bottom: 0.75rem; } }

.pag-placedetail .pag-sharing {
  bottom: -1.75rem;
  color: #999;
  position: absolute;
  text-align: center;
  width: 100%; }
  .pag-placedetail .pag-sharing a {
    color: #999; }

.pag-placedetail .pag-sticky-comment {
  color: #777; }

.pag-placedetail .pag-sticky-title {
  font-size: 1rem;
  font-weight: bold; }

.pag-placedetail .pag-unpublished {
  padding: 1rem 1.5rem;
  position: relative; }
  @media only screen and (min-width: 1280px) {
    .pag-placedetail .pag-unpublished {
      padding: 1.5rem 2.5rem; } }
  .pag-placedetail .pag-unpublished .pag-unpublished-comment {
    color: #777;
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 4rem; }
  .pag-placedetail .pag-unpublished .pag-unpublished-icon {
    font-size: 5rem;
    margin-bottom: 0.5rem; }
  .pag-placedetail .pag-unpublished .pag-unpublished-similar {
    margin: 1rem auto; }
    @media only screen and (min-width: 960px) {
      .pag-placedetail .pag-unpublished .pag-unpublished-similar {
        max-width: 57.5rem; } }
    @media only screen and (min-width: 1280px) {
      .pag-placedetail .pag-unpublished .pag-unpublished-similar {
        max-width: 77.25rem; } }
  .pag-placedetail .pag-unpublished .pag-unpublished-text {
    font-size: 1.5rem;
    font-weight: normal; }

.pag-placedetail .cmp-calendar-picker.displayavailability .cmp-navigation {
  padding-top: 0; }

@media only screen and (min-width: 960px) {
  .pag-placedetail .cmp-footer-links {
    padding-bottom: 9rem; } }

.pag-placedetail .cmp-input-iconed .cmp-icon {
  display: block; }

@media only screen and (min-width: 640px) {
  .pag-placedetail .cmp-tile-add {
    height: 369px; } }

.pag-placedetail .sb-similar-spaces-carousel:not(.slick-slider) {
  display: none; }

.pag-placedetail .slick-slider {
  padding-bottom: 2rem;
  margin: 0 -0.875rem; }

.pag-placedetail .slick-slide {
  padding: 0 0.875rem 1rem; }

.pag-placeform .cmp-tile-space {
  margin-bottom: 2.5rem; }

.pag-placeform .lyt-sided {
  margin: 0.75rem auto 0;
  padding: 0 0.75rem; }
  @media only screen and (min-width: 960px) {
    .pag-placeform .lyt-sided {
      margin: 1.25rem auto 0; } }
  @media only screen and (min-width: 640px) {
    .pag-placeform .lyt-sided {
      max-width: 640px; } }
  @media only screen and (min-width: 960px) {
    .pag-placeform .lyt-sided {
      max-width: 920px; } }
  @media only screen and (min-width: 1280px) {
    .pag-placeform .lyt-sided {
      max-width: 1160px; } }
  @media only screen and (min-width: 1600px) {
    .pag-placeform .lyt-sided {
      max-width: 1160px; } }
  @media only screen and (min-width: 640px) {
    .pag-placeform .lyt-sided {
      padding: 0 20px; } }

@media only screen and (min-width: 960px) {
  .pag-placeform .lyt-sided {
    position: relative; } }

@media only screen and (min-width: 960px) {
  .pag-placeform .lyt-sided:after {
    content: ""; } }

@media only screen and (min-width: 960px) {
  .pag-placeform .lyt-sided:after {
    display: table; } }

@media only screen and (min-width: 960px) {
  .pag-placeform .lyt-sided:after {
    clear: both; } }

.pag-placeform .lyt-sided .lyt-sided-aside {
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-placeform .lyt-sided .lyt-sided-aside {
      float: right; } }
  @media only screen and (min-width: 960px) {
    .pag-placeform .lyt-sided .lyt-sided-aside {
      width: 320px; } }
  .pag-placeform .lyt-sided .lyt-sided-aside + .lyt-sided-main {
    margin-top: 2.5rem; }
    @media only screen and (min-width: 960px) {
      .pag-placeform .lyt-sided .lyt-sided-aside + .lyt-sided-main {
        margin-top: 0; } }

.pag-placeform .lyt-sided .lyt-sided-main {
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-placeform .lyt-sided .lyt-sided-main {
      float: left; } }
  @media only screen and (min-width: 960px) {
    .pag-placeform .lyt-sided .lyt-sided-main {
      width: 520px; } }
  @media only screen and (min-width: 1280px) {
    .pag-placeform .lyt-sided .lyt-sided-main {
      width: 760px; } }
  @media only screen and (min-width: 1600px) {
    .pag-placeform .lyt-sided .lyt-sided-main {
      width: 760px; } }
  .pag-placeform .lyt-sided .lyt-sided-main + .lyt-sided-aside {
    margin-top: 2.5rem; }
    @media only screen and (min-width: 960px) {
      .pag-placeform .lyt-sided .lyt-sided-main + .lyt-sided-aside {
        margin-top: 0; } }
    @media only screen and (min-width: 1280px) {
      .pag-placeform .lyt-sided .lyt-sided-main + .lyt-sided-aside .lyt-sided-aside-fixed {
        position: fixed; } }
    @media only screen and (min-width: 1280px) {
      .pag-placeform .lyt-sided .lyt-sided-main + .lyt-sided-aside .lyt-sided-aside-fixed {
        width: 320px; } }

.pag-placeform .pag-checkboxes label {
  margin-bottom: 0.25rem; }

.pag-placeform .pag-checkboxes .row {
  margin-left: -0.125rem;
  margin-right: -0.125rem; }
  .pag-placeform .pag-checkboxes .row .column, .pag-placeform .pag-checkboxes .row .columns {
    padding: 0.125rem; }

.pag-placeform .pag-dimensions .pag-dimensions-text {
  color: #777;
  font-size: 0.75rem;
  margin-bottom: 0.25rem; }

.pag-placeform .pag-dimensions .pag-dimensions-capacity.row {
  margin-top: -0.45rem; }
  .pag-placeform .pag-dimensions .pag-dimensions-capacity.row .column, .pag-placeform .pag-dimensions .pag-dimensions-capacity.row .columns {
    padding-bottom: 0.45rem;
    padding-top: 0.45rem;
    position: relative; }
    .pag-placeform .pag-dimensions .pag-dimensions-capacity.row .column label, .pag-placeform .pag-dimensions .pag-dimensions-capacity.row .columns label {
      margin-top: 0.155rem;
      text-align: center;
      width: 5rem; }
    .pag-placeform .pag-dimensions .pag-dimensions-capacity.row .column img, .pag-placeform .pag-dimensions .pag-dimensions-capacity.row .columns img {
      height: 1.75rem;
      width: 5rem; }
    .pag-placeform .pag-dimensions .pag-dimensions-capacity.row .column input, .pag-placeform .pag-dimensions .pag-dimensions-capacity.row .columns input {
      position: absolute;
      left: 5.5rem;
      top: 0.5rem;
      width: calc(100% - 6rem); }

.pag-placeform .pag-edit {
  margin-top: 0.5rem; }

.pag-placeform .pag-errors {
  color: #cc4b37;
  margin-bottom: 2rem; }

.pag-placeform .pag-events.highlighted, .pag-placeform .pag-portfolio.highlighted {
  border: 5px solid #e75635;
  padding: 1rem; }

.pag-placeform .pag-extras .pag-extras-category > .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .pag-placeform .pag-extras .pag-extras-category > .row > .column, .pag-placeform .pag-extras .pag-extras-category > .row > .columns {
    padding: 0.25rem; }

.pag-placeform .pag-extras .pag-extras-category + .pag-extras-category {
  margin-top: 1rem; }

.pag-placeform .pag-extras .pag-extras-title {
  margin-bottom: 0.25rem; }

.pag-placeform .pag-guide {
  padding: 0 0.625rem; }
  @media only screen and (min-width: 640px) {
    .pag-placeform .pag-guide {
      padding: 0; } }
  .pag-placeform .pag-guide .pag-guide-step {
    margin-bottom: 1rem;
    text-align: justify; }
    .pag-placeform .pag-guide .pag-guide-step .pag-guide-step-button {
      margin-left: 2.1rem;
      margin-top: 0.5rem; }
    .pag-placeform .pag-guide .pag-guide-step .pag-guide-step-comment {
      color: #777;
      font-size: 0.8rem;
      margin-left: 2.1rem; }
    .pag-placeform .pag-guide .pag-guide-step .pag-guide-step-icon {
      margin: 0;
      position: absolute; }
    .pag-placeform .pag-guide .pag-guide-step .pag-guide-step-number {
      background-color: #777;
      border-radius: 50%;
      color: #fefefe;
      display: inline-block;
      font-weight: bold;
      height: 1.6em;
      line-height: 1.35;
      padding-top: 0.05em;
      position: absolute;
      text-align: center;
      width: 1.6em; }
    .pag-placeform .pag-guide .pag-guide-step .pag-guide-step-title {
      font-weight: bold;
      margin-left: 2rem;
      padding-top: 0.275rem; }
  .pag-placeform .pag-guide .pag-guide-tip {
    color: #777;
    margin: 3rem auto 0 auto;
    max-width: 15rem;
    text-align: center; }
    .pag-placeform .pag-guide .pag-guide-tip i {
      color: #777;
      font-size: 3rem; }
  .pag-placeform .pag-guide .pag-guide-title {
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase; }

.pag-placeform .pag-introtext textarea {
  height: 5.3rem;
  min-height: 5.3rem; }

.pag-placeform .pag-map {
  min-height: 20rem;
  padding-top: 0.5rem;
  width: 100%; }

.pag-placeform .pag-orgs .pag-orgs-add {
  cursor: pointer; }

.pag-placeform .pag-orgs .pag-orgs-grid .column, .pag-placeform .pag-orgs .pag-orgs-grid .columns {
  padding-bottom: 0;
  padding-top: 0; }

.pag-placeform .pag-orgs .pag-orgs-label {
  display: inline-block;
  margin-right: 0.5rem; }

.pag-placeform .pag-orgs .pag-orgs-list {
  margin-left: 0.75rem; }
  .pag-placeform .pag-orgs .pag-orgs-list .pag-orgs-list-add {
    cursor: pointer; }
    .pag-placeform .pag-orgs .pag-orgs-list .pag-orgs-list-add:hover {
      opacity: 0.75; }

.pag-placeform .pag-orgs .pag-orgs-logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.6rem;
  width: 2rem; }

.pag-placeform .pag-orgs .pag-orgs-name {
  text-transform: uppercase; }

.pag-placeform .pag-orgs .pag-orgs-option {
  position: relative;
  top: 0.625rem; }

.pag-placeform .pag-orgs .pag-orgs-select {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
  width: auto; }

.pag-placeform .pag-pricing .pag-pricing-group input {
  margin-bottom: 0; }

.pag-placeform .pag-pricing .pag-pricing-group .row {
  margin-left: 0.75rem; }
  .pag-placeform .pag-pricing .pag-pricing-group .row + .row {
    margin-bottom: 0.5rem; }
  .pag-placeform .pag-pricing .pag-pricing-group .row .column, .pag-placeform .pag-pricing .pag-pricing-group .row .columns {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem; }
    .pag-placeform .pag-pricing .pag-pricing-group .row .column p, .pag-placeform .pag-pricing .pag-pricing-group .row .columns p {
      border-bottom: 1px solid transparent;
      height: 2.95rem;
      padding: 0.925rem 1.2rem 0.925rem 1.2rem; }

.pag-placeform .pag-pricing .pag-pricing-text {
  color: #777;
  font-size: 0.75rem;
  margin-bottom: 0.5rem; }

.pag-placeform .pag-promo {
  background-color: #50aaeb;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  color: #fefefe;
  margin: 0.25rem 0 0.5rem;
  padding: 0.5rem 2rem; }
  .pag-placeform .pag-promo a {
    color: #fefefe;
    text-decoration: underline; }
  .pag-placeform .pag-promo .pag-promo-title {
    font-weight: bold; }

.pag-placeform .pag-rules input {
  margin: 0; }

.pag-placeform .pag-rules label {
  margin-bottom: 0.25rem; }

.pag-placeform .pag-rules textarea {
  height: 3.9rem;
  min-height: 3.9rem; }

.pag-placeform .pag-rules .pag-rules-space {
  margin-bottom: 1.5rem; }
  .pag-placeform .pag-rules .pag-rules-space .row {
    margin-left: -0.125rem;
    margin-right: -0.125rem; }
    .pag-placeform .pag-rules .pag-rules-space .row .column, .pag-placeform .pag-rules .pag-rules-space .row .columns {
      padding: 0.125rem; }

.pag-placeform .pag-rules .pag-rules-cancellation .pag-rules-cancellation-custom {
  margin-left: 1.25rem; }

.pag-placeform .pag-section {
  margin-bottom: 2rem;
  margin-top: 0.25rem;
  padding: 0.75rem; }
  @media only screen and (min-width: 640px) {
    .pag-placeform .pag-section {
      padding: 1.25rem; } }
  .pag-placeform .pag-section > .row:first-child {
    margin-top: -0.25rem; }
    @media only screen and (min-width: 640px) {
      .pag-placeform .pag-section > .row:first-child {
        margin-top: -0.5rem; } }
  .pag-placeform .pag-section > .row:last-child {
    margin-bottom: -0.25rem; }
    @media only screen and (min-width: 640px) {
      .pag-placeform .pag-section > .row:last-child {
        margin-bottom: -0.5rem; } }
  .pag-placeform .pag-section > .row > .column, .pag-placeform .pag-section > .row > .columns {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem; }
    @media only screen and (min-width: 640px) {
      .pag-placeform .pag-section > .row > .column, .pag-placeform .pag-section > .row > .columns {
        padding-bottom: 0.5rem; } }
    @media only screen and (min-width: 640px) {
      .pag-placeform .pag-section > .row > .column, .pag-placeform .pag-section > .row > .columns {
        padding-top: 0.5rem; } }
  .pag-placeform .pag-section .pag-section-comment {
    color: #777;
    font-size: 0.75rem;
    margin-bottom: 1rem; }
    .pag-placeform .pag-section .pag-section-comment a {
      font-size: 0.75rem; }
  .pag-placeform .pag-section .pag-section-sub + .pag-section-sub {
    margin-top: 1rem; }

.pag-placeform .pag-suitability .pag-suitability-ambience {
  position: relative; }
  .pag-placeform .pag-suitability .pag-suitability-ambience .pag-suitability-ambience-bar {
    background-color: #e3e3e3;
    margin-bottom: 0.5rem;
    margin-left: 3.5rem;
    height: 0.4rem;
    position: relative; }
  .pag-placeform .pag-suitability .pag-suitability-ambience .pag-suitability-ambience-fill {
    background-color: #50aaeb;
    height: 0.4rem;
    position: absolute; }
  .pag-placeform .pag-suitability .pag-suitability-ambience .pag-suitability-ambience-image {
    height: 2.5rem;
    margin-left: 0.25rem;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 2.5rem; }
  .pag-placeform .pag-suitability .pag-suitability-ambience .pag-suitability-ambience-text {
    color: #777;
    font-size: 0.75rem;
    margin: 0.5rem 0 0.4rem 3.5rem; }

.pag-placeform .pag-suitability .pag-suitability-intro {
  margin-top: 1rem; }

.pag-placeform .pag-suitability .pag-suitability-situation {
  text-align: center; }
  .pag-placeform .pag-suitability .pag-suitability-situation .pag-suitability-situation-image {
    height: 2.5rem;
    width: 2.5rem; }
  .pag-placeform .pag-suitability .pag-suitability-situation .pag-suitability-situation-text {
    color: #777;
    font-size: 0.75rem;
    margin-top: 0.2rem; }
    .pag-placeform .pag-suitability .pag-suitability-situation .pag-suitability-situation-text::first-letter {
      text-transform: uppercase; }

.pag-placeform .pag-title {
  color: #777; }

.pag-placeform .pag-venuespaces {
  font-weight: bold;
  margin-top: 4rem;
  text-transform: uppercase; }

.pag-placeform .dropzone {
  background-color: #f7f7f7;
  border-radius: 2px;
  border: 1px dashed #ccc;
  cursor: pointer;
  margin-top: 0.25rem;
  min-height: 12.5rem;
  padding: 0; }
  .pag-placeform .dropzone .button {
    font-size: 62.5%;
    margin-bottom: 0;
    margin-top: 0.5rem;
    padding: 0.45rem 0.875rem !important; }
  .pag-placeform .dropzone .dz-preview:nth-child(2) .dz-image {
    border: 5px solid #50aaeb; }
  @media only screen and (min-width: 640px) {
    .pag-placeform .dropzone .dz-image {
      height: 140px; } }
  @media only screen and (min-width: 640px) {
    .pag-placeform .dropzone .dz-image {
      width: 140px; } }
  .pag-placeform .dropzone .dz-image img {
    height: 100%;
    width: 100%; }
  .pag-placeform .dropzone .dz-message {
    margin: 0;
    padding-top: 5.25rem; }
  .pag-placeform .dropzone .dz-preview.dz-complete.dz-image-preview {
    background-color: transparent; }
  .pag-placeform .dropzone .dz-error-mark {
    padding-top: 1.75rem;
    text-align: center; }
  .pag-placeform .dropzone .dz-details, .pag-placeform .dropzone .dz-error-message {
    display: none; }

.pag-seoflatpages .lyt-sided {
  margin: 0.75rem auto 0;
  padding: 0 0.75rem; }
  @media only screen and (min-width: 960px) {
    .pag-seoflatpages .lyt-sided {
      margin: 1.25rem auto 0; } }
  @media only screen and (min-width: 640px) {
    .pag-seoflatpages .lyt-sided {
      max-width: 640px; } }
  @media only screen and (min-width: 960px) {
    .pag-seoflatpages .lyt-sided {
      max-width: 920px; } }
  @media only screen and (min-width: 1280px) {
    .pag-seoflatpages .lyt-sided {
      max-width: 1160px; } }
  @media only screen and (min-width: 1600px) {
    .pag-seoflatpages .lyt-sided {
      max-width: 1400px; } }
  @media only screen and (min-width: 640px) {
    .pag-seoflatpages .lyt-sided {
      padding: 0 20px; } }

@media only screen and (min-width: 960px) {
  .pag-seoflatpages .lyt-sided {
    position: relative; } }

@media only screen and (min-width: 960px) {
  .pag-seoflatpages .lyt-sided:after {
    content: ""; } }

@media only screen and (min-width: 960px) {
  .pag-seoflatpages .lyt-sided:after {
    display: table; } }

@media only screen and (min-width: 960px) {
  .pag-seoflatpages .lyt-sided:after {
    clear: both; } }

.pag-seoflatpages .lyt-sided .lyt-sided-aside {
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-seoflatpages .lyt-sided .lyt-sided-aside {
      float: right; } }
  @media only screen and (min-width: 960px) {
    .pag-seoflatpages .lyt-sided .lyt-sided-aside {
      width: 320px; } }
  .pag-seoflatpages .lyt-sided .lyt-sided-aside + .lyt-sided-main {
    margin-top: 2.5rem; }
    @media only screen and (min-width: 960px) {
      .pag-seoflatpages .lyt-sided .lyt-sided-aside + .lyt-sided-main {
        margin-top: 0; } }

.pag-seoflatpages .lyt-sided .lyt-sided-main {
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-seoflatpages .lyt-sided .lyt-sided-main {
      float: left; } }
  @media only screen and (min-width: 960px) {
    .pag-seoflatpages .lyt-sided .lyt-sided-main {
      width: 520px; } }
  @media only screen and (min-width: 1280px) {
    .pag-seoflatpages .lyt-sided .lyt-sided-main {
      width: 760px; } }
  @media only screen and (min-width: 1600px) {
    .pag-seoflatpages .lyt-sided .lyt-sided-main {
      width: 1000px; } }
  .pag-seoflatpages .lyt-sided .lyt-sided-main + .lyt-sided-aside {
    margin-top: 2.5rem; }
    @media only screen and (min-width: 960px) {
      .pag-seoflatpages .lyt-sided .lyt-sided-main + .lyt-sided-aside {
        margin-top: 0; } }
    @media only screen and (min-width: 1280px) {
      .pag-seoflatpages .lyt-sided .lyt-sided-main + .lyt-sided-aside .lyt-sided-aside-fixed {
        position: fixed; } }
    @media only screen and (min-width: 1280px) {
      .pag-seoflatpages .lyt-sided .lyt-sided-main + .lyt-sided-aside .lyt-sided-aside-fixed {
        width: 320px; } }

@media only screen and (min-width: 1280px) {
  .pag-seoflatpages .lyt-sided .lyt-sided-main {
    min-height: 30rem; } }

.pag-seoflatpages .pag-assistant {
  padding: 1.25rem; }

.pag-seoflatpages .pag-description {
  margin-bottom: 1rem; }

.pag-seoflatpages .pag-headersection {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 200px; }
  @media only screen and (min-width: 960px) {
    .pag-seoflatpages .pag-headersection {
      padding-bottom: 300px; } }

.pag-seoflatpages .pag-highlight {
  color: #50aaeb;
  font-weight: bold; }

.pag-seoflatpages .pag-section {
  padding-top: 1.5rem;
  margin-bottom: 1.25rem; }
  .pag-seoflatpages .pag-section .pag-section-text {
    color: #777; }
  .pag-seoflatpages .pag-section .pag-section-subtitle {
    font-size: 1rem; }
  .pag-seoflatpages .pag-section .pag-section-title {
    font-size: 1.15rem; }
  .pag-seoflatpages .pag-section + .pag-section {
    border-top: 1px solid #ccc; }

.pag-seoflatpages .pag-subtitle {
  font-size: 1.15rem; }

.pag-seoflatpages .pag-table {
  background-color: #f7f7f7; }
  .pag-seoflatpages .pag-table td, .pag-seoflatpages .pag-table th {
    border: 1px solid #aaa; }
  .pag-seoflatpages .pag-table td:not(:last-child), .pag-seoflatpages .pag-table th:not(:last-child) {
    border-right: 1px solid #eee; }
  .pag-seoflatpages .pag-table th {
    font-weight: bold; }

.pag-seoflatpages .pag-title {
  font-size: 1.5rem; }

@media only screen and (min-width: 640px) {
  .pag-seoflatpages .cmp-content {
    margin-left: 3.5rem; } }

@media only screen and (min-width: 1280px) {
  .pag-seoflatpages .cmp-content {
    margin-left: 5rem; } }

@media only screen and (min-width: 640px) {
  .pag-seoflatpages .cmp-photo {
    height: 3rem; } }

@media only screen and (min-width: 1280px) {
  .pag-seoflatpages .cmp-photo {
    height: 4rem; } }

@media only screen and (min-width: 640px) {
  .pag-seoflatpages .cmp-photo {
    width: 3rem; } }

@media only screen and (min-width: 1280px) {
  .pag-seoflatpages .cmp-photo {
    width: 4rem; } }

.pag-seoflatpages .cmp-tile-list .cmp-wrapper .cmp-arrow {
  display: none; }

.pag-seositemap .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  .pag-seositemap .row .column, .pag-seositemap .row .columns {
    padding: 0.25rem; }

.pag-seositemap .pag-section {
  margin-bottom: 1.5rem; }
  .pag-seositemap .pag-section .pag-section-subtitle {
    margin-bottom: 0.5rem; }
  .pag-seositemap .pag-section .pag-section-title {
    margin-bottom: 0.75rem; }

.pag-seositemap .pag-title {
  color: #aaa;
  font-size: 1.35rem;
  margin: 2.5rem 0;
  text-transform: uppercase; }

.pag-spacedashboard .pag-chart .pag-chart-legend + .pag-chart-legend {
  padding-top: 0.25rem; }

.pag-spacedashboard .pag-chart .pag-chart-swatch {
  border: 2px solid;
  display: inline-block;
  height: 0.2rem;
  margin: 0.2rem 0.5rem;
  width: 2.5rem; }
  .pag-spacedashboard .pag-chart .pag-chart-swatch.blue {
    background-color: transparent !important;
    border-color: #214096;
    border-style: dashed; }
  .pag-spacedashboard .pag-chart .pag-chart-swatch.secondary {
    border-color: #50aaeb; }

.pag-spacedashboard .pag-chart .pag-chart-text {
  padding-top: 0.5rem; }

.pag-spacedashboard .pag-chart .pag-chart-value {
  font-size: 1.05rem;
  font-weight: bold;
  margin-left: 0.25rem; }

.pag-spacedashboard .pag-check {
  position: relative; }
  .pag-spacedashboard .pag-check + .pag-check {
    margin-top: 1.5rem; }
  .pag-spacedashboard .pag-check .pag-check-content {
    margin-right: 2.5rem; }
  .pag-spacedashboard .pag-check .pag-check-icon {
    margin: 0;
    padding: 0.45em 0.35em 0 0.35em;
    position: absolute;
    right: 0;
    top: 0; }
    .pag-spacedashboard .pag-check .pag-check-icon.fa-warning {
      padding-left: 0.4em;
      padding-right: 0.3em; }
  .pag-spacedashboard .pag-check .pag-check-list {
    color: #777;
    list-style-type: circle;
    margin-left: 1.25rem;
    margin-top: 0.25rem; }

.pag-spacedashboard .pag-code textarea {
  height: 5rem;
  margin-top: 0.5rem; }

.pag-spacedashboard .pag-code + .pag-code {
  margin-top: 1.5rem; }

.pag-spacedashboard .pag-code .pag-code-action {
  margin-top: 0.25rem; }

.pag-spacedashboard .pag-comment {
  color: #777;
  font-size: 0.75rem; }

.pag-spacedashboard .pag-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 484px;
  padding: 0 0.75rem; }
  @media only screen and (min-width: 1280px) {
    .pag-spacedashboard .pag-container {
      max-width: 960px; } }
  @media only screen and (min-width: 1280px) {
    .pag-spacedashboard .pag-container {
      padding: 0; } }

.pag-spacedashboard .pag-conversation {
  position: relative;
  padding-bottom: 0.5rem; }
  .pag-spacedashboard .pag-conversation .pag-conversation-circle {
    background-color: #ccc;
    border-radius: 50%;
    height: 0.5rem;
    position: absolute;
    top: 0.8rem;
    width: 0.5rem; }
  .pag-spacedashboard .pag-conversation .pag-conversation-content {
    margin-left: 2.5rem; }
    .pag-spacedashboard .pag-conversation .pag-conversation-content .pag-conversation-content-date {
      color: #777;
      font-size: 0.75rem;
      margin-left: 0.5rem; }
    .pag-spacedashboard .pag-conversation .pag-conversation-content .pag-conversation-content-messages {
      font-size: 0.75rem; }
      .pag-spacedashboard .pag-conversation .pag-conversation-content .pag-conversation-content-messages.primary {
        color: #e75635; }
    .pag-spacedashboard .pag-conversation .pag-conversation-content .pag-conversation-content-user {
      font-weight: bold; }
  .pag-spacedashboard .pag-conversation .pag-conversation-icon, .pag-spacedashboard .pag-conversation .pag-conversation-multiple, .pag-spacedashboard .pag-conversation .pag-conversation-picture {
    font-size: 1rem;
    height: 2rem;
    padding: 0.25rem 0;
    position: absolute;
    width: 2rem; }
  .pag-spacedashboard .pag-conversation .pag-conversation-icon {
    border-radius: 50%;
    color: #fefefe;
    margin: 0 auto;
    text-align: center; }
    .pag-spacedashboard .pag-conversation .pag-conversation-icon:empty:after {
      content: "\f007";
      font-family: "FontAwesome"; }
  .pag-spacedashboard .pag-conversation .pag-conversation-multiple {
    border-radius: 50%;
    color: #fefefe;
    margin: 0 auto;
    padding: 0.5rem 0 0;
    text-align: center; }
  .pag-spacedashboard .pag-conversation .pag-conversation-picture {
    background-color: #fefefe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%; }

.pag-spacedashboard .pag-grid.row {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .pag-spacedashboard .pag-grid.row > .column, .pag-spacedashboard .pag-grid.row > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

.pag-spacedashboard .pag-help {
  margin-top: 2.5rem;
  position: relative; }
  .pag-spacedashboard .pag-help + .pag-link {
    bottom: 1rem;
    right: 1.25rem;
    padding: 0;
    position: absolute; }
  .pag-spacedashboard .pag-help .pag-help-content {
    margin-left: 2rem; }
  .pag-spacedashboard .pag-help .pag-help-icon {
    font-size: 1.45rem;
    margin: 0;
    position: absolute;
    top: 0.2rem; }

.pag-spacedashboard .pag-hire {
  position: relative;
  padding-bottom: 0.5rem; }
  .pag-spacedashboard .pag-hire .pag-hire-content {
    margin-left: 2.5rem; }
  .pag-spacedashboard .pag-hire .pag-hire-icon, .pag-spacedashboard .pag-hire .pag-hire-picture {
    font-size: 1rem;
    height: 2rem;
    padding: 0.25rem 0;
    position: absolute;
    width: 2rem; }
  .pag-spacedashboard .pag-hire .pag-hire-icon {
    border-radius: 50%;
    color: #fefefe;
    margin: 0 auto;
    text-align: center; }
    .pag-spacedashboard .pag-hire .pag-hire-icon:empty:after {
      content: "\f007";
      font-family: "FontAwesome"; }
  .pag-spacedashboard .pag-hire .pag-hire-picture {
    background-color: #fefefe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%; }

.pag-spacedashboard .pag-link {
  bottom: -0.5rem;
  position: relative;
  text-align: right; }

.pag-spacedashboard .pag-section {
  margin-bottom: 2rem;
  margin-top: 0.25rem;
  padding: 0.75rem;
  position: relative; }
  @media only screen and (min-width: 640px) {
    .pag-spacedashboard .pag-section {
      padding: 1.25rem; } }

.pag-spacedashboard .pag-similar {
  margin-bottom: 0.75rem; }
  .pag-spacedashboard .pag-similar.row {
    margin-right: 0;
    margin-left: 10px; }
    .pag-spacedashboard .pag-similar.row .column, .pag-spacedashboard .pag-similar.row .columns {
      padding: 0 0.25rem; }
  .pag-spacedashboard .pag-similar .pag-similar-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 3.2rem;
    width: 100%; }

.pag-spacedashboard .pag-tip {
  background-color: #f0f8fd;
  border-left: 4px solid #50aaeb;
  position: relative; }
  .pag-spacedashboard .pag-tip .pag-tip-content {
    margin-left: 2.5rem; }
  .pag-spacedashboard .pag-tip .pag-tip-icon {
    color: #50aaeb;
    font-size: 2.5rem;
    position: absolute; }
  .pag-spacedashboard .pag-tip .pag-tip-list {
    color: #777;
    list-style-type: circle;
    margin-left: 1.25rem; }
    .pag-spacedashboard .pag-tip .pag-tip-list li {
      font-size: 0.75rem; }
  .pag-spacedashboard .pag-tip .pag-tip-title {
    font-weight: bold;
    margin-bottom: 0.5rem; }

.pag-spacedashboard .pag-title {
  color: #777; }

.pag-spacedashboard .cmp-review .cmp-body {
  color: #777;
  font-size: 0.75rem; }

.pag-spacedashboard .cmp-review .cmp-rating .fa {
  color: #777; }

.pag-spacedashboard .cmp-review .cmp-rating .cmp-rating-again .fa {
  color: #777; }

@media only screen and (min-width: 1280px) {
  .pag-spacelist {
    overflow-y: hidden; } }

.pag-spacelist .breadcrumbs {
  display: inline-block; }

.pag-spacelist .pag-banner {
  height: 5rem;
  margin-top: 0.875rem;
  padding: 0.5rem 0.875rem;
  position: relative; }
  .pag-spacelist .pag-banner.hireset {
    background-color: #aaa;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover; }
  .pag-spacelist .pag-banner.recon {
    background-color: #50aaeb;
    color: #fefefe; }
  .pag-spacelist .pag-banner .pag-banner-cart {
    color: #fefefe;
    font-size: 3rem; }

@keyframes bounce {
  0% {
    transform: scale(1);
    opacity: 1; }
  40% {
    transform: scale(0.2);
    opacity: .7; }
  60% {
    transform: scale(0.9);
    opacity: 1; }
  80% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
    .pag-spacelist .pag-banner .pag-banner-cart.bounce {
      animation-name: bounce;
      animation-duration: 1s; }
  .pag-spacelist .pag-banner .pag-banner-content {
    margin-right: 4rem; }
  .pag-spacelist .pag-banner .pag-banner-count {
    color: #e75635;
    font-size: 1.15rem;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -0.25rem; }
  .pag-spacelist .pag-banner .pag-banner-grid {
    margin-left: 0;
    margin-right: 0; }
    .pag-spacelist .pag-banner .pag-banner-grid .column, .pag-spacelist .pag-banner .pag-banner-grid .columns {
      padding: 0; }
  .pag-spacelist .pag-banner .pag-banner-shopping {
    right: 1.25rem;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .pag-spacelist .pag-banner .pag-banner-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .pag-spacelist .pag-banner .pag-banner-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    margin-right: 0.5rem;
    text-transform: uppercase; }

@media only screen and (min-width: 1280px) {
  .pag-spacelist .pag-content.banner .pag-content-aside, .pag-spacelist .pag-content.banner .pag-content-main {
    top: 10.5rem; } }

@media only screen and (min-width: 1280px) {
  .pag-spacelist .pag-content .pag-content-aside, .pag-spacelist .pag-content .pag-content-main {
    bottom: 0; } }

@media only screen and (min-width: 1280px) {
  .pag-spacelist .pag-content .pag-content-aside, .pag-spacelist .pag-content .pag-content-main {
    padding: 0 0.875rem 0.875rem; } }

@media only screen and (min-width: 1280px) {
  .pag-spacelist .pag-content .pag-content-aside, .pag-spacelist .pag-content .pag-content-main {
    position: absolute; } }

@media only screen and (min-width: 1280px) {
  .pag-spacelist .pag-content .pag-content-aside, .pag-spacelist .pag-content .pag-content-main {
    top: 4.625rem; } }

@media only screen and (min-width: 1280px) {
  .pag-spacelist .pag-content .pag-content-aside {
    right: 0; } }

@media only screen and (min-width: 1280px) {
  .pag-spacelist .pag-content .pag-content-aside {
    width: calc(100% - 50rem); } }

@media only screen and (min-width: 1600px) {
  .pag-spacelist .pag-content .pag-content-aside {
    width: calc(100% - 74.25rem); } }

@media only screen and (min-width: 1280px) {
  .pag-spacelist .pag-content .pag-content-main {
    left: 0; } }

@media only screen and (min-width: 1280px) {
  .pag-spacelist .pag-content .pag-content-main {
    overflow-y: scroll; } }

@media only screen and (min-width: 1280px) {
  .pag-spacelist .pag-content .pag-content-main {
    width: 50rem; } }

@media only screen and (min-width: 1600px) {
  .pag-spacelist .pag-content .pag-content-main {
    width: 74.25rem; } }

.pag-spacelist .pag-content .pag-content-overlayable.overlayed {
  opacity: 0.2;
  position: relative; }
  .pag-spacelist .pag-content .pag-content-overlayable.overlayed .pag-content-overlay {
    bottom: 0;
    cursor: default;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }

.pag-spacelist .pag-fetch {
  margin-bottom: 4rem;
  text-align: center; }

.pag-spacelist .pag-filters-additional {
  margin-top: 0.75rem; }

.pag-spacelist .pag-filters-base {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }
  @media only screen and (min-width: 1280px) {
    .pag-spacelist .pag-filters-base {
      margin-top: 0; } }
  .pag-spacelist .pag-filters-base .row {
    margin-right: -0.45rem;
    margin-left: -0.45rem; }
    .pag-spacelist .pag-filters-base .row .column, .pag-spacelist .pag-filters-base .row .columns {
      padding: 0.45rem; }

.pag-spacelist .pag-filters-label {
  color: #333;
  margin-bottom: 0.75rem;
  margin-top: 0.25rem; }

.pag-spacelist .pag-filters-link {
  display: inline-block;
  padding: 0.4rem 0.6rem; }

.pag-spacelist .pag-filters-options {
  margin-top: 0.5rem;
  padding: 1rem 2rem;
  position: absolute;
  z-index: 11; }
  @media only screen and (min-width: 960px) {
    .pag-spacelist .pag-filters-options.portfolio {
      width: 21rem; } }
  .pag-spacelist .pag-filters-options.portfolio ul {
    list-style: none; }
  .pag-spacelist .pag-filters-options.types label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555;
    display: block;
    margin-left: 1.2rem; }
  .pag-spacelist .pag-filters-options.types input[type="checkbox"] {
    position: absolute;
    top: 0.65rem; }
  .pag-spacelist .pag-filters-options.types .row {
    margin-bottom: -0.25rem;
    margin-top: -0.25rem; }
    .pag-spacelist .pag-filters-options.types .row .column, .pag-spacelist .pag-filters-options.types .row .columns {
      padding: 0.25rem 0.875rem !important;
      position: relative; }

.pag-spacelist .pag-filters-slider {
  margin-top: 0.5rem;
  padding: 1rem 2rem 2rem;
  position: absolute;
  width: 21rem;
  z-index: 11; }

.pag-spacelist .pag-filters-toggle .pag-filters-toggle-value:not(:empty):before {
  content: '('; }

.pag-spacelist .pag-filters-toggle .pag-filters-toggle-value:not(:empty):after {
  content: ')'; }

.pag-spacelist .pag-filters-toggle .button {
  font-weight: normal !important;
  padding: 0.4rem 0.6rem !important;
  text-transform: none; }

.pag-spacelist .pag-map {
  height: 100%;
  width: 100%; }

.pag-spacelist .pag-map-values {
  background-color: #fefefe;
  left: 0;
  margin: 0 1.5rem;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 0.5rem;
  z-index: 10; }
  .pag-spacelist .pag-map-values p {
    display: inline-block; }

.pag-spacelist .pag-request {
  padding: 0.5rem 0.875rem;
  position: relative; }
  @media only screen and (min-width: 960px) {
    .pag-spacelist .pag-request {
      padding: 1rem 1.5rem; } }
  .pag-spacelist .pag-request .pag-request-button {
    margin-top: 0.25rem; }
  .pag-spacelist .pag-request .pag-request-image {
    height: 3.5rem;
    width: 3.5rem; }
    @media only screen and (min-width: 640px) {
      .pag-spacelist .pag-request .pag-request-image {
        position: absolute; } }
  .pag-spacelist .pag-request .pag-request-texts {
    margin: 0.25rem 0; }
    @media only screen and (min-width: 640px) {
      .pag-spacelist .pag-request .pag-request-texts {
        margin: 0.25rem 0 0.25rem 5rem; } }
  .pag-spacelist .pag-request .pag-request-title {
    font-size: 1.25rem;
    margin-bottom: 0.2rem; }

.pag-spacelist .pag-results {
  margin-bottom: 2rem; }

.pag-spacelist .pag-sections {
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (min-width: 960px) {
    .pag-spacelist .pag-sections {
      max-width: 20rem; } }
  .pag-spacelist .pag-sections .row {
    margin-left: 0;
    margin-right: 0; }
    .pag-spacelist .pag-sections .row .column, .pag-spacelist .pag-sections .row .columns {
      padding: 0 0 0.75rem; }
      @media only screen and (min-width: 960px) {
        .pag-spacelist .pag-sections .row .column, .pag-spacelist .pag-sections .row .columns {
          padding: 0.4rem 0; } }
      .pag-spacelist .pag-sections .row .column.inactive, .pag-spacelist .pag-sections .row .inactive.columns {
        border-bottom: 3px solid #ddd; }
        .pag-spacelist .pag-sections .row .column.inactive a, .pag-spacelist .pag-sections .row .inactive.columns a {
          color: #777; }
      .pag-spacelist .pag-sections .row .column.active, .pag-spacelist .pag-sections .row .active.columns {
        border-bottom: 3px solid #e75635; }

.pag-spacelist .pag-subtitle {
  position: relative; }
  .pag-spacelist .pag-subtitle .pag-subtitle-text {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0 0 0 2rem;
    position: absolute; }

.pag-spacelist .pag-title {
  font-size: 1.05rem;
  margin: 1.5rem 0 0; }

.pag-spacelist .cmp-customers {
  padding: 1.5rem 1rem; }

@media only screen and (min-width: 960px) {
  .pag-spacelist .cmp-input-iconed .cmp-icon {
    display: none; } }

@media only screen and (min-width: 1280px) {
  .pag-spacelist .cmp-input-iconed .cmp-icon {
    display: block; } }

.pag-spacelist .sb-place-carousel.slick-slider {
  margin-bottom: 0;
  position: absolute; }

.pag-spacelist .sb-place-carousel .slick-list {
  height: 100%; }

.pag-spacelist .sb-place-carousel .slick-track {
  height: 100%;
  width: auto; }

.pag-spacelist .sb-place-carousel .slick-slide {
  background-color: #333;
  height: 100%;
  overflow: hidden;
  text-align: center;
  width: auto; }
  .pag-spacelist .sb-place-carousel .slick-slide img {
    height: 100%;
    margin: 0 auto; }

.pag-spacelist .sb-place-carousel .slick-prev {
  text-shadow: 1px 0px #999; }
  .pag-spacelist .sb-place-carousel .slick-prev:before {
    color: #fefefe; }

.pag-spacelist .sb-place-carousel .slick-next {
  text-shadow: -1px 0px #999; }
  .pag-spacelist .sb-place-carousel .slick-next:before {
    color: #fefefe; }

.pag-notification .pag-heading {
  padding: 1rem 0; }
  .pag-notification .pag-heading .pag-title {
    font-weight: bold;
    text-transform: uppercase; }

.pag-notification .pag-tips {
  margin-top: 2rem;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .pag-notification .pag-tips {
      margin-top: 6rem; } }
  @media only screen and (min-width: 960px) {
    .pag-notification .pag-tips {
      margin-top: 10rem; } }
  .pag-notification .pag-tips .pag-title {
    font-size: 1.1rem;
    font-weight: bold; }
  .pag-notification .pag-tips .pag-icon {
    color: #ccc;
    font-size: 6rem;
    margin-bottom: 1.75rem; }
  .pag-notification .pag-tips .pag-button {
    margin-top: 1.75rem;
    min-width: 12rem; }

.pag-notification .pag-content p {
  margin-bottom: 1rem; }

.pag-notification .pag-content ul {
  margin-bottom: 0.5rem;
  margin-left: 1.5rem; }
  .pag-notification .pag-content ul li {
    margin-bottom: 0.25rem; }

.pag-ops-center {
  min-width: 1280px; }
  .pag-ops-center .pag-container {
    max-width: 1600px; }
  .pag-ops-center .pag-lead {
    margin-top: 1rem; }
    .pag-ops-center .pag-lead .pag-lead-content {
      border: 1px solid #e3e3e3;
      border-top: none; }
  .pag-ops-center .pag-message {
    position: relative; }
    .pag-ops-center .pag-message .pag-message-icon {
      color: #777;
      position: absolute;
      right: -0.5rem;
      top: -0.35rem; }
    .pag-ops-center .pag-message .pag-message-label {
      background-color: #777;
      color: #fefefe;
      position: absolute;
      right: -0.5rem;
      top: -0.35rem; }
  .pag-ops-center .pag-notes-form input[readonly] {
    border-bottom: none !important;
    background-color: transparent !important;
    color: #aaa;
    cursor: default;
    font-size: 0.6rem;
    height: auto;
    padding: 0;
    text-transform: uppercase; }
  .pag-ops-center .pag-notes-form label {
    display: none; }
  .pag-ops-center .pag-notes-form textarea {
    height: 4rem;
    margin-bottom: 0.25rem;
    padding: 0.4rem 0.6rem; }
  .pag-ops-center .pag-value-small {
    font-size: 0.75rem; }
  .pag-ops-center .pag-value-trimmed {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; }

.pag-organization .tabs-panel {
  padding: 2rem 1.5rem 1.5rem 1.5rem; }

.pag-organization .pag-address {
  margin-bottom: 0.25rem; }
  .pag-organization .pag-address .pag-address-default {
    color: #aaa; }
  .pag-organization .pag-address .pag-icon {
    color: #777;
    font-size: 1.15rem;
    position: relative; }

.pag-organization .pag-buttons {
  margin: 1rem auto 0 auto;
  text-align: center; }

.pag-organization .pag-definitions {
  margin-top: 1.5rem; }
  .pag-organization .pag-definitions p {
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }
  .pag-organization .pag-definitions ul {
    margin-left: 1.5rem; }

.pag-organization .pag-form [type='file'] {
  width: auto; }

.pag-organization .pag-members {
  margin-left: 1.5rem; }
  .pag-organization .pag-members .pag-member {
    margin-bottom: 0.5rem; }
    .pag-organization .pag-members .pag-member .pag-member-button {
      padding: 0.25rem 0.4rem; }
    .pag-organization .pag-members .pag-member .pag-member-inlineform {
      display: inline-block; }
    .pag-organization .pag-members .pag-member .pag-member-user {
      margin-bottom: 0.2rem; }

.pag-organization .pag-section {
  margin-bottom: 2rem; }

.pag-organization .pag-titlesection {
  font-weight: bold;
  text-transform: uppercase; }
  .pag-organization .pag-titlesection:not(.nomargin) {
    margin-bottom: 0.5rem; }

@media only screen and (min-width: 960px) {
  .pag-organization .tabs-panel {
    padding: 4rem 3rem 3rem 3rem; } }

.pag-pickuser .pag-button {
  margin-top: 1rem; }

.pag-pickuser .pag-card {
  padding: 2rem 3rem; }

.pag-pickuser .pag-comment {
  margin-bottom: 1.5rem; }

.pag-pickuser .pag-form input {
  margin-bottom: 0.875rem; }

.pag-pickuser .pag-title {
  font-weight: bold;
  text-transform: uppercase; }

.pag-pickuser .errorlist {
  margin-bottom: 1rem; }

.pag-pluscall .pag-comparison {
  margin-bottom: 2rem; }
  .pag-pluscall .pag-comparison .row {
    border-bottom: 1px solid #eee;
    margin: 0; }
    .pag-pluscall .pag-comparison .row:last-child {
      border: none; }
    .pag-pluscall .pag-comparison .row .column, .pag-pluscall .pag-comparison .row .columns {
      height: 2.25rem;
      padding: 0; }
      .pag-pluscall .pag-comparison .row .column:nth-child(2), .pag-pluscall .pag-comparison .row .columns:nth-child(2), .pag-pluscall .pag-comparison .row .column:nth-child(3), .pag-pluscall .pag-comparison .row .columns:nth-child(3) {
        background-clip: content-box;
        background-color: #f7f7f7;
        padding-left: 2rem;
        text-align: center; }
  .pag-pluscall .pag-comparison p {
    line-height: 2.5; }
  .pag-pluscall .pag-comparison .fa.fa-check {
    font-size: 120%;
    line-height: 2; }
    .pag-pluscall .pag-comparison .fa.fa-check.gray {
      opacity: 0.5; }

.pag-pluscall .pag-heading .row {
  margin-right: 0;
  margin-left: 0; }
  .pag-pluscall .pag-heading .row .column, .pag-pluscall .pag-heading .row .columns {
    padding: 0;
    position: relative; }
    .pag-pluscall .pag-heading .row .column:nth-child(2), .pag-pluscall .pag-heading .row .columns:nth-child(2), .pag-pluscall .pag-heading .row .column:nth-child(3), .pag-pluscall .pag-heading .row .columns:nth-child(3) {
      background-clip: content-box;
      background-color: #f7f7f7; }
      @media only screen and (min-width: 960px) {
        .pag-pluscall .pag-heading .row .column:nth-child(2), .pag-pluscall .pag-heading .row .columns:nth-child(2), .pag-pluscall .pag-heading .row .column:nth-child(3), .pag-pluscall .pag-heading .row .columns:nth-child(3) {
          padding-left: 2rem; } }

.pag-pluscall .pag-heading p {
  line-height: 1.1;
  margin: 0 0 0.25rem 0; }

.pag-pluscall .pag-heading img {
  height: 2.8rem;
  margin: 0 0 0.25rem 0; }

.pag-pluscall .pag-heading .price {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 0.25rem 0; }
  .pag-pluscall .pag-heading .price small {
    color: #777; }

.pag-pluscall .pag-heading .button {
  margin: 0.25rem 0 0.5rem 0;
  padding: 0.9rem 1.7rem !important; }

.pag-pluscall .pag-heading .pag-heading-logos {
  padding: 1rem 1rem 0 1rem; }

.pag-pluscall .pag-heading .pag-heading-prices {
  padding: 0 1rem; }

.pag-pluscall .pag-heading .pag-heading-features {
  height: 4rem;
  position: relative; }
  .pag-pluscall .pag-heading .pag-heading-features p {
    bottom: 1rem;
    font-size: 1.5rem;
    position: absolute; }

.pag-pluscall .pag-heading .pag-heading-more {
  height: 4rem;
  padding: 1rem; }
  @media only screen and (min-width: 960px) {
    .pag-pluscall .pag-heading .pag-heading-more {
      border-bottom: 5px solid #e75635; } }

.pag-pluscall .pag-heading .pag-heading-recommended {
  background-color: #e75635;
  color: #fefefe;
  height: 2.5rem;
  left: 2rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -2.5rem; }
  .pag-pluscall .pag-heading .pag-heading-recommended p {
    line-height: 2.85; }

.pag-pluscall .pag-heading .pag-heading-standard {
  border-bottom: 5px solid #777;
  height: 4rem;
  padding: 1rem; }

.pag-pluscall .pag-headersubtitle {
  font-size: 1rem;
  color: #fefefe;
  font-weight: normal;
  margin: 0; }
  @media only screen and (min-width: 960px) {
    .pag-pluscall .pag-headersubtitle {
      font-size: 1.25rem; } }

.pag-pluscall .pag-headertitle {
  font-size: 1.5rem;
  color: #fefefe;
  font-weight: lighter;
  margin: 0; }
  @media only screen and (min-width: 960px) {
    .pag-pluscall .pag-headertitle {
      font-size: 2.5rem; } }

.pag-pluscall .pag-headersection {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 300px;
  text-align: center; }
  .pag-pluscall .pag-headersection-content {
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute; }
    .pag-pluscall .pag-headersection-content.middle {
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      top: 50%; }
  .pag-pluscall .pag-headersection::before {
    background-color: rgba(51, 51, 51, 0.5);
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-pluscall .pag-headersection {
      padding-bottom: 450px; } }

.pag-plusdetail .pag-title {
  margin: 3rem 0 2rem 0;
  text-align: center; }
  .pag-plusdetail .pag-title .main {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 0.75rem; }
  .pag-plusdetail .pag-title .sub {
    color: #777;
    font-size: 1rem; }
  .pag-plusdetail .pag-title i {
    font-size: 3rem;
    margin-bottom: 1rem; }

.pag-plusdetail .pag-list .row .column, .pag-plusdetail .pag-list .row .columns {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.pag-plusdetail .pag-list .intro {
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.pag-plusdetail .pag-list .element {
  color: #777; }

.pag-plusdetail .pag-list .value {
  color: #333;
  font-size: 1rem;
  margin-left: 0.25rem; }

.pag-plusform .pag-bar {
  height: 4rem;
  margin: 0.5rem 0 1rem 0; }
  .pag-plusform .pag-bar .row .column, .pag-plusform .pag-bar .row .columns {
    color: #777;
    position: relative;
    text-align: center; }
  .pag-plusform .pag-bar a.gray.current {
    color: #e75635; }
  .pag-plusform .pag-bar a.gray.past {
    color: #66c17b; }
  .pag-plusform .pag-bar i {
    font-size: 1.2rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 1.4rem; }
  .pag-plusform .pag-bar .pag-bar-line {
    background-color: #eee;
    height: 0.5rem;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 1.75rem; }
  .pag-plusform .pag-bar .pag-bar-text {
    font-size: 0.75rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 2.6rem; }

.pag-plusform .pag-basic {
  margin: 0 auto 1rem auto;
  max-width: 32rem; }

.pag-plusform .pag-fields label {
  font-weight: normal; }

.pag-plusform .pag-fields textarea, .pag-plusform .pag-fields input:not([type=radio]):not([type=checkbox]), .pag-plusform .pag-fields select {
  margin-top: 0.2rem; }

.pag-plusform .pag-fields hr {
  padding-top: 1rem; }

.pag-plusform .pag-fields-checkboxes {
  margin-bottom: 2rem; }
  .pag-plusform .pag-fields-checkboxes .row .column, .pag-plusform .pag-fields-checkboxes .row .columns {
    padding-bottom: 0;
    padding-top: 0; }

.pag-plusform .pag-fields-tile-checkboxes {
  margin-bottom: 2rem; }
  .pag-plusform .pag-fields-tile-checkboxes .column.double, .pag-plusform .pag-fields-tile-checkboxes .double.columns {
    height: 20rem; }
  .pag-plusform .pag-fields-tile-checkboxes .column.single, .pag-plusform .pag-fields-tile-checkboxes .single.columns {
    height: 10rem; }
  .pag-plusform .pag-fields-tile-checkboxes input + label {
    height: 100%;
    width: 100%; }
    .pag-plusform .pag-fields-tile-checkboxes input + label:before {
      background-clip: content-box;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border: none;
      border-radius: 0;
      height: 100%;
      top: 0;
      width: 100%; }
    .pag-plusform .pag-fields-tile-checkboxes input + label:after {
      display: none; }
    .pag-plusform .pag-fields-tile-checkboxes input + label span {
      background-color: rgba(0, 0, 0, 0.55);
      bottom: 0;
      color: #fefefe;
      height: 2rem;
      left: 0;
      line-height: 2.5;
      position: absolute;
      right: 0;
      text-align: center;
      width: 100%; }
  .pag-plusform .pag-fields-tile-checkboxes input:checked + label span {
    background-color: rgba(231, 86, 53, 0.9); }

.pag-plusform .pag-fields-tile-radio {
  margin-bottom: 2rem; }
  .pag-plusform .pag-fields-tile-radio .column.double, .pag-plusform .pag-fields-tile-radio .double.columns {
    height: 20rem; }
    .pag-plusform .pag-fields-tile-radio .column.double input + label span, .pag-plusform .pag-fields-tile-radio .double.columns input + label span {
      line-height: 18rem; }
  .pag-plusform .pag-fields-tile-radio .column.single, .pag-plusform .pag-fields-tile-radio .single.columns {
    height: 10rem; }
    .pag-plusform .pag-fields-tile-radio .column.single input + label span, .pag-plusform .pag-fields-tile-radio .single.columns input + label span {
      line-height: 8rem; }
  .pag-plusform .pag-fields-tile-radio input + label {
    height: 100%;
    width: 100%; }
    .pag-plusform .pag-fields-tile-radio input + label:before {
      background-clip: content-box;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border: none;
      border-radius: 0;
      height: 100%;
      top: 0;
      width: 100%; }
    .pag-plusform .pag-fields-tile-radio input + label:after {
      display: none; }
    .pag-plusform .pag-fields-tile-radio input + label span {
      background-color: rgba(0, 0, 0, 0.35);
      bottom: 0;
      color: #fefefe;
      font-size: 1.85rem;
      font-weight: 700;
      left: 0;
      position: absolute;
      right: 0;
      text-align: center;
      text-shadow: 1px 1px #111;
      top: 0;
      width: 100%; }
      .pag-plusform .pag-fields-tile-radio input + label span:hover {
        background-color: transparent;
        opacity: 0; }
  .pag-plusform .pag-fields-tile-radio input:checked + label span {
    background-color: rgba(231, 86, 53, 0.9); }

.pag-plusform .pag-fields-message {
  margin-bottom: 2rem; }

.pag-plusform .pag-heading {
  padding: 1rem 0; }
  .pag-plusform .pag-heading .title {
    font-weight: bold;
    text-transform: uppercase; }

.pag-plusform .pag-recap {
  margin-bottom: 1rem; }
  .pag-plusform .pag-recap .row .column, .pag-plusform .pag-recap .row .columns {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem; }
  .pag-plusform .pag-recap .element {
    color: #777; }
  .pag-plusform .pag-recap .value {
    color: #333;
    font-size: 1rem;
    margin-left: 0.25rem; }

.pag-plusform .pag-title {
  margin-bottom: 1rem;
  text-align: center; }
  .pag-plusform .pag-title .main {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 0.75rem; }
  .pag-plusform .pag-title .sub {
    color: #777;
    font-size: 1rem;
    margin: 0 10%;
    max-width: 80%; }
    .pag-plusform .pag-title .sub .strong {
      font-weight: bold;
      text-transform: uppercase; }

.pag-profileform .tabs-panel {
  padding: 2rem 1.5rem 1.5rem 1.5rem; }

.pag-profileform .pag-address {
  margin-bottom: 0.25rem; }
  .pag-profileform .pag-address .pag-icon {
    color: #777;
    font-size: 1.15rem;
    position: relative; }

.pag-profileform .pag-buttons {
  margin: 1rem auto 0 auto;
  text-align: center; }

.pag-profileform .pag-label {
  padding-bottom: 0.5rem; }

.pag-profileform .pag-socials {
  margin-bottom: 1rem; }
  .pag-profileform .pag-socials .button {
    display: block;
    max-width: 15rem; }
    .pag-profileform .pag-socials .button + .button {
      margin-top: 0.5rem; }

.pag-profileform .pag-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }

@media only screen and (min-width: 960px) {
  .pag-profileform .tabs-panel {
    padding: 4rem 3rem 3rem 3rem; } }

.pag-recondetail .pag-action form {
  display: inline-block; }

.pag-recondetail .pag-action span {
  display: inline-block; }

.pag-recondetail .pag-action .button {
  position: relative;
  top: -0.075rem; }

.pag-recondetail .pag-assistant {
  margin: 2rem auto;
  max-width: 32rem; }
  @media only screen and (min-width: 640px) {
    .pag-recondetail .pag-assistant {
      margin: 4rem auto; } }

.pag-recondetail .pag-chart {
  height: 20rem;
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .pag-recondetail .pag-chart {
      height: 40rem; } }
  .pag-recondetail .pag-chart svg {
    display: block;
    height: 100%;
    width: 100%; }
  .pag-recondetail .pag-chart text {
    font-size: 12px;
    font-family: Lato, Helvetica, Arial, sans-serif; }

.pag-recondetail .pag-conversation {
  margin-bottom: 1rem;
  position: relative; }
  .pag-recondetail .pag-conversation .pag-conversation-text {
    margin-left: 3.25rem;
    margin-top: 0.5rem; }
  .pag-recondetail .pag-conversation .pag-conversation-photo {
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    display: block;
    position: absolute;
    height: 2.25rem;
    width: 2.25rem; }

.pag-recondetail .pag-intro {
  margin-bottom: 2rem;
  margin-top: 1rem; }
  .pag-recondetail .pag-intro .pag-intro-comment {
    color: #777;
    margin-top: 0.5rem;
    text-align: center; }

.pag-recondetail .pag-map {
  height: calc(100vh - 5rem);
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .pag-recondetail .pag-map {
      height: 40rem; } }

.pag-recondetail .pag-next {
  margin: 4rem 0 8rem;
  text-align: center; }
  .pag-recondetail .pag-next .pag-next-main {
    margin: 1rem 0 0.5rem; }

.pag-recondetail .pag-panel {
  padding: 1.5rem;
  position: relative;
  margin-bottom: 2rem; }
  .pag-recondetail .pag-panel .pag-panel-action {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem; }
  .pag-recondetail .pag-panel .pag-panel-comment {
    margin-bottom: 0.5rem; }
  .pag-recondetail .pag-panel .pag-panel-title {
    color: #777;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }

.pag-recondetail .pag-particles {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99; }
  .pag-recondetail .pag-particles .pag-particles-content {
    margin: 1rem;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 100; }
    @media only screen and (min-width: 960px) {
      .pag-recondetail .pag-particles .pag-particles-content {
        margin: 0 auto; } }
    @media only screen and (min-width: 960px) {
      .pag-recondetail .pag-particles .pag-particles-content {
        max-width: 50rem; } }
  .pag-recondetail .pag-particles .pag-particles-loading {
    backface-visibility: hidden;
    background-color: transparent;
    height: 0.125rem;
    overflow: hidden;
    position: relative;
    width: 100%; }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }
    .pag-recondetail .pag-particles .pag-particles-loading:before {
      animation: loading 2s linear infinite;
      background-color: #e75635;
      content: "";
      display: block;
      height: 4px;
      left: -200px;
      position: absolute;
      width: 200px; }
  .pag-recondetail .pag-particles .pag-particles-texts {
    padding: 2rem; }

.pag-recondetail .pag-proposals {
  max-width: 21.5rem; }
  @media only screen and (min-width: 640px) {
    .pag-recondetail .pag-proposals {
      max-width: 44.25rem; } }
  @media only screen and (min-width: 960px) {
    .pag-recondetail .pag-proposals {
      max-width: 66rem; } }
  @media only screen and (min-width: 1280px) {
    .pag-recondetail .pag-proposals {
      max-width: 87.75rem; } }
  @media only screen and (min-width: 1280px) {
    .pag-recondetail .pag-proposals {
      margin-bottom: 2rem; } }
  .pag-recondetail .pag-proposals .pag-proposals-grid {
    margin-bottom: 2rem;
    margin-top: 2rem; }
    .pag-recondetail .pag-proposals .pag-proposals-grid.sortable .cmp-tile-booking {
      cursor: move; }
  @media only screen and (min-width: 1280px) {
    .pag-recondetail .pag-proposals.list {
      max-width: none; } }
  @media only screen and (min-width: 1280px) {
    .pag-recondetail .pag-proposals.list .pag-proposals-grid {
      margin-left: auto; } }
  @media only screen and (min-width: 1280px) {
    .pag-recondetail .pag-proposals.list .pag-proposals-grid {
      margin-right: auto; } }
  @media only screen and (min-width: 1280px) {
    .pag-recondetail .pag-proposals.list .pag-proposals-grid {
      width: 76rem; } }
  @media only screen and (min-width: 1280px) {
    .pag-recondetail .pag-proposals.list .pag-proposals-grid .column, .pag-recondetail .pag-proposals.list .pag-proposals-grid .columns {
      padding: 0; } }

.pag-recondetail .pag-success {
  background-color: green;
  border-radius: 50%;
  color: #fefefe;
  font-size: 2rem;
  height: 3rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  width: 3rem; }

.pag-recondetail .pag-title {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  text-align: center; }

.pag-recondetail .pag-tool {
  border-radius: 50%;
  height: 2.5rem;
  margin-bottom: 0.25rem;
  margin-left: 2rem;
  padding: 0.8rem 0 !important;
  text-align: center;
  width: 2.5rem; }

.pag-recondetail .cmp-conversation .cmp-action .cmp-action-message label {
  display: none; }

.pag-recondetail .cmp-filter-controls {
  margin-bottom: 0.5rem;
  text-align: center; }
  .pag-recondetail .cmp-filter-controls .cmp-anchor {
    margin-left: 0.5rem; }

.pag-recondetail .cmp-tile-recon .cmp-value.space {
  display: none; }

.pag-recondetail .nvd3 .domain {
  stroke: #777 !important;
  stroke-opacity: .75 !important; }

.pag-recondetail .nvd3 .nv-axis line {
  opacity: 0 !important; }

.pag-recondetail .slick-slider {
  margin-bottom: 0;
  position: absolute; }

.pag-recondetail .slick-list {
  height: 100%; }

.pag-recondetail .slick-track {
  height: 100%;
  width: auto; }

.pag-recondetail .slick-slide {
  background-color: #333;
  height: 100%;
  overflow: hidden;
  text-align: center;
  width: auto; }
  .pag-recondetail .slick-slide img {
    height: 100%;
    margin: 0 auto; }

.pag-recondetail .slick-prev {
  text-shadow: 1px 0px #999; }
  .pag-recondetail .slick-prev:before {
    color: #fefefe; }

.pag-recondetail .slick-next {
  text-shadow: -1px 0px #999; }
  .pag-recondetail .slick-next:before {
    color: #fefefe; }

@media only screen and (min-width: 1280px) {
  .pag-recondetail .pag-proposals.list .cmp-tile-recon {
    width: 20rem; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon.legend {
      padding-left: 2rem;
      width: 16rem; }
      .pag-recondetail .pag-proposals.list .cmp-tile-recon.legend .cmp-actions .cmp-actions-label {
        font-weight: bold;
        padding-top: 0.55rem; }
      .pag-recondetail .pag-proposals.list .cmp-tile-recon.legend .cmp-book {
        border-bottom-color: transparent; }
        .pag-recondetail .pag-proposals.list .cmp-tile-recon.legend .cmp-book .cmp-book-status {
          font-weight: bold; }
        .pag-recondetail .pag-proposals.list .cmp-tile-recon.legend .cmp-book .button {
          padding-left: 0 !important;
          padding-right: 0 !important;
          width: 0 !important; }
      .pag-recondetail .pag-proposals.list .cmp-tile-recon.legend .cmp-intro .cmp-intro-tag {
        background-color: transparent; }
      .pag-recondetail .pag-proposals.list .cmp-tile-recon.legend .cmp-value {
        border-bottom-color: transparent;
        font-weight: bold; }
        .pag-recondetail .pag-proposals.list .cmp-tile-recon.legend .cmp-value.breakdown {
          text-align: left; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-actions, .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-book, .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-value {
      padding: 0.75rem 1rem; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-book {
      padding-top: 0; }
      .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-book .button {
        right: 1rem; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-card {
      box-shadow: none; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-info {
      padding-right: 0;
      padding-left: 0; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-intro {
      padding-top: 0; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-label {
      font-size: 0.75rem;
      text-transform: uppercase; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-value.breakdown .cmp-value-label {
      left: 1rem; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-value.long {
      height: 5rem; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-value.space {
      display: block; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-wrapper .cmp-arrow.left {
      left: 1rem; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-wrapper .cmp-arrow.right {
      right: 1rem; }
    .pag-recondetail .pag-proposals.list .cmp-tile-recon .cmp-wrapper .cmp-carousel {
      left: 1rem;
      right: 1rem; } }

.pag-reconform .pag-ambience {
  margin-bottom: 0.75rem; }
  .pag-reconform .pag-ambience input + label {
    height: 100%;
    width: 100%; }
    .pag-reconform .pag-ambience input + label:before {
      background-clip: content-box;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border: none;
      border-radius: 0;
      height: 100%;
      top: 0;
      width: 100%; }
    .pag-reconform .pag-ambience input + label:after {
      display: none; }
    .pag-reconform .pag-ambience input + label span {
      background-color: rgba(0, 0, 0, 0.55);
      bottom: 0;
      color: #fefefe;
      height: 2rem;
      left: 0;
      line-height: 2.5;
      position: absolute;
      right: 0;
      text-align: center;
      width: 100%; }
  .pag-reconform .pag-ambience input:checked + label span {
    background-color: rgba(231, 86, 53, 0.9); }
  .pag-reconform .pag-ambience .row .row {
    margin-bottom: -0.875rem;
    margin-top: -0.875rem; }
  .pag-reconform .pag-ambience .row .column.double, .pag-reconform .pag-ambience .row .double.columns, .pag-reconform .pag-ambience .row .column.single, .pag-reconform .pag-ambience .row .single.columns {
    height: 10rem; }
  @media only screen and (min-width: 640px) {
    .pag-reconform .pag-ambience .row .column.double, .pag-reconform .pag-ambience .row .double.columns {
      height: 20rem; } }

.pag-reconform .pag-basic {
  max-width: 32rem; }

.pag-reconform .pag-comment {
  color: #777;
  font-size: 0.75rem;
  margin-top: 0.5rem; }

.pag-reconform .pag-credentials {
  margin-bottom: 1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .pag-reconform .pag-credentials .column, .pag-reconform .pag-credentials .columns {
    padding: 0.5rem; }

.pag-reconform .pag-form {
  padding: 0.5rem; }
  @media only screen and (min-width: 640px) {
    .pag-reconform .pag-form {
      padding: 1rem 1.5rem; } }

.pag-reconform .pag-legaltext {
  color: #777;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  text-align: left; }
  .pag-reconform .pag-legaltext a {
    font-size: 0.75rem; }

.pag-reconform .pag-map {
  height: 12rem;
  margin-top: 0.5rem;
  width: 100%; }
  @media only screen and (min-width: 960px) {
    .pag-reconform .pag-map {
      height: 20rem; } }

.pag-reconform .pag-message {
  margin-bottom: 1rem; }

.pag-reconform .pag-recap {
  margin-bottom: 1rem; }
  .pag-reconform .pag-recap .row .column, .pag-reconform .pag-recap .row .columns {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem; }
  .pag-reconform .pag-recap .pag-recap-element {
    color: #777; }
  .pag-reconform .pag-recap .pag-recap-value {
    color: #333;
    font-size: 1rem;
    margin-left: 0.25rem; }

.pag-reconform .pag-services-amenities {
  margin-bottom: 2rem;
  margin-top: 0.5rem; }
  .pag-reconform .pag-services-amenities .row .column, .pag-reconform .pag-services-amenities .row .columns {
    padding-bottom: 0;
    padding-top: 0; }

.pag-reconform .pag-situation {
  margin-bottom: 0.75rem; }
  .pag-reconform .pag-situation input + label {
    height: 100%;
    width: 100%; }
    .pag-reconform .pag-situation input + label:before {
      background-clip: content-box;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border: none;
      border-radius: 0;
      top: 0;
      height: 100%;
      width: 100%; }
    .pag-reconform .pag-situation input + label:after {
      display: none; }
    .pag-reconform .pag-situation input + label span {
      background-color: rgba(0, 0, 0, 0.35);
      bottom: 0;
      color: #fefefe;
      font-size: 1.85rem;
      font-weight: 700;
      left: 0;
      position: absolute;
      right: 0;
      text-align: center;
      text-shadow: 1px 1px #111;
      top: 0;
      width: 100%; }
      .pag-reconform .pag-situation input + label span:hover {
        background-color: rgba(231, 86, 53, 0.9); }
  .pag-reconform .pag-situation input:checked + label span {
    background-color: rgba(231, 86, 53, 0.9); }
  .pag-reconform .pag-situation .row .row {
    margin-bottom: -0.875rem;
    margin-top: -0.875rem; }
  .pag-reconform .pag-situation .row .column.double, .pag-reconform .pag-situation .row .double.columns, .pag-reconform .pag-situation .row .column.single, .pag-reconform .pag-situation .row .single.columns {
    height: 10rem; }
    .pag-reconform .pag-situation .row .column.double input + label span, .pag-reconform .pag-situation .row .double.columns input + label span, .pag-reconform .pag-situation .row .column.single input + label span, .pag-reconform .pag-situation .row .single.columns input + label span {
      line-height: 8rem; }
  @media only screen and (min-width: 640px) {
    .pag-reconform .pag-situation .row .column.double, .pag-reconform .pag-situation .row .double.columns {
      height: 20rem; } }
  @media only screen and (min-width: 640px) {
    .pag-reconform .pag-situation .row .column.double input + label span, .pag-reconform .pag-situation .row .double.columns input + label span {
      line-height: 18rem; } }

.pag-reconlist .cmp-tile-add {
  height: 343px; }

.pag-reconlist .cmp-tile-booking .cmp-wrapper {
  height: 8rem; }

.pag-review-guest {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }
  .pag-review-guest .pag-extra {
    margin-top: 0.5rem;
    text-align: center; }
  .pag-review-guest .pag-logo {
    display: block;
    margin-bottom: 0.7rem;
    opacity: 0.75;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .pag-review-guest .pag-logo {
        margin-bottom: 1rem; } }
    .pag-review-guest .pag-logo img {
      max-width: 7rem; }
      @media only screen and (min-width: 640px) {
        .pag-review-guest .pag-logo img {
          max-width: 10rem; } }
  .pag-review-guest .pag-text {
    font-size: 0.75rem;
    color: #aaa; }
    .pag-review-guest .pag-text a {
      font-size: 0.75rem; }
  .pag-review-guest .pag-title {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0.25rem; }
  .pag-review-guest .pag-wrapper {
    margin: 0 auto;
    max-width: 24.25rem;
    padding: 0.875rem; }
    @media only screen and (min-width: 640px) {
      .pag-review-guest .pag-wrapper {
        max-width: 25.5rem; } }
    @media only screen and (min-width: 640px) {
      .pag-review-guest .pag-wrapper {
        padding: 2.5rem 0 0; } }
    @media only screen and (min-width: 1280px) {
      .pag-review-guest .pag-wrapper {
        padding: 5rem 0 0; } }
    .pag-review-guest .pag-wrapper .card {
      padding: 0.875rem; }
      @media only screen and (min-width: 640px) {
        .pag-review-guest .pag-wrapper .card {
          padding: 1.5rem; } }
  .pag-review-guest .lyt-footer {
    margin-top: 4rem; }
    @media only screen and (min-width: 1280px) {
      .pag-review-guest .lyt-footer {
        margin-top: 8rem; } }

.pag-schedule .pag-actions {
  margin-bottom: 0.5rem;
  text-align: right; }
  .pag-schedule .pag-actions .pag-action {
    padding-left: 1.5rem; }

@media only screen and (min-width: 960px) {
  .pag-schedule .pag-calendar-separated .pag-actions {
    padding: 2rem; } }

.pag-schedule .pag-freebusy {
  background-color: #ecf3f9;
  border-left: 5px solid #50aaeb;
  margin: 0 0 1.5rem 0; }
  .pag-schedule .pag-freebusy.row > .column:first-child, .pag-schedule .pag-freebusy.row > .columns:first-child {
    padding: 0.75rem 2rem; }
  .pag-schedule .pag-freebusy.row > .column:last-child, .pag-schedule .pag-freebusy.row > .columns:last-child {
    padding: 0; }
  .pag-schedule .pag-freebusy .pag-intro .pag-name {
    font-size: 0.6rem;
    font-style: italic; }
  .pag-schedule .pag-freebusy .pag-intro .pag-main {
    font-weight: bold;
    font-size: 0.95rem;
    margin-bottom: 0.25rem; }
  .pag-schedule .pag-freebusy .pag-intro .pag-sub {
    font-size: 0.75rem;
    margin-bottom: 0.75rem; }
    .pag-schedule .pag-freebusy .pag-intro .pag-sub a {
      margin-left: 1rem; }
  .pag-schedule .pag-freebusy .pag-intro .button {
    font-size: 0.7rem;
    padding: 0.35rem 0.7rem !important;
    margin: 0.2rem 0.1rem;
    text-align: left; }

.pag-schedule .pag-legend {
  margin: 0 auto;
  max-width: 30rem; }
  .pag-schedule .pag-legend p {
    display: inline-block;
    font-size: 0.8rem;
    margin-left: 0.5rem; }
  .pag-schedule .pag-legend .pag-swatch {
    border: 1px solid #ddd;
    display: inline-block;
    height: 1rem;
    position: relative;
    top: 0.175rem;
    width: 1rem; }
    .pag-schedule .pag-legend .pag-swatch.available {
      background-color: #fefefe; }
    .pag-schedule .pag-legend .pag-swatch.closed {
      background-color: #eee; }
    .pag-schedule .pag-legend .pag-swatch.unavailable {
      background-color: #ccc; }

.pag-schedule .pag-list {
  margin-bottom: 4rem; }

.pag-schedule .pag-navigation {
  margin: 0.5rem auto;
  max-width: 48rem; }
  .pag-schedule .pag-navigation .pag-navigation-text {
    font-size: 1.3rem; }
  .pag-schedule .pag-navigation .pag-navigation-weeks {
    padding-bottom: 2rem;
    text-align: center; }
    .pag-schedule .pag-navigation .pag-navigation-weeks .button {
      color: #333;
      font-size: 0.75rem;
      margin: 0.25rem;
      padding: 0.5rem 0.75rem;
      text-transform: none; }
      .pag-schedule .pag-navigation .pag-navigation-weeks .button.active {
        background-color: #e3e3e3; }
  .pag-schedule .pag-navigation .fa {
    font-size: 1.3rem;
    line-height: 1.33; }

.pag-schedule .pag-toggle input[type=checkbox] + label {
  border: 1px solid #50aaeb;
  border-radius: 0.75rem;
  color: black;
  display: inline-block;
  margin-bottom: 0.35rem;
  margin-left: 0.75rem;
  padding: 0.35rem 0.6rem 0.35rem 2.2rem; }

.pag-schedule .pag-toggle input[type=checkbox] + label:before {
  background-color: transparent;
  border-radius: 50%;
  height: 1.1rem;
  left: 0.6rem;
  top: 0.35rem;
  width: 1.1rem; }

.pag-schedule .pag-toggle input[type=checkbox]:checked + label {
  background-color: #ecf3f9; }

.pag-schedule .pag-toggle input[type=checkbox]:checked + label:after {
  left: 0.85rem;
  top: 0.5rem; }

.pag-schedule .pag-toggle input[type=checkbox]:checked + label:before {
  background-color: #fefefe;
  left: 0.7rem;
  top: 0.4rem; }

.pag-schedule .pag-toggle a {
  margin-left: 0.35rem; }

.pag-schedule .fc-axis.fc-widget-content {
  background-color: rgba(77, 77, 77, 0.1); }

.pag-schedule .fc-axis.fc-widget-header {
  background-color: rgba(77, 77, 77, 0.1); }

.pag-schedule .fc-view-container {
  border-left: 5px solid #777; }

.pag-subscriptionsform .lyt-container {
  padding-top: 2rem; }
  @media only screen and (min-width: 960px) {
    .pag-subscriptionsform .lyt-container {
      padding-top: 4rem; } }

.pag-subscriptionsform .pag-explanation {
  background-color: #f7f7f7;
  margin: 2rem auto;
  padding: 1rem 1.5rem; }
  .pag-subscriptionsform .pag-explanation .pag-explanation-choice + .pag-explanation-choice {
    margin-top: 1rem; }

.pag-subscriptionsform .pag-feature {
  padding: 0 0.75rem;
  position: relative; }
  .pag-subscriptionsform .pag-feature .pag-feature-element {
    margin-bottom: 0.75rem;
    margin-left: 2rem; }
    .pag-subscriptionsform .pag-feature .pag-feature-element.disabled {
      color: #aaa; }
  .pag-subscriptionsform .pag-feature .pag-feature-icon {
    position: absolute;
    font-size: 1rem;
    margin-right: 0.5rem; }
    .pag-subscriptionsform .pag-feature .pag-feature-icon.disabled {
      color: #aaa; }

.pag-subscriptionsform .pag-grid {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media only screen and (min-width: 960px) {
    .pag-subscriptionsform .pag-grid {
      margin-left: -3.75rem; } }
  @media only screen and (min-width: 960px) {
    .pag-subscriptionsform .pag-grid {
      margin-right: -3.75rem; } }
  .pag-subscriptionsform .pag-grid .column, .pag-subscriptionsform .pag-grid .columns {
    padding: 0 1rem; }
    @media only screen and (min-width: 960px) {
      .pag-subscriptionsform .pag-grid .column, .pag-subscriptionsform .pag-grid .columns {
        padding: 0 3.75rem; } }

.pag-subscriptionsform .pag-option {
  border-radius: 0.75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  position: relative; }
  .pag-subscriptionsform .pag-option.primary {
    background-color: #e75635;
    color: #fefefe; }
  .pag-subscriptionsform .pag-option .pag-option-annual {
    text-align: right; }
  .pag-subscriptionsform .pag-option .pag-option-button {
    margin-top: 2rem;
    width: 100%; }
  .pag-subscriptionsform .pag-option .pag-option-check {
    font-size: 2rem;
    right: 2rem;
    position: absolute;
    top: 2.25rem; }
  .pag-subscriptionsform .pag-option .pag-option-highlight {
    color: #e75635;
    font-size: 1rem;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -2rem; }
  .pag-subscriptionsform .pag-option .pag-option-price {
    text-align: right;
    font-size: 1.5rem; }
    @media only screen and (min-width: 960px) {
      .pag-subscriptionsform .pag-option .pag-option-price {
        font-size: 2rem; } }
  .pag-subscriptionsform .pag-option .pag-option-taxes {
    text-align: right; }
  .pag-subscriptionsform .pag-option .pag-option-type {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 960px) {
      .pag-subscriptionsform .pag-option .pag-option-type {
        font-size: 2rem; } }
  .pag-subscriptionsform .pag-option .pag-option-value {
    font-size: 2.5rem;
    font-weight: bold; }
    @media only screen and (min-width: 960px) {
      .pag-subscriptionsform .pag-option .pag-option-value {
        font-size: 3rem; } }

.pag-subscriptionsform .pag-payment {
  margin-top: 2rem;
  padding: 2rem; }
  .pag-subscriptionsform .pag-payment .pag-payment-button {
    margin-top: 2rem;
    min-width: 10rem; }
  .pag-subscriptionsform .pag-payment .pag-payment-comment {
    margin: 1rem 0 0.5rem 0; }
  .pag-subscriptionsform .pag-payment .pag-payment-divider {
    padding: 1rem; }
  .pag-subscriptionsform .pag-payment .pag-payment-intro {
    font-size: 1rem;
    font-weight: bold; }
  .pag-subscriptionsform .pag-payment .pag-payment-invoice {
    margin-top: 1rem; }
  .pag-subscriptionsform .pag-payment .pag-payment-note {
    color: #777;
    font-size: 0.75rem;
    margin-top: 1rem; }
    .pag-subscriptionsform .pag-payment .pag-payment-note a {
      font-size: 0.75rem; }
  .pag-subscriptionsform .pag-payment .pag-payment-recap {
    margin-top: 2rem; }
  .pag-subscriptionsform .pag-payment .pag-payment-value {
    font-size: 1.5rem;
    font-weight: bold; }
    @media only screen and (min-width: 960px) {
      .pag-subscriptionsform .pag-payment .pag-payment-value {
        font-size: 2rem; } }
  .pag-subscriptionsform .pag-payment .pag-payment-title {
    font-size: 1.1rem; }
    @media only screen and (min-width: 960px) {
      .pag-subscriptionsform .pag-payment .pag-payment-title {
        font-size: 1.375rem; } }

.pag-subscriptionsform .pag-selector {
  margin: 2rem auto;
  max-width: 25rem; }
  .pag-subscriptionsform .pag-selector .pag-selector-choice {
    border-bottom: 4px solid #aaa;
    font-size: 1rem;
    padding: 0.5rem 1rem; }
    @media only screen and (min-width: 960px) {
      .pag-subscriptionsform .pag-selector .pag-selector-choice {
        font-size: 1.25rem; } }
    .pag-subscriptionsform .pag-selector .pag-selector-choice.selected {
      border-bottom-color: #e75635; }

.pag-subscriptionsform .pag-title {
  font-size: 1.5rem; }
  @media only screen and (min-width: 960px) {
    .pag-subscriptionsform .pag-title {
      font-size: 2rem; } }

.pag-subscriptionslist .pag-delete {
  font-size: 1rem; }

.pag-subscriptionslist .pag-grid {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: 1rem; }
  .pag-subscriptionslist .pag-grid .column, .pag-subscriptionslist .pag-grid .columns {
    padding: 0.25rem; }

.pag-subscriptionslist .pag-label {
  color: #777;
  font-size: 0.75rem; }

.pag-subscriptionslist .pag-plan {
  background-color: #aaa;
  color: white;
  left: 0;
  margin: 0 auto;
  padding: 0.5rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  width: 80%; }
  .pag-subscriptionslist .pag-plan.primary {
    background-color: #e75635; }

.pag-subscriptionslist .pag-section {
  margin-top: 3rem;
  padding: 1.25rem 1.75rem;
  position: relative; }
  @media only screen and (min-width: 640px) {
    .pag-subscriptionslist .pag-section {
      margin-top: 4.5rem; } }

.pag-subscriptionslist .pag-table {
  margin-top: 1.5rem; }
  .pag-subscriptionslist .pag-table th {
    text-align: left; }
  .pag-subscriptionslist .pag-table tr:not(:last-child) th, .pag-subscriptionslist .pag-table tr:not(:last-child) td {
    border-bottom: 1px solid #aaa; }

.pag-subscriptionslist .pag-subtitle {
  text-size: 1rem;
  font-weight: normal;
  margin: 0; }
  @media only screen and (min-width: 960px) {
    .pag-subscriptionslist .pag-subtitle {
      text-size: 1.25rem; } }

.pag-subscriptionslist .pag-title {
  padding-top: 2rem;
  font-weight: normal;
  text-align: center;
  text-size: 1.5rem; }
  @media only screen and (min-width: 640px) {
    .pag-subscriptionslist .pag-title {
      padding-top: 4rem; } }
  @media only screen and (min-width: 960px) {
    .pag-subscriptionslist .pag-title {
      text-size: 2.5rem; } }

.pag-updateinfo .pag-address .cmp-actions {
  text-align: center; }

.pag-updateinfo .pag-buttons {
  margin: 1rem auto 0 auto;
  text-align: center; }

.pag-updateinfo .pag-content {
  margin-bottom: 2rem;
  padding: 4rem 3rem 2rem 3rem;
  position: relative; }

.pag-updateinfo .pag-finish-icon i {
  color: #aaa;
  font-size: 5rem;
  margin-bottom: 2rem; }

.pag-updateinfo .pag-finish-title {
  font-size: 1.2rem;
  margin: 1rem 0 2rem 0;
  text-transform: uppercase; }

.pag-updateinfo .pag-finish-text {
  margin: 1rem 0 4rem 0; }

.pag-updateinfo .pag-link {
  left: 1.25rem;
  position: absolute;
  top: 1rem; }
  .pag-updateinfo .pag-link i {
    font-size: 1.5rem; }

.pag-updateinfo .pag-stepper {
  margin-bottom: 0.5rem;
  padding: 1rem 1.5rem; }
  @media only screen and (min-width: 1280px) {
    .pag-updateinfo .pag-stepper {
      margin-bottom: 2rem; } }
  .pag-updateinfo .pag-stepper > .row {
    margin-left: -0.375rem;
    margin-right: -0.375rem; }
    @media only screen and (min-width: 1280px) {
      .pag-updateinfo .pag-stepper > .row {
        left: 0.75rem; } }
    @media only screen and (min-width: 1280px) {
      .pag-updateinfo .pag-stepper > .row {
        position: relative; } }
    .pag-updateinfo .pag-stepper > .row > .column, .pag-updateinfo .pag-stepper > .row > .columns {
      padding: 0 0.375rem; }
  .pag-updateinfo .pag-stepper .pag-step {
    position: relative; }
    .pag-updateinfo .pag-stepper .pag-step a.active .pag-step-number {
      background-color: #e75635; }
    .pag-updateinfo .pag-stepper .pag-step .pag-step-comment {
      background-color: #fefefe;
      display: block;
      font-size: 0.8rem;
      margin: 0.2rem auto 0;
      position: relative;
      text-align: center;
      text-transform: none;
      z-index: 2; }
      @media only screen and (min-width: 1280px) {
        .pag-updateinfo .pag-stepper .pag-step .pag-step-comment {
          display: inline-block; } }
      @media only screen and (min-width: 1280px) {
        .pag-updateinfo .pag-stepper .pag-step .pag-step-comment {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        .pag-updateinfo .pag-stepper .pag-step .pag-step-comment {
          padding: 0 0.75rem 0 0.25rem; } }
      @media only screen and (min-width: 1280px) {
        .pag-updateinfo .pag-stepper .pag-step .pag-step-comment {
          text-align: left; } }
    .pag-updateinfo .pag-stepper .pag-step .pag-step-line {
      border-bottom: 1px solid #ccc;
      margin-left: 30%;
      position: absolute;
      top: 1rem;
      width: 70%; }
    .pag-updateinfo .pag-stepper .pag-step .pag-step-number {
      background-color: #aaa;
      border-radius: 50%;
      color: #fefefe;
      display: block;
      height: 2rem;
      line-height: 2.25;
      margin: 0 auto;
      position: relative;
      text-align: center;
      width: 2rem;
      z-index: 2; }
      @media only screen and (min-width: 1280px) {
        .pag-updateinfo .pag-stepper .pag-step .pag-step-number {
          display: inline-block; } }
      @media only screen and (min-width: 1280px) {
        .pag-updateinfo .pag-stepper .pag-step .pag-step-number {
          margin: 0; } }
