@charset "UTF-8";
/*-----------------------------------------------------------------------------
    Tone
-----------------------------------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-----------------------------------------------------------------------------
    Fonts
-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/gotham-rounded-medium/gotham-rounded-medium.eot?-egg9p");
  src: url("../fonts/gotham-rounded-medium/gotham-rounded-medium.eot?#iefix-egg9p") format("embedded-opentype"), url("../fonts/gotham-rounded-medium/gotham-rounded-medium.woff?-egg9p") format("woff"), url("../fonts/gotham-rounded-medium/gotham-rounded-medium.ttf?-egg9p") format("truetype"), url("../fonts/gotham-rounded-medium/gotham-rounded-medium.svg?-egg9p#gotham-rounded-medium") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/gotham-rounded-bold/gotham-rounded-bold.eot?-egg9p");
  src: url("../fonts/gotham-rounded-bold/gotham-rounded-bold.eot?#iefix-egg9p") format("embedded-opentype"), url("../fonts/gotham-rounded-bold/gotham-rounded-bold.woff?-egg9p") format("woff"), url("../fonts/gotham-rounded-bold/gotham-rounded-bold.ttf?-egg9p") format("truetype"), url("../fonts/gotham-rounded-bold/gotham-rounded-bold.svg?-egg9p#gotham-rounded-bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Icon Font';
  src: url("../fonts/icon-font/icomoon.eot?29bb11");
  src: url("../fonts/icon-font/icomoon.eot?29bb11#iefix") format("embedded-opentype"), url("../fonts/icon-font/icomoon.ttf?29bb11") format("truetype"), url("../fonts/icon-font/icomoon.woff?29bb11") format("woff"), url("../fonts/icon-font/icomoon.svg?29bb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*-----------------------------------------------------------------------------
    Starters
/*-----------------------------------------------------------------------------
    Just some super simple standardisation.
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  background-color: #f5f5f5;
  color: #000;
}

html,
button,
input,
select,
textarea {
  font: 100%/1.2 "Calibri", "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 300 1.25em/1 "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
}

label {
  cursor: pointer;
}

hr,
.hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 30px auto;
  background-color: #ccc;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
input {
  -webkit-transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: color, border-color, background-color, opacity;
          transition-property: color, border-color, background-color, opacity;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 1.25em;
}

html {
  font-size: 14px;
}

@media (min-width: 481px) {
  html {
    font-size: 16px;
  }
}

/*-----------------------------------------------------------------------------
    Accordions
-----------------------------------------------------------------------------*/
.accordion-group-heading {
  margin-bottom: 10px;
  color: #ed3028;
  font-family: "Calibri", "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.accordion-group-heading.accordion-group-heading--small {
  font-size: 16px;
}

@media (min-width: 481px) {
  .accordion-group-heading {
    font-size: 21px;
  }
  .accordion-group-heading.accordion-group-heading--small {
    font-size: 18px;
  }
}

@media (min-width: 641px) {
  .accordion-group-heading {
    font-size: 24px;
  }
}

.accordion {
  position: relative;
  background-color: #e1e1e1;
  -webkit-transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: background-color, border-color;
          transition-property: background-color, border-color;
}

.accordion.is-active {
  background-color: #fff;
}

.accordion-group + .accordion-group,
.accordion-group + .accordion,
.accordion + .accordion-group,
.accordion + .accordion {
  margin-top: 10.0px;
}

.accordion-trigger {
  width: 100%;
  padding: 15px 30px 15px 15px;
  border: 0;
  outline: 0;
  display: block;
  position: relative;
  background: none;
  color: #2e2c75;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: 600;
  text-align: left;
}

.accordion-trigger:after {
  font-size: 24px;
  font-family: 'Icon Font';
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -12px;
}

.accordion.is-active > .accordion-trigger:after,
.accordion.is-active > .wrapper > .accordion-trigger:after {
  content: "";
}

.accordion-contents {
  display: none;
}

.accordion-inner-contents {
  padding: 0 15px 15px;
}

@media (min-width: 481px) {
  .accordion-group + .accordion-group,
  .accordion-group + .accordion,
  .accordion + .accordion-group,
  .accordion + .accordion {
    margin-top: 15px;
  }
  .accordion-trigger {
    padding: 20px 45px 20px 25px;
  }
  .accordion-trigger:after {
    right: 15px;
  }
  .accordion-inner-contents {
    padding: 0 25px 25px;
  }
}

@media (min-width: 641px) {
  .accordion-inner-contents {
    padding-top: 5px;
  }
}

.accordion--clear {
  border: 1px solid #ccc;
  background-color: transparent;
}

.accordion--clear .accordion-trigger {
  font-size: 100%;
  font-family: "Calibri", "Arial", sans-serif;
}

.accordion--clear + .accordion--clear {
  margin-top: -1px;
}

.accordion--clear.is-active {
  background-color: transparent;
  border-color: #2e2c75;
  z-index: 1;
}

@media (min-width: 481px) {
  .accordion--clear .accordion-trigger {
    padding: 17px 35px 17px 20px;
  }
}

.accordion--section {
  background-color: transparent;
}

.accordion--section > .accordion-trigger {
  background-color: #666;
  color: #fff;
  font-size: 16px;
}

.accordion--section > .accordion-contents > .accordion-inner-contents {
  padding: 15px 0 0;
}

.accordion--section.is-active {
  background-color: transparent;
}

/*---- Full accordions ----*/
.accordion--full {
  text-align: center;
  border: 0 solid #e1e1e1;
}

.accordion--full, .accordion--full.is-active {
  background-color: transparent;
}

.accordion--full + .accordion--full {
  margin-top: 0;
  border-top-width: 1px;
}

.accordion--full > .accordion-trigger,
.accordion--full > .wrapper > .accordion-trigger {
  width: auto;
  display: inline-block;
  color: #ed3028;
  text-transform: uppercase;
  text-align: center;
}

.accordion--full > .accordion-trigger:after,
.accordion--full > .wrapper > .accordion-trigger:after {
  font-size: 30px;
  right: 0;
  margin-top: -15px;
}

.accordion--full > .accordion-contents,
.accordion--full > .wrapper > .accordion-contents {
  text-align: left;
}

.accordion--full > .accordion-contents > .accordion-inner-contents,
.accordion--full > .wrapper > .accordion-contents > .accordion-inner-contents {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 481px) {
  .accordion--full > .accordion-trigger,
  .accordion--full > .wrapper > .accordion-trigger {
    font-size: 18px;
  }
  .accordion--full > .accordion-trigger:after,
  .accordion--full > .wrapper > .accordion-trigger:after {
    right: 10px;
  }
}

@media (min-width: 641px) {
  .accordion--full {
    padding: 20px 0;
  }
}

/*-----------------------------------------------------------------------------
    Block Links
-----------------------------------------------------------------------------*/
.block-link {
  padding: 10px 15px;
  display: block;
  background-color: #e1e1e1;
  color: #2e2c75;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
}

.block-link:hover {
  background-color: #fff;
}

.block-link + .block-link {
  margin-top: 15px;
}

.block-links--clear {
  margin: -5px 0;
}

.block-links--clear .block-link {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  color: inherit;
  font-family: "Calibri", "Arial", sans-serif;
}

.block-links--clear .block-link:hover {
  color: #2e2c75;
}

.block-links--clear .block-link + .block-link {
  border-top: 1px solid #ccc;
  margin-top: 0;
}

@media (min-width: 481px) {
  .block-link {
    padding: 20px 25px;
  }
  .block-links--clear {
    margin: -20px 0;
  }
}

/*-----------------------------------------------------------------------------
    Buttons
-----------------------------------------------------------------------------*/
.button {
  padding: 7px 20px;
  border: 0;
  border-radius: 5px;
  outline: 0;
  background: center no-repeat #2c2c2c;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
}

.typography .button {
  color: #fff;
}

.button[disabled],
.button--disabled {
  background-color: #e1e1e1;
  cursor: not-allowed;
}

@media (min-width: 481px) {
  .button {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/* Button sizes */
.button--tall {
  padding-top: 11px;
  padding-bottom: 11px;
}

@media (min-width: 481px) {
  .button--tall {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* Button colors */
.button--red {
  background-color: #ed3028;
}

.button--blue {
  background-color: #2e2c75;
}

/* Button effects */
.button--shadow {
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.25);
}

/* Logo button */
.logo-button {
  width: 100%;
  max-width: 200px;
  height: 50px;
  background-size: auto 30px;
  color: transparent;
  text-indent: 500px;
  overflow: hidden;
}

.logo-button--tone-excel {
  background-image: url(../images/ui/logo/tone-excel.png);
  background-color: #ed3028;
}

.logo-button--tone-plus {
  background-image: url(../images/ui/logo/tone-plus.png);
  background-position: center 70%;
  background-color: #2e2c75;
}

@media (min-width: 641px) {
  .logo-button {
    max-width: 260px;
    height: 65px;
    background-size: auto 40px;
  }
}

@media (min-width: 801px) {
  .logo-button {
    max-width: 320px;
    height: 80px;
    background-size: auto;
  }
}

.button-group .button {
  margin: 5px;
}

/* Blurp button */
.site-in-between-blurp {
  display: block;
  margin: 10px auto 10px;
}

@media (min-width: 801px) {
  .site-in-between-blurp {
    margin: 0;
    position: absolute;
    z-index: 2;
    top: -60px;
    right: 25px;
  }
}

.blurp-button {
  width: 96px;
  height: 96px;
  padding: 10px;
  border-radius: 50%;
  background-color: #ed3028;
  color: #fff;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.35);
}

.blurp-button--large-circle {
  width: 106px;
  height: 106px;
}

.blurp-button--xlarge-circle {
  width: 130px;
  height: 130px;
}

.blurp-button--orange {
  background-color: #ffa861;
}

.blurp-button--small-text {
  font-size: 11px;
}

.blurp-button-img {
  display: block;
  margin: 0 auto 6px;
}

/*-----------------------------------------------------------------------------
    Carousels
-----------------------------------------------------------------------------*/
.slick-dots,
.slick-dots > li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.slick-dots > li {
  display: inline-block;
}

.slick-dots > li > button {
  border: 0;
  outline: 0;
  padding: 3px;
  position: relative;
  background: none;
  color: transparent;
  font: 0/0 a;
  text-indent: 10em;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.slick-dots > li > button:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.slick-dots > .slick-active > button:before {
  background-color: #ed3028;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel-dots-hdr {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.carousel-item {
  width: 100%;
  padding: 150px 0 15px;
  outline: 0;
  display: table;
  background: center top no-repeat #fff;
  background-size: auto 150px;
  line-height: 1.4;
}

.carousel.slick-initialized .carousel-item {
  display: table;
  padding-bottom: 50px;
}

.carousel-item-contents {
  padding-top: 15px;
  display: table-cell;
  background-color: #fff;
  vertical-align: middle;
}

.carousel-header {
  margin-bottom: 10px;
}

.carousel-heading {
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

.carousel-actions {
  margin-top: 15px;
}

.carousel--tall .carousel-item {
  padding-top: 200px;
  background-size: auto 200px;
}

.carousel .carousel-item.carousel-item--img {
  height: auto;
  max-height: 400px;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
}

.carousel .carousel-item.carousel-item--img:before {
  content: '';
  padding-top: 75%;
  display: block;
}

.carousel-item-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: center no-repeat;
  background-size: auto 100%;
}

.carousel--banner .carousel-item,
.carousel--banner .carousel-item-contents {
  padding: 0;
  background-color: transparent;
}

.carousel--banner .carousel-item {
  height: auto;
}

.carousel--banner .carousel-dots-hdr {
  text-align: center;
}

.carousel-decoration-sect {
  display: none;
}

@media (min-width: 401px) {
  .carousel-item {
    padding-top: 200px;
    background-size: auto 200px;
  }
  .carousel--tall .carousel-item {
    padding-top: 250px;
    background-size: auto 275px;
  }
}

@media (min-width: 481px) {
  .carousel {
    font-size: 20px;
  }
  .carousel-item {
    padding-bottom: 30px;
  }
  .carousel-heading {
    font-size: 30px;
  }
  .carousel .carousel-item.carousel-item--img:before {
    padding-top: 50%;
  }
}

@media (min-width: 551px) {
  .carousel-item {
    padding-top: 250px;
    background-size: auto 250px;
  }
  .carousel--tall .carousel-item {
    padding-top: 300px;
    background-size: auto 350px;
  }
}

@media (min-width: 641px) {
  .carousel-heading {
    font-size: 40px;
  }
}

@media (min-width: 651px) {
  .carousel-item {
    padding-top: 300px;
    background-size: auto 300px;
  }
  .carousel--tall .carousel-item {
    padding-top: 350px;
    background-size: auto 400px;
  }
}

@media (max-width: 800px) {
  .carousel .slick-dots > li > button:before {
    background-color: #2c2c2c;
  }
  .carousel .slick-dots > .slick-active > button:before {
    background-color: #ed3028;
  }
  .carousel-desktop {
    display: none;
  }
}

@media (min-width: 801px) {
  .carousel-item,
  .carousel--tall .carousel-item {
    padding-top: 150px;
    background-size: cover;
  }
  .carousel-item {
    height: 540px;
    color: #fff;
  }
  .carousel-item--dark-text {
    color: #000;
  }
  .carousel-item-contents {
    padding-top: 0;
    padding-bottom: 60px;
    background-color: transparent;
  }
  .carousel-heading {
    font-size: 50px;
  }
  .carousel--short .carousel-item {
    height: 325px;
  }
  .carousel--short .carousel-item-contents {
    padding-bottom: 0;
  }
  .carousel--tall .carousel-item {
    height: 710px;
  }
  .carousel-decoration-sect {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .carousel-decoration-sect > .wrapper {
    position: relative;
  }
  .carousel-decoration {
    max-width: 60%;
    margin-left: auto;
    margin-right: -8%;
  }
  .carousel-decoration-img {
    display: block;
    margin-left: auto;
  }
  .carousel .carousel-item.carousel-item--img {
    max-height: 540px;
  }
  .carousel .carousel-item.carousel-item--img:before {
    padding-top: 44%;
  }
  .carousel--tall .carousel-item.carousel-item--img {
    max-height: 710px;
  }
  .carousel--tall .carousel-item.carousel-item--img:before {
    padding-top: 57.5%;
  }
  .carousel-mobile {
    display: none;
  }
}

/*-----------------------------------------------------------------------------
    Grid
-----------------------------------------------------------------------------*/
/* Foundation-style grid */
.grid-row {
  margin-left: -10px;
  margin-right: -10px;
}

.grid-row:before, .grid-row:after {
  content: " ";
  display: table;
}

.grid-row:after {
  clear: both;
}

.grid-row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.grid-col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.grid-col.end {
  float: right;
}

.grid-row--collapse > .grid-col {
  padding-left: 0;
  padding-right: 0;
}

.grid-row--vgutter {
  margin-top: -20px;
}

.grid-row--vgutter > .grid-col {
  margin-top: 20px;
}

/* Media queries */
.width-1 {
  width: 8.33333%;
}

.width-2 {
  width: 16.66667%;
}

.width-3 {
  width: 25%;
}

.width-4 {
  width: 33.33333%;
}

.width-5 {
  width: 41.66667%;
}

.width-6 {
  width: 50%;
}

.width-7 {
  width: 58.33333%;
}

.width-8 {
  width: 66.66667%;
}

.width-9 {
  width: 75%;
}

.width-10 {
  width: 83.33333%;
}

.width-11 {
  width: 91.66667%;
}

.width-12 {
  width: 100%;
}

.push-0 {
  left: 0%;
  right: auto;
}

.push-1 {
  left: 8.33333%;
  right: auto;
}

.push-2 {
  left: 16.66667%;
  right: auto;
}

.push-3 {
  left: 25%;
  right: auto;
}

.push-4 {
  left: 33.33333%;
  right: auto;
}

.push-5 {
  left: 41.66667%;
  right: auto;
}

.push-6 {
  left: 50%;
  right: auto;
}

.push-7 {
  left: 58.33333%;
  right: auto;
}

.push-8 {
  left: 66.66667%;
  right: auto;
}

.push-9 {
  left: 75%;
  right: auto;
}

.push-10 {
  left: 83.33333%;
  right: auto;
}

.push-11 {
  left: 91.66667%;
  right: auto;
}

.pull-0 {
  left: 0%;
  right: auto;
}

.pull-1 {
  left: 8.33333%;
  right: auto;
}

.pull-2 {
  left: 16.66667%;
  right: auto;
}

.pull-3 {
  left: 25%;
  right: auto;
}

.pull-4 {
  left: 33.33333%;
  right: auto;
}

.pull-5 {
  left: 41.66667%;
  right: auto;
}

.pull-6 {
  left: 50%;
  right: auto;
}

.pull-7 {
  left: 58.33333%;
  right: auto;
}

.pull-8 {
  left: 66.66667%;
  right: auto;
}

.pull-9 {
  left: 75%;
  right: auto;
}

.pull-10 {
  left: 83.33333%;
  right: auto;
}

.pull-11 {
  left: 91.66667%;
  right: auto;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.clear-left {
  clear: left;
}

.clear-none {
  clear: none;
}

.reset-order {
  margin-left: 0;
  margin-right: 0;
  left: auto;
  right: auto;
  float: left;
}

@media (min-width: 481px) {
  .width-xs-1 {
    width: 8.33333%;
  }
  .width-xs-2 {
    width: 16.66667%;
  }
  .width-xs-3 {
    width: 25%;
  }
  .width-xs-4 {
    width: 33.33333%;
  }
  .width-xs-5 {
    width: 41.66667%;
  }
  .width-xs-6 {
    width: 50%;
  }
  .width-xs-7 {
    width: 58.33333%;
  }
  .width-xs-8 {
    width: 66.66667%;
  }
  .width-xs-9 {
    width: 75%;
  }
  .width-xs-10 {
    width: 83.33333%;
  }
  .width-xs-11 {
    width: 91.66667%;
  }
  .width-xs-12 {
    width: 100%;
  }
  .push-xs-0 {
    left: 0%;
    right: auto;
  }
  .push-xs-1 {
    left: 8.33333%;
    right: auto;
  }
  .push-xs-2 {
    left: 16.66667%;
    right: auto;
  }
  .push-xs-3 {
    left: 25%;
    right: auto;
  }
  .push-xs-4 {
    left: 33.33333%;
    right: auto;
  }
  .push-xs-5 {
    left: 41.66667%;
    right: auto;
  }
  .push-xs-6 {
    left: 50%;
    right: auto;
  }
  .push-xs-7 {
    left: 58.33333%;
    right: auto;
  }
  .push-xs-8 {
    left: 66.66667%;
    right: auto;
  }
  .push-xs-9 {
    left: 75%;
    right: auto;
  }
  .push-xs-10 {
    left: 83.33333%;
    right: auto;
  }
  .push-xs-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-xs-0 {
    left: 0%;
    right: auto;
  }
  .pull-xs-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-xs-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-xs-3 {
    left: 25%;
    right: auto;
  }
  .pull-xs-4 {
    left: 33.33333%;
    right: auto;
  }
  .pull-xs-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-xs-6 {
    left: 50%;
    right: auto;
  }
  .pull-xs-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-xs-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-xs-9 {
    left: 75%;
    right: auto;
  }
  .pull-xs-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-xs-11 {
    left: 91.66667%;
    right: auto;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
  .clear-xs-left {
    clear: left;
  }
  .clear-xs-none {
    clear: none;
  }
  .xs-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}

@media (min-width: 641px) {
  .width-sm-1 {
    width: 8.33333%;
  }
  .width-sm-2 {
    width: 16.66667%;
  }
  .width-sm-3 {
    width: 25%;
  }
  .width-sm-4 {
    width: 33.33333%;
  }
  .width-sm-5 {
    width: 41.66667%;
  }
  .width-sm-6 {
    width: 50%;
  }
  .width-sm-7 {
    width: 58.33333%;
  }
  .width-sm-8 {
    width: 66.66667%;
  }
  .width-sm-9 {
    width: 75%;
  }
  .width-sm-10 {
    width: 83.33333%;
  }
  .width-sm-11 {
    width: 91.66667%;
  }
  .width-sm-12 {
    width: 100%;
  }
  .push-sm-0 {
    left: 0%;
    right: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
    right: auto;
  }
  .push-sm-2 {
    left: 16.66667%;
    right: auto;
  }
  .push-sm-3 {
    left: 25%;
    right: auto;
  }
  .push-sm-4 {
    left: 33.33333%;
    right: auto;
  }
  .push-sm-5 {
    left: 41.66667%;
    right: auto;
  }
  .push-sm-6 {
    left: 50%;
    right: auto;
  }
  .push-sm-7 {
    left: 58.33333%;
    right: auto;
  }
  .push-sm-8 {
    left: 66.66667%;
    right: auto;
  }
  .push-sm-9 {
    left: 75%;
    right: auto;
  }
  .push-sm-10 {
    left: 83.33333%;
    right: auto;
  }
  .push-sm-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-sm-0 {
    left: 0%;
    right: auto;
  }
  .pull-sm-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-sm-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-sm-3 {
    left: 25%;
    right: auto;
  }
  .pull-sm-4 {
    left: 33.33333%;
    right: auto;
  }
  .pull-sm-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-sm-6 {
    left: 50%;
    right: auto;
  }
  .pull-sm-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-sm-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-sm-9 {
    left: 75%;
    right: auto;
  }
  .pull-sm-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-sm-11 {
    left: 91.66667%;
    right: auto;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .clear-sm-left {
    clear: left;
  }
  .clear-sm-none {
    clear: none;
  }
  .sm-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}

@media (min-width: 801px) {
  .width-md-1 {
    width: 8.33333%;
  }
  .width-md-2 {
    width: 16.66667%;
  }
  .width-md-3 {
    width: 25%;
  }
  .width-md-4 {
    width: 33.33333%;
  }
  .width-md-5 {
    width: 41.66667%;
  }
  .width-md-6 {
    width: 50%;
  }
  .width-md-7 {
    width: 58.33333%;
  }
  .width-md-8 {
    width: 66.66667%;
  }
  .width-md-9 {
    width: 75%;
  }
  .width-md-10 {
    width: 83.33333%;
  }
  .width-md-11 {
    width: 91.66667%;
  }
  .width-md-12 {
    width: 100%;
  }
  .push-md-0 {
    left: 0%;
    right: auto;
  }
  .push-md-1 {
    left: 8.33333%;
    right: auto;
  }
  .push-md-2 {
    left: 16.66667%;
    right: auto;
  }
  .push-md-3 {
    left: 25%;
    right: auto;
  }
  .push-md-4 {
    left: 33.33333%;
    right: auto;
  }
  .push-md-5 {
    left: 41.66667%;
    right: auto;
  }
  .push-md-6 {
    left: 50%;
    right: auto;
  }
  .push-md-7 {
    left: 58.33333%;
    right: auto;
  }
  .push-md-8 {
    left: 66.66667%;
    right: auto;
  }
  .push-md-9 {
    left: 75%;
    right: auto;
  }
  .push-md-10 {
    left: 83.33333%;
    right: auto;
  }
  .push-md-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-md-0 {
    left: 0%;
    right: auto;
  }
  .pull-md-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-md-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-md-3 {
    left: 25%;
    right: auto;
  }
  .pull-md-4 {
    left: 33.33333%;
    right: auto;
  }
  .pull-md-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-md-6 {
    left: 50%;
    right: auto;
  }
  .pull-md-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-md-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-md-9 {
    left: 75%;
    right: auto;
  }
  .pull-md-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-md-11 {
    left: 91.66667%;
    right: auto;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .clear-md-left {
    clear: left;
  }
  .clear-md-none {
    clear: none;
  }
  .md-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}

@media (min-width: 1025px) {
  .width-lg-1 {
    width: 8.33333%;
  }
  .width-lg-2 {
    width: 16.66667%;
  }
  .width-lg-3 {
    width: 25%;
  }
  .width-lg-4 {
    width: 33.33333%;
  }
  .width-lg-5 {
    width: 41.66667%;
  }
  .width-lg-6 {
    width: 50%;
  }
  .width-lg-7 {
    width: 58.33333%;
  }
  .width-lg-8 {
    width: 66.66667%;
  }
  .width-lg-9 {
    width: 75%;
  }
  .width-lg-10 {
    width: 83.33333%;
  }
  .width-lg-11 {
    width: 91.66667%;
  }
  .width-lg-12 {
    width: 100%;
  }
  .push-lg-0 {
    left: 0%;
    right: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
    right: auto;
  }
  .push-lg-2 {
    left: 16.66667%;
    right: auto;
  }
  .push-lg-3 {
    left: 25%;
    right: auto;
  }
  .push-lg-4 {
    left: 33.33333%;
    right: auto;
  }
  .push-lg-5 {
    left: 41.66667%;
    right: auto;
  }
  .push-lg-6 {
    left: 50%;
    right: auto;
  }
  .push-lg-7 {
    left: 58.33333%;
    right: auto;
  }
  .push-lg-8 {
    left: 66.66667%;
    right: auto;
  }
  .push-lg-9 {
    left: 75%;
    right: auto;
  }
  .push-lg-10 {
    left: 83.33333%;
    right: auto;
  }
  .push-lg-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-lg-0 {
    left: 0%;
    right: auto;
  }
  .pull-lg-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-lg-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-lg-3 {
    left: 25%;
    right: auto;
  }
  .pull-lg-4 {
    left: 33.33333%;
    right: auto;
  }
  .pull-lg-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-lg-6 {
    left: 50%;
    right: auto;
  }
  .pull-lg-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-lg-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-lg-9 {
    left: 75%;
    right: auto;
  }
  .pull-lg-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-lg-11 {
    left: 91.66667%;
    right: auto;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .clear-lg-left {
    clear: left;
  }
  .clear-lg-none {
    clear: none;
  }
  .lg-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}

/* Inline-block grid */
.inblock-grid-row {
  margin: -10px;
  text-align: center;
  font: 0/0 'a';
}

.inblock-grid-col {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  padding: 10px;
  font: 100%/1.2 "Calibri", "Arial", sans-serif;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
}

.inblock-grid-row--narrow .inblock-grid-col {
  max-width: 250px;
}

@media (min-width: 701px) and (max-width: 1230px) {
  .inblock-grid-row {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Table grid */
.table-grid-hdr {
  overflow: hidden;
}

.table-grid-col + .table-grid-col {
  margin-top: 20px;
}

@media (min-width: 641px) {
  .table-grid-sm {
    margin: -20px;
  }
  .table-grid-sm > .table-grid-row {
    width: 100%;
    display: table;
    border-spacing: 20px;
    table-layout: fixed;
  }
  .table-grid-sm > .table-grid-row > .table-grid-col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 801px) {
  .table-grid-md {
    margin: -20px;
  }
  .table-grid-md > .table-grid-row {
    width: 100%;
    display: table;
    border-spacing: 20px;
    table-layout: fixed;
  }
  .table-grid-md > .table-grid-row > .table-grid-col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 1025px) {
  .table-grid-lg {
    margin: -20px;
  }
  .table-grid-lg > .table-grid-row {
    width: 100%;
    display: table;
    border-spacing: 20px;
    table-layout: fixed;
  }
  .table-grid-lg > .table-grid-row > .table-grid-col {
    display: table-cell;
    vertical-align: top;
  }
}

/*-----------------------------------------------------------------------------
    GFX Sentence (Graphics Sentence)
/*-----------------------------------------------------------------------------
    An image accompanied by a short sentence.
-----------------------------------------------------------------------------*/
.gfx-sentence {
  max-width: 220px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.gfx-sentence--alpha {
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.gfx-sentence-visual {
  margin-bottom: 15px;
}

.gfx-sentence-visual.valigner {
  width: 100%;
}

@media (min-width: 481px) {
  .gfx-sentence {
    font-size: 18px;
  }
}

/*-----------------------------------------------------------------------------
    Graphics Cloud
-----------------------------------------------------------------------------*/
.gfx-cloud {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.gfx-cloud-img {
  margin: 20px 10px 0;
  vertical-align: middle;
}

@media (min-width: 481px) {
  .gfx-cloud-img {
    margin-top: 50px;
  }
}

/*-----------------------------------------------------------------------------
    Icons
-----------------------------------------------------------------------------*/
/* Arrows */
.arrow-down,
.arrow-up {
  border: 0 solid transparent;
  display: inline-block;
  vertical-align: middle;
}

.arrow-down {
  border-width: 6px 4px 0;
  border-top-color: currentColor;
}

.arrow-up {
  border-width: 0 4px 6px;
  border-bottom-color: currentColor;
}

/* Menu Icon */
.menu-icon {
  width: 20px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.menu-icon-bar {
  width: 100%;
  height: 2px;
  margin-top: 2px;
  display: block;
  background-color: currentColor;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
}

a:hover .menu-icon-bar:first-child,
button:hover .menu-icon-bar:first-child {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

a:hover .menu-icon-bar:last-child,
button:hover .menu-icon-bar:last-child {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.is-active.is-active .menu-icon-bar:first-child {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}

.is-active.is-active .menu-icon-bar:nth-child(2) {
  opacity: 0;
}

.is-active.is-active .menu-icon-bar:last-child {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}

/* Sprite */
.icon-sprite {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ui/sprites/icons.png) no-repeat;
}

.icon-sprite--phone-white {
  width: 18px;
  height: 18px;
}

.icon-sprite--mail-white {
  width: 24px;
  height: 16px;
  background-position: -25px 0;
}

.icon-sprite--globe-white {
  width: 16px;
  height: 16px;
  background-position: -50px 0;
}

.icon-sprite--facebook {
  width: 21px;
  height: 21px;
  background-position: -75px 0;
}

.icon-sprite--pin {
  width: 15px;
  height: 18px;
  background-position: -100px 0;
}

.icon-sprite--pin-2 {
  width: 21px;
  height: 21px;
  background-position: -125px 0;
}

.icon-sprite--medium {
  background-image: url(../images/ui/sprites/icons-medium.png);
}

.icon-sprite--medium.icon-sprite--rocket {
  width: 35px;
  height: 37px;
  background-position: -80px top;
}

/*-----------------------------------------------------------------------------
    Lists
-----------------------------------------------------------------------------*/
.blank-list, .blank-list > li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Date List */
.date-list-heading {
  padding: 15px;
  background-color: #2c2c2c;
  color: #fff;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.date-list-item {
  width: 100%;
  display: table;
}

.date-list-item + .date-list-item,
.date-list-space-top {
  margin-top: 20px;
}

.date-list-item-time,
.date-list-item-body {
  display: table-cell;
  vertical-align: top;
}

.date-list-item-time {
  width: 45px;
  font-size: 13px;
  text-align: center;
}

.date-list-item-date {
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.date-list-item-body {
  padding-left: 12px;
  border-left: 1px solid #ccc;
}

.date-list-item-heading {
  margin-bottom: 5px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}

@media (min-width: 481px) {
  .date-list-heading {
    padding: 20px;
    font-size: 20px;
  }
  .date-list-item-time {
    width: 60px;
    font-size: 15px;
  }
  .date-list-item-date {
    font-size: 25px;
  }
  .date-list-item-body {
    padding-left: 15px;
    font-size: 16px;
  }
}

/* Locations list */
.locations-list {
  margin: -10px 0 0 -10px;
  overflow: hidden;
}

.locations-list-item {
  width: 50%;
  padding: 10px 0 0 10px;
  float: left;
}

.locations-list-item:nth-child(2n+1) {
  /*clear: left;*/
}

.locations-list-item-box {
  padding: 15px;
  border: 1px solid #c0c0c0;
  background-color: #fff;
}

.locations-list-item-address,
.locations-list-item-contacts,
.locations-list-item-actions {
  margin-top: 10px;
}

.locations-list-item-heading {
  color: #2e2c75;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.locations-list-item-contact-label {
  font-size: 10px;
  font-style: italic;
}

.locations-list-item-action {
  display: inline-block;
  color: #ed3028;
  text-decoration: underline;
}

.locations-list-item-action--with-pin {
  padding-left: 22px;
  position: relative;
}

.locations-list-item-action--with-pin:before {
  content: '';
  width: 17px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  background: url(../images/ui/sprites/icons.png) -175px top no-repeat;
}

@media (min-width: 481px) {
  .locations-list-item-heading {
    font-size: 18px;
  }
  .locations-list-item-contact-label {
    font-size: 12px;
  }
}

@media (min-width: 641px) {
  .locations-list {
    margin: -15px 0 0 -15px;
  }
  .locations-list-item {
    width: 33.3333%;
    padding: 15px 0 0 15px;
  }
  .locations-list-item.locations-list-item {
    clear: none;
  }
  .locations-list-item:nth-child(3n+1) {
    /*clear: left;*/
  }
}

@media (min-width: 801px) {
  .locations-list {
    margin: -20px 0 0 -20px;
  }
  .locations-list-item {
    padding: 20px 0 0 20px;
  }
  .locations-list-item-box {
    padding: 20px;
  }
}

@media (min-width: 1025px) {
  .locations-list-item {
    width: 25%;
  }
  .locations-list-item.locations-list-item {
    clear: none;
  }
  .locations-list-item:nth-child(4n+1) {
    /*clear: left;*/
  }
  .locations-list-item-box {
    padding: 30px;
  }
}

/*-----------------------------------------------------------------------------
    Forms
-----------------------------------------------------------------------------*/
.input-valigner > .label-col {
  padding-right: 7px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-size: 87.5%;
  font-weight: 600;
}

.field {
  width: 100%;
  padding: 0.65rem 1rem;
  border: 1px solid #e1e1e1;
  display: block;
  background-color: #fff;
  outline: 0;
  color: #000;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: 600;
  -webkit-transition: border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.field::-webkit-input-placeholder {
  color: #ccc;
}

.field::-ms-input-placeholder {
  color: #ccc;
}

.field:-ms-input-placeholder {
  color: #ccc;
}

.field::-moz-placeholder {
  color: #ccc;
}

.field:-moz-placeholder {
  color: #ccc;
}

.field:hover, .field:focus {
  border-color: #aaa;
}

textarea.field {
  height: 7.14286rem;
}

textarea.textarea--xtall {
  height: 10.71429rem;
}

.field-search {
  width: 21px;
  height: 21px;
  border: 0;
  padding: 0;
  outline: 0;
  background: url(../images/ui/sprites/icons.png) -150px top no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0.625rem;
  z-index: 1;
  cursor: pointer;
}

.field-search + .field {
  padding-right: 2.5rem;
}

@media (min-width: 481px) {
  .field {
    padding: 0.9rem 1.25rem;
  }
  textarea.field {
    height: 7.5rem;
  }
  textarea.textarea--xtall {
    height: 15.625rem;
  }
  .field-search {
    right: 0.875rem;
  }
  .field-search + .field {
    padding-right: 40px;
  }
}

.field-hdr {
  padding-right: 10px;
  position: relative;
  display: block;
}

.field-hdr--icon:before {
  font-size: 24px;
  font-family: 'Icon Font';
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a2a2a2;
  position: absolute;
  top: 0.5rem;
  left: 0.85714rem;
  z-index: 1;
}

.field-hdr--icon .field {
  padding-left: 3.21429rem;
}

.field-hdr--person-icon:before {
  content: "";
}

.field-hdr--mail-icon:before {
  content: "";
}

.field-hdr--phone-icon:before {
  content: "";
}

.field-hdr--house-icon:before {
  content: "";
}

.field-hdr--message-icon:before {
  content: "";
}

.field-hdr--required:after {
  content: '*';
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 481px) {
  .field-hdr--icon:before {
    top: 0.8125rem;
    left: 0.9375rem;
  }
}

.form-error {
  color: #ed3028;
}

.form-error.is-hidden {
  display: none;
}

.form-row {
  margin-top: 10px;
}

@media (min-width: 481px) {
  .form-row {
    margin-top: 15px;
  }
}

.select-hdr {
  width: 100%;
  display: block;
  position: relative;
}

.select-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  color: #000;
}

.select-ui {
  color: #2e2c75;
  padding: 0.65rem 1.75rem 0.65rem 1rem;
  display: block;
  position: relative;
  background-color: #fff;
  font-weight: bold;
}

.select-ui:after {
  font-size: 1.5rem;
  font-family: 'Icon Font';
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.15rem;
  margin-top: -0.5em;
}

@media (min-width: 481px) {
  .select-ui {
    padding: 0.9rem 2.5rem 0.9rem 1.25rem;
  }
  .select-ui:after {
    right: 0.5em;
  }
}

/*-----------------------------------------------------------------------------
    Panels
-----------------------------------------------------------------------------*/
/*---- Plain panels ----*/
.panel {
  padding: 15px;
  display: block;
  border-radius: 5px;
  position: relative;
  background-color: #e5e5e5;
}

.panel--xpad {
  padding: 25px;
}

.panel--xpad-x {
  padding-left: 25px;
  padding-right: 25px;
}

.panel--box {
  border-radius: 0;
}

.panel--shadow {
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.panel-header {
  margin-bottom: 15px;
}

.panel-heading {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.panel-meta {
  font-size: 12px;
  font-style: italic;
}

.panel-closer {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  text-indent: 100px;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.panel-closer:before {
  font-size: 16px;
  font-family: 'Icon Font';
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  color: #ed3028;
  text-indent: 0;
}

/*---- Rounded panels ----*/
.rounded-panel {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #2e2c75;
  font-size: 16px;
  text-align: center;
}

.rounded-panel-gfx {
  margin-bottom: 10px;
}

.rounded-panel-gfx img {
  height: 65%;
}

@media (min-width: 481px) {
  .rounded-panel {
    padding: 30px;
    border-radius: 20px;
    font-size: 18px;
  }
  .rounded-panel-gfx img {
    height: auto;
  }
}

/*---- Column panels ----*/
.col-panel-header {
  padding: 10px 5px;
  margin-bottom: 0;
  background-color: #93c741;
  color: #fff;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.col-panel-body {
  padding: 15px 10px 10px;
  background-color: #fff;
  color: #2c2c2c;
}

.col-panel--round {
  border-radius: 6px;
}

.col-panel--round .col-panel-header {
  border-radius: 5px 5px 0 0;
}

.col-panel--round .col-panel-body {
  border-radius: 0 0 5px 5px;
}

.col-panel--shadow {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.col-panel-super-text {
  font-size: 24px;
}

@media (min-width: 481px) {
  .col-panel-header {
    padding: 15px 10px;
    font-size: 18px;
  }
  .col-panel-body {
    padding: 20px 15px 15px;
  }
  .col-panel-super-text {
    font-size: 32px;
  }
}

/*-----------------------------------------------------------------------------
    Promos
-----------------------------------------------------------------------------*/
.promo-dragger-visible-items {
  font-family: '1';
}

@media (min-width: 481px) {
  .promo-dragger-visible-items {
    font-family: '2';
  }
}

@media (min-width: 641px) {
  .promo-dragger-visible-items {
    font-family: '3';
  }
}

.promo-dragger {
  margin: 0 -10px 30px;
  overflow: hidden;
}

.promo-col {
  padding: 0 10px;
  float: left;
}

.promo-box {
  max-width: 277px;
  border: 1px solid #e1e1e1;
  margin: 0 auto;
}

.promo-box-img {
  width: 100%;
  display: block;
}

.promo-box-body {
  padding: 10px;
}

.promo-box-heading {
  margin-bottom: 15px;
  display: block;
  color: #ed3028;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
}

@media (min-width: 481px) {
  .promo-box-body {
    padding: 20px;
  }
  .promo-box-heading {
    font-size: 16px;
  }
}

@media (min-width: 641px) {
  .promo-dragger {
    margin-bottom: 50px;
  }
}

@media (max-width: 800px) {
  .promo-section-header.promo-section-header,
  .promo-section-header.promo-section-header > .valigner-col {
    display: block;
  }
  .promo-section-header.promo-section-header > .valigner-col + .valigner-col {
    margin-top: 10px;
  }
}

@media (min-width: 801px) {
  .promo-section-header {
    width: 100%;
  }
  .promo-pagination-col {
    padding-left: 10px;
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .promo-dragger {
    margin-bottom: 0;
  }
}

/*-----------------------------------------------------------------------------
    Step Flow
/*-----------------------------------------------------------------------------
    A set of items with arrows indicating a flow between them.
-----------------------------------------------------------------------------*/
.step-flow-hdr {
  overflow: hidden;
}

.step-flow-item-contents {
  padding-top: 65px;
  position: relative;
}

.step-flow-item-contents:before {
  font-size: 36px;
  font-family: 'Icon Font';
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -18px;
  opacity: 0.5;
}

.step-flow-item:first-child .step-flow-item-contents {
  padding-top: 0;
}

.step-flow-item:first-child .step-flow-item-contents:before {
  display: none;
}

@media (min-width: 641px) {
  .step-flow-sm {
    width: calc(100% + 60px);
    display: table;
    margin-left: -30px;
    table-layout: fixed;
  }
  .step-flow-sm .step-flow-item {
    display: table-cell;
    vertical-align: top;
  }
  .step-flow-sm .step-flow-item-contents {
    padding: 0 30px;
  }
  .step-flow-sm .step-flow-item-contents:before {
    content: "";
    left: 0;
    top: 20px;
  }
}

@media (min-width: 801px) {
  .step-flow-md {
    width: calc(100% + 60px);
    display: table;
    margin-left: -30px;
    table-layout: fixed;
  }
  .step-flow-md .step-flow-item {
    display: table-cell;
    vertical-align: top;
  }
  .step-flow-md .step-flow-item-contents {
    padding: 0 30px;
  }
  .step-flow-md .step-flow-item-contents:before {
    content: "";
    left: 0;
    top: 20px;
  }
}

@media (min-width: 1025px) {
  .step-flow-lg {
    width: calc(100% + 60px);
    display: table;
    margin-left: -30px;
    table-layout: fixed;
  }
  .step-flow-lg .step-flow-item {
    display: table-cell;
    vertical-align: top;
  }
  .step-flow-lg .step-flow-item-contents {
    padding: 0 30px;
  }
  .step-flow-lg .step-flow-item-contents:before {
    content: "";
    left: 0;
    top: 20px;
  }
}

/*-----------------------------------------------------------------------------
    Tables
-----------------------------------------------------------------------------*/
/* Override conflicting styles from additional staging CSS files */
tbody,
th {
  border: 0;
}

.table-hdr {
  overflow: auto;
}

.table {
  width: 100%;
  border: 0 solid #e1e1e1;
}

.table > * > tr > td,
.table > * > tr > th {
  padding: 7px;
  border: 0 solid #e1e1e1;
  background-color: #fff;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > * > .table-header-row > th,
.table > * > .table-header-row > td,
.table > * > tr > .table-header-cell {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #93c741;
  color: #fff;
  font-size: 14px;
  text-align: inherit;
  text-transform: uppercase;
}

.table .super-val {
  font-size: 22px;
}

.table > .table-compact-header > tr > th,
.table > .table-compact-header > tr > td,
.table > * > .table-compact-header > th,
.table > * > .table-compact-header > td,
.table > * > tr > .table-compact-header {
  padding-top: 7px;
  padding-bottom: 7px;
}

.table > .table-red-header > tr > th,
.table > .table-red-header > tr > td,
.table > * > .table-red-header > th,
.table > * > .table-red-header > td,
.table > * > tr > .table-red-header {
  background-color: #ed3028;
}

.table > .table-navy-sect > tr > th,
.table > .table-navy-sect > tr > td {
  background-color: #2c2a6e;
}

.table > .table-grey-sect > tr > th,
.table > .table-grey-sect > tr > td {
  background-color: #e1e1e1;
}

.table > .table-grey-sect > .alt-row > th,
.table > .table-grey-sect > .alt-row > td,
.table > .table-grey-sect--zebra > tr:nth-child(even) > th,
.table > .table-grey-sect--zebra > tr:nth-child(even) > td {
  background-color: #d7d7d7;
}

@media (min-width: 481px) {
  .table > * > tr > td,
  .table > * > tr > th {
    padding: 10px;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > * > .table-header-row > th,
  .table > * > .table-header-row > td,
  .table > * > tr > .table-header-cell {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .table > .table-compact-header > tr > th,
  .table > .table-compact-header > tr > td,
  .table > * > .table-compact-header > th,
  .table > * > .table-compact-header > td,
  .table > * > tr > .table-compact-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table .super-val {
    font-size: 26px;
  }
}

/* Table borders */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table-bordered-cells-sect > tr > td,
.table-bordered-cells-sect > tr > th {
  border: 0 solid #e1e1e1;
  border-width: 1px 0 0 1px;
}

.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child,
.table > tbody > tr > .no-left-border.no-left-border,
.table-bordered-cells-sect > tr > td:first-child,
.table-bordered-cells-sect > tr > th:first-child,
.table-bordered-cells-sect > tr > .no-left-border.no-left-border {
  border-left-width: 0;
}

.table > tbody > tr > .left-border.left-border,
.table-bordered-cells-sect > tr > .left-border.left-border {
  border-left-width: 1px;
}

.table > tbody > tr > .top-border.top-border,
.table-bordered-cells-sect > tr > .top-border.top-border {
  border-top-width: 1px;
}

.table > tbody > tr:first-child > td,
.table > tbody > tr:first-child > th, .table > tbody > tr.no-top-border.no-top-border > td,
.table > tbody > tr.no-top-border.no-top-border > th,
.table-bordered-cells-sect > tr:first-child > td,
.table-bordered-cells-sect > tr:first-child > th,
.table-bordered-cells-sect > tr.no-top-border.no-top-border > td,
.table-bordered-cells-sect > tr.no-top-border.no-top-border > th {
  border-top-width: 0;
}

.table--closed {
  border-width: 1px;
}

.table--closed > tbody > tr > td,
.table--closed > tbody > tr > th {
  border-width: 1px;
}

.table--dark-borders {
  border-color: #888;
}

.table--dark-borders > thead > tr > th,
.table--dark-borders > thead > tr > td,
.table--dark-borders > tbody > tr > th,
.table--dark-borders > tbody > tr > td {
  border-color: #888;
}

.table--white-borders > thead > tr > th,
.table--white-borders > thead > tr > td,
.table--white-borders > tbody > tr > th,
.table--white-borders > tbody > tr > td {
  border-color: #fff;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > * > .table-header-row > th,
.table > * > .table-header-row > td {
  border: 0;
}

.table > * > .table-header-row + tr > th,
.table > * > .table-header-row + tr > td {
  border-top-width: 0;
}

/* Table size */
.table--small > thead > tr > th,
.table--small > thead > tr > td,
.table--small > tbody > tr > th,
.table--small > tbody > tr > td {
  font-size: 14px;
}

.table--small > thead > tr > th,
.table--small > thead > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table--small > tbody > tr > th,
.table--small > tbody > tr > td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.table--compact > thead > tr > th,
.table--compact > thead > tr > td,
.table--small > thead > tr > th,
.table--small > thead > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table--compact > tbody > tr > th,
.table--compact > tbody > tr > td,
.table--small > tbody > tr > th,
.table--small > tbody > tr > td {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (min-width: 481px) {
  .table > * > tr > td,
  .table > * > tr > th {
    padding: 15px;
  }
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .table--small > thead > tr > th,
  .table--small > thead > tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table--small > tbody > tr > th,
  .table--small > tbody > tr > td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/*-----------------------------------------------------------------------------
    Tabs
-----------------------------------------------------------------------------*/
.site-in-between-tabs {
  padding-top: 10px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-size: 87.5%;
  font-weight: bold;
  text-transform: uppercase;
  overflow: auto;
}

@media (min-width: 801px) {
  .site-in-between-tabs {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.tabs-hdr {
  width: calc(100% - 30px);
  height: 60px;
  max-width: 975px;
  margin: 0 auto;
  position: relative;
  display: table;
  text-align: center;
}

.tabs-hdr > .tab-button {
  width: 100%;
  min-width: 110px;
  padding: 15px;
  background-color: #666;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  box-shadow: 0 -10px 0 rgba(245, 245, 245, 0);
  -webkit-transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: background-color, color, box-shadow;
          transition-property: background-color, color, box-shadow;
}

.tabs-hdr > .tab-button.is-active {
  background-color: #f5f5f5;
  color: #000;
  box-shadow: 0 -10px 0 #f5f5f5;
}

.tabs-hdr > .tab-button:first-child:nth-last-child(n+2),
.tabs-hdr > .tab-button:first-child:nth-last-child(n+2) ~ .tab-button {
  width: 50%;
}

.tabs-hdr > .tab-button:first-child:nth-last-child(n+3),
.tabs-hdr > .tab-button:first-child:nth-last-child(n+3) ~ .tab-button {
  width: 33.3333%;
}

.tabs-hdr > .tab-button:first-child:nth-last-child(n+4),
.tabs-hdr > .tab-button:first-child:nth-last-child(n+4) ~ .tab-button {
  width: 25%;
}

.tabs-hdr > .tab-button:first-child:nth-last-child(n+5),
.tabs-hdr > .tab-button:first-child:nth-last-child(n+5) ~ .tab-button {
  width: 20%;
}

.tab-contents {
  display: none;
}

.tab-contents.is-active {
  display: block;
}

@media (min-width: 801px) {
  .tabs-hdr > .tab-button {
    padding-left: 25px;
    padding-right: 25px;
  }
  .site-in-between-blurp ~ .site-in-between-tabs .tabs-hdr {
    width: calc(95% - 100px);
    margin-left: 5%;
  }
  .site-in-between-characters ~ .site-in-between-tabs .tabs-hdr {
    width: 70%;
    margin-left: 5%;
  }
  .site-in-between-blurp ~ .site-in-between-tabs .tab-button:last-child {
    padding-right: 40px;
  }
  .site-in-between-characters ~ .site-in-between-tabs .tab-button:last-child {
    padding-right: 70px;
  }
}

@media (min-width: 1025px) {
  .site-in-between-blurp + .site-in-between-tabs .tabs-hdr {
    width: calc(90% - 100px);
    margin-left: 10%;
  }
  .site-in-between-characters ~ .site-in-between-tabs .tabs-hdr {
    width: 65%;
    margin-left: 10%;
  }
  .site-in-between-characters ~ .site-in-between-tabs .tab-button:last-child {
    padding-right: 50px;
  }
}

/*-----------------------------------------------------------------------------
    Testimonials
-----------------------------------------------------------------------------*/
.testimonials-hdr {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.testimonials-hdr .slick-track:before,
.testimonials-hdr .slick-track:after {
  display: none;
}

.testimonial-item {
  width: 100%;
  height: 275px;
  position: absolute;
  background: center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.testimonial-item:first-child {
  position: relative;
  z-index: 1;
}

.testimonials-hdr.slick-initialized .testimonial-item {
  position: relative;
}

.testimonial-contents {
  position: absolute;
  bottom: 45px;
  left: 25px;
  right: 25px;
}

.testimonial-person {
  font-size: 112.5%;
}

.testimonial-desc {
  padding: 0 40px;
  position: relative;
}

.testimonial-desc:before, .testimonial-desc:after {
  content: '';
  width: 32px;
  height: 22px;
  position: absolute;
  top: 5px;
  background: url(../images/ui/sprites/icons-medium.png) left top no-repeat;
}

.testimonial-desc:before {
  left: 0;
}

.testimonial-desc:after {
  background-position: -35px top;
  right: 0;
}

.testimonial-dots-hdr {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}

.testimonial-dots-hdr .slick-dots > li > button {
  padding: 2px;
}

.testimonial-dots-hdr .slick-dots > li > button:before {
  width: 9px;
  height: 9px;
}

.testimonial-dots-hdr .slick-dots > .slick-active > button:before {
  background-color: #2e2c75;
}

@media (min-width: 481px) {
  .testimonial-item {
    height: 310px;
  }
}

@media (min-width: 641px) {
  .testimonial-item {
    height: auto;
  }
  .testimonial-item:before {
    content: '';
    display: block;
    padding-top: 57.94393%;
  }
}

/*-----------------------------------------------------------------------------
    Typography
-----------------------------------------------------------------------------*/
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography p,
.typography ul,
.typography ol,
.typography .table-hdr {
  margin-top: 0.66667em;
}

.typography h1:first-child,
.typography h2:first-child,
.typography h3:first-child,
.typography h4:first-child,
.typography h5:first-child,
.typography h6:first-child,
.typography p:first-child,
.typography ul:first-child,
.typography ol:first-child,
.typography .table-hdr:first-child {
  margin-top: 0;
}

.typography a {
  color: #ed3028;
}

.typography ol,
.typography ul {
  padding: 0 0 0 1.2em;
}

.typography ol > li,
.typography ul > li {
  padding-left: 0;
}

.typography ol > li > p:first-child,
.typography ul > li > p:first-child {
  margin-top: 0.66667em;
}

.typography ol ol,
.typography ol ul,
.typography ul ol,
.typography ul ul {
  padding-left: 1.5em;
}

.typography-heading {
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 481px) {
  .typography h1,
  .typography h2,
  .typography h3,
  .typography h4,
  .typography h5,
  .typography h6,
  .typography p,
  .typography ul,
  .typography ol,
  .typography .table-hdr {
    margin-top: 1em;
  }
  .typography ol > li > p:first-child,
  .typography ul > li > p:first-child {
    margin-top: 1em;
  }
  .typography ol ol,
  .typography ol ul,
  .typography ul ol,
  .typography ul ul {
    padding-left: 2.4em;
  }
  .typography-heading {
    font-size: 22px;
  }
}

/*-----------------------------------------------------------------------------
    Value Box
-----------------------------------------------------------------------------*/
.value-box {
  display: table;
  font-weight: bold;
}

.value-box-super-col,
.value-box-desc-col {
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}

.value-box-super-col {
  width: 43%;
  padding-bottom: 25px;
  background-color: #2e2c75;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.value-box-super-text {
  font-size: 40px;
  line-height: 1;
}

.value-box-desc-col {
  background-color: #e5e4ff;
  color: #2e2c75;
  font-size: 18px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  text-align: left;
}

@media (min-width: 481px) and (max-width: 640px) {
  .value-box-super-col {
    font-size: 27px;
  }
  .value-box-super-text {
    font-size: 55px;
  }
  .value-box-desc-col {
    font-size: 21px;
  }
}

@media (min-width: 1025px) {
  .value-box-super-col,
  .value-box-desc-col {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .value-box-super-col {
    font-size: 30px;
  }
  .value-box-super-text {
    font-size: 70px;
  }
  .value-box-desc-col {
    font-size: 24px;
  }
}

/*-----------------------------------------------------------------------------
    Vertical Aligners
-----------------------------------------------------------------------------*/
.valigner {
  display: table;
}

.valigner > .valigner-col {
  display: table-cell;
  vertical-align: middle;
}

.valigner--top > .valigner-col {
  vertical-align: top;
}

.valigner--bottom > .valigner-col {
  vertical-align: bottom;
}

.valigner-xs > .valigner-col + .valigner-col,
.valigner-sm > .valigner-col + .valigner-col,
.valigner-md > .valigner-col + .valigner-col,
.valigner-lg > .valigner-col + .valigner-col {
  margin-top: 15px;
}

@media (min-width: 481px) {
  .valigner-xs {
    display: table;
  }
  .valigner-xs > .valigner-col {
    display: table-cell;
    vertical-align: middle;
  }
  .valigner-xs > .valigner-col + .valigner-col {
    margin-top: 0;
  }
}

@media (min-width: 641px) {
  .valigner-sm {
    display: table;
  }
  .valigner-sm > .valigner-col {
    display: table-cell;
    vertical-align: middle;
  }
  .valigner-sm > .valigner-col + .valigner-col {
    margin-top: 0;
  }
}

@media (min-width: 801px) {
  .valigner-md {
    display: table;
  }
  .valigner-md > .valigner-col {
    display: table-cell;
    vertical-align: middle;
  }
  .valigner-md > .valigner-col + .valigner-col {
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .valigner-lg {
    display: table;
  }
  .valigner-lg > .valigner-col {
    display: table-cell;
    vertical-align: middle;
  }
  .valigner-lg > .valigner-col + .valigner-col {
    margin-top: 0;
  }
}

/*-----------------------------------------------------------------------------
    Main - General
-----------------------------------------------------------------------------*/
#site-mq {
  font-family: 'false';
}

@media (min-width: 481px) {
  #site-mq {
    font-family: 'xs';
  }
}

@media (min-width: 641px) {
  #site-mq {
    font-family: 'xs', 'sm';
  }
}

@media (min-width: 801px) {
  #site-mq {
    font-family: 'xs', 'sm', 'md';
  }
}

@media (min-width: 1025px) {
  #site-mq {
    font-family: 'xs', 'sm', 'md', 'lg';
  }
}

.wrapper {
  width: 100%;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper--narrow {
  max-width: 1000px;
}

.site-main {
  padding-top: 45px;
}

.site-announcement ~ .site-main {
  padding-top: 0;
}

@media (min-width: 801px) {
  .site-main {
    padding-top: 0;
  }
}

/* Site Sections */
.site-section {
  padding-top: 15px;
  padding-bottom: 15px;
  background: center no-repeat;
  background-size: cover;
}

.site-section-header {
  margin-bottom: 15px;
}

.site-section-small-header {
  margin-bottom: 10px;
}

.site-section-top-small {
  font-size: 12px;
  margin-bottom: 20px;
}

.site-back-link {
  color: #2e2c75;
}

.site-bg-section {
  background: center bottom no-repeat;
}

.site-bg-section--1 {
  height: 130px;
  background-image: url(../images/contents/banners/city-landscape.jpg);
  background-size: auto 150px;
}

@media (min-width: 481px) {
  .site-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-section-header {
    margin-bottom: 30px;
  }
  .site-section-small-header {
    margin-bottom: 20px;
  }
  .site-section-top-small {
    font-size: 14px;
  }
  .site-bg-section--1 {
    height: 230px;
    background-size: auto;
  }
}

@media (min-width: 801px) {
  .site-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-section-header {
    margin-bottom: 50px;
  }
  .site-section-small-header {
    margin-bottom: 30px;
  }
  .site-section-top-small {
    margin-top: -30px;
    margin-bottom: 45px;
  }
}

@media (min-width: 1025px) {
  .site-section--xpad {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .site-section-top-small {
    margin-top: -55px;
  }
}

/* Site In-between Section */
.site-in-between-section {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.site-in-between-section:after {
  content: '';
  overflow: hidden;
  display: block;
}

.site-in-between-characters {
  display: none;
}

@media (min-width: 801px) {
  .site-in-between-section > .wrapper {
    position: relative;
  }
  .site-in-between-characters {
    max-width: 20%;
    display: block;
    position: absolute;
    bottom: -30px;
    right: 25px;
    z-index: 1;
  }
}

/* Heading */
.site-heading,
.site-small-heading {
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.site-heading {
  font-size: 22px;
}

.site-small-heading {
  font-size: 18px;
}

@media (min-width: 801px) {
  .site-heading {
    font-size: 30px;
  }
  .site-small-heading {
    font-size: 24px;
  }
}

/* Pagination */
.pagination-dots {
  display: inline-block;
  vertical-align: middle;
}

.pagination-dots.is-hidden {
  display: none;
}

.pagination-dot {
  width: 19px;
  height: 23px;
  padding: 5px 3px;
  border: 0;
  outline: 0;
  background: none;
  vertical-align: middle;
}

.pagination-dot:before {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ccc;
  display: block;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.pagination-dot.is-active:before {
  background-color: #ed3028;
}

.pagination-dot[disabled] {
  display: none;
}

/* Banner */
.banner-hdr {
  margin: 30px 0;
}

.banner-hdr:first-child {
  margin-top: 0;
}

.banner-hdr:last-child {
  margin-bottom: 0;
}

.banner-img {
  display: block;
}

@media (max-width: 640px) {
  .banner-img-desktop.banner-img-desktop {
    display: none;
  }
}

@media (min-width: 641px) {
  .banner {
    margin: 50px 0;
  }
  .banner-img-mobile.banner-img-mobile {
    display: none;
  }
}

/* Dynamic content */
.dynamic-content.is-hidden {
  display: none;
}

/*-----------------------------------------------------------------------------
    Main - Header
-----------------------------------------------------------------------------*/
.site-announcement {
  padding: 15px 0;
  margin-top: 50px;
  background-color: #F50D0D;
  color: #fff;
  font-size: 12px;
}

.site-announcement-closer {
  padding: 0;
  border: 0;
  outline: 0;
  position: relative;
  z-index: 1;
  background: none;
  margin: 0 0 15px 15px;
  float: right;
  cursor: pointer;
}

.site-announcement-closer:before {
  font-size: 24px;
  font-family: 'Icon Font';
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.site-announcement-heading {
  min-height: 30px;
  padding: 4px 0 0 40px;
  margin-bottom: 10px;
  position: relative;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.site-announcement-heading:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/ui/sprites/icons-medium.png) -120px top no-repeat;
}

.site-announcement-contents a {
  color: #fff200;
  text-decoration: underline;
}

@media (min-width: 481px) {
  .site-announcement {
    font-size: 14px;
  }
  .site-announcement-heading {
    font-size: 20px;
  }
}

@media (min-width: 801px) {
  .site-announcement {
    margin-top: 0;
  }
}

.site-header-sect {
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.site-header-logo {
  vertical-align: top;
}

.site-header-logo + .site-header-logo {
  margin-left: 10px;
}

@media (min-width: 801px) {
  .site-header-sect {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .site-announcement ~ .site-header-sect {
    position: absolute;
    top: auto;
  }
  .site-announcement ~ .site-header-sect.is-fixed {
    position: fixed;
    top: 0;
  }
}

/* Mobile Header */
.site-mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  padding: 10px 0;
  -webkit-transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: -webkit-transform, margin-left;
          transition-property: transform, margin-left;
}

.site-mobile-header-trigger {
  background: none;
  padding: 5px;
  border: 0;
  outline: 0;
  float: right;
}

.site-mobile-header .site-header-logo {
  max-height: 30px;
}

.site-mobile-header .site-header-logo + .site-header-logo {
  margin-left: 5px;
}

@media (max-width: 800px) {
  .mobile-nav-is-shown .site-mobile-header {
    margin-left: 60px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (min-width: 801px) {
  .site-mobile-header {
    display: none;
  }
}

/* Actual Header */
.site-header {
  width: 100%;
  height: 100%;
  padding-right: 60px;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: none 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: -webkit-transform, margin-left;
          transition-property: transform, margin-left;
}

.site-header > .wrapper {
  height: 100%;
  overflow: auto;
}

@media (min-width: 801px) {
  .site-header {
    padding-right: 0;
    position: static;
    background-color: transparent;
  }
  .site-header > .wrapper {
    height: auto;
    overflow: visible;
    position: relative;
  }
}

/* Header floating button */
@media (min-width: 801px) {
  .site-header-floating-button {
    position: absolute;
    top: 100%;
    right: 10px;
    margin-top: 46px;
  }
}

/* Sub Header */
.site-sub-header {
  position: relative;
  z-index: 1;
  background-color: #2c2c2c;
  color: #fff;
  margin: 0 -10px;
  font-size: 12px;
}

.site-sub-header-group {
  padding: 12px 15px;
  display: block;
  position: relative;
  vertical-align: middle;
}

.site-sub-header-icon {
  vertical-align: middle;
  margin-right: 5px;
}

.site-sub-header-menu {
  margin: 0 -15px;
  display: none;
  position: relative;
  top: 12px;
  background-color: #ed3028;
  color: #fff;
}

.site-sub-header-menu-link {
  white-space: nowrap;
  padding: 12px 15px 12px 27px;
  display: block;
}

.site-sub-header-menu-link:hover {
  background-color: #c71811;
}

@media (max-width: 800px) {
  /*
     * In desktop view, when scrolling down the page, the sub header gets
     * hidden using $.slideUp(), and that sets its display to none. For
     * mobile view, though, that isn't needed, so always override it with
     * !important.
     */
  .site-sub-header {
    display: block !important;
  }
}

@media (min-width: 801px) {
  .site-sub-header {
    background-color: transparent;
    margin: 0;
  }
  .site-sub-header-inner {
    margin-left: auto;
    display: table;
  }
  .site-sub-header-group {
    display: table-cell;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  }
  .site-sub-header-group--login {
    background-color: #fff;
    color: #000;
    text-shadow: none;
  }
  .site-sub-header-menu {
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .site-sub-header-menu-link {
    padding-left: 15px;
  }
  .site-sub-header-group--login .site-sub-header-menu {
    left: auto;
    right: 0;
  }
}

/* Main Header */
.site-main-header {
  margin: 0 -10px;
  background-color: #fff;
  font-size: 14px;
}

.site-main-header-alpha {
  display: none;
}

.site-nav-link-list,
.site-nav-link-item,
.site-sub-nav-link-list,
.site-sub-nav-link-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav-link,
.site-sub-nav-link {
  padding: 15px 15px;
  display: block;
}

.site-nav-link {
  cursor: pointer;
  -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.site-nav-link:hover,
.site-nav-link-item.is-active .site-nav-link {
  color: #ed3028;
}

.site-nav-link.current {
  background-color: #e4e4e4;
}

.site-sub-nav-link-list {
  display: none;
}

.site-sub-nav-link {
  padding-left: 27px;
  background-color: #ed3028;
  color: #fff;
}

.site-sub-nav-link:hover {
  background-color: #c71811;
}

.site-sub-nav-link.current {
  color: #000;
}

@media (max-width: 800px) {
  body:after {
    content: '';
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    -webkit-transition: width 0s 0.4s, height 0s 0.4s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
            transition: width 0s 0.4s, height 0s 0.4s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  body.mobile-nav-is-shown {
    overflow: hidden;
  }
  body.mobile-nav-is-shown:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
            transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .mobile-nav-is-shown .site-header {
    margin-left: 60px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (min-width: 801px) {
  .site-main-header {
    width: 100%;
    margin: 0;
    position: relative;
    display: table;
    table-layout: fixed;
  }
  .site-main-header-alpha,
  .site-main-header-beta {
    display: table-cell;
    vertical-align: middle;
  }
  .site-main-header-alpha {
    width: 240px;
    padding: 15px;
  }
  .site-main-header-beta {
    padding-right: 15px;
    text-align: right;
  }
  .site-nav-link-list {
    width: 100%;
    height: 80px;
    display: table;
    margin-left: auto;
  }
  .site-nav-link-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .site-nav-link-item.is-active {
    background: url(../images/ui/arrows/up-red.png) center bottom no-repeat;
  }
  .site-nav-link {
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    cursor: default;
  }
  a.site-nav-link {
    cursor: pointer;
  }
  .site-sub-nav-link-list {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ed3028;
    text-align: left;
  }
  .site-sub-nav-link-item {
    display: inline-block;
  }
  .site-sub-nav-link {
    padding-left: 15px;
  }
}

@media (min-width: 1001px) {
  .site-nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*-----------------------------------------------------------------------------
    Main - Footer
-----------------------------------------------------------------------------*/
.site-footer {
  padding: 25px 0;
  background-color: #f4f4f4;
  font-size: 12px;
}

@media (min-width: 481px) {
  .site-footer {
    font-size: 14px;
  }
}

/* Footer links */
.site-footer-links-row {
  margin: -20px -5px 0;
  overflow: hidden;
}

.site-footer-links-col {
  width: 50%;
  padding: 0 5px;
  margin-top: 20px;
  float: left;
}

.site-footer-links-col:nth-child(2n+1) {
  clear: left;
}

.site-footer-links-heading {
  margin-bottom: 5px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.site-footer-link {
  display: inline-block;
  margin: 4px 0;
}

.site-footer-contact-link {
  color: #0000ff;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 10px;
}

@media (min-width: 481px) {
  .site-footer-links-col {
    padding: 0 10px;
  }
  .site-footer-links-heading {
    margin-bottom: 15px;
  }
}

@media (min-width: 641px) {
  .site-footer-links-col {
    width: 33.3333%;
  }
  .site-footer-links-col:nth-child(n) {
    clear: none;
  }
  .site-footer-links-col:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 1125px) {
  .site-footer-links-col {
    width: 18%;
  }
  .site-footer-links-col:nth-child(n) {
    clear: none;
  }
  .site-footer-links-col:nth-child(4) {
    width: 28%;
  }
  .site-footer-links-col:nth-child(5n+1) {
    clear: left;
  }
}

/* Site footer beta */
.site-footer-beta {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.site-footer-contacts,
.site-footer-gfx-links {
  width: 50%;
  float: left;
  padding: 0 5px;
}

.site-footer-contacts {
  margin-top: 20px;
}

.site-footer-contact {
  font-size: 12px;
}

.site-footer-contact + .site-footer-contact {
  padding-top: 8px;
  border-top: 1px solid #dbdbdb;
  margin-top: 8px;
}

.site-footer-contact-label,
.site-footer-contact-val {
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
}

.site-footer-contact-label {
  margin-bottom: 3px;
  text-transform: uppercase;
}

.site-footer-contact-val {
  color: #999;
  font-size: 14px;
}

.site-footer-contact-small {
  font-style: italic;
}

.site-footer-gfx-links {
  text-align: right;
}

.site-footer-gfx-link {
  display: inline-block;
  margin-top: 10px;
}

.site-footer-top-up {
  width: 73px;
  height: 73px;
  padding: 10px;
  border-radius: 4px;
  background-color: #ed3028;
  color: #fff;
  font-size: 10px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.site-footer-top-up-valigner {
  width: 100%;
  height: 53px;
}

.site-footer-fb-link {
  color: #355285;
  font-size: 8px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.site-footer-fb-link-img {
  margin-left: 2px;
  position: relative;
  top: 2px;
  vertical-align: baseline;
}

@media (min-width: 481px) {
  .site-footer-beta {
    margin-left: -10px;
    margin-right: -10px;
  }
  .site-footer-contacts,
  .site-footer-gfx-links {
    padding: 0 10px;
  }
  .site-footer-contact-val {
    font-size: 16px;
  }
}

@media (min-width: 801px) {
  .site-footer-contacts {
    margin-top: 0;
    text-align: right;
  }
  .site-footer-contacts,
  .site-footer-gfx-links {
    width: auto;
    float: none;
  }
  .site-footer-gfx-links {
    margin-top: 20px;
  }
}

@media (min-width: 1125px) {
  .site-footer-contacts,
  .site-footer-gfx-links {
    float: left;
  }
  .site-footer-contacts {
    width: 62%;
  }
  .site-footer-gfx-links {
    margin-top: 0;
    width: 38%;
  }
}

/* Site footer media query */
@media (min-width: 801px) {
  .site-footer-row {
    width: 100%;
    display: table;
  }
  .site-footer-alpha,
  .site-footer-beta {
    display: table-cell;
    vertical-align: top;
  }
  .site-footer-beta {
    width: 30%;
    margin: 0;
  }
}

/* Sub Footer */
.site-sub-footer {
  padding: 20px 0;
  background-color: #2c2c2c;
  color: #dbdbdb;
  font-size: 12px;
  line-height: 1.4;
}

.site-sub-footer-links {
  margin-right: 15px;
}

.site-copyright {
  margin-top: 15px;
  color: #a2a2a2;
}

.site-powered-by {
  margin-top: 5px;
  color: #a2a2a2;
  font-size: 10px;
  font-style: italic;
}

.site-powered-by-img {
  vertical-align: middle;
  margin-left: 5px;
}

@media (min-width: 481px) {
  .site-sub-footer-row {
    width: 100%;
    display: table;
  }
  .site-sub-footer-alpha,
  .site-sub-footer-beta {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }
  .site-sub-footer-beta {
    text-align: right;
  }
  .site-sub-footer-links,
  .site-copyright,
  .site-powered-by {
    display: inline-block;
  }
  .site-copyright:first-child {
    margin-top: 0;
  }
  .site-powered-by {
    margin-left: 15px;
  }
}

/*-----------------------------------------------------------------------------
    Contact Us
-----------------------------------------------------------------------------*/
.contact-us-detail {
  width: 240px;
  position: relative;
  margin-top: 25px;
  color: #2e2c75;
  font-size: 12px;
}

.contact-us-detail:before {
  font-size: 48px;
  font-family: 'Icon Font';
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  dipslay: table-cell;
}

.contact-us-detail .emphasis {
  font-size: 18px;
  font-weight: bold;
}

.contact-us-detail + .contact-us-detail {
  margin-top: 10px;
}

.contact-us-detail--call:before {
  content: "";
}

.contact-us-detail--call .emphasis {
  color: #ed3028;
}

.contact-us-detail--fax:before {
  content: "";
}

@media (min-width: 481px) {
  .contact-us-detail {
    font-size: 14px;
  }
  .contact-us-detail .emphasis {
    font-size: 22px;
  }
}

@media (min-width: 641px) {
  .contact-us-detail {
    margin-top: 0;
    margin-left: auto;
  }
}

.contact-us-map-hdr {
  margin-top: 25px;
  position: relative;
}

.contact-us-map-hdr:before {
  content: '';
  padding-top: 75%;
  display: block;
}

.contact-us-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 481px) {
  .contact-us-map-hdr:before {
    padding-top: 50%;
  }
}

@media (min-width: 641px) {
  .contact-us-map-hdr {
    margin-top: 40px;
  }
}

/*-----------------------------------------------------------------------------
    FAQs
-----------------------------------------------------------------------------*/
.faq-group {
  margin-top: 25px;
}

.faq-group:first-child {
  margin-top: 0;
}

@media (min-width: 481px) {
  .faq-group {
    margin-top: 50px;
  }
}

/*-----------------------------------------------------------------------------
    Incentives
-----------------------------------------------------------------------------*/
.incentives-list {
  margin-left: -10px;
  margin-bottom: 30px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}

.incentives-list-item {
  width: 50%;
  float: left;
  padding-left: 10px;
  margin-top: 20px;
}

.incentives-list-item:nth-child(2n+1) {
  clear: left;
}

.incentive-list-obj {
  max-width: 315px;
  margin: 0 auto;
  display: block;
}

.incentive-list-obj-img {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 481px) {
  .incentives-list {
    margin-top: 10px;
    margin-bottom: 45px;
    font-size: 14px;
  }
}

@media (min-width: 641px) {
  .incentives-list {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 16px;
  }
  .incentives-list-item {
    width: 33.3333%;
  }
  .incentives-list-item:nth-child(n) {
    clear: none;
  }
  .incentives-list-item:nth-child(3n+1) {
    clear: none;
  }
}

@media (min-width: 801px) {
  .incentives-list {
    margin-top: 30px;
    margin-bottom: 90px;
  }
}

/*-----------------------------------------------------------------------------
    Merchandise
-----------------------------------------------------------------------------*/
.merchandise-list {
  font-weight: bold;
  margin-left: -15px;
}

.merchandise-list:after {
  content: '';
  display: block;
  clear: both;
}

.merchandise-list-item {
  width: 50%;
  padding-left: 15px;
  margin-top: 15px;
  float: left;
}

.merchandise-list-item:nth-child(2n+1) {
  clear: left;
}

.merchandise-gfx {
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.25);
}

.merchandise-gfx-img {
  width: 100%;
  display: block;
}

.merchandise-val {
  color: #2e2c75;
  font-size: 1.375em;
}

@media (min-width: 481px) {
  .merchandise-list-item {
    width: 33.3333%;
  }
  .merchandise-list-item:nth-child(n) {
    clear: none;
  }
  .merchandise-list-item:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 641px) {
  .merchandise-list {
    margin-top: 20px;
  }
  .merchandise-list-item {
    margin-top: 20px;
  }
}

/*-----------------------------------------------------------------------------
    Landing
-----------------------------------------------------------------------------*/
.landing-learn-section {
  padding-bottom: 80px;
  background: url(../images/contents/banners/lets-learn.jpg) center bottom no-repeat #f0f0f0;
  background-size: auto 100%;
}

.landing-banner-carousel {
  margin-top: 30px;
}

@media (min-width: 641px) {
  .landing-learn-section {
    padding-bottom: 105px;
  }
}

@media (min-width: 801px) {
  .landing-learn-section {
    padding-bottom: 130px;
  }
  .landing-banner-carousel {
    margin-top: 50px;
  }
}

/*-----------------------------------------------------------------------------

    Locations
-----------------------------------------------------------------------------*/
.location-search-section {
  padding: 15px 0;
  background-color: #ad1016;
  color: #fff;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: 600;
}

.location-search-section .field {
  border: 0;
}

.location-search-heading {
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.location-search-col {
  padding-top: 10px;
}

.location-search-col .field-hdr {
  padding-right: 0;
}

.location-search-input-group {
  width: 100%;
  display: table;
}

.location-search-input-label,
.location-search-input-el {
  display: table-cell;
  vertical-align: middle;
}

.location-search-input-label {
  font-size: 12px;
  width: 3.92857rem;
}

@media (min-width: 481px) {
  .location-search-heading {
    font-size: 21px;
  }
  .location-search-input-label {
    font-size: 14px;
  }
}

@media (min-width: 641px) {
  .location-search-section {
    padding: 30px 0;
  }
  .location-search-row {
    overflow: hidden;
    margin-left: -15px;
  }
  .location-search-heading {
    padding-left: 15px;
    font-size: 24px;
  }
  .location-search-col {
    width: 33.3333%;
    padding: 15px 0 0 15px;
    float: left;
  }
}

@media (min-width: 641px) and (max-width: 800px) {
  .location-search-input-group,
  .location-search-input-label,
  .location-search-input-el {
    display: block;
  }
  .location-search-input-label {
    width: auto;
  }
  .location-search-input-el {
    margin-top: 5px;
  }
  .location-search-col--text {
    padding-top: 35px;
  }
}

@media (min-width: 801px) {
  .location-search-col--city .location-search-input-label {
    width: 2.75rem;
  }
  .location-search-col--text {
    padding-left: 25px;
  }
}

@media (min-width: 1025px) {
  .location-search-row {
    width: 100%;
    margin: 0;
    display: table;
    table-layout: fixed;
  }
  .location-search-heading,
  .location-search-col {
    padding-top: 0;
    display: table-cell;
    vertical-align: middle;
  }
  .location-search-heading {
    width: 13%;
    padding-left: 0;
  }
  .location-search-col {
    width: 30%;
    width: auto;
    float: none;
  }
  .location-search-col--text {
    width: 27%;
  }
}

/*-----------------------------------------------------------------------------
    Newsroom
-----------------------------------------------------------------------------*/
.featured-news > .accordion-trigger {
  padding-left: 65px;
}

.featured-news > .accordion-trigger:before {
  font-size: 36px;
  font-family: 'Icon Font';
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 20px;
  color: #ffba00;
}

.featured-news.is-active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/*-----------------------------------------------------------------------------
    Earn With Us
-----------------------------------------------------------------------------*/
.gfx-person-regular,
.gfx-person-suit {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.gfx-person-regular:before, .gfx-person-regular:after,
.gfx-person-suit:before,
.gfx-person-suit:after {
  content: '';
  position: absolute;
}

.gfx-person-regular:before,
.gfx-person-suit:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/contents/pages/earn-with-us/sprite-characters.png) left top no-repeat;
  background-size: 75px 75px;
  z-index: 1;
}

.gfx-person-regular:after,
.gfx-person-suit:after {
  border-radius: 50%;
}

.gfx-person-regular,
.gfx-person-regular.gfx-person-regular--small {
  width: 28px;
  height: 38px;
}

.gfx-person-regular:after,
.gfx-person-regular.gfx-person-regular--small:after {
  width: 15px;
  height: 15px;
  top: 4px;
  left: 8px;
}

.gfx-person-suit,
.gfx-person-suit.gfx-person-suit--small {
  width: 45px;
  height: 74px;
}

.gfx-person-suit:before,
.gfx-person-suit.gfx-person-suit--small:before {
  background-position: -29px top;
}

.gfx-person-suit:after,
.gfx-person-suit.gfx-person-suit--small:after {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 19px;
}

@media (min-width: 481px) {
  .gfx-person-regular:before,
  .gfx-person-suit:before {
    background-size: 100px 100px;
  }
  .gfx-person-regular.gfx-person-regular--small:before,
  .gfx-person-suit.gfx-person-suit--small:before {
    background-size: 75px 75px;
  }
  .gfx-person-regular {
    width: 40px;
    height: 50px;
  }
  .gfx-person-regular:after {
    width: 20px;
    height: 20px;
    top: 5px;
    left: 10px;
  }
  .gfx-person-suit {
    width: 60px;
    height: 100px;
  }
  .gfx-person-suit:before {
    background-position: -40px top;
  }
  .gfx-person-suit:after {
    width: 18px;
    height: 18px;
    top: 4px;
    left: 21px;
  }
}

.gfx-person-yellow-head:after {
  background-color: #e9eea4;
}

.gfx-person-purple-head:after {
  background-color: #c499df;
}

.gfx-person-cyan-head:after {
  background-color: #6dd5d6;
}

.gfx-person-red-head:after {
  background-color: #f7575c;
}

.gfx-person-magenta-head:after {
  background-color: #d56f9a;
}

.gfx-person-olive-head:after {
  background-color: #b8d270;
}

.gfx-person-maroon-head:after {
  background-color: #d27070;
}

.gfx-person-brown-head:after {
  background-color: #cea371;
}

.gfx-person-dark-blue-head:after {
  background-color: #6c7699;
}

.gfx-person-dark-purple-head:after {
  background-color: #883088;
}

.earn-with-us .referral-chart {
  margin: 40px auto;
  font-size: 16px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.earn-with-us .referral-chart-heading {
  margin-bottom: 15px;
  color: #ed3028;
  font-size: 18px;
  text-align: center;
}

.earn-with-us .referral-chart-body {
  position: relative;
}

.earn-with-us .referral-chart-body:before {
  content: '';
  border-radius: 10em 10em 0 0;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 67px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.earn-with-us .referral-chart-body:after {
  content: '';
  display: block;
  clear: both;
}

.earn-with-us .referral-chart-body-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.earn-with-us .referral-chart-you {
  padding-top: 160px;
  background: url(../images/contents/pages/earn-with-us/gfx-you.png) center top no-repeat;
  background-size: auto 150px;
}

.earn-with-us .referral-chart-people {
  margin: 15px -5px 0;
  overflow: hidden;
}

.earn-with-us .referral-chart-person {
  width: 33.3333%;
  padding: 0 5px;
  float: left;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.earn-with-us .referral-chart-person:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.earn-with-us .referral-chart-person:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.earn-with-us .referral-chart-person-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: table;
  background-color: #ed3028;
  color: #fff;
  font-size: 30px;
}

.earn-with-us .referral-chart-person-circle-inner {
  display: table-cell;
  vertical-align: middle;
}

.earn-with-us .referral-chart-person-visual {
  height: 85px;
  margin-bottom: 10px;
  background: center bottom no-repeat;
  background-size: auto 80px;
}

.earn-with-us .referral-chart-person--woman-1 .referral-chart-person-visual {
  background-image: url(../images/contents/pages/earn-with-us/gfx-woman-1.png);
}

.earn-with-us .referral-chart-person--woman-2 .referral-chart-person-visual {
  background-image: url(../images/contents/pages/earn-with-us/gfx-woman-2.png);
}

.earn-with-us .referral-chart-person--man-1 .referral-chart-person-visual {
  background-image: url(../images/contents/pages/earn-with-us/gfx-man-1.png);
}

.earn-with-us .referral-chart-person--man-2 .referral-chart-person-visual {
  background-image: url(../images/contents/pages/earn-with-us/gfx-man-2.png);
}

.earn-with-us .referral-chart-person--man-3 .referral-chart-person-visual {
  background-image: url(../images/contents/pages/earn-with-us/gfx-man-3.png);
}

.earn-with-us .referral-chart-person--man-4 .referral-chart-person-visual {
  background-image: url(../images/contents/pages/earn-with-us/gfx-man-4.png);
}

.earn-with-us .referral-chart.animate-in .referral-chart-person {
  opacity: 1;
}

@media (min-width: 400px) {
  .earn-with-us .referral-chart-body:before {
    bottom: 50px;
  }
}

@media (min-width: 481px) {
  .earn-with-us .referral-chart {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .earn-with-us .referral-chart-heading {
    font-size: 21px;
  }
}

@media (min-width: 481px) and (max-width: 640px), (min-width: 801px) {
  .earn-with-us .referral-chart {
    font-size: 18px;
  }
  .earn-with-us .referral-chart-person-visual {
    height: 120px;
    background-size: auto 120px;
  }
}

@media (min-width: 641px) {
  .earn-with-us .referral-chart {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .earn-with-us .referral-chart-body {
    padding: 0 30px;
  }
  .earn-with-us .referral-chart-body:before {
    border-radius: 10em;
  }
  .earn-with-us .referral-chart-you {
    width: 30%;
    margin-top: 15px;
    float: left;
  }
  .earn-with-us .referral-chart-people {
    width: 70%;
    margin-top: 0;
    float: right;
  }
  .earn-with-us .referral-chart-heading {
    font-size: 26px;
  }
}

@media (min-width: 801px) {
  .earn-with-us .referral-chart-body {
    padding: 0 50px;
  }
  .earn-with-us .referral-chart-body:before {
    bottom: 52px;
  }
  .earn-with-us .referral-chart-you {
    margin-top: 7px;
    padding-top: 200px;
    background-size: auto;
  }
  .earn-with-us .referral-chart-people {
    width: 65%;
  }
}

@media (min-width: 1025px) {
  .earn-with-us .referral-chart {
    font-size: 20px;
  }
  .earn-with-us .referral-chart-body:before {
    bottom: 59px;
  }
}

.earn-with-us .referral-commission {
  margin-top: 30px;
}

.earn-with-us .referral-commission + .referral-commission {
  margin-top: 10px;
}

.earn-with-us .referral-commission-desktop {
  display: none;
}

.earn-with-us .referral-commission-diagram {
  padding: 10px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.earn-with-us .referral-commission-diagram,
.earn-with-us .referral-commission-table .referral-commission-diagram {
  background-color: #fff;
}

.earn-with-us .referral-commission-diagram .diagram-steps {
  width: 100%;
  display: table;
}

.earn-with-us .referral-commission-diagram .diagram-step {
  width: 35%;
  display: table-cell;
  padding-left: 30px;
  background: url(../images/contents/pages/earn-with-us/arrow-dashed-right.png) 5px center no-repeat;
  background-size: 20px;
  vertical-align: middle;
}

.earn-with-us .referral-commission-diagram .diagram-step:first-child {
  width: 30%;
  padding-left: 0;
  background-image: none;
}

.earn-with-us .referral-commission-diagram .diagram-round {
  width: 55px;
  height: 55px;
  padding-left: 2px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ed3028;
  color: #fff;
  font-size: 11px;
  padding-top: 15px;
}

.earn-with-us .referral-commission-diagram .diagram-round > .emphasis {
  font-size: 190%;
}

.earn-with-us .referral-commission-diagram .diagram-heading {
  color: #ed3028;
}

.earn-with-us .referral-commission-diagram .diagram-members {
  color: #75ccd0;
}

.earn-with-us .referral-commission-diagram .diagram-members > .emphasis {
  font-size: 120%;
}

.earn-with-us .referral-commission-diagram .diagram-top-up {
  padding-top: 26px;
  display: inline-block;
  background: url(../images/contents/pages/earn-with-us/icon-arrow-up.png) center top no-repeat;
  background-size: 26px auto;
  color: #666;
  font-size: 9px;
  vertical-align: middle;
}

.earn-with-us .referral-commission-diagram .diagram-top-up > .emphasis {
  color: #75ccd0;
  font-size: 265%;
}

.earn-with-us .referral-commission-diagram .no-transform {
  text-transform: none;
}

@media (min-width: 401px) {
  .earn-with-us .referral-commission-diagram .diagram-step {
    padding-left: 40px;
    background-size: 30px auto;
  }
  .earn-with-us .referral-commission-diagram .diagram-round {
    margin: 0 10px;
  }
}

@media (min-width: 481px) and (max-width: 640px), (min-width: 801px) {
  .earn-with-us .referral-commission-diagram {
    padding: 15px;
  }
  .earn-with-us .referral-commission-diagram .diagram-step {
    padding-left: 55px;
    background-size: 45px auto;
  }
  .earn-with-us .referral-commission-diagram .diagram-round {
    width: 70px;
    height: 70px;
    padding-top: 17px;
    font-size: 13px;
  }
  .earn-with-us .referral-commission-diagram .diagram-round > .emphasis {
    font-size: 215%;
  }
  .earn-with-us .referral-commission-diagram .diagram-top-up {
    font-size: 11px;
  }
}

.earn-with-us .referral-commission-table {
  width: 100%;
}

.earn-with-us .referral-commission-table > * > tr > th,
.earn-with-us .referral-commission-table > * > tr > td {
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.earn-with-us .referral-commission-table > thead > tr > th {
  background-color: #75ccd0;
  color: #fff;
  text-transform: uppercase;
}

.earn-with-us .referral-commission-table > thead > tr > th:empty {
  background-color: transparent;
}

.earn-with-us .referral-commission-table > thead > tr > .alt-cell {
  background-color: #67b9bd;
  color: #fff;
}

.earn-with-us .referral-commission-table > tbody > tr > td {
  border-top: 1px solid #fff;
  background-color: #e1e1e1;
}

.earn-with-us .referral-commission-table > tbody > tr > .alt-cell {
  background-color: #dadada;
}

.earn-with-us .referral-commission-table > tbody > tr:first-child > td {
  border-top-width: 0;
}

@media (min-width: 481px) {
  .earn-with-us .referral-commission-table > * > tr > th,
  .earn-with-us .referral-commission-table > * > tr > td {
    padding: 15px;
  }
  .earn-with-us .referral-commission-table > tbody > tr > th,
  .earn-with-us .referral-commission-table > tbody > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .earn-with-us .referral-commission-table .diagram-heading {
    font-size: 18px;
  }
}

@media (min-width: 641px) {
  .earn-with-us .referral-commission-mobile {
    display: none;
  }
  .earn-with-us .referral-commission-desktop {
    display: block;
  }
}

.earn-with-us .new-year-bonus-table {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.earn-with-us .new-year-bonus-table > * > tr > .table-header-cell {
  font-size: 16px;
}

.earn-with-us .new-year-bonus-table > * > .cyan-row > td,
.earn-with-us .new-year-bonus-table > * > tr > .cyan-cell {
  color: #76ccd1;
  font-size: 24px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
}

.earn-with-us .new-year-bonus-table > * > .red-row > td,
.earn-with-us .new-year-bonus-table > * > tr > .red-cell {
  color: #ed3028;
  font-size: 30px;
}

.earn-with-us .new-year-bonus-table .small-text {
  margin-left: -0.2em;
  display: inline-block;
  font-size: 50%;
  letter-spacing: -0.05em;
}

.earn-with-us .new-year-bonus-table .members-img {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 481px) {
  .earn-with-us .new-year-bonus-table > * > tr > td {
    padding: 30px 5px;
  }
  .earn-with-us .new-year-bonus-table > * > tr > .table-header-cell {
    font-size: 20px;
  }
  .earn-with-us .new-year-bonus-table > * > .cyan-row > td,
  .earn-with-us .new-year-bonus-table > * > tr > .cyan-cell {
    font-size: 30px;
  }
  .earn-with-us .new-year-bonus-table > * > .red-row > td,
  .earn-with-us .new-year-bonus-table > * > tr > .red-cell {
    font-size: 40px;
  }
  .earn-with-us .new-year-bonus-table .small-text {
    margin-left: -0.3em;
  }
}

@media (min-width: 641px) {
  .earn-with-us .new-year-bonus-table .small-text {
    display: block;
  }
  .earn-with-us .new-year-bonus-table .members-img {
    height: 65px;
  }
}

@media (min-width: 1025px) {
  .earn-with-us .new-year-bonus-table .small-text {
    display: inline-block;
  }
}

.earn-with-us .fast-track-bonus:after {
  content: '';
  display: block;
  clear: both;
}

.earn-with-us .fast-track-bonus-emphasis {
  padding-top: 25px;
  color: #93c741;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 481px) {
  .earn-with-us .fast-track-bonus-emphasis {
    font-size: 20px;
  }
}

@media (min-width: 801px) {
  .earn-with-us .fast-track-bonus-emphasis {
    padding-top: 40px;
  }
}

.earn-with-us .unlimited-referrals-chart {
  color: #1db2ae;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

.earn-with-us .unlimited-referrals-chart .user-arrow {
  width: 13px;
  background: url(../images/contents/pages/earn-with-us/arrow-black-up.png) center top no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  padding-top: 15px;
  opacity: 0;
}

.earn-with-us .unlimited-referrals-chart .user-arrow:after {
  content: '';
  width: 0;
  height: 10px;
  border-left: 1px dashed #000;
  display: block;
  margin: 0 auto;
}

.earn-with-us .unlimited-referrals-chart > .row-1:after,
.earn-with-us .unlimited-referrals-chart > .row-2:after {
  content: '';
  display: block;
  clear: both;
}

.earn-with-us .unlimited-referrals-chart > .row-1 > .col,
.earn-with-us .unlimited-referrals-chart > .row-2 > .col {
  width: 14.28571%;
  position: relative;
  float: left;
  opacity: 0;
}

.earn-with-us .unlimited-referrals-chart > .row-1 > .col:before,
.earn-with-us .unlimited-referrals-chart > .row-2 > .col:before {
  content: '';
  width: 0;
  height: 10px;
  border-left: 1px dashed #000;
  display: block;
  margin: 0 auto 5px;
}

.earn-with-us .unlimited-referrals-chart > .row-1 > .col:after,
.earn-with-us .unlimited-referrals-chart > .row-2 > .col:after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 1px dashed #000;
  position: absolute;
  top: 0;
  left: -50%;
}

.earn-with-us .unlimited-referrals-chart > .row-1 > .col:first-child:after,
.earn-with-us .unlimited-referrals-chart > .row-2 > .col:first-child:after {
  display: none;
}

.earn-with-us .unlimited-referrals-chart > .row-1 > .vertical-line:before,
.earn-with-us .unlimited-referrals-chart > .row-2 > .vertical-line:before {
  height: 80px;
}

.earn-with-us .unlimited-referrals-chart > .row-2 > .vertical-line:before {
  height: 85px;
}

.earn-with-us .unlimited-referrals-chart > .row-3 {
  position: relative;
  text-align: right;
  opacity: 0;
}

.earn-with-us .unlimited-referrals-chart > .row-3:before {
  content: '';
  height: 0;
  border-top: 1px dashed #000;
  position: absolute;
  top: 0;
  left: 7.14286%;
  right: 45px;
}

.earn-with-us .unlimited-referrals-chart > .row-3 .chart-text {
  padding: 5px;
  position: absolute;
  top: -13px;
  right: 45px;
  z-index: 1;
  background-color: #f5f5f5;
  color: #ed3028;
  font-size: 122.22222%;
}

.earn-with-us .unlimited-referrals-chart > .row-3 .chart-arrow {
  width: 15px;
  height: 13px;
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  margin-top: -7px;
  background: url(../images/contents/pages/earn-with-us/arrow-red-right.png) center no-repeat;
  background-size: cover;
}

.earn-with-us .unlimited-referrals-chart > .row-3 .chart-arrow:before {
  content: '';
  width: 15px;
  height: 0;
  border-top: 1px dashed #ed3028;
  position: absolute;
  top: 6px;
  right: 17px;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-1 > .col,
.earn-with-us .unlimited-referrals-chart.animate-in > .row-2 > .col,
.earn-with-us .unlimited-referrals-chart.animate-in > .row-3,
.earn-with-us .unlimited-referrals-chart.animate-in .user-arrow {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-1 > .col:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-1 > .col:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-1 > .col:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-1 > .col:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-1 > .col:nth-child(6) {
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-1 > .col:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.earn-with-us .unlimited-referrals-chart.animate-in .user-arrow {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-2 > .col:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-2 > .col:nth-child(6) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-2 > .col:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-2 > .col:nth-child(4) {
  -webkit-transition-delay: 2.0s;
          transition-delay: 2.0s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-2 > .col:nth-child(3) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-2 > .col:nth-child(2) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-2 > .col:first-child {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.earn-with-us .unlimited-referrals-chart.animate-in > .row-3 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media (min-width: 481px) {
  .earn-with-us .unlimited-referrals-chart {
    font-size: 16px;
  }
  .earn-with-us .unlimited-referrals-chart .row-1 .vertical-line:before {
    height: 90px;
  }
  .earn-with-us .unlimited-referrals-chart .row-2 .vertical-line:before {
    height: 95px;
  }
  .earn-with-us .unlimited-referrals-chart .row-3:before {
    right: 60px;
  }
  .earn-with-us .unlimited-referrals-chart .row-3 .chart-text {
    top: -16px;
    right: 60px;
  }
  .earn-with-us .unlimited-referrals-chart .row-3 .chart-arrow:before {
    width: 25px;
  }
}

@media (min-width: 801px) {
  .earn-with-us .unlimited-referrals-chart {
    width: 50%;
    padding-right: 15px;
    float: left;
  }
}

.earn-with-us .payouts {
  padding-top: 25px;
  text-align: center;
}

.earn-with-us .payouts-header {
  margin-bottom: 15px;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: 600;
}

.earn-with-us .payouts-heading {
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 481px) {
  .earn-with-us .payouts-heading {
    font-size: 22px;
  }
}

@media (min-width: 641px) {
  .earn-with-us .payouts .table {
    font-size: 18px;
  }
}

@media (min-width: 801px) {
  .earn-with-us .payouts {
    width: 50%;
    padding-top: 0;
    padding-left: 15px;
    float: left;
  }
}

.earn-with-us .network-growth-chart {
  max-width: 290px;
  margin: 0 auto;
  position: relative;
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
  font-weight: 600;
}

.earn-with-us .network-growth-chart .main-axis {
  margin-top: 5px;
  position: relative;
  padding-left: 24px;
}

.earn-with-us .network-growth-chart .main-axis:before {
  content: '';
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 18px;
  border: 0 dotted #7d7d7d;
  border-left-width: 2px;
}

.earn-with-us .network-growth-chart .main-axis:after {
  content: '';
  width: 16px;
  height: 18px;
  position: absolute;
  left: 16px;
  bottom: 0;
  background: url(../images/contents/pages/earn-with-us/arrow-grey-down.png) center no-repeat;
  background-size: cover;
}

.earn-with-us .network-growth-chart .branch,
.earn-with-us .network-growth-chart .branch-sub {
  position: relative;
}

.earn-with-us .network-growth-chart .branch:before,
.earn-with-us .network-growth-chart .branch-sub:before {
  content: '';
  width: 10px;
  height: 0;
  border: 0 dotted #7d7d7d;
  border-top-width: 2px;
  display: inline-block;
  vertical-align: middle;
}

.earn-with-us .network-growth-chart .branch {
  padding: 5px 0;
}

.earn-with-us .network-growth-chart .branch:first-child, .earn-with-us .network-growth-chart .branch:nth-child(3) {
  display: none;
}

.earn-with-us .network-growth-chart .branch .gfx-person-regular {
  margin: 0 5px;
}

.earn-with-us .network-growth-chart .branch--blank:before,
.earn-with-us .network-growth-chart .branch--blank .gfx-person-regular {
  visibility: hidden;
}

.earn-with-us .network-growth-chart .branch--blank .red-line {
  top: -5px;
  bottom: -5px;
}

.earn-with-us .network-growth-chart .branch--blank.branch--blank {
  padding: 0;
}

.earn-with-us .network-growth-chart .branch-sub {
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
}

.earn-with-us .network-growth-chart .branch-sub:before {
  margin-top: 10px;
}

.earn-with-us .network-growth-chart .contributor {
  display: inline-block;
  color: #1db2ae;
  text-align: center;
  vertical-align: middle;
}

.earn-with-us .network-growth-chart .selected-people {
  position: relative;
  display: inline-block;
}

.earn-with-us .network-growth-chart .selected-people-box {
  content: '';
  position: absolute;
  top: -4px;
  right: -3px;
  bottom: -4px;
  left: -3px;
  border: 2px dotted #ed3028;
}

.earn-with-us .network-growth-chart .selected-people-br {
  display: none;
}

.earn-with-us .network-growth-chart .red-line {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 151px;
  border: 0 dotted #ed3028;
  border-left-width: 2px;
}

.earn-with-us .network-growth-chart .chart-desc {
  position: absolute;
  top: 15px;
  left: 75px;
  right: 15px;
  text-align: center;
}

.earn-with-us .network-growth-chart .chart-heading {
  margin-bottom: 15px;
  color: #ed3028;
}

.earn-with-us .network-growth-chart .chart-heading-arrow {
  width: 18px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  margin-right: 5px;
  right: 100%;
  background: url(../images/contents/pages/earn-with-us/arrow-red-left.png) center no-repeat;
  background-size: cover;
}

.earn-with-us .network-growth-chart .chart-heading-arrow:before {
  content: '';
  width: 100%;
  height: 0;
  border: 0 dotted #ed3028;
  border-top-width: 2px;
  position: absolute;
  top: 50%;
  left: 100%;
}

.earn-with-us .network-growth-chart .chart-paragraph {
  margin-top: 15px;
  font-size: 12px;
}

.earn-with-us .network-growth-chart .main-axis,
.earn-with-us .network-growth-chart .branch,
.earn-with-us .network-growth-chart .branch-sub,
.earn-with-us .network-growth-chart .contributor,
.earn-with-us .network-growth-chart .gfx-person-regular,
.earn-with-us .network-growth-chart .selected-people-box,
.earn-with-us .network-growth-chart .chart-desc,
.earn-with-us .network-growth-chart .chart-heading-arrow,
.earn-with-us .network-growth-chart .red-line {
  opacity: 0;
}

.earn-with-us .network-growth-chart.animate-in .main-axis,
.earn-with-us .network-growth-chart.animate-in .branch,
.earn-with-us .network-growth-chart.animate-in .branch-sub,
.earn-with-us .network-growth-chart.animate-in .contributor,
.earn-with-us .network-growth-chart.animate-in .gfx-person-regular,
.earn-with-us .network-growth-chart.animate-in .selected-people-box,
.earn-with-us .network-growth-chart.animate-in .chart-desc,
.earn-with-us .network-growth-chart.animate-in .chart-heading-arrow,
.earn-with-us .network-growth-chart.animate-in .red-line {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.earn-with-us .network-growth-chart.animate-in .contributor .gfx-person-regular,
.earn-with-us .network-growth-chart.animate-in .branch-5 .red-line,
.earn-with-us .network-growth-chart.animate-in .branch-6 .person-1,
.earn-with-us .network-growth-chart.animate-in .branch-7 .person-1,
.earn-with-us .network-growth-chart.animate-in .branch-8 .person-1,
.earn-with-us .network-growth-chart.animate-in .branch-9 .person-1 {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.earn-with-us .network-growth-chart.animate-in .branch-2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.earn-with-us .network-growth-chart.animate-in .branch-2 .person-1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.earn-with-us .network-growth-chart.animate-in .branch-2 .branch-sub {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.earn-with-us .network-growth-chart.animate-in .branch-2 .person-2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.earn-with-us .network-growth-chart.animate-in .branch-2 .person-3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.earn-with-us .network-growth-chart.animate-in .branch-2 .person-4 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.earn-with-us .network-growth-chart.animate-in .branch-2 .person-5 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.earn-with-us .network-growth-chart.animate-in .branch-4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.earn-with-us .network-growth-chart.animate-in .branch-4 .person-1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.earn-with-us .network-growth-chart.animate-in .branch-4 .branch-sub {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.earn-with-us .network-growth-chart.animate-in .branch-4 .person-2 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.earn-with-us .network-growth-chart.animate-in .branch-4 .person-3 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.earn-with-us .network-growth-chart.animate-in .branch-4 .person-4 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.earn-with-us .network-growth-chart.animate-in .branch-4 .person-5 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.earn-with-us .network-growth-chart.animate-in .branch-2 .selected-people-box,
.earn-with-us .network-growth-chart.animate-in .branch-4 .selected-people-box,
.earn-with-us .network-growth-chart.animate-in .branch-5,
.earn-with-us .network-growth-chart.animate-in .branch-6,
.earn-with-us .network-growth-chart.animate-in .branch-7,
.earn-with-us .network-growth-chart.animate-in .branch-8,
.earn-with-us .network-growth-chart.animate-in .branch-9,
.earn-with-us .network-growth-chart.animate-in .chart-heading-arrow {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media (min-width: 401px) {
  .earn-with-us .network-growth-chart {
    max-width: 320px;
  }
  .earn-with-us .network-growth-chart .branch {
    padding: 10px 0;
  }
  .earn-with-us .network-growth-chart .branch .gfx-person-regular {
    margin: 0 10px;
  }
  .earn-with-us .network-growth-chart .selected-people-box:before {
    top: -8px;
    bottom: -8px;
  }
  .earn-with-us .network-growth-chart .red-line {
    left: 181px;
  }
  .earn-with-us .network-growth-chart .chart-desc {
    left: 100px;
  }
  .earn-with-us .network-growth-chart .chart-heading-arrow {
    margin-right: 15px;
  }
}

@media (min-width: 481px) {
  .earn-with-us .network-growth-chart {
    max-width: 385px;
  }
  .earn-with-us .network-growth-chart .main-axis {
    padding-left: 30px;
  }
  .earn-with-us .network-growth-chart .main-axis:before {
    left: 28px;
  }
  .earn-with-us .network-growth-chart .red-line {
    left: 220px;
  }
  .earn-with-us .network-growth-chart .chart-desc {
    left: 125px;
  }
  .earn-with-us .network-growth-chart .chart-heading {
    font-size: 16px;
  }
  .earn-with-us .network-growth-chart .chart-heading-arrow {
    margin-right: 30px;
  }
  .earn-with-us .network-growth-chart .chart-paragraph {
    font-size: 14px;
  }
}

@media (min-width: 641px) {
  .earn-with-us .network-growth-chart {
    max-width: 100%;
  }
  .earn-with-us .network-growth-chart:after {
    content: '';
    display: block;
    clear: both;
  }
  .earn-with-us .network-growth-chart .user {
    position: absolute;
    top: 0;
    left: 0;
  }
  .earn-with-us .network-growth-chart .main-axis {
    padding-left: 60px;
  }
  .earn-with-us .network-growth-chart .main-axis:before {
    border-left-width: 0;
    border-top-width: 2px;
    top: 15px;
    left: 70px;
    right: 18px;
    bottom: auto;
  }
  .earn-with-us .network-growth-chart .main-axis:after {
    width: 18px;
    height: 16px;
    background-image: url(../images/contents/pages/earn-with-us/arrow-grey-right.png);
    top: 7px;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .earn-with-us .network-growth-chart .branch:before,
  .earn-with-us .network-growth-chart .branch-sub:before {
    width: 0;
    height: 15px;
    border-top-width: 0;
    border-left-width: 2px;
    display: block;
    margin: 0 auto 5px;
  }
  .earn-with-us .network-growth-chart .branch {
    width: 14.28571%;
    padding-top: 16px;
    padding-bottom: 0;
    position: static;
    float: left;
    text-align: center;
  }
  .earn-with-us .network-growth-chart .branch-sub .gfx-person-regular {
    margin: 10px;
  }
  .earn-with-us .network-growth-chart .branch--blank,
  .earn-with-us .network-growth-chart .branch:nth-child(3) {
    position: relative;
  }
  .earn-with-us .network-growth-chart .red-line {
    border-top-width: 2px;
    border-left-width: 0;
    left: 5px;
    right: 5px;
    top: 275px;
    bottom: auto;
  }
  .earn-with-us .network-growth-chart .branch--blank .red-line {
    top: 275px;
    left: 0;
    right: 0;
  }
  .earn-with-us .network-growth-chart .contributor {
    font-size: 20px;
  }
  .earn-with-us .network-growth-chart .contributor .gfx-person-regular {
    margin-bottom: 3px;
  }
  .earn-with-us .network-growth-chart .selected-people-box {
    top: -3px;
    right: -5px;
    bottom: -3px;
    left: -5px;
  }
  .earn-with-us .network-growth-chart .selected-people-br {
    display: block;
  }
  .earn-with-us .network-growth-chart .chart-desc {
    top: 170px;
    left: 50%;
  }
  .earn-with-us .network-growth-chart .chart-heading {
    font-size: 24px;
  }
  .earn-with-us .network-growth-chart .chart-heading-arrow {
    width: 16px;
    height: 18px;
    top: -40px;
    left: 50%;
    right: auto;
    margin-left: -8px;
    margin-right: 0;
    background-image: url(../images/contents/pages/earn-with-us/arrow-red-up.png);
  }
  .earn-with-us .network-growth-chart .chart-heading-arrow:before {
    width: 0;
    height: 20px;
    border-top-width: 0;
    border-left-width: 2px;
    top: 100%;
    left: 7px;
  }
  .earn-with-us .network-growth-chart .chart-paragraph {
    font-size: 16px;
  }
}

@media (min-width: 801px) {
  .earn-with-us .network-growth-chart {
    max-width: 940px;
  }
  .earn-with-us .network-growth-chart .main-axis {
    padding-left: 80px;
    padding-right: 40px;
  }
  .earn-with-us .network-growth-chart .branch {
    width: 11.11111%;
  }
  .earn-with-us .network-growth-chart .branch:first-child, .earn-with-us .network-growth-chart .branch:nth-child(3) {
    display: block;
  }
  .earn-with-us .network-growth-chart .chart-desc {
    width: 43%;
    left: 57%;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-1 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-2 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-2 .person-1 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-2 .branch-sub {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-2 .person-2 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-2 .person-3 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-2 .person-4 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-2 .person-5 {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-3 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-4 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-4 .person-1 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-4 .branch-sub {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-4 .person-2 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-4 .person-3 {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-4 .person-4 {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-4 .person-5 {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .earn-with-us .network-growth-chart.animate-in .branch-2 .selected-people-box,
  .earn-with-us .network-growth-chart.animate-in .branch-4 .selected-people-box,
  .earn-with-us .network-growth-chart.animate-in .branch-3 .red-line,
  .earn-with-us .network-growth-chart.animate-in .branch-5,
  .earn-with-us .network-growth-chart.animate-in .branch-6,
  .earn-with-us .network-growth-chart.animate-in .branch-7,
  .earn-with-us .network-growth-chart.animate-in .branch-8,
  .earn-with-us .network-growth-chart.animate-in .branch-9,
  .earn-with-us .network-growth-chart.animate-in .chart-heading-arrow {
    -webkit-transition-delay: 3.0s;
            transition-delay: 3.0s;
  }
}

.earn-with-us .growth-potential-table {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
  color: #2e2c75;
  text-align: center;
}

.earn-with-us .growth-potential-table > * > tr > td,
.earn-with-us .growth-potential-table > * > tr > th {
  padding: 5px 10px;
}

.earn-with-us .growth-potential-table > thead > tr > td,
.earn-with-us .growth-potential-table > thead > tr > th {
  width: 14.28571%;
  background-color: #2e2c75;
  color: #fff;
  font-weight: bold;
  text-align: inherit;
  text-transform: uppercase;
}

.earn-with-us .growth-potential-table > tbody > tr > td,
.earn-with-us .growth-potential-table > tbody > tr > th {
  height: 35px;
  background-color: #fff;
  font-weight: bold;
}

.earn-with-us .growth-potential-table > * > tr > .pattern-members {
  background: url(../images/contents/pages/earn-with-us/pattern-members.png) center repeat #fff;
}

/*-----------------------------------------------------------------------------
    Helpers
-----------------------------------------------------------------------------*/
.inblock {
  display: inline-block;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-xlarge {
  font-size: 18px;
}

.font-large {
  font-size: 16px;
}

.font-regular {
  font-size: 14px;
}

.font-small {
  font-size: 12px;
}

.font-xsmall {
  font-size: 10px;
}

@media (min-width: 481px) {
  .font-xlarge {
    font-size: 20px;
  }
  .font-large {
    font-size: 18px;
  }
  .font-regular {
    font-size: 16px;
  }
  .font-small {
    font-size: 14px;
  }
  .font-xsmall {
    font-size: 12px;
  }
}

.font-bold {
  font-weight: bold;
}

.font-medium {
  font-weight: medium;
}

.alpha-font {
  font-family: "Gotham Rounded", "Georgia", Calibri, Arial, sans-serif;
}

.valign-middle {
  vertical-align: middle;
}

.spaced-line-height {
  line-height: 1.4;
}

.uppercase {
  text-transform: uppercase;
}

.hidden-accessible {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  opacity: 0;
}

.cant-transition {
  -webkit-transition: none !important;
          transition: none !important;
}

/*-----------------------------------------------------------------------------
    Colours
-----------------------------------------------------------------------------*/
.bg-red {
  background-color: #ed3028;
}

.bg-blue {
  background-color: #231f76;
}

.bg-white {
  background-color: #fff;
}

.bg-almost-black {
  background-color: #2c2c2c;
}

.bg-pale-red {
  background-color: #f7d3d3;
}

.bg-pale-blue {
  background-color: #e5e4ff;
}

.bg-pale-green {
  background-color: #d5e7e4;
}

.color-red {
  color: #f00;
}

.color-blue {
  color: #00f;
}

.color-green {
  color: #93c741;
}

.color-white {
  color: #fff;
}

.color-almost-black {
  color: #2c2c2c;
}

.color-tone-red {
  color: #ed3028;
}

.color-tone-blue {
  color: #2e2c75;
}

/*-----------------------------------------------------------------------------
    Visibility
-----------------------------------------------------------------------------*/
@media (min-width: 481px) {
  .xs-up-hidden {
    display: none;
  }
}

@media (max-width: 480px) {
  .xs-dn-hidden {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 640px) {
  .xs-only-hidden {
    display: none;
  }
}

@media (max-width: 640px) {
  .sm-dn-hidden {
    display: none;
  }
}

@media (min-width: 641px) {
  .sm-up-hidden {
    display: none;
  }
}

@media (min-width: 641px) and (max-width: 800px) {
  .sm-only-hidden {
    display: none;
  }
}

@media (max-width: 800px) {
  .md-dn-hidden {
    display: none;
  }
}

@media (min-width: 801px) {
  .md-up-hidden {
    display: none;
  }
}

@media (min-width: 801px) and (max-width: 1024px) {
  .md-only-hidden {
    display: none;
  }
}

@media (max-width: 1024px) {
  .lg-dn-hidden {
    display: none;
  }
}

@media (min-width: 1025px) {
  .lg-up-hidden {
    display: none;
  }
}

@media (max-width: 800px) {
  .mobile-nav-hidden {
    display: none;
  }
}

@media (min-width: 801px) {
  .desktop-nav-hidden {
    display: none;
  }
}

/*-----------------------------------------------------------------------------
    Whitespacing
-----------------------------------------------------------------------------*/
.hnspace-top {
  margin-top: -4.66667px;
}

.hspace-top {
  margin-top: 4.66667px;
}

.space-top {
  margin-top: 10.0px;
}

.xspace-y {
  margin-top: 20.0px;
  margin-bottom: 20.0px;
}

.xspace-top {
  margin-top: 20.0px;
}

.xxspace-top {
  margin-top: 30.0px;
}

.xxxspace-top {
  margin-top: 40.0px;
}

.hpad-right {
  padding-right: 4.66667px;
}

@media (min-width: 481px) {
  .hnspace-top {
    margin-top: -7px;
  }
  .hspace-top {
    margin-top: 7px;
  }
  .space-top {
    margin-top: 15px;
  }
  .xspace-y {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .xspace-top {
    margin-top: 30px;
  }
  .xxspace-top {
    margin-top: 45px;
  }
  .xxxspace-top {
    margin-top: 60px;
  }
  .hpad-right {
    padding-right: 7px;
  }
}
