@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", tahoma, "sans serif";
  font-weight: normal;
  line-height: 1.5;
  color: #828080;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

select {
  width: 100%;
  border-radius: 4px; }

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

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

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-left: 0;
    margin-right: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

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

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  align-self: center; }

.column.align-stretch, .align-stretch.columns {
  align-self: stretch; }

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

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TT Rounds Condensed Regular", Impact, "sans serif";
  font-weight: normal;
  font-style: normal;
  color: #464646;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.9rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5625rem; }

h2 {
  font-size: 0.875rem; }

h3 {
  font-size: 0.875rem; }

h4 {
  font-size: 0.875rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

p {
  font-size: 0.875rem; }

a {
  font-size: 0.875rem; }

span {
  font-size: 0.875rem; }

li span {
  font-size: 0.75rem; }

@media screen and (min-width: 40em) {
  h3 {
    font-size: 1rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #fe6b00;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #da5c00;
    text-decoration: underline; }
  a img {
    border: 0; }

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

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #828080;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 4px; }

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

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

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

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

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

@media screen and (min-width: 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 screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 4px 0 0 4px; }
  .input-group > :last-child > * {
    border-radius: 0 4px 4px 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  flex: 0 0 auto;
  display: flex;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

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

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

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #fe6b00;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #d85b00;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

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

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

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

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

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 4px;
  position: relative;
  color: #828080;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-wrap: nowrap; }
  .menu > li {
    flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: flex; }
  .menu > li > a {
    flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu > li {
    flex: 0 0 auto; }
  .menu.vertical {
    flex-wrap: wrap; }
    .menu.vertical > li {
      flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      align-items: flex-start;
      justify-content: flex-start; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        flex: 0 0 auto; }
    .menu.medium-vertical {
      flex-wrap: wrap; }
      .menu.medium-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        align-items: flex-start;
        justify-content: flex-start; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        flex: 0 0 auto; }
    .menu.large-vertical {
      flex-wrap: wrap; }
      .menu.large-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        align-items: flex-start;
        justify-content: flex-start; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right {
    justify-content: flex-end; }
  .menu.expanded > li {
    flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.icon-top > li > a {
    flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      align-self: stretch;
      text-align: center;
      margin-bottom: 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

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

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

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 4px;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

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

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

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

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

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

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

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

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 4px;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #003947;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 4px;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 4px; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

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

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 4px; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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

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

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

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

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 4px;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 4px; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead {
    background: #f8f8f8;
    color: #828080; }
  table tfoot {
    background: #f1f1f1;
    color: #828080; }
  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 tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

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

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ececec; }

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: transparent;
  border: 1px solid transparent; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

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

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

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 0.02rem 1rem;
    line-height: 1;
    font-size: 0.875rem; }
    .tabs-title > a:hover {
      background: transparent; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: transparent; }

.tabs-content {
  background: transparent;
  transition: all 0.5s ease;
  border: 1px solid transparent;
  border-top: 0; }

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

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

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 4px;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

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

.tooltip {
  background-color: #FFF;
  color: #464646;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #FFF;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #FFF transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #FFF;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #FFF transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: rgba(255, 255, 255, 0.8); }
  .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 {
    flex: 0 0 100%;
    max-width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin-right: 1rem; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.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 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: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

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

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg); }

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg); }

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg); }

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg); }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg); }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg); }

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg); }

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg); }

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg); }

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg); }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg); }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg); }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn); }

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn); }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important; }

body:not(.environment-has-been-set) .hide-for-production {
  display: none; }

.footer {
  margin: 0 auto;
  display: block;
  height: 1px;
  font-family: "Roboto", tahoma, "sans serif";
  font-weight: 200;
  text-align: left; }

.footer-top {
  color: #816B65;
  margin: 100px auto 20px auto;
  text-align: center; }

.nomicon-social {
  color: #828080;
  font-size: 1em; }

.weekdays {
  display: block;
  font-size: 0.8em; }

.footer-content {
  background-color: #f0f0f0;
  color: #828080; }

.footer-map {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 40px 0; }

.footer .footer-section {
  display: inline-block;
  width: 20%;
  padding: 0 0 0 4%;
  vertical-align: top;
  font-size: 1em;
  box-sizing: content-box; }

.footer-section.longer {
  width: 24%; }

.footer-title {
  margin: 0 0 30px 0;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase; }

.footer-subsection {
  margin-bottom: 30px;
  font-size: 0.9em; }

.footer-list {
  margin-left: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none; }

.footer-list li {
  margin-bottom: 15px; }

.subsection-title {
  display: block;
  margin-bottom: 6px; }

.site-link {
  color: #828080;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s; }

.site-link:hover {
  color: #fe6b00; }

.icon-margin {
  margin-right: 6px; }

.envelope-size {
  font-size: 1em;
  margin-right: 4px; }

.phone {
  display: inline-block;
  vertical-align: top; }

.footer-bottom {
  padding-bottom: 40px;
  text-align: center; }

.footer-copyright {
  font-size: 0.8em; }

.footer-bottom-elem {
  margin: 0 0.5% 0 0.5%; }

.footer-bottom-link {
  padding-bottom: 2px; }

.footer-bottom-link:hover {
  color: #fe6b00; }

@media screen and (max-width: 1000px) {
  .footer-map {
    width: 100%; } }

@media screen and (max-width: 960px) {
  .footer-map {
    width: 84.375%;
    /* Same as .main-content */
    padding: 30px 0 0 0;
    margin: 0 auto; }
  .footer-section, .footer-section.longer {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .footer-subsection {
    display: inline-block;
    margin: 0 30px 10px 0; }
    body.environment-is-eurest .footer-subsection {
      margin: 0; }
  .footer-list li {
    display: inline-block;
    margin-right: 30px; }
    body.environment-is-eurest .footer-list li {
      margin-right: 0; }
  .footer-title {
    margin-bottom: 10px; }
  .site-link {
    padding: 0; } }

@media screen and (max-width: 640px) {
  .site-link {
    color: #828080;
    display: block;
    text-align: left;
    font-size: 1em;
    line-height: 1.2em; }
  .footer-bottom {
    padding: 10px 0px 10px 0px;
    text-align: center; }
  .footer-bottom-elem {
    display: block;
    margin-bottom: 2px; }
  .desktop {
    display: none; } }

@media screen and (max-width: 600px) {
  .footer-list li {
    display: block;
    margin-right: 0; }
  .footer-title {
    margin-bottom: 16px; } }

.centered-background {
  background-repeat: no-repeat;
  background-position: center; }

.cover-fit-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.uppercase {
  text-transform: uppercase; }

.line-on-sides {
  position: relative;
  margin-top: 1rem;
  display: inline-block;
  width: 70%; }
  .line-on-sides:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    border-top: 1px solid #bebebe;
    transform: translate(-50%, -50%);
    z-index: -1; }
  .line-on-sides span {
    background: white;
    padding: 0 10px; }

@media screen and (min-width: 64em) {
  html {
    font-size: 110%; } }

body {
  text-align: center; }

a.home {
  background: url(/icecubestatic/shared/header/eat-club-logo.svg) no-repeat center center !important;
  height: 56px;
  width: 78.4px;
  display: inline-block !important;
  text-indent: 200% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  vertical-align: middle; }
  @media screen and (max-width: 39.9375em) {
    a.home {
      position: fixed;
      left: 10px;
      top: 6px; } }

.section:nth-child(odd) {
  background-color: #f4f4f4; }

h1, .home h2 {
  text-transform: uppercase;
  font-family: "TT Rounds Condensed Bold", Verdana, "sans serif"; }

.home h2 {
  font-size: 1.5625rem; }

h2, .home h3 {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 400; }

.home h3::after, .footer h3::after {
  display: none; }

h3, .home h4 {
  font-weight: 700;
  letter-spacing: 0.05rem; }

h4, .home h5 {
  margin-bottom: 0;
  color: #464646;
  font-family: "TT Rounds Condensed Regular", Impact, "sans serif";
  font-weight: 200; }

h3:after, h1:after,
h3:after, .home h2:after {
  content: '';
  width: 100px;
  margin: 0 auto;
  height: 4px;
  border-radius: 2px;
  display: block;
  background-color: #5ccbe9; }

h1:after, .home h2:after {
  margin-top: 8px; }

h3:after, .home h4:after {
  margin-top: 10px; }

p {
  letter-spacing: 0.4px; }

ul.tabs {
  margin-top: 0.45rem;
  margin-bottom: 0;
  display: inline-block;
  border: none; }
  ul.tabs li {
    border-right: 1px solid #bebebe;
    display: inline-block; }
    ul.tabs li a {
      text-decoration: none; }
    ul.tabs li h4, ul.tabs li h3 {
      letter-spacing: 0.5px;
      font-family: "TT Rounds Condensed Regular", Impact, "sans serif";
      text-transform: uppercase;
      color: #bebebe; }
    ul.tabs li.active h4, ul.tabs li.is-active h4, ul.tabs li.active h3, ul.tabs li.is-active h3 {
      font-weight: 600;
      color: #5ccbe9; }
    ul.tabs li:last-child {
      border-right: none; }
  ul.tabs .tabs-title span {
    font-size: inherit; }

.tooltip {
  box-shadow: 0 0 7px 3px rgba(180, 180, 180, 0.3); }

.uppercase {
  text-transform: uppercase; }

.reveal .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px; }

.button {
  margin-bottom: 0.225rem;
  min-width: 300px;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-family: "Roboto", tahoma, "sans serif";
  font-size: 0.8rem;
  text-transform: uppercase;
  background-color: #fe6b00 !important; }
  @media screen and (max-width: 39.9375em) {
    .button {
      min-width: auto;
      width: 70%; } }

input {
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  border: 1px solid #bebebe;
  border-radius: 4px; }
  input:focus {
    outline: none;
    border-color: #fe6b00; }

strong {
  color: #464646;
  font-weight: normal; }

a.secondary {
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  color: #bebebe; }

a.secondary {
  text-decoration: underline; }
  a.secondary:hover {
    color: #828080; }

.bottom-header {
  position: absolute;
  bottom: 0; }

#base-header {
  background-color: white;
  position: fixed;
  top: 0; }

#base-header-logo {
  position: fixed;
  margin-top: 8px;
  margin-left: 8px;
  height: 56px;
  width: 78.4px;
  left: 0;
  top: 0;
  z-index: 1000; }

.footer.section {
  padding-top: 0 !important;
  margin-top: 0 !important;
  min-height: 50vh !important; }
  .footer.section .footer-section {
    padding: 0 0 0 3%; }
#top-bar-header {
  transition: all 0.3s ease;
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15; }
  #top-bar-header .dropdown-caret:before, #top-bar-header .dropdown-caret:after {
    content: '';
    position: absolute; }
  #top-bar-header .dropdown-caret:before {
    top: -11px;
    margin-left: 26px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #bebebe; }
  #top-bar-header .dropdown-caret:after {
    top: -9px;
    margin-left: 28px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff; }
  #top-bar-header .menu {
    height: 70px;
    border-bottom: 1px solid #bebebe;
    z-index: 16; }
    #top-bar-header .menu li.active .header-text, #top-bar-header .menu .active-header.header-text {
      font-weight: 600 !important;
      background-color: transparent; }
    #top-bar-header .menu li:first-of-type {
      margin: 0 16px; }
  #top-bar-header .header-text {
    font-size: 14px;
    font-family: "TT Rounds Condensed Regular", Impact, "sans serif";
    font-weight: 200;
    color: #464646;
    text-decoration: none; }
    #top-bar-header .header-text .nomicon-caret-down {
      padding: 0 5px; }
  #top-bar-header .top-bar-subheader {
    display: none; }
    #top-bar-header .top-bar-subheader.js-dropdown-active {
      display: block; }
  #top-bar-header .top-bar, #top-bar-header .top-bar ul {
    transition: all 0.3s ease; }
  #top-bar-header .phone_and_number {
    position: relative; }
    #top-bar-header .phone_and_number .phone-text {
      color: #bebebe;
      font-size: 14px; }
    #top-bar-header .phone_and_number .nomicon-phone-filled {
      margin-right: 4px; }
    #top-bar-header .phone_and_number a:hover {
      text-decoration: none; }
    @media only screen and (max-width: 1050px) {
      #top-bar-header .phone_and_number {
        display: none; } }
  #top-bar-header .login {
    text-decoration: underline; }
    @media only screen and (max-width: 905px) {
      #top-bar-header .login {
        display: none; } }
  #top-bar-header .subheader-benefits {
    left: 0; }
    #top-bar-header .subheader-benefits li:first-of-type {
      margin-left: 246.4px; }
  #top-bar-header .subheader-our-food {
    left: 0px; }
    #top-bar-header .subheader-our-food li:first-of-type {
      margin-left: 333.4px; }
    #top-bar-header .subheader-our-food .dropdown-caret {
      position: relative;
      right: 40px; }
  #top-bar-header .top-bar-subheader.menu {
    transition: all 0.3s ease;
    position: fixed;
    top: 69px;
    height: 38px;
    width: 100%;
    text-align: left;
    z-index: 15; }
    #top-bar-header .top-bar-subheader.menu > li {
      width: auto;
      display: inline-block; }
    #top-bar-header .top-bar-subheader.menu .header-text {
      color: #464646;
      font-size: 14px;
      font-family: "TT Rounds Condensed Regular", Impact, "sans serif";
      font-weight: 200; }
    #top-bar-header .top-bar-subheader.menu.show {
      display: block !important; }

#off-canvas-menu {
  position: fixed;
  overflow: visible;
  z-index: 14;
  top: 0; }
  #off-canvas-menu li {
    padding: 5px 0 5px 0;
    font-family: "Roboto", tahoma, "sans serif";
    font-weight: 400; }
    #off-canvas-menu li:first-of-type {
      height: 70px;
      padding-top: 15px; }
    #off-canvas-menu li:last-of-type {
      border-bottom: none; }
  #off-canvas-menu #offCanvas {
    overflow: visible;
    max-height: none;
    height: 100vh; }
    #off-canvas-menu #offCanvas .menu .menu-item-text {
      font-size: 16px;
      padding-top: 2px; }
    #off-canvas-menu #offCanvas .menu .login-text {
      font-size: 16px;
      color: #5ccbe9;
      text-decoration: underline; }
    #off-canvas-menu #offCanvas .menu .subnav {
      font-size: 14px;
      padding-left: 30px;
      border-bottom: none; }
  #off-canvas-menu a {
    color: #fff; }
  #off-canvas-menu .menu-icon::after {
    background-color: #fe6b00;
    box-shadow: 0 7px 0 #fe6b00, 0 14px 0 #fe6b00; }
  #off-canvas-menu .off-canvas-content {
    height: 70px;
    width: 100%;
    background-color: #fff;
    box-shadow: none; }
  #off-canvas-menu .menu-icon {
    margin: 25px 10px 0 0;
    float: right; }
  #off-canvas-menu .mobile-image {
    height: 21px;
    width: 21px;
    margin-right: 10px; }
@charset "UTF-8";
@font-face {
  font-family: 'nomicon';
  src: url(/icecubestatic/shared/nomicon/fonts/nomicon.eot?55t16n);
  src: url(/icecubestatic/shared/nomicon/fonts/nomicon.eot?55t16n#iefix) format("embedded-opentype"), url(/icecubestatic/shared/nomicon/fonts/nomicon.ttf?55t16n) format("truetype"), url(/icecubestatic/shared/nomicon/fonts/nomicon.woff?55t16n) format("woff"), url(/icecubestatic/shared/nomicon/fonts/nomicon.svg?55t16n#nomicon) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="nomicon-"], [class*=" nomicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "nomicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nomicon-long-arrow-left:before {
  content: ""; }

.nomicon-export:before {
  content: ""; }

.nomicon-robot:before {
  content: ""; }

.nomicon-alert:before {
  content: ""; }

.nomicon-calendar:before {
  content: ""; }

.nomicon-sort:before {
  content: ""; }

.nomicon-autopay:before {
  content: ""; }

.nomicon-check-circle:before {
  content: ""; }

.nomicon-download:before {
  content: ""; }

.nomicon-payment:before {
  content: ""; }

.nomicon-play:before {
  content: ""; }

.nomicon-play-filled:before {
  content: ""; }

.nomicon-access:before {
  content: ""; }

.nomicon-arrow-down:before {
  content: ""; }

.nomicon-arrow-left:before {
  content: ""; }

.nomicon-arrow-right:before {
  content: ""; }

.nomicon-arrow-up:before {
  content: ""; }

.nomicon-blog:before {
  content: ""; }

.nomicon-card:before {
  content: ""; }

.nomicon-caret-down:before {
  content: ""; }

.nomicon-caret-left:before {
  content: ""; }

.nomicon-caret-right:before {
  content: ""; }

.nomicon-caret-up:before {
  content: ""; }

.nomicon-cart:before {
  content: ""; }

.nomicon-alert-filled:before {
  content: ""; }

.nomicon-check-filled:before {
  content: ""; }

.nomicon-check:before {
  content: ""; }

.nomicon-dismiss-filled:before {
  content: ""; }

.nomicon-dismiss:before {
  content: ""; }

.nomicon-facebook:before {
  content: ""; }

.nomicon-frownface:before {
  content: ""; }

.nomicon-happyface:before {
  content: ""; }

.nomicon-heart-filled:before {
  content: ""; }

.nomicon-heart:before {
  content: ""; }

.nomicon-home:before {
  content: ""; }

.nomicon-instagram:before {
  content: ""; }

.nomicon-lightening:before {
  content: ""; }

.nomicon-link:before {
  content: ""; }

.nomicon-location-filled:before {
  content: ""; }

.nomicon-location:before {
  content: ""; }

.nomicon-lock-filled:before {
  content: ""; }

.nomicon-lock:before {
  content: ""; }

.nomicon-mail:before {
  content: ""; }

.nomicon-meal:before {
  content: ""; }

.nomicon-message:before {
  content: ""; }

.nomicon-minus-filled:before {
  content: ""; }

.nomicon-minus:before {
  content: ""; }

.nomicon-news:before {
  content: ""; }

.nomicon-office:before {
  content: ""; }

.nomicon-params:before {
  content: ""; }

.nomicon-pen:before {
  content: ""; }

.nomicon-phone-filled:before {
  content: ""; }

.nomicon-pinterest:before {
  content: ""; }

.nomicon-plus-filled:before {
  content: ""; }

.nomicon-plus:before {
  content: ""; }

.nomicon-printer:before {
  content: ""; }

.nomicon-question-filled:before {
  content: ""; }

.nomicon-remind-filled:before {
  content: ""; }

.nomicon-remind:before {
  content: ""; }

.nomicon-search:before {
  content: ""; }

.nomicon-share:before {
  content: ""; }

.nomicon-shuffle-filled:before {
  content: ""; }

.nomicon-shuffle:before {
  content: ""; }

.nomicon-star-filled:before {
  content: ""; }

.nomicon-star:before {
  content: ""; }

.nomicon-stop-filled:before {
  content: ""; }

.nomicon-stop:before {
  content: ""; }

.nomicon-thumbup-filled:before {
  content: ""; }

.nomicon-thumbup:before {
  content: ""; }

.nomicon-time:before {
  content: ""; }

.nomicon-trash:before {
  content: ""; }

.nomicon-truck:before {
  content: ""; }

.nomicon-twitter:before {
  content: ""; }

.nomicon-user:before {
  content: ""; }

.nomicon-world:before {
  content: ""; }

.nomicon-users:before {
  content: ""; }

.nomicon-storefront:before {
  content: ""; }

.nomicon-pie:before {
  content: ""; }

.nomicon-info-filled:before {
  content: ""; }

.nomicon-phone:before {
  content: ""; }

.nomicon-camera-filled:before {
  content: ""; }

.nomicon-linkedin:before {
  content: ""; }

.nomicon-vegan:before {
  content: ""; }

.nomicon-vegetarian:before {
  content: ""; }

.nomicon-reminder:before {
  content: ""; }

.nomicon-setup:before {
  content: ""; }

.nomicon-billing:before {
  content: ""; }

.nomicon-gluten-free:before {
  content: ""; }

.nomicon-question:before {
  content: ""; }

.nomicon-chill:before {
  content: ""; }

.nomicon-speedometer:before {
  content: ""; }

.nomicon-leaves:before {
  content: ""; }

.nomicon-bowl:before {
  content: ""; }

.nomicon-thumbs-up:before {
  content: ""; }

.nomicon-calendar1:before {
  content: "";
  color: #83c7e5; }

.nomicon-truck1:before {
  content: "";
  color: #83c7e5; }

.nomicon-happy-face:before {
  content: "";
  color: #83c7e5; }

.nomicon-soy:before {
  content: "";
  color: #83c7e5; }

.nomicon-tool:before {
  content: "";
  color: #83c7e5; }

.nomicon-trash-can:before {
  content: "";
  color: #83c7e5; }

.nomicon-dismiss-filled1:before {
  content: ""; }

.nomicon-dismiss1:before {
  content: ""; }

.nomicon-caret-down1:before {
  content: ""; }

.nomicon-caret-left1:before {
  content: ""; }

.nomicon-caret-right1:before {
  content: ""; }

.nomicon-caret-up1:before {
  content: ""; }

.nomicon-blog1:before {
  content: ""; }

.nomicon-facebook1:before {
  content: ""; }

.nomicon-instagram1:before {
  content: ""; }

.nomicon-phone-filled1:before {
  content: ""; }

.nomicon-pinterest1:before {
  content: ""; }

.nomicon-twitter1:before {
  content: ""; }

.nomicon-info:before {
  content: ""; }
.cloud-quote {
  position: relative;
  margin: 10px -60px 10px 10px;
  padding: 20px 80px 20px 10px;
  min-height: 220px;
  background-image: url(/icecubestatic/shared/cloud_quote/cloud.svg); }
  @media screen and (max-width: 39.9375em) {
    .cloud-quote {
      margin: 0;
      padding: 0; } }
  .cloud-quote .text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding-left: inherit;
    padding-right: inherit;
    transform: translate(-50%, -50%);
    font-size: 0.8rem; }
.rainbow.tabs-content {
  position: relative; }
  .rainbow.tabs-content .tabs-panel {
    position: absolute;
    top: 0;
    display: block;
    opacity: 0;
    transition: opacity 350ms;
    z-index: -1;
    width: 100%; }
    .rainbow.tabs-content .tabs-panel.is-active {
      position: static;
      opacity: 1;
      z-index: 0; }
  .rainbow.tabs-content p {
    min-height: 2em; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }
.slick {
  margin-bottom: 0; }
  .slick.slick-slider .slick-track, .slick.slick-slider .slick-list {
    -webkit-transform: none;
    transform: none; }
  .slick .slick-slide {
    outline: none !important; }
  .slick .nomicon-caret-left, .slick .nomicon-caret-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #bebebe;
    background: none;
    z-index: 10; }
  .slick .nomicon-caret-left {
    left: -65px; }
    @media screen and (max-width: 39.9375em) {
      .slick .nomicon-caret-left {
        left: -55px; } }
  .slick .nomicon-caret-right {
    right: -65px; }
    @media screen and (max-width: 39.9375em) {
      .slick .nomicon-caret-right {
        right: -55px; } }
.image-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .image-slider .image-slider-slide:first-of-type {
    top: 0; }
  .image-slider .image-slider-slide {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 100%; }
.benefits .section {
  background-color: transparent;
  position: relative;
  margin-top: 70px;
  max-height: calc(100vh - 70px); }
  @media screen and (min-width: 40em) {
    .benefits .section {
      margin-top: 70px;
      max-height: calc(100vh - 70px); } }
  @media screen and (max-width: 39.9375em) {
    .benefits .section {
      max-height: none; } }

.benefits .row {
  align-items: center; }

@media screen and (max-width: 39.9375em) {
  .benefits #tabs-section.choose {
    background-image: url("/icecubestatic/benefits/images_employees/sec1-bg_mobile.jpg"); } }
  @media screen and (max-width: 39.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 39.9375em) and (min-resolution: 192dpi) {
    .benefits #tabs-section.choose {
      background-image: url("/icecubestatic/benefits/images_employees/sec1-bg_mobile@2x.jpg"); } }

@media screen and (max-width: 39.9375em) {
  .benefits #tabs-section.needs {
    background-image: url("/icecubestatic/benefits/images_employees/sec2-bg_mobile.png"); } }
  @media screen and (max-width: 39.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 39.9375em) and (min-resolution: 192dpi) {
    .benefits #tabs-section.needs {
      background-image: url("/icecubestatic/benefits/images_employees/sec2-bg_mobile@2x.png"); } }

@media screen and (max-width: 39.9375em) {
  .benefits #tabs-section.listen {
    background-image: url("/icecubestatic/benefits/images_employees/sec3-bg_mobile.jpg"); } }
  @media screen and (max-width: 39.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 39.9375em) and (min-resolution: 192dpi) {
    .benefits #tabs-section.listen {
      background-image: url("/icecubestatic/benefits/images_employees/sec3-bg_mobile@2x.jpg"); } }

.benefits #tabs-section .slick-track {
  display: flex;
  align-items: center; }

.benefits #tabs-section h1 {
  padding: 96px 0 0 0; }

.benefits .dummy-section {
  max-height: 0;
  margin: 0; }

.benefits .cloud-quote {
  min-height: 145px; }

.benefits .cloud-quote .text {
  width: 70%; }

@media screen and (max-width: 39.9375em) {
  .benefits .cloud-quote {
    background-size: 200px; } }

.benefits .background, .benefits .left-background, .benefits .right-background,
.benefits .right-image, .benefits .bottom-left-image, .benefits .top-left-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .benefits .background .image-slider div, .benefits .left-background .image-slider div, .benefits .right-background .image-slider div,
  .benefits .right-image .image-slider div, .benefits .bottom-left-image .image-slider div, .benefits .top-left-image .image-slider div {
    height: 100%; }
  .benefits .background img, .benefits .left-background img, .benefits .right-background img,
  .benefits .right-image img, .benefits .bottom-left-image img, .benefits .top-left-image img {
    display: block;
    height: 100%; }

.benefits .right-background, .benefits .right-image {
  left: auto;
  right: 0; }
  .benefits .right-background .image-slider-slide, .benefits .right-image .image-slider-slide {
    left: auto;
    right: 0;
    display: inline-block !important;
    width: auto; }
  .benefits .right-background img, .benefits .right-image img {
    display: inline-block; }

.benefits .right-image {
  right: -5%; }
  .benefits .right-image img {
    height: 44%;
    margin-top: 90%;
    object-fit: contain; }
  .benefits .right-image .image-slider div:last-of-type {
    width: 62vw; }
    .benefits .right-image .image-slider div:last-of-type img {
      margin-top: auto;
      margin-left: 50%;
      height: 100%;
      padding-top: 50%;
      padding-bottom: 160px; }
      @media screen and (min-width: 64em) {
        .benefits .right-image .image-slider div:last-of-type img {
          padding-top: 30%; } }
  .benefits .right-image .image-slider div:nth-of-type(2) img {
    height: 42%; }

.benefits .top-left-image {
  left: -3%; }
  .benefits .top-left-image .image-slider div {
    width: 100%; }
  .benefits .top-left-image img {
    position: absolute;
    top: 10%;
    left: 0;
    object-fit: scale-down; }

.benefits .bottom-left-image {
  left: -5%; }
  .benefits .bottom-left-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70%;
    width: auto;
    object-fit: contain; }
  .benefits .bottom-left-image .image-slider-slide {
    width: 100%; }
    .benefits .bottom-left-image .image-slider-slide:nth-of-type(2) img {
      bottom: 55px; }
    .benefits .bottom-left-image .image-slider-slide:last-of-type img {
      left: 8%;
      bottom: -6px;
      height: 70%; }

.benefits .top-left-image div:nth-of-type(2) img, .benefits .bottom-left-image div:nth-of-type(2) img {
  height: 34%;
  width: auto; }

.benefits .background .image-slider .image-slider-slide {
  width: 100%; }

.benefits .background .image-slider img {
  width: 100%;
  object-fit: cover; }

.benefits .under-cta {
  height: calc(100% - 160px); }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .benefits .under-cta {
      height: calc(100% - 130px); } }

.benefits .cta-container {
  position: relative;
  height: 160px;
  padding-top: 20px;
  color: #464646;
  background-color: #fff;
  max-width: 100%;
  z-index: 13; }
  @media screen and (min-width: 40em) {
    .benefits .cta-container {
      opacity: 0.9; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .benefits .cta-container {
      height: 140px;
      padding-top: 14px; } }
  @media screen and (max-width: 39.9375em) {
    .benefits .cta-container {
      height: auto; } }
  .benefits .cta-container .row {
    max-width: 70rem; }
  .benefits .cta-container .button {
    margin-bottom: 20px; }

@media screen and (max-width: 39.9375em) {
  .benefits p {
    margin: 0; }
  .benefits .tabs-title > a {
    padding: 0.02rem 0.4rem; }
  .benefits .tabs-panel {
    padding-top: 0.5rem; } }

.benefits .normal-text {
  margin-bottom: 0px; }

.benefits .normal-text:after {
  margin-top: 0px;
  background-color: transparent !important; }

.benefits h2 {
  font-family: "TT Rounds Condensed Bold",Verdana,"sans serif";
  text-transform: uppercase;
  margin-top: -4px;
  letter-spacing: 0rem;
  font-size: 1.5625rem; }

.benefits h2::after {
  letter-spacing: 0rem;
  background-color: #5ccbe9;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  width: 100px;
  margin-top: 8px; }

.benefits .header-normal-text {
  font-size: 0.875rem;
  font-weight: 200;
  height: 6px; }

.benefits .header-normal-text:after {
  margin-top: 0px;
  background-color: transparent !important;
  width: auto !important; }
.lead-collecting-modal {
  background-image: url(/icecubestatic/shared/lead_collecting_modal/form-bg1-100.jpg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  padding-top: 40px;
  align-items: center; }
/*!
 * fullPage 2.8.8
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }
.flip-container {
  position: relative;
  height: 250px; }
  .flip-container:hover .card {
    transform: rotateY(180deg); }
    .flip-container:hover .card .front {
      z-index: 1; }
    .flip-container:hover .card .back {
      z-index: 2; }
  .flip-container .card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.5s; }
  .flip-container .card .front, .flip-container .card .back {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  .flip-container .card .front {
    z-index: 2; }
  .flip-container .card .back {
    transform: rotateY(180deg);
    z-index: 1; }
  .flip-container .container {
    height: 100%; }
  .flip-container .front, .flip-container .back {
    display: block;
    height: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles */
  .flip-container .card .front, .flip-container .card .back {
    backface-visibility: visible; } }
.admin {
  margin-top: 70px; }
  .admin .admin-benefits-background {
    background-image: url(/icecubestatic/benefits/images_admin/salad_chopping-sm.jpg); }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .admin .admin-benefits-background {
        background-image: url(/icecubestatic/benefits/images_admin/salad_chopping-sm@2x.jpg); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .admin .admin-benefits-background {
        background-image: url(/icecubestatic/benefits/images_admin/salad_chopping-md.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .admin .admin-benefits-background {
      background-image: url(/icecubestatic/benefits/images_admin/salad_chopping-md@2x.jpg); } }
    @media screen and (min-width: 64em) {
      .admin .admin-benefits-background {
        background-image: url(/icecubestatic/benefits/images_admin/salad_chopping-lg.jpg); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .admin .admin-benefits-background {
      background-image: url(/icecubestatic/benefits/images_admin/salad_chopping-lg@2x.jpg); } }
    .admin .admin-benefits-background h1 {
      padding: 98px 0 10px; }
    .admin .admin-benefits-background h2 {
      padding-bottom: 0.8rem; }
  .admin .flip-container {
    margin: 0 auto 30px;
    height: 130px;
    max-width: 160px; }
    .admin .flip-container .text {
      line-height: 1.2;
      font-size: 16px; }
  .admin .front, .admin .back {
    border-radius: 10px; }
  .admin .front {
    border: 2px solid #5ccbe9; }
  .admin .back {
    background-image: url(/icecubestatic/benefits/images_admin/blue_background.svg); }
    .admin .back .icon {
      color: #003947; }
  .admin .icon {
    margin: 14px 0 8px;
    font-size: 50px;
    color: #5ccbe9; }
  .admin .admin-video {
    background: url(/icecubestatic/benefits/images_admin/bloomreach_video_play.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 530px;
    position: relative; }
    .admin .admin-video .play {
      display: block;
      position: relative;
      background: url(/icecubestatic/benefits/images_admin/video_play_button.png) no-repeat;
      background-position: center;
      background-size: cover;
      text-align: center;
      z-index: 10;
      width: 142px;
      height: 142px;
      cursor: pointer;
      top: 40%;
      margin: 0 auto; }
      .admin .admin-video .play:hover {
        opacity: 0.8; }
      .admin .admin-video .play.hide-button {
        display: none; }
    .admin .admin-video #admin-video {
      display: none;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      .admin .admin-video #admin-video.show-video {
        display: inherit; }
  .admin section {
    position: relative;
    margin: 35px 0; }
    .admin section:last-of-type {
      margin-bottom: 0; }
  .admin .title {
    font-family: "TT Rounds Condensed Bold",Verdana,"sans serif";
    text-transform: uppercase;
    margin-top: 0px !important;
    letter-spacing: 0rem;
    font-size: 1.5625rem; }
  .admin .title::after {
    letter-spacing: 0rem;
    background-color: #5ccbe9;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    width: 100px;
    margin-top: 8px; }
.about {
  margin-top: 70px; }
  .about .partial-header-background {
    background-image: url(/icecubestatic/about/about-us-sm.jpg);
    padding: 95px 0; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .about .partial-header-background {
        background-image: url(/icecubestatic/about/about-us-sm@2x.jpg); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .about .partial-header-background {
        background-image: url(/icecubestatic/about/about-us-md.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .about .partial-header-background {
      background-image: url(/icecubestatic/about/about-us-md@2x.jpg); } }
    @media screen and (min-width: 64em) {
      .about .partial-header-background {
        background-image: url(/icecubestatic/about/about-us-lg.jpg); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .about .partial-header-background {
      background-image: url(/icecubestatic/about/about-us-lg@2x.jpg); } }
  .about section .small-centered {
    width: 60%; }
  @media screen and (min-width: 40em) {
    .about section {
      padding: 40px 0; } }
  .about .page-body-header {
    font-size: 135%; }
  .about .page-body-header:after {
    display: none; }
  .about .body-text {
    padding: 15px 0; }
  .about .collage-section {
    margin-top: 25px;
    margin-bottom: 65px; }
.orbit {
  max-width: 100vw;
  margin-bottom: 0.9rem; }
  .orbit .orbit-previous, .orbit .orbit-next {
    height: 100%;
    background-color: #bebebe;
    opacity: 0.5; }
    @media screen and (min-width: 40em) {
      .orbit .orbit-previous span, .orbit .orbit-next span {
        font-size: 2em !important; } }
    .orbit .orbit-previous:focus, .orbit .orbit-next:focus {
      outline: none; }
  .orbit ul:focus {
    outline: none; }
.styleguide h4 {
  width: 250px;
  margin-left: auto !important;
  margin-right: auto !important; }

.styleguide .flip-container {
  margin: 0 auto;
  width: 200px; }

.styleguide .card .front, .styleguide .card .back {
  background-color: orange !important; }

.styleguide .slick {
  width: 200px;
  height: 200px;
  margin: 0 auto; }
.terms {
  margin-top: 70px; }
  .terms .partial-header-background {
    background-image: url(/icecubestatic/terms/terms-sm.png);
    padding: 95px 0; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .terms .partial-header-background {
        background-image: url(/icecubestatic/terms/terms-sm@2x.png); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .terms .partial-header-background {
        background-image: url(/icecubestatic/terms/terms-md.png); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .terms .partial-header-background {
      background-image: url(/icecubestatic/terms/terms-md@2x.png); } }
    @media screen and (min-width: 64em) {
      .terms .partial-header-background {
        background-image: url(/icecubestatic/terms/terms-lg.png); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .terms .partial-header-background {
      background-image: url(/icecubestatic/terms/terms-lg@2x.png); } }
  .terms .page-body-header:after {
    display: none; }
  .terms section .top-row {
    margin-bottom: 0px; }
  .terms section .small-centered {
    width: 60%; }
  @media screen and (min-width: 40em) {
    .terms section {
      padding: 40px 0; } }
  .terms section .top-blurb {
    margin-bottom: 60px; }
  .terms section .tos-content, .terms section p, .terms section li {
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed; }
.welcome_mat {
  overflow-x: hidden;
  /*****START buttons*****/
  /*****END buttons*****/
  /*****START hero*****/
  /*****END hero*****/
  /*****START mobile madness*****/
  /*****END mobile madness*****/
  /* 2x DPI devices
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    .hero-image {
      background-image: url('/static/img/fit-for-you@2x.png')
    }
  }*/
  /* Large displays */ }
  .welcome_mat.eurest {
    font-family: century-gothic, sans-serif;
    font-style: normal;
    font-weight: 400; }
  .welcome_mat .hero-0 {
    z-index: 2;
    background-image: url(/icecubestatic/welcome_mat/big-banner-01.jpg); }
  .welcome_mat .hero-1 {
    z-index: 1;
    background-image: url(/icecubestatic/welcome_mat/big-banner-02.jpg); }
  .welcome_mat .hero-2 {
    z-index: 1;
    background-image: url(/icecubestatic/welcome_mat/big-banner-03.jpg); }
  .welcome_mat .hero-eurest {
    z-index: 1;
    background-image: url(/icecubestatic/welcome_mat/eurest_welcome_mat_banner.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); }
  .welcome_mat button[type="submit"],
  .welcome_mat button[type="submit"]:focus,
  .welcome_mat button[type="submit"]:active,
  .welcome_mat button[type="submit"]:hover,
  .welcome_mat input[type="submit"],
  .welcome_mat input[type="submit"]:focus,
  .welcome_mat input[type="submit"]:active,
  .welcome_mat input[type="submit"]:hover,
  .welcome_mat .btn,
  .welcome_mat .btn:focus,
  .welcome_mat .btn:active,
  .welcome_mat .btn:hover,
  .welcome_mat .mktoForm button.mktoButton,
  .welcome_mat .mktoForm button.mktoButton:focus,
  .welcome_mat .mktoForm button.mktoButton:active,
  .welcome_mat .mktoForm button.mktoButton:hover,
  .welcome_mat li.btn,
  .welcome_mat li.btn:focus,
  .welcome_mat li.btn:active,
  .welcome_mat li.btn:hover {
    background: #ff5a00;
    color: #fff !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    font-family: "Pressura Bold", Helvetica, sans-serif !important;
    font-size: 14px;
    letter-spacing: 1px; }
  .welcome_mat.eurest .btn {
    background: #fff;
    color: #ff5a00 !important; }
  .welcome_mat button[type="submit"]:hover,
  .welcome_mat input[type="submit"]:hover,
  .welcome_mat .btn:hover,
  .welcome_mat .mktoForm button.mktoButton:hover,
  .welcome_mat li.btn:hover {
    transform: scale(1.05); }
  .welcome_mat .btn-large,
  .welcome_mat .btn-large:hover,
  .welcome_mat .btn-large:focus,
  .welcome_mat .btn-large:active {
    font-size: 16px;
    padding: 10px 35px;
    font-family: "Roboto", Helvetica, sans-serif !important;
    font-weight: 700 !important;
    text-decoration: none; }
  .welcome_mat.eurest .btn-large {
    font-size: 1.2em;
    padding: 20px 15px; }
  .welcome_mat .hero-image {
    background-size: 100% !important; }
  .welcome_mat .hero h1 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase; }
  .welcome_mat .hero p {
    font-size: 20px; }
  .welcome_mat .hero .btn {
    position: absolute;
    bottom: 170px;
    left: 13px;
    z-index: 999;
    background: #ff5a00 !important;
    color: #fff !important;
    -webkit-transition: color .5s, transform .2s ease-in-out;
    -moz-transition: color 0.5s, transform .2s ease-in-out;
    transition: color 0.5s, transform .2s ease-in-out; }
  .welcome_mat .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end; }
  .welcome_mat.eurest .hero-header-row {
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
    transition: 0.3s ease-in-out all; }
    .welcome_mat.eurest .hero-header-row img {
      height: 74px;
      transition: 0.3s ease-in-out all; }
  .welcome_mat.eurest .cont-hero-sub-header-row {
    align-items: center;
    justify-content: center; }
    .welcome_mat.eurest .cont-hero-sub-header-row img {
      height: 87px;
      transition: 0.3s ease-in-out all; }
      .welcome_mat.eurest .cont-hero-sub-header-row img.wpc-logo {
        height: 60px;
        margin: 20px 0; }
        @media screen and (max-width: 700px) {
          .welcome_mat.eurest .cont-hero-sub-header-row img.wpc-logo {
            height: 40px; } }
    .welcome_mat.eurest .cont-hero-sub-header-row.using-canteen-logo {
      align-items: center; }
  .welcome_mat.eurest .hero-sub-header-row {
    align-items: baseline;
    justify-content: center; }
    .welcome_mat.eurest .hero-sub-header-row img {
      height: 87px;
      transition: 0.3s ease-in-out all; }
      .welcome_mat.eurest .hero-sub-header-row img.wpc-logo {
        height: 60px;
        margin: 20px 0; }
        @media screen and (max-width: 700px) {
          .welcome_mat.eurest .hero-sub-header-row img.wpc-logo {
            height: 40px; } }
    .welcome_mat.eurest .hero-sub-header-row.using-canteen-logo {
      align-items: center; }
  .welcome_mat.eurest .hero-header {
    font-weight: bold;
    padding-right: 15px; }
  .welcome_mat.eurest .hero-sub-header {
    padding-right: 15px; }
  .welcome_mat.eurest h3 {
    color: #56555B;
    text-transform: none;
    font-family: century-gothic, sans-serif;
    padding-top: 15px; }
  @media screen and (max-width: 1400px) {
    .welcome_mat .hero-image {
      background-size: 110% !important; } }
  @media screen and (max-width: 1300px) {
    .welcome_mat .hero-image {
      background-size: 115% !important; } }
  @media screen and (max-width: 1200px) {
    .welcome_mat .hero-image {
      background-size: 150% !important; } }
  @media screen and (max-width: 700px) {
    .welcome_mat .hero-image {
      background-size: 300% !important;
      background-position: left center !important; }
    .welcome_mat .hero .btn {
      bottom: 100px !important;
      left: 50%;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0); }
    .welcome_mat .hero h1 {
      font-size: 28px;
      margin-bottom: 20px; }
    .welcome_mat .hero-text {
      width: 100%;
      text-align: center; }
    .welcome_mat .hero-dots {
      left: 50% !important;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0); } }
  .welcome_mat .shout {
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: #5c5c5c;
    text-align: center;
    color: #fff;
    font-size: 1.125em;
    /* 18px / 16px */
    line-height: 75px;
    overflow-y: hidden;
    transition: height 0.5s ease; }
  .welcome_mat .shout.show {
    width: 100%;
    height: 75px;
    opacity: 1; }
  .welcome_mat .shout a.join-button {
    display: inline-block;
    padding: 6px 38px;
    margin-left: 10px;
    border-radius: 3px;
    background-color: #f02d02;
    color: #fff;
    box-shadow: 0px 2px 2px 2px rgba(73, 73, 73, 0.54);
    font-size: 1em;
    line-height: 100%; }
  .welcome_mat .shout a.join-button:hover {
    background-color: #DD2A03; }
  .welcome_mat .shout a.join-button:active {
    box-shadow: 0px 0px 0px 0px #fff; }
  .welcome_mat .wrapper {
    position: relative;
    min-height: 100%;
    height: inherit;
    transition: all 0.25s;
    border-right: 1px solid #c3c3c3;
    margin-right: -1px;
    z-index: 1; }
  .welcome_mat a {
    color: inherit;
    text-decoration: none; }
  .welcome_mat .link {
    color: #ff5a00; }
  .welcome_mat .link:hover {
    color: #FF1400; }
  .welcome_mat .content-table {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #FFF; }
  .welcome_mat .container {
    position: relative;
    width: 1000px;
    margin: 0 auto; }
  .welcome_mat .vertical-gutter {
    margin: 0 1.5%;
    padding: 0; }
  .welcome_mat .table {
    display: table; }
  .welcome_mat .container.table {
    height: 650px; }
  .welcome_mat .hero h1 {
    margin: 0;
    color: #033c49 !important; }
  .welcome_mat .hero p {
    color: #6e8990; }
  .welcome_mat h3:after, .welcome_mat h1:after {
    display: none; }
  .welcome_mat h2 {
    margin-bottom: 0; }
  .welcome_mat .orange h2, .welcome_mat .orange h3 {
    color: #ff5a00;
    margin-bottom: 0; }
  .welcome_mat.eurest .orange h2, .welcome_mat.eurest .orange h3 {
    color: #fff;
    font-size: 1.8em;
    font-family: century-gothic, sans-serif;
    font-weight: bold;
    text-transform: none; }
  .welcome_mat div.hero {
    position: relative;
    height: 650px;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.3s ease-in-out all; }
  @media screen and (max-width: 700px) {
    .welcome_mat div.hero {
      height: 500px; }
    .welcome_mat div.hero-text {
      width: 100%;
      padding-bottom: 100px; } }
  .welcome_mat.eurest div.hero-text {
    bottom: 19%;
    font-size: 48px;
    left: 0;
    line-height: 1.2;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: auto;
    transition: 0.3s ease-in-out all;
    z-index: 3; }
  @media screen and (max-width: 700px) {
    .welcome_mat.eurest div.hero {
      height: 450px; }
      .welcome_mat.eurest div.hero div.hero-text {
        font-size: 33.6px;
        width: 100%; }
    .welcome_mat.eurest .hero-header-row {
      padding-bottom: 17.5px; }
      .welcome_mat.eurest .hero-header-row img {
        height: 51.8px; }
    .welcome_mat.eurest .hero-sub-header-row img {
      height: 60.9px; } }
  @media screen and (max-width: 500px) {
    .welcome_mat.eurest div.hero {
      height: 450px; }
      .welcome_mat.eurest div.hero div.hero-text {
        font-size: 28.8px;
        width: 100%; }
    .welcome_mat.eurest .hero-header-row {
      padding-bottom: 15px; }
      .welcome_mat.eurest .hero-header-row img {
        height: 44.4px; }
    .welcome_mat.eurest .hero-sub-header-row img {
      height: 52.2px; } }
  @media screen and (max-width: 430px) {
    .welcome_mat.eurest div.hero {
      height: 450px; }
      .welcome_mat.eurest div.hero div.hero-text {
        font-size: 24px;
        width: 100%; }
    .welcome_mat.eurest .hero-header-row {
      padding-bottom: 12.5px; }
      .welcome_mat.eurest .hero-header-row img {
        height: 37px; }
    .welcome_mat.eurest .hero-sub-header-row img {
      height: 43.5px; } }
  .welcome_mat div.hero-text {
    position: absolute;
    z-index: 3;
    left: 1.5%;
    top: 30%; }
  .welcome_mat div.hero-dots {
    position: absolute;
    z-index: 3;
    left: 1.5%;
    bottom: 5%; }
  .welcome_mat div.dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 6px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease; }
  .welcome_mat div.dot.active {
    background-color: #a0a0a0; }
  .welcome_mat .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); }
  .welcome_mat .hero-1 p.hero {
    text-shadow: none; }
  .welcome_mat .hero a.join-button {
    position: absolute;
    z-index: 5;
    left: 1.5%;
    bottom: 20%; }
  .welcome_mat a.join-button {
    display: inline-block;
    background-color: #f02d02;
    padding: 18px 30px;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 2px 2px rgba(151, 129, 129, 0.51);
    font-size: 1.125em;
    /* 18px / 16px */
    transition: background 0.3s ease; }
  .welcome_mat .join-button:active {
    box-shadow: 0px 1px 1px 1px #aaa; }
  .welcome_mat .join-button:hover {
    background-color: #DD2A03; }
  .welcome_mat .learn {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 400;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .welcome_mat.eurest .learn {
    margin-top: 60px; }
  .welcome_mat .down-arrow {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #d3d3d3; }
  .welcome_mat .learn.top {
    margin-top: 4px;
    color: #787878; }
  .welcome_mat .learn.clock {
    margin-bottom: 0; }
  .welcome_mat .clock-cutoff {
    margin-bottom: 32px; }
  .welcome_mat .clock-time {
    margin-top: -50px;
    font-size: 32px;
    letter-spacing: 1px; }
  .welcome_mat .time {
    position: relative;
    font-size: 32px;
    letter-spacing: 1px; }
  .welcome_mat .time-period {
    position: absolute;
    top: -9px;
    right: 2px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0; }
  .welcome_mat .clock {
    width: 118px;
    height: 67px;
    margin: 0 auto 15px auto;
    padding-top: 20px;
    text-align: center;
    color: #ff5a00;
    font-family: proxima-nova, Helvetica, sans-serif;
    font-weight: 700; }
  .welcome_mat div.two-col {
    display: inline-block;
    width: 50%;
    vertical-align: bottom; }
  .welcome_mat div.three-col {
    display: inline-block;
    width: 33%; }
    .welcome_mat div.three-col p {
      padding-right: 15px;
      padding-left: 15px; }
  .welcome_mat.eurest div.three-col {
    display: inline-table; }
  .welcome_mat h2.text-title {
    margin: 0 0 14px 0;
    font-size: 1.5em;
    /* 24px / 16px */
    color: #383838;
    font-weight: 400; }
  .welcome_mat p.text {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 170%;
    color: #747474; }
  .welcome_mat img.learn {
    margin-bottom: 32px; }
  .welcome_mat div.card {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    .welcome_mat div.card .card-header {
      margin-top: 25px;
      margin-bottom: -20px;
      font-size: 24px; }
  .welcome_mat .choice-title {
    position: absolute;
    z-index: 11;
    top: 0;
    width: 100%;
    height: 160px;
    padding: 38px 0 0 0;
    background-color: white;
    /* IE 8 Fallback */
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center; }
  .welcome_mat h2.title {
    margin: 0;
    font-size: 2.125em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #383838; }
  .welcome_mat h3.title {
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 400;
    color: #383838; }
  .welcome_mat div.days {
    position: absolute;
    top: 25%;
    right: 4%;
    z-index: 11;
    transition: all 0.3s ease; }
  .welcome_mat div.day {
    width: 70px;
    height: 56px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease; }
  .welcome_mat div.day.active {
    background-color: #ff5a00;
    color: #fff; }
  .welcome_mat div.choice {
    display: table;
    height: 210px; }
  .welcome_mat div.text {
    display: table-cell;
    width: 42%;
    vertical-align: middle;
    padding: 0 4%; }
  .welcome_mat div.restaurants {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center; }
  .welcome_mat div.promise-title {
    padding: 32px 0 32px 0;
    border-bottom: 1px solid #d7d7d7;
    text-align: center; }
  .welcome_mat div.promise {
    height: 235px; }
  .welcome_mat div.flat-promise {
    border-bottom: 1px solid #d7d7d7; }
  .welcome_mat .promise .container {
    display: table;
    width: 92%;
    height: 100%; }
  .welcome_mat .flat-promise .container {
    display: table;
    width: 92%;
    height: 100%; }
  .welcome_mat .promise .two-col {
    display: table-cell;
    vertical-align: middle; }
  .welcome_mat .flat-promise .container .text-only {
    padding: 40px;
    padding-bottom: 20px; }
  .welcome_mat .two-col.right {
    padding: 8px;
    text-align: right; }
  .welcome_mat .two-col.left {
    padding: 8px; }
  .welcome_mat .left {
    text-align: left; }
  .welcome_mat .promise.last {
    border-bottom: none; }
  .welcome_mat .card.orange {
    border: 2px solid #ff5a00;
    color: #ff5a00;
    width: 100%; }
  .welcome_mat.eurest .card.orange {
    background: #ff5a00; }
  .welcome_mat .join {
    display: table;
    width: 100%; }
  .welcome_mat .join .two-col {
    display: table-cell;
    height: 140px;
    width: 60%;
    padding-left: 5%;
    vertical-align: middle; }
  .welcome_mat .join .two-col.right {
    padding-left: 0;
    padding-right: 5%; }
  .welcome_mat.eurest .join .two-col {
    padding-left: 8px;
    width: 55%; }
  .welcome_mat.eurest .join .two-col.right {
    padding-right: 8px; }
  .welcome_mat .join .title {
    color: #ff5a00; }
  .welcome_mat .join h2.title {
    font-weight: 600; }
  .welcome_mat .non-desktop, .welcome_mat .tablet, .welcome_mat div.non-desktop {
    display: none; }
  @media screen and (max-width: 1000px) {
    .welcome_mat .container {
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .welcome_mat div.days {
      top: 20%; }
    .welcome_mat div.text {
      padding: 0 2%; } }
  @media screen and (max-width: 800px) {
    .welcome_mat .desktop-800 {
      display: none; }
    .welcome_mat .tablet {
      display: inline; }
    .welcome_mat .shout {
      font-size: 0.875em;
      /* 14px / 16px */ }
    .welcome_mat div.days {
      top: 20%; }
    .welcome_mat div.day {
      margin-bottom: 20px; } }
  @media screen and (max-width: 700px) {
    .welcome_mat .desktop-800 {
      display: none; }
    .welcome_mat .tablet {
      display: inline; }
    .welcome_mat .shout {
      font-size: 0.875em;
      /* 14px / 16px */ }
    .welcome_mat div.days {
      top: 20%; }
    .welcome_mat div.day {
      margin-bottom: 10px; }
    .welcome_mat .join h2.title {
      font-size: 1.5em;
      /* 24px / 16px */
      padding-top: 20px; }
    .welcome_mat .join h3.title {
      font-size: 0.875em;
      /* 14px / 16px */ }
    .welcome_mat a.join-button {
      padding: 18px 15px; }
    .welcome_mat .left {
      text-align: center; } }
  @media screen and (max-width: 640px) {
    .welcome_mat .desktop, .welcome_mat .desktop-800, .welcome_mat div.desktop {
      display: none;
      opacity: 0;
      height: 0; }
    .welcome_mat .left {
      text-align: center; }
    .welcome_mat .non-desktop, .welcome_mat div.non-desktop {
      display: block; }
    .welcome_mat .tablet {
      display: inline; }
    .welcome_mat .shout {
      font-size: 1em; }
    .welcome_mat .shout.show {
      padding-top: 14px;
      line-height: 150%; }
    .welcome_mat .shout a.join-button {
      display: block;
      width: 30%;
      margin: 0 auto; }
    .welcome_mat .vertical-gutter {
      margin: 0 3%; }
    .welcome_mat .hero {
      margin-bottom: 32px; }
    .welcome_mat div.hero-text.vertical-gutter.non-desktop {
      display: block;
      width: auto;
      padding: 0;
      margin-bottom: 32px;
      color: inherit; }
    .welcome_mat h1.hero {
      text-shadow: none; }
    .welcome_mat .hero-text {
      display: block;
      width: auto;
      padding-top: 30px;
      margin-bottom: 72px; }
    .welcome_mat.eurest .hero-text {
      margin-bottom: 0; }
    .welcome_mat p.hero {
      text-shadow: none; }
    .welcome_mat .center {
      text-align: center; }
    .welcome_mat div.three-col {
      display: block;
      width: 100%;
      margin-bottom: 32px; }
    .welcome_mat div.choice-title {
      height: 60px;
      padding: 5px 0 0 0; }
    .welcome_mat .title {
      color: #ff5a00;
      font-weight: 600; }
    .welcome_mat div.choice-title, .welcome_mat div.promise-title {
      position: inherit;
      height: auto;
      padding: 20px 0 20px 0;
      border-bottom: 1px solid #d7d7d7;
      background-color: transparent;
      text-align: center; }
    .welcome_mat div.choice {
      display: block;
      height: auto; }
    .welcome_mat div.text {
      display: block;
      width: 96%;
      padding: 0 2%;
      margin-bottom: 20px;
      text-align: center; }
    .welcome_mat div.restaurants-mobile {
      display: block;
      width: 100%;
      margin: 20px 0 20px 0;
      text-align: center; }
    .welcome_mat div.promise {
      height: auto; }
    .welcome_mat .promise .container {
      width: 96%; }
    .welcome_mat .promise .two-col {
      display: block;
      width: auto;
      text-align: center; }
    .welcome_mat .promise-mobile.non-desktop {
      display: inline;
      margin: 20px 0 20px 0; }
    .welcome_mat .hero .left {
      text-align: center; }
    .welcome_mat .hero p {
      font-size: 1em; }
    .welcome_mat p.text {
      margin-bottom: 20px; }
    .welcome_mat .join .two-col {
      padding: 20px 20px 0 20px;
      display: block;
      width: auto;
      height: auto;
      text-align: center; }
    .welcome_mat .join .two-col.right {
      padding-right: 10px;
      padding: 20px 0 30px 5%;
      text-align: center; } }
  @media screen and (max-width: 640px) {
    .welcome_mat.eurest .join .two-col {
      padding: 40px 0;
      margin: auto; }
    .welcome_mat.eurest .join .two-col.right {
      padding: 20px 0;
      margin: auto; } }
.partners {
  margin-top: 70px;
  color: #212121; }
  .partners h1 {
    color: white !important;
    letter-spacing: 1.2px; }
    .partners h1:after {
      content: none; }
  .partners button {
    text-transform: none; }
  .partners .align-left {
    text-align: left; }
  @media screen and (max-width: 40em) {
    .partners .small-justify-content-center {
      justify-content: center; } }
  .partners .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.4); }
  .partners .vertical-align-content {
    display: flex;
    align-items: center; }
  .partners .partial-header-background {
    background-image: url("/icecubestatic/partners/partners.jpg");
    padding: 0; }
    .partners .partial-header-background h1 {
      font-size: 38px; }
    .partners .partial-header-background .partners-sub-header {
      color: white;
      font-size: 24px;
      letter-spacing: 1.2px; }
    .partners .partial-header-background .overlay {
      padding: 95px 0; }
  .partners .page-body-header {
    font-size: 135%; }
  .partners section .small-centered {
    width: 60%; }
  .partners section .section-header {
    font-family: "TT Rounds Condensed Regular", Impact, "sans serif";
    font-size: 30px;
    text-align: left;
    letter-spacing: 1.2px;
    margin-bottom: 30px; }
    .partners section .section-header .header {
      font-weight: 600; }
  @media screen and (min-width: 40em) {
    .partners section {
      padding: 40px 0; } }
  .partners .banner {
    position: relative; }
  .partners .log-in-prompt {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 150px;
    color: white;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-align: left; }
    .partners .log-in-prompt .button {
      margin-top: 10px;
      min-width: 100%; }
  .partners .column-header {
    font-family: "TT Rounds Condensed Regular", Impact, "sans serif";
    padding-bottom: 12px; }
  .partners .column-description {
    font-size: 12px; }
  .partners .gray-section {
    background-color: #f0f0f0; }
  .partners .icon-container {
    display: flex;
    justify-content: center;
    padding-bottom: 12px; }
    .partners .icon-container .icon {
      text-align: center;
      max-width: 150px; }
  .partners .partner-quotes .partner-img {
    background-size: cover;
    padding-top: 100%;
    position: relative; }
  .partners .partner-quotes .partner-logo-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .partners .partner-quotes .partner-logo {
    max-width: 60%;
    max-height: 60%; }
  .partners .partner-quotes .partner-eat-this {
    background-image: url("/icecubestatic/partners/partner-quotes/eat-this-bg.jpg"); }
  .partners .partner-quotes .partner-orens {
    background-image: url("/icecubestatic/partners/partner-quotes/orens-bg.jpg"); }
  .partners .partner-quotes .partner-terri {
    background-image: url("/icecubestatic/partners/partner-quotes/terri-bg.jpg"); }
  .partners .partner-quotes .quote {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 14px; }
  .partners .partner-quotes .quote-author {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    text-align: right; }
  .partners .partner-types {
    color: white;
    font-size: 24px;
    letter-spacing: 1.2px; }
    .partners .partner-types .flex-row {
      display: flex;
      flex-direction: row; }
    .partners .partner-types .flex-column {
      flex: 50%;
      height: 400px; }
    .partners .partner-types .overlay {
      display: flex;
      flex-direction: column;
      justify-content: center;
      justify-items: center; }
    .partners .partner-types h1 {
      font-size: 30px; }
    .partners .partner-types .capacity {
      padding-bottom: 24px; }
    .partners .partner-types .commercial-kitchens {
      background-image: url("/icecubestatic/partners/commercial-kitchens-bg.jpg"); }
    .partners .partner-types .restaurants {
      background-image: url("/icecubestatic/partners/restaurants-bg.jpg"); }
  .partners .sign-up-form-section {
    color: white;
    background-image: url("/icecubestatic/partners/form-bg.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0; }
    .partners .sign-up-form-section .overlay {
      padding: 40px 0; }
    .partners .sign-up-form-section .form-header {
      font-size: 24px;
      margin-bottom: 0px; }
    .partners .sign-up-form-section .step {
      display: flex;
      padding-bottom: 12px; }
      .partners .sign-up-form-section .step .step-details {
        display: flex;
        flex-direction: column;
        margin-left: 20px; }
      .partners .sign-up-form-section .step .step-number {
        flex-shrink: 0;
        border: 1px white solid;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 1px; }
      .partners .sign-up-form-section .step .step-name {
        font-weight: 600;
        font-family: "TT Rounds Condensed Regular", Impact, "sans serif";
        line-height: 30px; }
      .partners .sign-up-form-section .step .step-description {
        font-size: 12px; }
    .partners .sign-up-form-section .sign-up-button {
      margin-top: 15px;
      width: 100%; }
      .partners .sign-up-form-section .sign-up-button .loading {
        display: none; }
      .partners .sign-up-form-section .sign-up-button[disabled] .loading {
        display: block; }
      .partners .sign-up-form-section .sign-up-button[disabled] .not-loading {
        display: none; }
    .partners .sign-up-form-section .input-container {
      position: relative; }
    .partners .sign-up-form-section label {
      color: white;
      font-family: "TT Rounds Condensed Regular", Impact, "sans serif";
      line-height: 0.5;
      margin-top: 25px; }
    .partners .sign-up-form-section input, .partners .sign-up-form-section select {
      margin: 5px 0;
      color: #454545;
      font-family: "TT Rounds Condensed Regular", Impact, "sans serif";
      transition: 0.3s ease all; }
      .partners .sign-up-form-section input + label, .partners .sign-up-form-section select + label {
        bottom: 16px;
        left: -5px;
        margin-top: 13px;
        position: absolute;
        text-align: right;
        transform: translateX(-100%);
        transition: 0.3s ease all; }
      .partners .sign-up-form-section input:placeholder-shown, .partners .sign-up-form-section select:placeholder-shown {
        margin-top: 5px; }
      .partners .sign-up-form-section input:placeholder-shown + label, .partners .sign-up-form-section select:placeholder-shown + label {
        opacity: 0;
        transform: translateX(-90%); }
    .partners .sign-up-form-section select {
      margin: 0; }
    .partners .sign-up-form-section .captcha {
      margin-top: 5px; }
    .partners .sign-up-form-section .error {
      border-color: red; }
    .partners .sign-up-form-section button {
      min-width: 0; }
  .partners .map-image {
    margin-bottom: 15px; }
.ceo {
  margin-top: 70px; }
  .ceo .partial-header-background {
    height: 350px;
    background-image: url(/icecubestatic/benefits/images_ceo/sec1-bg-sm.jpg); }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .ceo .partial-header-background {
        background-image: url(/icecubestatic/benefits/images_ceo/sec1-bg-sm@2x.jpg); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .ceo .partial-header-background {
        background-image: url(/icecubestatic/benefits/images_ceo/sec1-bg-md.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .ceo .partial-header-background {
      background-image: url(/icecubestatic/benefits/images_ceo/sec1-bg-md@2x.jpg); } }
    @media screen and (min-width: 64em) {
      .ceo .partial-header-background {
        background-image: url(/icecubestatic/benefits/images_ceo/sec1-bg-lg.jpg); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .ceo .partial-header-background {
      background-image: url(/icecubestatic/benefits/images_ceo/sec1-bg-lg@2x.jpg); } }
    .ceo .partial-header-background .partial-header-text {
      margin-top: 25px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      padding: 20px 15px 0;
      transform: translate(-50%, -50%);
      text-align: center; }
      .ceo .partial-header-background .partial-header-text h1 {
        color: #fff;
        margin-bottom: 0px; }
        .ceo .partial-header-background .partial-header-text h1:after {
          content: none; }
      .ceo .partial-header-background .partial-header-text p {
        margin-bottom: 0;
        font-size: 1.2rem;
        color: #fff; }
  .ceo .productivity-calc {
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 40em) {
      .ceo .productivity-calc {
        padding-left: 40px;
        padding-right: 40px; }
        .ceo .productivity-calc .productivity-text {
          padding-top: 20px; } }
    .ceo .productivity-calc .request-trial {
      margin-top: 20px; }
    .ceo .productivity-calc .productivity-text p {
      padding: 20px 0; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .ceo .productivity-calc .productivity-text p {
          margin-bottom: 30px; } }
    .ceo .productivity-calc .calculator {
      text-align: left;
      margin-bottom: 30px; }
      .ceo .productivity-calc .calculator p {
        margin-bottom: 0;
        line-height: 1.2; }
      .ceo .productivity-calc .calculator .row {
        background-color: #f4f4f4; }
      .ceo .productivity-calc .calculator .column {
        padding-top: 5px;
        padding-bottom: 5px; }
      .ceo .productivity-calc .calculator input {
        margin-bottom: 5px;
        margin-top: 5px;
        height: auto;
        padding: 5px 10px 3px 30px;
        font-size: inherit;
        text-align: right; }
        .ceo .productivity-calc .calculator input.first-input {
          margin-top: 10px; }
        .ceo .productivity-calc .calculator input.last-input {
          margin-bottom: 10px; }
      .ceo .productivity-calc .calculator .no-gutter {
        padding-right: 0;
        padding-left: 0; }
      .ceo .productivity-calc .calculator .no-left-gutter {
        padding-left: 0; }
    .ceo .productivity-calc .number {
      font-size: 2em !important;
      font-weight: 800 !important; }
    .ceo .productivity-calc .title {
      height: 3rem;
      margin: 0;
      padding-top: 0.945rem !important;
      color: #fff;
      font-weight: 800;
      font-family: "Roboto", tahoma, "sans serif";
      font-size: 1.1rem !important;
      letter-spacing: 0.5px;
      line-height: 1.1;
      text-align: center;
      background-image: url(/icecubestatic/benefits/images_ceo/thick_line-bg.svg);
      background-size: cover; }
    .ceo .productivity-calc .lost-prod, .ceo .productivity-calc .day-input {
      margin-top: 5px;
      margin-bottom: 5px; }
    .ceo .productivity-calc .lost-prod p {
      margin-left: 10px; }
    .ceo .productivity-calc .day-input input {
      text-align: center; }
    .ceo .productivity-calc .lost-prod .number {
      text-align: left; }
    .ceo .productivity-calc .dollar-input, .ceo .productivity-calc .percentage-input, .ceo .productivity-calc .number-input {
      position: relative; }
      .ceo .productivity-calc .dollar-input:before, .ceo .productivity-calc .percentage-input:before, .ceo .productivity-calc .number-input:before {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%); }
    .ceo .productivity-calc .number-input:before {
      content: '#'; }
    .ceo .productivity-calc .dollar-input:before {
      content: '$'; }
    .ceo .productivity-calc .number-input:before {
      content: '#'; }
    .ceo .productivity-calc .percentage-input:before {
      content: '%'; }
    .ceo .productivity-calc .employees {
      background-image: url(/icecubestatic/benefits/images_ceo/icon-people.svg);
      background-size: contain;
      height: 2.2em;
      width: 100%; }
    .ceo .productivity-calc .salary, .ceo .productivity-calc .leave, .ceo .productivity-calc .EC {
      background-size: contain;
      width: 100%; }
    .ceo .productivity-calc .salary {
      background-image: url(/icecubestatic/benefits/images_ceo/icon-wallet.svg);
      height: 1.8em; }
    .ceo .productivity-calc .leave {
      background-image: url(/icecubestatic/benefits/images_ceo/icon-car.svg);
      height: 1.5em; }
    .ceo .productivity-calc .EC {
      background-image: url(/icecubestatic/shared/header/eat-club-logo.svg);
      height: 2.2em; }
    .ceo .productivity-calc .calc-description {
      padding-bottom: 10px;
      padding-top: 10px; }
      .ceo .productivity-calc .calc-description p {
        margin-left: 10px; }
    .ceo .productivity-calc .calc-result p {
      color: #464646;
      font-size: 1em;
      margin-left: 10px; }
    .ceo .productivity-calc .roi-calc {
      position: relative;
      border-right: 2.5px solid white;
      background-color: #f4f4f4; }
      .ceo .productivity-calc .roi-calc .calc-result {
        position: absolute;
        bottom: 5px; }
    .ceo .productivity-calc .prod-calc {
      border-left: 2.5px solid white; }
  .ceo section {
    position: relative;
    padding: 40px 0; }
  .ceo .bowl {
    z-index: 2;
    position: absolute;
    top: 54em;
    width: 478px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .ceo .bowl {
        top: 56em;
        left: -3em;
        height: 2em; } }
    @media screen and (max-width: 39.9375em) {
      .ceo .bowl {
        top: 57em;
        max-width: 45%; } }
  .ceo .competitive {
    background-color: #f4f4f4;
    padding-top: 120px;
    padding-bottom: 60px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .ceo .competitive {
        margin-top: 12em; } }
    @media screen and (max-width: 39.9375em) {
      .ceo .competitive {
        margin-top: 0;
        padding-top: 40px; } }
    .ceo .competitive .blurb {
      padding: 0 20px; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .ceo .competitive .blurb {
          margin-bottom: 30px;
          padding: 0 170px; } }
      @media screen and (min-width: 64em) {
        .ceo .competitive .blurb {
          padding: 0 70px; } }
    .ceo .competitive .quotes .cloud-quote {
      margin-top: 20px;
      margin-bottom: 20px; }
      .ceo .competitive .quotes .cloud-quote .text {
        width: 90%; }
    .ceo .competitive .quotes .logo-container .selected .image {
      border-color: #5ccbe9 !important; }
    .ceo .competitive .quotes .logo-container .quote-select {
      padding-left: 5px;
      padding-right: 5px; }
      .ceo .competitive .quotes .logo-container .quote-select .image {
        height: 3em;
        width: 3em;
        border-color: #bebebe;
        border-style: solid;
        border-radius: 5px;
        border-width: 1px;
        background-size: cover; }
      .ceo .competitive .quotes .logo-container .quote-select .square-trade {
        background-color: white;
        background-image: url(/icecubestatic/benefits/images_ceo/SquareTrade.png); }
      .ceo .competitive .quotes .logo-container .quote-select .twenty {
        background-color: white;
        background-image: url(/icecubestatic/benefits/images_ceo/Twenty20.jpg); }
      .ceo .competitive .quotes .logo-container .quote-select .dogvacay {
        background-color: white;
        background-image: url(/icecubestatic/benefits/images_ceo/DogVacay.png); }
      .ceo .competitive .quotes .logo-container .quote-select .wevr {
        background-color: white;
        background-image: url(/icecubestatic/benefits/images_ceo/Wevr.png); }
  .ceo .team-innovation {
    height: 695px;
    background-image: url(/icecubestatic/benefits/images_ceo/dishes-bg-sm.jpg);
    background-size: cover; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .ceo .team-innovation {
        background-image: url(/icecubestatic/benefits/images_ceo/dishes-bg-sm@2x.jpg); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .ceo .team-innovation {
        background-image: url(/icecubestatic/benefits/images_ceo/dishes-bg-md.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .ceo .team-innovation {
      background-image: url(/icecubestatic/benefits/images_ceo/dishes-bg-md@2x.jpg); } }
    @media screen and (min-width: 64em) {
      .ceo .team-innovation {
        background-image: url(/icecubestatic/benefits/images_ceo/dishes-bg-lg.jpg); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .ceo .team-innovation {
      background-image: url(/icecubestatic/benefits/images_ceo/dishes-bg-lg@2x.jpg); } }
    .ceo .team-innovation .content-container {
      margin-top: 90px; }
      .ceo .team-innovation .content-container .content {
        text-align: center; }
        .ceo .team-innovation .content-container .content p {
          font-size: 18px;
          padding-left: 30px;
          padding-right: 30px;
          margin-bottom: 50px; }
  .ceo h2 {
    font-family: "TT Rounds Condensed Bold",Verdana,"sans serif";
    letter-spacing: 0rem;
    font-size: 1.5625rem; }
  .ceo h2::after {
    background-color: #5ccbe9;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    width: 100px;
    margin-top: 8px; }
  .ceo .title::after {
    margin-top: 0px;
    background-color: transparent !important; }
[data-env] {
  display: none; }

.faq {
  margin-top: 70px; }
  .faq h1:after, .faq h3:after {
    display: none; }
  .faq h1 {
    text-align: center; }
  .faq h2 {
    text-transform: none; }
  .faq .default-env h2 {
    font-size: 24px;
    text-align: center; }
  .faq .continental-env h2, .faq .default-env h3 {
    font-size: 18px; }
  .faq .partial-header-background {
    background-image: url(/icecubestatic/faq/faq-sm.jpg);
    background-color: #eee;
    padding: 165px 0; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .faq .partial-header-background {
        background-image: url(/icecubestatic/faq/faq-sm@2x.jpg); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .faq .partial-header-background {
        background-image: url(/icecubestatic/faq/faq-md.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .faq .partial-header-background {
      background-image: url(/icecubestatic/faq/faq-md@2x.jpg); } }
    @media screen and (min-width: 64em) {
      .faq .partial-header-background {
        background-image: url(/icecubestatic/faq/faq-lg.jpg); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .faq .partial-header-background {
      background-image: url(/icecubestatic/faq/faq-lg@2x.jpg); } }
  .faq .faq-context {
    text-align: center; }
  .faq .faqs-list {
    margin: 50px auto;
    max-width: 800px;
    padding: 0 20px;
    text-align: left;
    width: 100%; }
    .faq .faqs-list h2 {
      font-weight: bold;
      margin-top: 50px; }
    .faq .faqs-list p, .faq .faqs-list li {
      font-size: 16px; }
    .faq .faqs-list .other-questions {
      margin: 100px auto;
      text-align: center; }
/*
 * @version     1.0
 * @author      MindK
 * @copyright   Copyright (c) 2010-2017 mindk lab (https://mindk.com). All rights reserved.
 * @licence     Commercial
 */
/*Font Start*/
/*Font End*/
/*Layout Start*/
/*Layout End*/
/*Sections Start*/
/*Sections End*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.ribbon {
  display: none; }

html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%; }

body {
  font-family: 'TT Rounds Condensed Bold', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #737475;
  min-height: 100%;
  font-weight: 200; }

.touchevents body {
  cursor: pointer; }

.main-wrapper {
  position: relative;
  height: 100%; }

a {
  color: #fe6b00;
  text-decoration: none;
  line-height: inherit; }
  a:hover {
    color: #da5c00;
    text-decoration: underline; }
  a:focus {
    color: #da5c00;
    text-decoration: underline; }

.no-touchevents a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.no-touchevents .btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

figure {
  margin: 0; }

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

ol {
  margin: 0;
  margin: 0;
  padding: 0;
  list-style: none; }

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

p {
  margin-top: 0;
  margin-bottom: 15px; }
  p:last-child {
    margin-bottom: 0; }

audio {
  vertical-align: middle; }

canvas {
  vertical-align: middle; }

iframe {
  vertical-align: middle; }

svg {
  vertical-align: middle; }

video {
  vertical-align: middle; }

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

button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0; }

textarea {
  resize: vertical;
  -webkit-appearance: none;
  border-radius: 0; }

[tabindex] {
  outline: none; }

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

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

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

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

select {
  -webkit-appearance: none;
  border-radius: 0; }

body.stat .navbar-default {
  margin-right: 0 !important; }

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

.clearfix:before {
  content: " ";
  display: table; }

.delivery-page {
  text-align: center;
  padding: 0 !important;
  line-height: 1.2; }
  .delivery-page h1 {
    font-family: 'TT Rounds Condensed Bold', Verdana, sans-serif !important;
    margin-top: 0;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1px; }
  .delivery-page h2 {
    font-family: 'TT Rounds Condensed Bold', Verdana, sans-serif !important;
    margin-top: 0;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1px; }
  .delivery-page h3 {
    font-family: 'TT Rounds Condensed Bold', Verdana, sans-serif !important;
    margin-top: 0;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1px; }
  .delivery-page h4 {
    font-family: 'TT Rounds Condensed Bold', Verdana, sans-serif !important;
    margin-top: 0;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1px; }
  .delivery-page h5 {
    font-family: 'TT Rounds Condensed Bold', Verdana, sans-serif !important;
    margin-top: 0;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1px; }
  .delivery-page span {
    font-size: inherit;
    letter-spacing: 1px;
    line-height: 1.2; }
  .delivery-page p {
    font-size: inherit;
    letter-spacing: 1px;
    line-height: 1.2; }
  .delivery-page .main-block:nth-child(even) {
    background-color: white; }

.show-lg {
  display: none; }

.hero-page-block {
  min-height: 300px;
  background-image: url("/icecubestatic/drive/bg-hero-driver-page.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #FFF;
  padding: 10px 0;
  margin-top: 70px; }

.hero-page-block-inner {
  margin-top: 85px; }

.page-title {
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  color: #FFF; }
  .page-title:after {
    content: none; }

.main-block {
  padding: 40px 0; }

.main-block-title {
  font-size: 24px;
  color: #003B49;
  text-transform: uppercase; }

.main-block-title-decorate {
  display: inline-block;
  position: relative; }
  .main-block-title-decorate:after {
    content: '';
    display: block;
    background: #57C9E8;
    width: 50%;
    max-width: 250px;
    min-width: 65px;
    margin: 15px auto 0;
    height: 4px;
    border-radius: 2px; }

.grid-item-block {
  margin-top: 10px; }

.grid-item {
  margin-top: 20px; }

.grid-item-image {
  height: 80px;
  line-height: 80px;
  margin-bottom: 10px;
  text-align: center; }
  .grid-item-image img {
    max-height: 100%; }

.grid-item-title {
  font-size: 20px;
  color: #292929;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .grid-item-title:after {
    content: none; }

.grid-item-description {
  color: #737475;
  font-size: 16px; }

.main-block-2 {
  background-color: #F2F2F2;
  font-size: 16px; }
  .main-block-2 .main-dropdown-wrapper {
    margin-top: 30px; }

.main-dropdown-wrapper {
  background: #FFF;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  width: 450px;
  max-width: 100%;
  height: 45px;
  line-height: 43px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0 40px 0 15px;
  border: 2px solid #959595;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  z-index: 10; }
  .main-dropdown-wrapper:after {
    content: "";
    display: block;
    background-image: url("/icecubestatic/drive/icon-main-dropdown-sprite.png");
    background-repeat: no-repeat;
    background-position: 0 1px;
    width: 18px;
    height: 11px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 15px; }
  .main-dropdown-wrapper .main-dropdown {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    margin: 5px 0 0;
    background: #FFF;
    font-size: 14px;
    line-height: 1.2;
    list-style: none;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 0px #959595;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    max-height: 0;
    overflow: hidden; }

.main-dropdown-wrapper.active:after {
  background-position: 0 -11px; }

.main-dropdown-wrapper.active .main-dropdown {
  max-height: 500px; }

.main-dropdown-text {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: inherit !important; }

.main-dropdown > li a {
  display: block;
  padding: 10px 15px;
  color: #6E6E6E;
  font-size: inherit; }
  .main-dropdown > li a:hover {
    text-decoration: none;
    background-color: #EBEBEB; }
  .main-dropdown > li a:focus {
    text-decoration: none;
    background-color: #EBEBEB; }
  .main-dropdown > li a:active {
    text-decoration: none;
    background-color: #EBEBEB; }

@media only screen and (min-width: 768px) {
  .main-block {
    padding: 60px 0; }
  .hero-page-block {
    min-height: 450px; }
  .hero-page-block-inner {
    margin-top: 165px; }
  .page-title {
    font-size: 34px;
    margin-bottom: 15px; }
  .main-dropdown-wrapper {
    width: 460px;
    height: 50px;
    line-height: 48px; }
  .grid-item-image {
    height: 90px;
    line-height: 90px; } }

@media only screen and (min-width: 1200px) {
  .show-lg {
    display: block; }
  .main-block-2 {
    padding: 80px 0; }
    .main-block-2 .main-dropdown-wrapper {
      margin-top: 40px; }
  .main-block-description {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .grid-item-block {
    margin-top: 20px; } }
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   * 2. Add the correct display in IE.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Add the correct display in IE 10-.
   * 1. Add the correct display in IE.
   */
template,
[hidden] {
  display: none; }

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

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

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

/**
   * 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
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none; }

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

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

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

/* Forms
     ========================================================================== */
/**
   * 1. Change font properties to `inherit` in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Restore the font weight unset by the previous rule.
   */
optgroup {
  font-weight: bold; }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  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 */ }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
   * 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 OS X.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Correct the text style of placeholders in Chrome, Edge, and Safari.
   */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
   * 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 */ }
.fx-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.fx-container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.fx-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.fx-row.fx-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.fx-col.fx-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.fx-col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.fx-col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 8.3333%;
  -ms-flex-preferred-size: 8.3333%;
  flex-basis: 8.3333%;
  max-width: 8.3333%; }

.fx-col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 16.6667%;
  -ms-flex-preferred-size: 16.6667%;
  flex-basis: 16.6667%;
  max-width: 16.6667%; }

.fx-col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.fx-col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%; }

.fx-col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 41.6667%;
  -ms-flex-preferred-size: 41.6667%;
  flex-basis: 41.6667%;
  max-width: 41.6667%; }

.fx-col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.fx-col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 58.3333%;
  -ms-flex-preferred-size: 58.3333%;
  flex-basis: 58.3333%;
  max-width: 58.3333%; }

.fx-col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 66.6667%;
  -ms-flex-preferred-size: 66.6667%;
  flex-basis: 66.6667%;
  max-width: 66.6667%; }

.fx-col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.fx-col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 83.3333%;
  -ms-flex-preferred-size: 83.3333%;
  flex-basis: 83.3333%;
  max-width: 83.3333%; }

.fx-col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 91.6667%;
  -ms-flex-preferred-size: 91.6667%;
  flex-basis: 91.6667%;
  max-width: 91.6667%; }

.fx-col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.fx-col-xs-offset-l-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333%; }

.fx-col-xs-offset-l-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 16.6667%; }

.fx-col-xs-offset-l-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 25%; }

.fx-col-xs-offset-l-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 33.3333%; }

.fx-col-xs-offset-l-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 41.6667%; }

.fx-col-xs-offset-l-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 50%; }

.fx-col-xs-offset-l-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 58.3333%; }

.fx-col-xs-offset-l-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 66.6667%; }

.fx-col-xs-offset-l-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 75%; }

.fx-col-xs-offset-l-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 83.3333%; }

.fx-col-xs-offset-l-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 91.6667%; }

.fx-col-xs-offset-l-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.fx-col-xs-offset-r-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 8.3333%; }

.fx-col-xs-offset-r-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 16.6667%; }

.fx-col-xs-offset-r-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 25%; }

.fx-col-xs-offset-r-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 33.3333%; }

.fx-col-xs-offset-r-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 41.6667%; }

.fx-col-xs-offset-r-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 50%; }

.fx-col-xs-offset-r-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 58.3333%; }

.fx-col-xs-offset-r-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 66.6667%; }

.fx-col-xs-offset-r-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 75%; }

.fx-col-xs-offset-r-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 83.3333%; }

.fx-col-xs-offset-r-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 91.6667%; }

.fx-col-xs-offset-r-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.fx-col-xs-15 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.fx-col-sm-15 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.fx-col-md-15 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.fx-col-lg-15 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.fx-start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.fx-center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.fx-end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.fx-top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.fx-middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.fx-bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.fx-around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.fx-between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fx-first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.fx-last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 768px) {
  .fx-container {
    width: 750px; }
  .fx-col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .fx-col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 8.3333%;
    -ms-flex-preferred-size: 8.3333%;
    flex-basis: 8.3333%;
    max-width: 8.3333%; }
  .fx-col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 16.6667%;
    -ms-flex-preferred-size: 16.6667%;
    flex-basis: 16.6667%;
    max-width: 16.6667%; }
  .fx-col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .fx-col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%; }
  .fx-col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.6667%;
    -ms-flex-preferred-size: 41.6667%;
    flex-basis: 41.6667%;
    max-width: 41.6667%; }
  .fx-col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .fx-col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 58.3333%;
    -ms-flex-preferred-size: 58.3333%;
    flex-basis: 58.3333%;
    max-width: 58.3333%; }
  .fx-col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 66.6667%;
    -ms-flex-preferred-size: 66.6667%;
    flex-basis: 66.6667%;
    max-width: 66.6667%; }
  .fx-col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .fx-col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.3333%;
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    max-width: 83.3333%; }
  .fx-col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 91.6667%;
    -ms-flex-preferred-size: 91.6667%;
    flex-basis: 91.6667%;
    max-width: 91.6667%; }
  .fx-col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .fx-col-sm-offset-l-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333%; }
  .fx-col-sm-offset-l-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.6667%; }
  .fx-col-sm-offset-l-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%; }
  .fx-col-sm-offset-l-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.3333%; }
  .fx-col-sm-offset-l-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.6667%; }
  .fx-col-sm-offset-l-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%; }
  .fx-col-sm-offset-l-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.3333%; }
  .fx-col-sm-offset-l-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.6667%; }
  .fx-col-sm-offset-l-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%; }
  .fx-col-sm-offset-l-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.3333%; }
  .fx-col-sm-offset-l-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.6667%; }
  .fx-col-sm-offset-l-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .fx-col-sm-offset-r-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 8.3333%; }
  .fx-col-sm-offset-r-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 16.6667%; }
  .fx-col-sm-offset-r-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 25%; }
  .fx-col-sm-offset-r-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 33.3333%; }
  .fx-col-sm-offset-r-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 41.6667%; }
  .fx-col-sm-offset-r-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 50%; }
  .fx-col-sm-offset-r-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 58.3333%; }
  .fx-col-sm-offset-r-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 66.6667%; }
  .fx-col-sm-offset-r-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 75%; }
  .fx-col-sm-offset-r-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 83.3333%; }
  .fx-col-sm-offset-r-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 91.6667%; }
  .fx-col-sm-offset-r-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .fx-col-sm-15 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .fx-start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .fx-center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .fx-end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .fx-top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .fx-middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .fx-bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .fx-around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .fx-last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-first-last-remove-sm {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit; } }

@media only screen and (min-width: 992px) {
  .fx-container {
    width: 970px; }
  .fx-col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .fx-col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 8.3333%;
    -ms-flex-preferred-size: 8.3333%;
    flex-basis: 8.3333%;
    max-width: 8.3333%; }
  .fx-col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 16.6667%;
    -ms-flex-preferred-size: 16.6667%;
    flex-basis: 16.6667%;
    max-width: 16.6667%; }
  .fx-col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .fx-col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%; }
  .fx-col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.6667%;
    -ms-flex-preferred-size: 41.6667%;
    flex-basis: 41.6667%;
    max-width: 41.6667%; }
  .fx-col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .fx-col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 58.3333%;
    -ms-flex-preferred-size: 58.3333%;
    flex-basis: 58.3333%;
    max-width: 58.3333%; }
  .fx-col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 66.6667%;
    -ms-flex-preferred-size: 66.6667%;
    flex-basis: 66.6667%;
    max-width: 66.6667%; }
  .fx-col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .fx-col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.3333%;
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    max-width: 83.3333%; }
  .fx-col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 91.6667%;
    -ms-flex-preferred-size: 91.6667%;
    flex-basis: 91.6667%;
    max-width: 91.6667%; }
  .fx-col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .fx-col-md-offset-l-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333%; }
  .fx-col-md-offset-l-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.6667%; }
  .fx-col-md-offset-l-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%; }
  .fx-col-md-offset-l-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.3333%; }
  .fx-col-md-offset-l-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.6667%; }
  .fx-col-md-offset-l-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%; }
  .fx-col-md-offset-l-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.3333%; }
  .fx-col-md-offset-l-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.6667%; }
  .fx-col-md-offset-l-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%; }
  .fx-col-md-offset-l-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.3333%; }
  .fx-col-md-offset-l-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.6667%; }
  .fx-col-md-offset-l-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .fx-col-md-offset-r-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 8.3333%; }
  .fx-col-md-offset-r-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 16.6667%; }
  .fx-col-md-offset-r-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 25%; }
  .fx-col-md-offset-r-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 33.3333%; }
  .fx-col-md-offset-r-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 41.6667%; }
  .fx-col-md-offset-r-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 50%; }
  .fx-col-md-offset-r-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 58.3333%; }
  .fx-col-md-offset-r-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 66.6667%; }
  .fx-col-md-offset-r-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 75%; }
  .fx-col-md-offset-r-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 83.3333%; }
  .fx-col-md-offset-r-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 91.6667%; }
  .fx-col-md-offset-r-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .fx-col-md-15 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .fx-start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .fx-center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .fx-end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .fx-top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .fx-middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .fx-bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .fx-around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .fx-last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-first-last-remove-md {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit; } }

@media only screen and (min-width: 1200px) {
  .fx-container {
    width: 1170px; }
  .fx-col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .fx-col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 8.3333%;
    -ms-flex-preferred-size: 8.3333%;
    flex-basis: 8.3333%;
    max-width: 8.3333%; }
  .fx-col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 16.6667%;
    -ms-flex-preferred-size: 16.6667%;
    flex-basis: 16.6667%;
    max-width: 16.6667%; }
  .fx-col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .fx-col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%; }
  .fx-col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 41.6667%;
    -ms-flex-preferred-size: 41.6667%;
    flex-basis: 41.6667%;
    max-width: 41.6667%; }
  .fx-col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .fx-col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 58.3333%;
    -ms-flex-preferred-size: 58.3333%;
    flex-basis: 58.3333%;
    max-width: 58.3333%; }
  .fx-col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 66.6667%;
    -ms-flex-preferred-size: 66.6667%;
    flex-basis: 66.6667%;
    max-width: 66.6667%; }
  .fx-col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .fx-col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 83.3333%;
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    max-width: 83.3333%; }
  .fx-col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 91.6667%;
    -ms-flex-preferred-size: 91.6667%;
    flex-basis: 91.6667%;
    max-width: 91.6667%; }
  .fx-col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .fx-col-lg-offset-l-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.3333%; }
  .fx-col-lg-offset-l-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.6667%; }
  .fx-col-lg-offset-l-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%; }
  .fx-col-lg-offset-l-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.3333%; }
  .fx-col-lg-offset-l-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.6667%; }
  .fx-col-lg-offset-l-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%; }
  .fx-col-lg-offset-l-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.3333%; }
  .fx-col-lg-offset-l-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.6667%; }
  .fx-col-lg-offset-l-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%; }
  .fx-col-lg-offset-l-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.3333%; }
  .fx-col-lg-offset-l-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.6667%; }
  .fx-col-lg-offset-l-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .fx-col-lg-offset-r-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 8.3333%; }
  .fx-col-lg-offset-r-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 16.6667%; }
  .fx-col-lg-offset-r-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 25%; }
  .fx-col-lg-offset-r-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 33.3333%; }
  .fx-col-lg-offset-r-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 41.6667%; }
  .fx-col-lg-offset-r-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 50%; }
  .fx-col-lg-offset-r-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 58.3333%; }
  .fx-col-lg-offset-r-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 66.6667%; }
  .fx-col-lg-offset-r-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 75%; }
  .fx-col-lg-offset-r-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 83.3333%; }
  .fx-col-lg-offset-r-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 91.6667%; }
  .fx-col-lg-offset-r-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .fx-col-lg-15 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .fx-start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .fx-center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .fx-end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .fx-top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .fx-middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .fx-bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .fx-around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .fx-between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .fx-first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .fx-last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .fx-first-last-remove-lg {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit; } }

@media only screen and (min-width: 1500px) {
  .fx-container.fx-container-large {
    width: 1470px; } }
.main-content {
  margin: 0 auto;
  max-width: 800px;
  padding-top: 100px;
  text-align: left; }

h1 {
  text-align: center; }

ul {
  font-size: 0.875rem;
  letter-spacing: 0.4px; }
.contact {
  margin-top: 70px; }
  .contact .partial-header-background {
    background-image: url("/icecubestatic/contact/contact-us.jpg");
    padding: 95px 0; }
  .contact section .small-centered {
    width: 60%; }
  @media screen and (min-width: 40em) {
    .contact section {
      padding: 40px 0; } }
  .contact section .page-body-header {
    font-size: 135%;
    font-family: "TT Rounds Condensed Bold",Verdana,"sans serif";
    letter-spacing: normal; }
  .contact section .page-body-header:after {
    display: none; }
  .contact section .normal-text {
    color: #828080;
    font-family: "Roboto",tahoma,"sans serif";
    font-weight: normal;
    letter-spacing: 0rem;
    line-height: 1;
    margin-bottom: 0rem;
    margin-top: 5px;
    font-size: 1rem; }
  .contact section .normal-text:after {
    margin-top: 0px;
    background-color: #fefefe !important; }
  .contact section #contact-info-detail {
    padding-top: 10px; }
  .contact section .body-text {
    padding: 15px 0; }
  .contact section .body-bottom {
    margin: 75px 0; }
.browsers {
  margin-top: 70px; }
  .browsers .partial-header-background {
    background-image: url(/icecubestatic/browsers/browsers-sm.jpg);
    padding: 95px 0; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .browsers .partial-header-background {
        background-image: url(/icecubestatic/browsers/browsers-sm@2x.jpg); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .browsers .partial-header-background {
        background-image: url(/icecubestatic/browsers/browsers-md.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .browsers .partial-header-background {
      background-image: url(/icecubestatic/browsers/browsers-md@2x.jpg); } }
    @media screen and (min-width: 64em) {
      .browsers .partial-header-background {
        background-image: url(/icecubestatic/browsers/browsers-lg.jpg); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .browsers .partial-header-background {
      background-image: url(/icecubestatic/browsers/browsers-lg@2x.jpg); } }
    .browsers .partial-header-background .browsers-header {
      color: white; }
  .browsers .page-body-header {
    font-size: 135%; }
  .browsers .page-body-header:after {
    display: none; }
  .browsers section .small-centered {
    width: 60%; }
  @media screen and (min-width: 40em) {
    .browsers section {
      padding: 40px 0; } }
  .browsers section .browsers-blurb {
    padding-top: 10px;
    padding-bottom: 15px; }
  .browsers section .browser {
    font-size: 1.2em; }
  .browsers section .browser-ver {
    margin-bottom: 20px; }
  .browsers .whr-items, .browsers .whr-info {
    list-style-type: none;
    margin-left: 0; }
.marketing-template {
  margin-top: 70px; }
  .marketing-template .partial-header-background {
    background-image: url(/icecubestatic/about/about-us-sm.jpg);
    padding: 95px 0; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .marketing-template .partial-header-background {
        background-image: url(/icecubestatic/about/about-us-sm@2x.jpg); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .marketing-template .partial-header-background {
        background-image: url(/icecubestatic/about/about-us-md.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .marketing-template .partial-header-background {
      background-image: url(/icecubestatic/about/about-us-md@2x.jpg); } }
    @media screen and (min-width: 64em) {
      .marketing-template .partial-header-background {
        background-image: url(/icecubestatic/about/about-us-lg.jpg); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .marketing-template .partial-header-background {
      background-image: url(/icecubestatic/about/about-us-lg@2x.jpg); } }
  @media screen and (min-width: 40em) {
    .marketing-template section {
      padding: 40px 0; } }
  .marketing-template .body-text {
    padding: 15px 0; }
.team {
  margin-top: 70px; }
  .team .partial-header-background {
    background-image: url(/icecubestatic/team/team-sm.jpg);
    padding: 95px 0; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .team .partial-header-background {
        background-image: url(/icecubestatic/team/team-sm@2x.jpg); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .team .partial-header-background {
        background-image: url(/icecubestatic/team/team-md.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .team .partial-header-background {
      background-image: url(/icecubestatic/team/team-md@2x.jpg); } }
    @media screen and (min-width: 64em) {
      .team .partial-header-background {
        background-image: url(/icecubestatic/team/team-lg.jpg); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .team .partial-header-background {
      background-image: url(/icecubestatic/team/team-lg@2x.jpg); } }
  .team section .small-centered {
    width: 60%; }
  @media screen and (min-width: 40em) {
    .team section {
      padding: 40px 0; } }
  .team .page-body-header {
    font-size: 135%; }
  .team .page-body-header:after {
    display: none; }
  @media screen and (max-width: 39.9375em) {
    .team .leadership-row:first-of-type {
      margin-top: 40px; }
      .team .leadership-row:first-of-type .job-title {
        margin-bottom: 25px; }
    .team .job-title {
      margin-bottom: 25px; } }
  @media screen and (min-width: 40em) {
    .team .leadership-row:first-of-type {
      margin-top: 40px; }
    .team .leadership-row {
      margin-top: 60px; } }
  .team .leadership-row:last-of-type::after {
    content: '';
    width: 80%;
    height: 2px;
    background-color: #bebebe;
    display: block;
    margin: 75px auto; }
  .team .job-title {
    font-weight: bold; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .team .job-title {
      font-size: 11px; } }
  .team .collage-header {
    margin-top: -25px;
    margin-bottom: -40px;
    font-size: 135%; }
  .team .collage-header:after {
    display: none; }
  .team .collage-space {
    margin: 0 auto;
    width: 75%; }
  .team .collage-sm {
    width: 100%;
    margin: 0 auto; }
  .team .collage-md {
    width: 100%;
    margin: 0 auto; }
  .team .collage-image-sm {
    width: 100%;
    align-content: center;
    margin: 65px auto 40px auto; }
  .team .collage-image-md {
    width: 100%;
    align-content: center;
    margin: 0 auto; }
.press {
  margin-top: 70px; }
  .press .partial-header-background {
    background-image: url(/icecubestatic/press/press-sm.jpg);
    padding: 95px 0; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .press .partial-header-background {
        background-image: url(/icecubestatic/press/press-sm@2x.jpg); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .press .partial-header-background {
        background-image: url(/icecubestatic/press/press-md.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .press .partial-header-background {
      background-image: url(/icecubestatic/press/press-md@2x.jpg); } }
    @media screen and (min-width: 64em) {
      .press .partial-header-background {
        background-image: url(/icecubestatic/press/press-lg.jpg); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .press .partial-header-background {
      background-image: url(/icecubestatic/press/press-lg@2x.jpg); } }
  .press section .small-centered {
    width: 60%; }
  @media screen and (min-width: 40em) {
    .press section {
      padding: 40px 0; } }
  .press .press-blurb {
    padding-top: 10px;
    padding-bottom: 15px; }
  .press .press-blurb-bottom:after {
    content: '';
    width: 200px;
    height: 2px;
    background-color: #bebebe;
    display: block;
    margin: 25px auto; }
  .press .press-feed {
    padding-top: 20px; }
    .press .press-feed #press-list {
      list-style-type: none; }
    .press .press-feed #press-list li:after {
      content: '';
      width: 200px;
      height: 1px;
      background-color: #bebebe;
      display: block;
      margin: 25px auto; }
  .press .body-subheader h2 {
    font-size: 115%;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto; }
  .press .article-body {
    margin-bottom: 25px; }
  .press .article-page-link {
    font-size: 100%; }
  .press .press-contact-address {
    font-size: 95%;
    text-decoration: underline; }
  .press .article-footer {
    margin-bottom: 50px; }
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.home .home-section-row {
  max-width: 65rem;
  height: 100vh; }
  @media screen and (max-width: 39.9375em) {
    .home .home-section-row {
      height: calc(100vh - 70px); } }

.home .section {
  min-height: 100vh;
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .home .section {
      padding-top: 70px; } }
  @media screen and (max-width: 39.9375em) {
    .home .section .image-column {
      height: calc(40vh - 70px);
      overflow: hidden; } }

.home .acquisition-banner {
  text-align: left;
  background: url("/icecubestatic/home/acquisition-banner-bg.png");
  background-size: cover;
  display: flex;
  justify-content: center; }
  .home .acquisition-banner .banner-content {
    display: flex;
    padding: 30px;
    max-width: 1200px; }
    @media screen and (max-width: 39.9375em) {
      .home .acquisition-banner .banner-content {
        flex-direction: column; } }
    @media screen and (max-width: 400px) {
      .home .acquisition-banner .banner-content {
        padding: 5px; } }
  .home .acquisition-banner .left-section {
    font-family: "TT Rounds Condensed Bold", Impact, sans-serif;
    font-weight: 900;
    font-size: 28px;
    margin-right: 60px;
    min-width: 150px; }
    @media screen and (max-width: 39.9375em) {
      .home .acquisition-banner .left-section {
        margin-bottom: 30px;
        margin-right: 0; } }

.home .anim-container {
  width: 100%;
  height: calc(100vh - 70px * 2); }

.home .see-more-container {
  transition-duration: 450ms;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateY(-50%) scale(1); }
  .home .see-more-container .see-more {
    margin: 10px 0;
    padding: 5px;
    font-size: 25px;
    text-decoration: none; }
  .home .see-more-container.hidden {
    transform: translateY(-50%) scale(1.1);
    opacity: 0; }

.home #hero {
  padding-top: 0;
  position: relative;
  background: #eee;
  line-height: 0; }
  .home #hero video {
    object-fit: cover;
    height: 100vh;
    width: 100%; }
  .home #hero a.home {
    position: absolute;
    top: 3vMin;
    left: 4vMin; }
  .home #hero a {
    color: #fff; }
  .home #hero h1 {
    color: #fff; }
    .home #hero h1:after {
      content: none; }
    @media screen and (min-width: 64em) {
      .home #hero h1 {
        font-size: 2.5rem;
        font-size: 2.4vw; } }
  .home #hero .carousel-images div {
    background-size: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 2s linear transform;
    transform: scale(1.02) translateX(5px); }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .home #hero .carousel-images div {
        top: 200px; } }
  .home #hero .carousel-images div.carousel-active {
    opacity: 1;
    transform: scale(1) translateX(0); }
  .home #hero .carousel-images.carousel-mobile {
    display: none; }
  @media screen and (max-width: 39.9375em) {
    .home #hero .carousel-images {
      display: none; }
      .home #hero .carousel-images.carousel-mobile {
        display: block; } }
  .home #hero .ec-info-banner {
    background-color: #2e6268;
    position: absolute;
    width: 100%;
    color: white;
    top: 70px;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.4; }
    .home #hero .ec-info-banner a {
      font-size: inherit;
      text-decoration: underline; }
      .home #hero .ec-info-banner a:hover, .home #hero .ec-info-banner a:focus {
        color: #fe6b00; }
  .home #hero .cta {
    transition-duration: 450ms;
    line-height: 1em;
    position: relative;
    top: 100px;
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .home #hero .cta {
        top: 350px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .home #hero .cta {
        top: 150px; } }
    .home #hero .cta.hidden {
      transform: translateY(-50%) scale(1.1);
      opacity: 0; }
    .home #hero .cta .carousel-message {
      line-height: 1.35;
      padding: 20px;
      text-shadow: black 0 0 10px; }
      .home #hero .cta .carousel-message, .home #hero .cta .carousel-message #carousel-action {
        font-size: 48px; }
        @media screen and (max-width: 39.9375em) {
          .home #hero .cta .carousel-message, .home #hero .cta .carousel-message #carousel-action {
            font-size: 36px; } }
      .home #hero .cta .carousel-message #carousel-action {
        background: #fe6b00;
        display: inline-block;
        padding-left: 0.1em;
        padding-top: 0.2em;
        text-align: left;
        text-shadow: none;
        width: 8em; }
        @media screen and (max-width: 39.9375em) {
          .home #hero .cta .carousel-message #carousel-action {
            text-align: center; } }
    .home #hero .cta .tagline {
      color: white;
      font-family: "TT Rounds Condensed Regular", Impact, "sans serif";
      font-size: 32px;
      font-weight: bold;
      line-height: 1.2;
      padding: 20px;
      text-shadow: black 0 0 7px; }
    .home #hero .cta .button {
      margin: 20px; }
  .home #hero .see-more-container .see-more {
    border: 2px solid #fff;
    border-radius: 50%; }

.home #what-we-do p {
  margin-left: auto;
  margin-right: auto;
  width: 90%; }

.home #what-we-do .see-more-container a {
  color: #bebebe; }

.home #benefits p {
  margin: 0 auto 20px;
  width: 80%; }

.home #benefits .see-more-container a {
  color: #bebebe; }

@media screen and (max-width: 39.9375em) {
  .home #benefits .button {
    width: 100%; } }

.home #how-it-works .rainbow.tabs-content {
  margin-left: auto;
  margin-right: auto;
  width: 80%; }

.home #how-it-works .height-phone-container {
  height: calc(100vh - 70px);
  max-height: 415px; }
  @media screen and (max-width: 39.9375em) {
    .home #how-it-works .height-phone-container {
      height: calc(40vh - 70px); } }

.home #how-it-works .fixed-phone-container {
  position: relative;
  margin-top: 0;
  display: inline-block;
  float: right; }
  .home #how-it-works .fixed-phone-container .image-slider {
    position: absolute;
    margin-top: -3px;
    left: 51%;
    top: 49%;
    max-height: 70%;
    width: 88%;
    padding-right: 1px;
    transform: translate(-50%, -50%); }

@media screen and (max-width: 39.9375em) {
  .home #how-it-works #how-it-works-slider img {
    height: calc(40vh - 70px); } }

.home #how-it-works .fixed-phone {
  position: relative;
  height: 97%;
  z-index: 1; }

.home #how-it-works .see-more-container a {
  color: #bebebe; }

.home #whos-eatclubbing .see-more-container a {
  color: #bebebe; }

.home .or {
  color: #bebebe; }

.home #whos-eatclubbing .column {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px; }
  .home #whos-eatclubbing .column img {
    opacity: .7; }
  .home #whos-eatclubbing .column.active img {
    opacity: 1; }
  @media screen and (max-width: 39.9375em) {
    .home #whos-eatclubbing .column:last-of-type {
      padding-top: 0; } }

.home #whos-eatclubbing .triangle {
  position: relative;
  margin: 0 auto;
  width: 20px; }

.home #whos-eatclubbing .triangle > div {
  width: 20px;
  height: 3px;
  background: white; }

.home #whos-eatclubbing .triangle > div:before {
  content: " ";
  display: block;
  width: 20px;
  height: 2px;
  background: #c3c6cc;
  -webkit-transform: rotate(56deg);
  -moz-transform: rotate(56deg);
  -ms-transform: rotate(56deg);
  transform: rotate(56deg);
  position: absolute;
  top: -8px;
  right: -5px; }

.home #whos-eatclubbing .triangle > div:after {
  content: " ";
  display: block;
  width: 20px;
  height: 2px;
  background: #c3c6cc;
  -webkit-transform: rotate(-56deg);
  -moz-transform: rotate(-56deg);
  -ms-transform: rotate(-56deg);
  transform: rotate(-56deg);
  position: absolute;
  top: -8px;
  left: -5px; }

.home #whos-eatclubbing .logos-container .column {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px; }
  @media screen and (min-width: 40em) {
    .home #whos-eatclubbing .logos-container .column.selected {
      border: 2px solid #5ccbe9; } }

.home #whos-eatclubbing .logo-row {
  padding: 0 10px; }
  @media screen and (min-width: 40em) {
    .home #whos-eatclubbing .logo-row {
      padding: 6px 20px; } }

@media screen and (max-width: 39.9375em) {
  .home #whos-eatclubbing .cloud-quote {
    min-height: 300px; } }

.home #whos-eatclubbing .cloud-quote .text {
  width: 100%; }

.home #whos-eatclubbing .nomicon-info {
  font-size: 14px;
  vertical-align: super;
  cursor: pointer; }

@media screen and (min-width: 40em) {
  .home .tooltip.whos-eatclubbing-tooltip {
    max-width: 20rem !important; } }

.home #our-food {
  min-height: 100vh; }
  .home #our-food .container {
    margin-top: 3em; }
  .home #our-food .orbit .orbit-container {
    max-height: calc(100vh - 380px);
    height: 100% !important; }
  @media screen and (max-width: 39.9375em) {
    .home #our-food .button-container {
      text-align: center !important; } }
.grouporder .pc-background {
  height: 100vh;
  background-size: cover;
  color: white;
  background-image: url(/icecubestatic/grouporder/background-sm.jpg); }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grouporder .pc-background {
      background-image: url(/icecubestatic/grouporder/background-sm@2x.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .grouporder .pc-background {
      background-image: url(/icecubestatic/grouporder/background-md.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .grouporder .pc-background {
      background-image: url(/icecubestatic/grouporder/background-md@2x.jpg); } }
  @media screen and (min-width: 64em) {
    .grouporder .pc-background {
      background-image: url(/icecubestatic/grouporder/background-lg.jpg); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .grouporder .pc-background {
      background-image: url(/icecubestatic/grouporder/background-lg@2x.jpg); } }
  .grouporder .pc-background .pc-content h1, .grouporder .pc-background .pc-content h2 {
    color: white !important; }
  .grouporder .pc-background p {
    font-size: 18px; }
  .grouporder .pc-background .button-container {
    margin: 0 auto; }

@media screen and (min-width: 40em) {
  .grouporder .pc-content {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%; } }
.careers {
  margin-top: 70px;
  /*  .careers-collage {
    margin: 25px auto;
  }
  .collage-image-md {
    width: 100%;
  }*/ }
  .careers .partial-header-background {
    background-image: url(/icecubestatic/careers/careers-sm.jpg);
    padding: 95px 0; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .careers .partial-header-background {
        background-image: url(/icecubestatic/careers/careers-sm@2x.jpg); } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .careers .partial-header-background {
        background-image: url(/icecubestatic/careers/careers-md.jpg); } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 40em) and (max-width: 63.9375em) and (min-resolution: 192dpi) {
    .careers .partial-header-background {
      background-image: url(/icecubestatic/careers/careers-md@2x.jpg); } }
    @media screen and (min-width: 64em) {
      .careers .partial-header-background {
        background-image: url(/icecubestatic/careers/careers-lg.jpg); } }
  @media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64em) and (min-resolution: 192dpi) {
    .careers .partial-header-background {
      background-image: url(/icecubestatic/careers/careers-lg@2x.jpg); } }
    .careers .partial-header-background .careers-header {
      color: white; }
  .careers .page-body-header {
    font-size: 135%; }
  .careers .page-body-header:after {
    display: none; }
  .careers section .small-centered {
    width: 60%; }
  @media screen and (min-width: 40em) {
    .careers section {
      padding: 40px 0; } }
  .careers section .careers-blurb {
    padding-top: 10px;
    padding-bottom: 15px; }
  .careers .whr-items, .careers .whr-info {
    list-style-type: none;
    margin-left: 0; }
