@charset "UTF-8";
/* ==========================================================================
= Libs & mixins
========================================================================== */
/* ==========================================================================
= Config & Variables
========================================================================== */
/* ==========================================================================
= Variables and globals
========================================================================== */
/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */
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.
 * Hide the `template` element in IE, 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 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.
 */
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; }

menu {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  height: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "UniversNextforHSBC-Regular", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  /* set body to 1em === 10px; */
  height: 100%; }
  body.no-scroll {
    overflow: hidden; }

legend {
  max-width: 100%; }

.site-container {
  height: 100%; }

.site-content {
  margin: 0 auto;
  display: block;
  height: calc(100% - 44px); }

.content-container {
  margin: auto;
  max-width: 978px;
  padding-left: 13px;
  padding-right: 13px;
  max-width: 600px !important; }
  .content-container:after {
    content: "";
    display: table;
    clear: both; }

.is-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .ie8 .is-visually-hidden {
    *clip: none;
    *height: auto;
    *margin: 0;
    *overflow: visible;
    *position: static;
    *width: auto; }

@media screen and (max-width: 72.4375em) {
  .is-visually-hidden--narrow {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .ie8 .is-visually-hidden--narrow {
      *clip: none;
      *height: auto;
      *margin: 0;
      *overflow: visible;
      *position: static;
      *width: auto; } }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.svg-container img {
  max-width: 100%;
  height: auto; }
  .svg .svg-container img {
    display: none; }

.svg-container svg {
  max-width: 100%;
  max-height: 100%; }

.nowrap {
  white-space: nowrap; }

.state--logged-in {
  display: none; }
  .is-logged-in .state--logged-in {
    display: block !important; }

.state--logged-out {
  display: block; }
  .is-logged-in .state--logged-out {
    display: none !important; }

/* ==========================================================================
= Grid Mixins
- Based on Foundation - Zurb v 5.5.2;
- https://github.com/zurb/foundation/blob/master/scss/foundation/components/_grid.scss
========================================================================== */
/* ==========================================================================
= Grid
- Based on Foundation - Zurb v 5.5.2;
- foundation.zurb.com
- Usage Docs : http://foundation.zurb.com/docs/components/grid.html
========================================================================== */
.row {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  /* I need to visit this */
  max-width: 978px;
  padding-left: 13px;
  padding-right: 13px; }
  @media screen and (min-width: 59.9375em) {
    .row {
      max-width: 978px;
      padding-left: 17px;
      padding-right: 17px; } }
  @media screen and (min-width: 72.4375em) {
    .row {
      max-width: 1220px;
      padding-left: 20px;
      padding-right: 20px; } }
  .row > .columns:first-child {
    padding-left: 0; }
  .row > .columns:last-child {
    padding-right: 0; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  margin-left: -7px;
  margin-right: -7px;
  max-width: none;
  width: auto; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 7px;
    padding-right: 7px;
    float: left; } }

@media screen and (min-width: 59.9375em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 9px;
    padding-right: 9px;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media screen and (min-width: 72.4375em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

/* ANIMATIONS
============================================================================= */
@-webkit-keyframes loadingRotation {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 282; } }

@-moz-keyframes loadingRotation {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 282; } }

@keyframes loadingRotation {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 282; } }

@-webkit-keyframes hitPulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes hitPulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes hitPulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@font-face {
  font-family: 'UniversNextforHSBC-Bold';
  src: 	url("../fonts/UniversNextforHSBC-Bold.eot");
  src: 	url("../fonts/UniversNextforHSBC-Bold.eot?#iefix") format("embedded-opentype"), 
  		url("../fonts/UniversNextforHSBC-Bold.woff") format("woff"), 
  		url("../fonts/UniversNextforHSBC-Bold.ttf") format("truetype"), 
  		url("../fonts/UniversNextforHSBC-Bold.svg#UniversNextforHSBCBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UniversNextforHSBC-Regular';
  src: 	url("../fonts/UniversNextforHSBC-Regular.eot");
  src: 	url("../fonts/UniversNextforHSBC-Regular.eot?#iefix") format("embedded-opentype"), 
  		url("../fonts/UniversNextforHSBC-Regular.woff") format("woff"), 
 		url("../fonts/UniversNextforHSBC-Regular.ttf") format("truetype"), 
  		url("../fonts/UniversNextforHSBC-Regular.svg#UniversNextforHSBCBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UniversNextforHSBC-Light';
  src: 	url("../fonts/UniversNextforHSBC-Light.eot");
  src: 	url("../fonts/UniversNextforHSBC-Light.eot?#iefix") format("embedded-opentype"), 
  		url("../fonts/UniversNextforHSBC-Light.woff") format("woff"), 
  		url("../fonts/UniversNextforHSBC-Light.ttf") format("truetype"), 
  		url("../fonts/UniversNextforHSBC-Light.svg#UniversNextforHSBCLight") format("svg");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6,
.alpha, .beta, .gamma, .delta, .epsilon, .zeta {
  color: #212121;
  font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: left; }

.alpha {
  font-size: 32px;
  font-size: 2rem; }

.beta {
  font-size: 25px;
  font-size: 1.5625rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem; }

.gamma {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  line-height: 1.15; }

.delta {
  font-family: "UniversNextforHSBC-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }

.epsilon {
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem; }

.zeta {
  font-family: "UniversNextforHSBC-Regular", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem; }

p,
.paragraph {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 14px;
  padding: 0 0 0.875rem;
  line-height: 1.4;
  margin: 0; }
  p.collapse,
  .paragraph.collapse {
    padding-bottom: 0; }

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

li {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 14px;
  padding: 0 0 0.875rem;
  line-height: 1.5;
  margin: 0; }

.kicker-text {
  font-size: 20px;
  font-size: 1.25rem; }

.large-text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif; }

.sub-text {
  font-size: 12px;
  font-size: 0.75rem; }

.highlight {
  color: #212121; }

.header-highlight {
  color: #333; }

p a,
.inline-link {
  color: #212121;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  display: inline;
  cursor: pointer; }
  p a:hover,
  .inline-link:hover {
    text-decoration: none; }

.knockout {
  color: #fff; }

b,
strong,
.strong {
  font-weight: normal;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif; }

a {
  color: #333; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

abbr[title],
acronym[title] {
  border-bottom-width: 0;
  cursor: help; }

.blockquote {
  font-style: italic;
  quotes: "“" "”" "‘" "’";
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin: 0;
  padding: 20px; }
  .blockquote:before, .blockquote:after {
    font-size: 200%;
    display: inline;
    color: #db0011;
    font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
    font-style: normal;
    position: absolute; }
  .blockquote:before {
    top: 0;
    left: 0;
    content: open-quote; }
  .blockquote:after {
    bottom: 0;
    right: 0;
    content: close-quote; }
  @media screen and (min-width: 72.4375em) {
    .blockquote {
      font-size: 28px;
      font-size: 1.75rem;
      padding: 30px; } }

.horizontal-rule, hr {
  height: 1px;
  background: #d7d8d6;
  border: 0;
  margin: 28px 0;
  margin: 1.75rem 0;
  display: block;
  width: 100%; }
  .horizontal-rule:after, hr:after {
    content: "";
    display: table;
    clear: both; }

.horizontal-rule--sub {
  background: #ededed; }

.horizontal-rule--spacer {
  margin: 21px 0;
  margin: 1.3125rem 0; }

.title-icon {
  position: relative;
  padding-right: 42px;
  min-height: 30px; }
  .title-icon .icon {
    position: absolute;
    top: -9px;
    right: 0; }

.collapse-text {
  padding-bottom: 0; }

.text-overflow-block {
  padding: 14px;
  padding: 0.875rem;
  height: 150px;
  overflow: auto;
  border: 1px solid #d7d8d6;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.truncate-text {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.region--hk .currency:after {
  content: ' '; }

mark {
  background: none; }

/* ==========================================================================
= Buttons
========================================================================== */
.btn {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-size: 0.875rem;
  background: #db0011;
  border: 1px solid #db0011;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  overflow: hidden;
  padding: 14px 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease; }
  .btn:hover {
    text-decoration: none; }
  .btn:hover, .btn:focus {
    cursor: pointer;
    text-decoration: none;
    background-color: #a8000d;
    border-color: #a8000d; }
  .btn:active, .btn.is-active {
    cursor: pointer;
    text-decoration: none;
    background-color: #750009;
    border-color: #750009; }
  .btn.is-disabled, .btn:disabled {
    background: #fff;
    border-color: #d7d8d6;
    color: #666;
    cursor: default; }
    .btn.is-disabled:hover, .btn.is-disabled:active, .btn.is-disabled:focus, .btn:disabled:hover, .btn:disabled:active, .btn:disabled:focus {
      text-decoration: none;
      background: #fff;
      border-color: #d7d8d6;
      cursor: default; }

.btn--secondary {
  background: #4d6474;
  border-color: #4d6474;
  color: #fff; }
  .btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active, .btn--secondary.is-active {
    border-color: #3A4B57;
    background: #3A4B57;
    background-color: #394a55;
    border-color: #394a55; }
  .btn--secondary:active, .btn--secondary.is-active {
    border-color: #2A3740;
    background: #2A3740;
    background-color: #28343d;
    border-color: #28343d; }

.btn--secondary--alt {
  background: #fff;
  border-color: #333;
  color: #333; }
  .btn--secondary--alt:hover, .btn--secondary--alt:focus {
    border-color: #333;
    background: rgba(0, 0, 0, 0.05); }
  .btn--secondary--alt:active, .btn--secondary--alt.is-active {
    border-color: #333;
    background: rgba(0, 0, 0, 0.15); }

.btn--knockout {
  background: #008580;
  border-color: #008580;
  color: #fff; }
  .btn--knockout:hover, .btn--knockout:focus {
    background-color: #435765;
    border-color: #435765; }
  .btn--knockout:active, .btn--knockout.is-active {
    background-color: #3d4f5b;
    border-color: #3d4f5b; }

.btn--knockout--alt {
  background: none;
  border-color: #fff;
  color: #fff; }
  .btn--knockout--alt:hover, .btn--knockout--alt:focus {
    border-color: #fff;
    background: rgba(0, 0, 0, 0.05); }
  .btn--knockout--alt:active, .btn--knockout--alt.is-active {
    border-color: #fff;
    background: rgba(0, 0, 0, 0.15); }

.btn--quaternary {
  border: 0;
  background: none;
  color: #404040;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  padding: 0;
  text-decoration: underline; }
  .btn--quaternary:hover, .btn--quaternary:active, .btn--quaternary:focus,
  .form__control--upload:hover + .btn--quaternary,
  .form__control--upload:focus + .btn--quaternary {
    text-decoration: none;
    background: none; }
  .btn--quaternary.is-disabled, .btn--quaternary:disabled {
    opacity: 0.5;
    background: none;
    color: #666;
    cursor: default; }
    .btn--quaternary.is-disabled:hover, .btn--quaternary.is-disabled:active, .btn--quaternary.is-disabled:focus, .btn--quaternary:disabled:hover, .btn--quaternary:disabled:active, .btn--quaternary:disabled:focus {
      text-decoration: none;
      background: none;
      cursor: default; }

.btn--quinary {
  border: 0;
  background: none;
  color: #404040;
  padding: 0;
  text-decoration: underline; }
  .btn--quinary:hover, .btn--quinary:active, .btn--quinary:focus,
  .form__control--upload:hover + .btn--quinary,
  .form__control--upload:focus + .btn--quinary {
    text-decoration: none;
    background: none; }
  .btn--quinary .icon {
    width: 15px;
    height: 15px;
    margin-right: 7px; }
  .btn--quinary.is-disabled, .btn--quinary:disabled {
    opacity: 0.5;
    background: none;
    color: #666;
    cursor: default;
    text-decoration: none; }
    .btn--quinary.is-disabled:hover, .btn--quinary.is-disabled:active, .btn--quinary.is-disabled:focus, .btn--quinary:disabled:hover, .btn--quinary:disabled:active, .btn--quinary:disabled:focus {
      text-decoration: none;
      background: none;
      cursor: default; }

.btn--icon .icon {
  width: 20px;
  height: 20px;
  margin-right: 12px; }
  .no-svg .btn--icon .icon {
    margin: 0; }
    .no-svg .btn--icon .icon:before {
      font-size: 20px;
      font-size: 1.25rem; }
  .btn--icon .icon.small {
    width: 15px;
    height: 15px;
    vertical-align: sub; }

.btn--icon--alt .icon {
  margin-right: 0;
  margin-left: 12px; }

.btn--icon--knockout {
  color: #fff; }
  .btn--icon--knockout .icon {
    fill: #fff; }

.btn--large {
  display: block;
  width: auto; }

input.btn--large,
button.btn--large {
  width: 100%; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

object, embed, iframe, figure {
  border: 0;
  margin: 0;
  outline: 0; }

.asset {
  display: inline-block;
  max-width: 100%; }

.asset--full {
  display: block;
  width: 100%; }

.asset--lift {
  border: 1px solid #d7d8d6; }

.svg-asset {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
  
  }
  .no-svg .svg-asset {
    display: none; }

.asset--switch-logo {
  max-width: 62px; }

.asset__embed {
  position: relative; }
  .asset__embed object, .asset__embed embed, .asset__embed iframe, .asset__embed figure {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

@font-face {
  font-family: 'HSBC-icons';
  src: url("../fonts/hsbcicons-regular?-v9zs5u.eot"), url("../fonts/hsbcicons-regular.eot?-v9zs5u#iefix") format("embedded-opentype"), url("../fonts/hsbcicons-regular.woff?-v9zs5u") format("woff"), url("../fonts/hsbcicons-regular.ttf?-v9zs5u") format("truetype");
  font-weight: normal;
  font-style: normal; }

.no-svg {
  /* need added */ }
  .no-svg .icon svg {
    display: none; }
  .no-svg .icon:before {
    content: attr(data-icon);
    font-family: "HSBC-icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    font-size: 30px;
    font-size: 1.875rem;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased; }
  .no-svg .icon--bank:before {
    content: "\f008"; }
  .no-svg .icon--book-1:before {
    content: "\f041"; }
  .no-svg .icon--callback:before {
    content: "\f005"; }
  .no-svg .icon--camera:before {
    content: "\f04a"; }
  .no-svg .icon--calendar:before {
    content: "\f028"; }
  .no-svg .icon--checkmark:before {
    content: "\f00a"; }
  .no-svg .icon--cross:before {
    content: "\f002"; }
  .no-svg .icon--credit-card:before {
    content: "\f021"; }
  .no-svg .icon--chevron-down:before {
    content: "\f055"; }
  .no-svg .icon--chevron-up:before {
    content: "\f056"; }
  .no-svg .icon--chevron-left:before {
    content: "\f058"; }
  .no-svg .icon--chevron-right:before {
    content: "\f057"; }
  .no-svg .icon--chart-1:before {
    content: "\f024"; }
  .no-svg .icon--contactless:before {
    content: "\f035"; }
  .no-svg .icon--desktop:before {
    content: "\f01b"; }
  .no-svg .icon--envelope:before {
    content: "\f006"; }
  .no-svg .icon--eyeball:before {
    content: "\f003"; }
  .no-svg .icon--filter:before {
    content: "\f003"; }
  .no-svg .icon--home:before {
    content: "\f011"; }
  .no-svg .icon--telephone:before {
    content: "\f005"; }
  .no-svg .icon--magnifying-glass:before {
    content: "\f007"; }
  .no-svg .icon--mobile-phone:before {
    content: "\f032"; }
  .no-svg .icon--pages:before {
    content: "\f01d"; }
  .no-svg .icon--pdf:before {
    content: "\f004"; }
  .no-svg .icon--printer:before {
    content: "\f004"; }
  .no-svg .icon--pencil:before {
    content: "\f001"; }
  .no-svg .icon--plane:before {
    content: "\f046"; }
  .no-svg .icon--plus:before {
    content: "\f031"; }
  .no-svg .icon--presentation:before {
    content: "\f03b"; }
  .no-svg .icon--printer:before {
    content: "\f004"; }
  .no-svg .icon--question-mark:before {
    content: "\f060"; }
  .no-svg .icon--save:before {
    content: "\f04b"; }
  .no-svg .icon--shopping-cart:before {
    content: "\f000";
    /* needs added */ }
  .no-svg .icon--speech-bubble:before {
    content: "\f016"; }
  .no-svg .icon--star:before {
    content: "\f013"; }
  .no-svg .icon--upload:before {
    content: "\f066"; }
  .no-svg .icon--facebook:before {
    content: "\f000"; }
  .no-svg .icon--google-plus:before {
    content: "\f000"; }
  .no-svg .icon--linkedin:before {
    content: "\f000"; }

.icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  fill: #404040;
  z-index: 1; }

.icon--inline {
  width: 1.2em;
  height: 1.2em;
  margin-right: 7px; }
  .no-svg .icon--inline:before {
    font-size: 20px;
    display: inline-block;
    margin-top: -4px; }

.icon--text {
  display: flex;
  align-items: center; }
  .icon--text .icon {
    flex-shrink: 0; }

.icon--btn {
  fill: #333;
  width: 34px;
  height: 30px; }
  .icon--btn:hover {
    text-decoration: none; }
  .icon--btn:hover, .icon--btn:active, .icon--btn:focus, .icon--btn.is-active, .icon--btn.has-focus {
    background: #333;
    fill: #fff; }
  .icon--btn .svg-asset {
    margin: 4%;
    width: 92%;
    height: 92%; }
  .no-svg .icon--btn:before {
    font-size: 30px;
    font-size: 1.875rem;
    display: inline-block;
    margin-top: -4px;
    color: #333; }
  .no-svg .icon--btn:hover:before, .no-svg .icon--btn:active:before, .no-svg .icon--btn:focus:before, .no-svg .icon--btn.is-active:before, .no-svg .icon--btn.has-focus:before {
    color: #fff; }

.icon--roundal {
  border: 2px solid #404040;
  border-radius: 50%;
  width: 40px;
  height: 40px; }
  .icon--roundal .svg-asset {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%; }

.icon--roundal--alt {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 14px; }

.icon--chevron {
  width: 17px;
  height: 17px;
  stroke: #333; }

.icon--stroke {
  stroke: #008580;
  fill: none; }
  .icon--stroke.icon--knockout {
    stroke: #fff; }
  .icon--stroke.block-control__icon, .icon--stroke.icon--roundal {
    stroke: #404040; }

.social-icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  background: #db0011; }

.social-icon--facebook {
  background: #3b5998; }

.social-icon--google-plus {
  background: #dc4e41; }

.social-icon--linkedin {
  background: #0077b5; }

.social-icon-links {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.social-icon-links__item {
  float: left;
  margin: 0 0 0 7px;
  padding: 0;
  list-style: none; }
  .social-icon-links__item:first-child {
    margin-left: 0; }

.icon--knockout {
  fill: #fff; }

.svg-fallback {
  display: none; }
  .no-svg .svg-fallback {
    display: block;
    width: 100%;
    height: 100%; }

.logo-hsbc {
  width: 87px;
  height: 16px;
  display: inline-block;
  position: relative; }
  .no-svg .logo-hsbc svg {
    display: none; }

.logo-hsbc__responsive {
  width: 100%;
  height: 0;
  padding-bottom: 17.90540541%; }

.logo-yodlee {
  width: 100%;
  padding-bottom: 13.82636656%;
  display: inline-block;
  position: relative; }

.logo-yodlee--powered {
  width: 80px;
  height: 11px;
  padding: 0; }

.flag {
  width: 16px;
  height: 11px;
  margin-right: 7px;
  display: inline-block;
  background: url("../images/content/flags.png"); }
  .flag.zw {
    background-position: 0 0; }
  .flag.zm {
    background-position: -16px 0; }
  .flag.za {
    background-position: 0 -11px; }
  .flag.yt {
    background-position: -16px -11px; }
  .flag.ye {
    background-position: -32px 0; }
  .flag.ws {
    background-position: -32px -11px; }
  .flag.wf {
    background-position: 0 -22px; }
  .flag.vu {
    background-position: -32px -22px; }
  .flag.vn {
    background-position: 0 -33px; }
  .flag.vi {
    background-position: -16px -33px; }
  .flag.vg {
    background-position: -32px -33px; }
  .flag.ve {
    background-position: -48px 0; }
  .flag.vc {
    background-position: -48px -11px; }
  .flag.va {
    background-position: -48px -22px; }
  .flag.uz {
    background-position: -48px -33px; }
  .flag.uy {
    background-position: 0 -44px; }
  .flag.us {
    background-position: -16px -44px; }
  .flag.um {
    background-position: -16px -44px; }
  .flag.ug {
    background-position: -32px -44px; }
  .flag.ua {
    background-position: -48px -44px; }
  .flag.tz {
    background-position: -64px 0; }
  .flag.tw {
    background-position: -64px -11px; }
  .flag.tv {
    background-position: -64px -22px; }
  .flag.tt {
    background-position: -64px -33px; }
  .flag.tr {
    background-position: -64px -44px; }
  .flag.to {
    background-position: 0 -55px; }
  .flag.tn {
    background-position: -16px -55px; }
  .flag.tm {
    background-position: -32px -55px; }
  .flag.tl {
    background-position: -48px -55px; }
  .flag.tk {
    background-position: -64px -55px; }
  .flag.tj {
    background-position: 0 -66px; }
  .flag.th {
    background-position: -16px -66px; }
  .flag.tg {
    background-position: -32px -66px; }
  .flag.tf {
    background-position: -48px -66px; }
  .flag.td {
    background-position: -64px -66px; }
  .flag.tc {
    background-position: -80px 0; }
  .flag.sz {
    background-position: -80px -11px; }
  .flag.sy {
    background-position: -80px -22px; }
  .flag.sx {
    background-position: -80px -33px; }
  .flag.sv {
    background-position: -80px -44px; }
  .flag.st {
    background-position: -80px -55px; }
  .flag.ss {
    background-position: -80px -66px; }
  .flag.sr {
    background-position: 0 -77px; }
  .flag.so {
    background-position: -16px -77px; }
  .flag.sn {
    background-position: -32px -77px; }
  .flag.sm {
    background-position: -48px -77px; }
  .flag.sl {
    background-position: -64px -77px; }
  .flag.sk {
    background-position: -80px -77px; }
  .flag.si {
    background-position: -96px 0; }
  .flag.sh {
    background-position: -96px -11px; }
  .flag.sg {
    background-position: -96px -22px; }
  .flag.se {
    background-position: -96px -33px; }
  .flag.sd {
    background-position: -96px -44px; }
  .flag.sc {
    background-position: -96px -66px; }
  .flag.sb {
    background-position: -96px -77px; }
  .flag.sa {
    background-position: 0 -88px; }
  .flag.rw {
    background-position: -16px -88px; }
  .flag.ru {
    background-position: -32px -88px; }
  .flag.rs {
    background-position: -48px -88px; }
  .flag.ro {
    background-position: -64px -88px; }
  .flag.qa {
    background-position: -80px -88px; }
  .flag.py {
    background-position: -96px -88px; }
  .flag.pw {
    background-position: 0 -99px; }
  .flag.pt {
    background-position: -16px -99px; }
  .flag.ps {
    background-position: -32px -99px; }
  .flag.pr {
    background-position: -48px -99px; }
  .flag.pn {
    background-position: -64px -99px; }
  .flag.pm {
    background-position: -80px -99px; }
  .flag.pl {
    background-position: -96px -99px; }
  .flag.pk {
    background-position: -112px 0; }
  .flag.ph {
    background-position: -112px -11px; }
  .flag.pg {
    background-position: -112px -22px; }
  .flag.pf {
    background-position: -112px -33px; }
  .flag.pe {
    background-position: -112px -44px; }
  .flag.pa {
    background-position: -112px -55px; }
  .flag.om {
    background-position: -112px -66px; }
  .flag.nz {
    background-position: -112px -77px; }
  .flag.nu {
    background-position: -112px -88px; }
  .flag.nr {
    background-position: -112px -99px; }
  .flag.no {
    background-position: 0 -110px; }
  .flag.bv {
    background-position: 0 -110px; }
  .flag.sj {
    background-position: 0 -110px; }
  .flag.nl {
    background-position: -16px -110px; }
  .flag.ni {
    background-position: -32px -110px; }
  .flag.ng {
    background-position: -48px -110px; }
  .flag.nf {
    background-position: -64px -110px; }
  .flag.ne {
    background-position: -80px -110px; }
  .flag.nc {
    background-position: -96px -110px; }
  .flag.na {
    background-position: -112px -110px; }
  .flag.mz {
    background-position: -128px 0; }
  .flag.my {
    background-position: -128px -11px; }
  .flag.mx {
    background-position: -128px -22px; }
  .flag.mw {
    background-position: -128px -33px; }
  .flag.mv {
    background-position: -128px -44px; }
  .flag.mu {
    background-position: -128px -55px; }
  .flag.mt {
    background-position: -128px -66px; }
  .flag.ms {
    background-position: -128px -77px; }
  .flag.mr {
    background-position: -128px -88px; }
  .flag.mq {
    background-position: -128px -99px; }
  .flag.mp {
    background-position: -128px -110px; }
  .flag.mo {
    background-position: 0 -121px; }
  .flag.mn {
    background-position: -16px -121px; }
  .flag.mm {
    background-position: -32px -121px; }
  .flag.ml {
    background-position: -48px -121px; }
  .flag.mk {
    background-position: -64px -121px; }
  .flag.mh {
    background-position: -80px -121px; }
  .flag.mg {
    background-position: -96px -121px; }
  .flag.me {
    background-position: 0 -132px;
    height: 12px; }
  .flag.md {
    background-position: -112px -121px; }
  .flag.mc {
    background-position: -128px -121px; }
  .flag.ma {
    background-position: -16px -132px; }
  .flag.ly {
    background-position: -32px -132px; }
  .flag.lv {
    background-position: -48px -132px; }
  .flag.lu {
    background-position: -64px -132px; }
  .flag.lt {
    background-position: -80px -132px; }
  .flag.ls {
    background-position: -96px -132px; }
  .flag.lr {
    background-position: -112px -132px; }
  .flag.lk {
    background-position: -128px -132px; }
  .flag.li {
    background-position: -144px 0; }
  .flag.lc {
    background-position: -144px -11px; }
  .flag.lb {
    background-position: -144px -22px; }
  .flag.la {
    background-position: -144px -33px; }
  .flag.kz {
    background-position: -144px -44px; }
  .flag.ky {
    background-position: -144px -55px; }
  .flag.kw {
    background-position: -144px -66px; }
  .flag.kr {
    background-position: -144px -77px; }
  .flag.kp {
    background-position: -144px -88px; }
  .flag.kn {
    background-position: -144px -99px; }
  .flag.km {
    background-position: -144px -110px; }
  .flag.ki {
    background-position: -144px -121px; }
  .flag.kh {
    background-position: -144px -132px; }
  .flag.kg {
    background-position: 0 -144px; }
  .flag.ke {
    background-position: -16px -144px; }
  .flag.jp {
    background-position: -32px -144px; }
  .flag.jo {
    background-position: -48px -144px; }
  .flag.jm {
    background-position: -64px -144px; }
  .flag.je {
    background-position: -80px -144px; }
  .flag.it {
    background-position: -96px -144px; }
  .flag.is {
    background-position: -112px -144px; }
  .flag.ir {
    background-position: -128px -144px; }
  .flag.iq {
    background-position: -144px -144px; }
  .flag.io {
    background-position: -160px 0; }
  .flag.in {
    background-position: -160px -11px; }
  .flag.im {
    background-position: -160px -22px;
    height: 9px; }
  .flag.il {
    background-position: -160px -31px; }
  .flag.ie {
    background-position: -160px -42px; }
  .flag.id {
    background-position: -160px -53px; }
  .flag.hu {
    background-position: -160px -64px; }
  .flag.ht {
    background-position: -160px -75px; }
  .flag.hr {
    background-position: -160px -86px; }
  .flag.hn {
    background-position: -160px -97px; }
  .flag.hk {
    background-position: -160px -108px; }
  .flag.gy {
    background-position: -160px -119px; }
  .flag.gw {
    background-position: -160px -130px; }
  .flag.gu {
    background-position: -160px -141px; }
  .flag.gt {
    background-position: 0 -155px; }
  .flag.gs {
    background-position: -16px -155px; }
  .flag.gr {
    background-position: -32px -155px; }
  .flag.gq {
    background-position: -48px -155px; }
  .flag.gp {
    background-position: -64px -155px; }
  .flag.gn {
    background-position: -80px -155px; }
  .flag.gm {
    background-position: -96px -155px; }
  .flag.gl {
    background-position: -112px -155px; }
  .flag.gi {
    background-position: -128px -155px; }
  .flag.gh {
    background-position: -144px -155px; }
  .flag.gg {
    background-position: -160px -155px; }
  .flag.ge {
    background-position: -176px 0; }
  .flag.gd {
    background-position: -176px -11px; }
  .flag.gb {
    background-position: -176px -22px; }
  .flag.ga {
    background-position: -176px -33px; }
  .flag.fr {
    background-position: -176px -44px; }
  .flag.gf {
    background-position: -176px -44px; }
  .flag.re {
    background-position: -176px -44px; }
  .flag.mf {
    background-position: -176px -44px; }
  .flag.bl {
    background-position: -176px -44px; }
  .flag.fo {
    background-position: -176px -55px; }
  .flag.fm {
    background-position: -176px -66px; }
  .flag.fk {
    background-position: -176px -77px; }
  .flag.fj {
    background-position: -176px -88px; }
  .flag.fi {
    background-position: -176px -99px; }
  .flag.eu {
    background-position: -176px -121px; }
  .flag.et {
    background-position: -176px -132px; }
  .flag.es {
    background-position: -176px -143px; }
  .flag.er {
    background-position: -176px -154px; }
  .flag.eh {
    background-position: -16px -166px; }
  .flag.eg {
    background-position: -32px -166px; }
  .flag.ee {
    background-position: -48px -166px; }
  .flag.ec {
    background-position: -64px -166px; }
  .flag.dz {
    background-position: -80px -166px; }
  .flag.do {
    background-position: -96px -166px; }
  .flag.dm {
    background-position: -112px -166px; }
  .flag.dk {
    background-position: -128px -166px; }
  .flag.dj {
    background-position: -144px -166px; }
  .flag.de {
    background-position: -160px -166px; }
  .flag.cz {
    background-position: -176px -166px; }
  .flag.cy {
    background-position: 0 -177px; }
  .flag.cx {
    background-position: -16px -177px; }
  .flag.cw {
    background-position: -32px -177px; }
  .flag.cv {
    background-position: -48px -177px; }
  .flag.cu {
    background-position: -64px -177px; }
  .flag.cs {
    background-position: -80px -177px; }
  .flag.cr {
    background-position: -96px -177px; }
  .flag.co {
    background-position: -112px -177px; }
  .flag.cn {
    background-position: -128px -177px; }
  .flag.cm {
    background-position: -144px -177px; }
  .flag.cl {
    background-position: -160px -177px; }
  .flag.ck {
    background-position: -176px -177px; }
  .flag.ci {
    background-position: -192px 0; }
  .flag.cg {
    background-position: -192px -11px; }
  .flag.cf {
    background-position: -192px -22px; }
  .flag.cd {
    background-position: -192px -33px; }
  .flag.cc {
    background-position: -192px -44px; }
  .flag.ca {
    background-position: -192px -66px; }
  .flag.bz {
    background-position: -192px -77px; }
  .flag.by {
    background-position: -192px -88px; }
  .flag.bw {
    background-position: -192px -99px; }
  .flag.bt {
    background-position: -192px -110px; }
  .flag.bs {
    background-position: -192px -121px; }
  .flag.br {
    background-position: -192px -132px; }
  .flag.bq {
    background-position: -192px -143px; }
  .flag.bo {
    background-position: -192px -154px; }
  .flag.bn {
    background-position: -192px -165px; }
  .flag.bm {
    background-position: -192px -176px; }
  .flag.bj {
    background-position: 0 -188px; }
  .flag.bi {
    background-position: -16px -188px; }
  .flag.bh {
    background-position: -32px -188px; }
  .flag.bg {
    background-position: -48px -188px; }
  .flag.bf {
    background-position: -64px -188px; }
  .flag.be {
    background-position: -80px -188px; }
  .flag.bd {
    background-position: -96px -188px; }
  .flag.bb {
    background-position: -112px -188px; }
  .flag.ba {
    background-position: -128px -188px; }
  .flag.az {
    background-position: -144px -188px; }
  .flag.ax {
    background-position: -160px -188px; }
  .flag.aw {
    background-position: -176px -188px; }
  .flag.au {
    background-position: -192px -188px; }
  .flag.hm {
    background-position: -192px -188px; }
  .flag.at {
    background-position: -208px 0; }
  .flag.as {
    background-position: -208px -11px; }
  .flag.ar {
    background-position: -208px -22px; }
  .flag.ao {
    background-position: -208px -33px; }
  .flag.an {
    background-position: -208px -44px; }
  .flag.am {
    background-position: -208px -55px; }
  .flag.al {
    background-position: -208px -66px; }
  .flag.ai {
    background-position: -208px -77px; }
  .flag.ag {
    background-position: -208px -88px; }
  .flag.af {
    background-position: -208px -99px; }
  .flag.ae {
    background-position: -208px -110px; }
  .flag.ad {
    background-position: -208px -121px; }
  .flag.np {
    background-position: -208px -132px; }
  .flag.ch {
    background-position: -208px -143px; }

.badge {
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  color: #008580;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.6;
  display: inline-block; }

.badge__icon {
  border-radius: 11px;
  width: 22px;
  height: 22px;
  margin-right: 1px;
  background: #008580;
  fill: #fff;
  color: #fff;
  vertical-align: bottom;
  -webkit-animation: hitPulse 2100ms ease infinite;
  -moz-animation: hitPulse 2100ms ease infinite;
  animation: hitPulse 2100ms ease infinite; }
  .no-svg .badge__icon:before {
    font-size: 22px;
    font-size: 1.375rem; }
  .badge__icon .svg-asset {
    top: 2px;
    left: 2px;
    width: 82%;
    height: 82%; }

.badge__label {
  fill: #008580; }

.numbered-list {
  counter-reset: number;
  margin: 0;
  padding: 0;
  list-style: none; }

.numbered-list__item {
  counter-increment: number;
  display: block;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0 0 0 38px;
  position: relative;
  text-align: left;
  vertical-align: bottom;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 72.4375em) {
    .numbered-list__item {
      font-size: 16px;
      font-size: 1rem; } }
  .numbered-list__item:before, .numbered-list__item:after {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px;
    width: 24px; }
  .numbered-list__item:before {
    background: #008580;
    border-radius: 50%;
    content: ' ';
    height: 24px; }
  .numbered-list__item:after {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
    content: counters(number, ".");
    font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
    line-height: 24px;
    top: 2px; }

input[type="search"] {
  box-sizing: border-box; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  white-space: normal; }

.form__item {
  display: block;
  position: relative;
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  .form__item:after {
    content: "";
    display: table;
    clear: both; }
  .form__item.collapse {
    margin-bottom: 0; }

.form__item--substep {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem; }

.form__item--highlight {
  background: #ededed;
  border-top: 1px solid #d7d8d6;
  border-bottom: 1px solid #d7d8d6; }

.form__item--highlight--alt {
  background: none; }

.form__item--highlight--alt-2 {
  background: #fff;
  border: 1px solid #d7d8d6;
  padding: 21px;
  padding: 1.3125rem; }

.form__item--knockout {
  background: #ededed;
  padding: 14px; }

.form__item--knockout--alt {
  background: #fff;
  padding: 14px;
  border: 1px solid #929292; }

.form__item--knockout--inverted {
  background: #fff; }

.form__item--keyline {
  border: 1px solid #d7d8d6; }

.form__item--seperator {
  border-top: 1px solid #d7d8d6;
  border-bottom: 1px solid #d7d8d6;
  padding: 5px 0;
  margin-bottom: 0; }
  .form__item--seperator + .form__item--seperator {
    border-top: 0; }

.form__item--upload {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.form__item__required {
  color: #212121;
  padding-left: 2.8px; }

.form__label {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  word-spacing: 0.125em;
  display: block; }
  .form__label::first-letter {
    text-transform: uppercase; }

.form__control {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #d7d8d6;
  color: #333;
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  padding: 13px 12px 10px;
  line-height: 1;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  transition: background 300ms ease; }
  .form__control:focus {
    border-color: #000; }
  .form__control.is-disabled, .form__control:disabled {
    background: #ededed;
    border-color: #ededed;
    -webkit-text-fill-color: #666666;
    /* Override iOS / Android font color change */
    -webkit-opacity: 1;
    /* Override iOS opacity change affecting text & background color */
    color: #666666; }
  .form__control.is-invalid {
    outline: 1px solid red; }
  .has-error .form__control {
    border-color: #83000a;
    background: rgba(131, 0, 10, 0.06); }
  .form__control.u-caps::-webkit-input-placeholder {
    text-transform: none; }
  .form__control.u-caps::-moz-placeholder {
    text-transform: none; }
  .form__control.u-caps:-moz-placeholder {
    text-transform: none; }
  .form__control.u-caps:-ms-input-placeholder {
    text-transform: none; }

.form__control--textarea {
  height: 160px;
  height: 10rem;
  line-height: 1.5;
  padding: 3.5px;
  resize: vertical; }

.form__control--upload {
  cursor: pointer;
  font-size: 7em;
  height: 1em;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: -12px;
  top: -2px; }

.form__flush-control {
  position: relative; }
  .form__flush-control .form__control {
    padding-right: 40px; }

.form__control--half {
  width: 50%; }

.form__flush-control__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: auto;
  bottom: 0;
  background: 0;
  fill: #333;
  z-index: 1;
  border: 0; }
  .form__flush-control__icon:after {
    content: ' ';
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 100%;
    border-left: 1px solid #d7d8d6; }
  .form__flush-control__icon .svg-asset {
    position: absolute;
    top: 25%;
    left: 15%;
    height: 60%;
    width: 60%; }

.form__message--popup {
  padding-top: 10px;
  display: block;
  width: 100%;
  float: left; }

.form__info {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  display: block; }

.form__message {
  color: #83000a; }

.form__message-icon {
  display: inline-block;
  vertical-align: text-bottom;
  width: 17px;
  height: 17px;
  text-align: left;
  margin-right: 3.5px;
  border-radius: 50%;
  fill: #83000a;
  color: #83000a;
  border: 1px solid #83000a; }
  .no-svg .form__message-icon {
    position: relative;
    border: 0;
    width: auto;
    height: auto;
    vertical-align: middle; }
    .no-svg .form__message-icon:before {
      content: "\f067";
      font-size: 25px;
      font-size: 1.5625rem; }

.form-step__errors ul {
  margin: 14px 0; }

.form-step__errors li {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 5px; }

.form-step__errors .form__message {
  padding-bottom: 14px; }

.form__item__inline {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding-left: 7px;
  padding-right: 7px; }
  .form__item__inline:first-child {
    padding-left: 0; }
  .form__item__inline:last-child {
    padding-right: 0; }

.form__item__inline--col1 {
  width: 25%; }

.form__item__inline--col2 {
  width: 50%; }

.form__item__inline--col3 {
  width: 75%; }

.form__item__inline--trio {
  width: 33.33%; }

.form__item__inline--little-spoon {
  width: 26.279863481229%;
  float: left;
  padding: 0; }

.form__item__inline--big-spoon {
  width: 71.331058020478%;
  float: right;
  padding: 0; }

.form__item__inline--seperator {
  position: relative;
  border-left: 1px solid #d7d8d6; }
  .form__item__inline--seperator:first-child {
    border: 0; }

.form__checkbox {
  position: relative; }

.form__checkbox__control {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 100%; }
  .form__checkbox__control:hover + .form__checkbox__label:before, .form__checkbox__control:focus + .form__checkbox__label:before {
    border-color: #000; }
  .form__checkbox__control:checked ~ .form__checkbox__label .form__checkbox__icon .is-on {
    display: block;
    stroke-dasharray: 115 115; }
  .form__checkbox__control:disabled ~ .form__checkbox__label:before {
    display: none; }
  .form__checkbox__control:disabled ~ .form__checkbox__label .form__checkbox__icon {
    display: block; }
    .form__checkbox__control:disabled ~ .form__checkbox__label .form__checkbox__icon .is-on {
      stroke-dasharray: 0 115; }
    .form__checkbox__control:disabled ~ .form__checkbox__label .form__checkbox__icon .is-off {
      display: block; }
  .form__checkbox__control:disabled:checked ~ .form__checkbox__label .form__checkbox__icon .is-on {
    stroke-dasharray: 115 115; }
  .form__checkbox__control:disabled:checked ~ .form__checkbox__label .form__checkbox__icon .is-off {
    display: none; }
  .no-svg .form__checkbox__control {
    position: static;
    opacity: 1; }

.form__checkbox__label {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.8;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 37px; }
  .form__checkbox__label:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    display: inline-block;
    background: #fff;
    border: 1px solid #929292; }
    .has-error .form__checkbox__label:before {
      border-color: #83000a;
      background: rgba(131, 0, 10, 0.06); }
  .no-svg .form__checkbox__label {
    padding-left: 7px; }
    .no-svg .form__checkbox__label:before {
      display: none; }

.form__checkbox__label--alt {
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  padding-left: 29px; }
  .form__checkbox__label--alt:before {
    border: 0;
    width: 24px;
    height: 24px; }

.form__checkbox__icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  stroke: none;
  fill: none; }
  .form__checkbox__icon .svg-asset {
    stroke-dasharray: 0 115;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
  .form__checkbox__icon .is-on {
    stroke-dasharray: 0 115;
    stroke: #008580; }
  .form__checkbox__icon .is-off {
    display: none;
    fill: #929292; }
  .no-svg .form__checkbox__icon {
    display: none; }
  .form__checkbox__label--alt .form__checkbox__icon {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px; }

.form__radio {
  position: relative; }

.form__radio__control {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 100%; }
  .form__radio__control:hover + .form__radio__label:before, .form__radio__control:focus + .form__radio__label:before {
    border-color: #000; }
  .form__radio__control:checked + .form__radio__label:after {
    background: #008580; }
  .no-svg .form__radio__control {
    position: static;
    opacity: 1; }

.form__radio__label {
  vertical-align: middle;
  display: block;
  position: relative;
  z-index: 1;
  color: #333;
  padding-left: 27px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4; }
  .form__radio__label:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #929292;
    background: #fff; }
    .has-error .form__radio__label:before {
      border-color: #83000a;
      background: rgba(131, 0, 10, 0.06); }
  .form__radio__label:after {
    content: ' ';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    -webkit-transition: background 150ms ease;
    -moz-transition: background 150ms ease;
    transition: background 150ms ease; }
  .no-svg .form__radio__label {
    padding-left: 7px; }
    .no-svg .form__radio__label:before, .no-svg .form__radio__label:after {
      display: none !important; }

.form__radio__label--sub {
  padding-right: 25.850340136054%; }

.form__radio__label--sub__content {
  width: 21.428571428571%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right; }

.form__radio__label--large {
  min-height: 25px;
  padding-left: 38px;
  padding-top: 4px; }
  .form__radio__label--large:before {
    left: 0;
    width: 24px;
    height: 24px; }
  .form__radio__label--large:after {
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px; }

.form__radio__label--icon {
  display: block;
  text-align: left;
  padding: 17px 13px; }
  .form__radio__label--icon:before, .form__radio__label--icon:after {
    display: none; }
  .form__radio__label--icon .icon {
    width: 30px;
    height: 30px;
    margin-right: 23px; }
  .form__radio__label--icon.kicker {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif; }

.form__radio__label--image {
  display: block;
  text-align: left;
  padding: 0;
  margin-top: 1px;
  display: block;
  outline: 1px solid #d7d8d6;
  background: #000; }
  .form__radio__label--image img {
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }
  .form__radio__label--image:before, .form__radio__label--image:after {
    display: none; }

.form__radio__control:hover + .form__radio__label--icon, .form__radio__control:focus + .form__radio__label--icon {
  background: #d7d8d6; }

.form__radio__control:hover + .form__radio__label--image img, .form__radio__control:focus + .form__radio__label--image img {
  opacity: 0.7; }

.form__radio__control:checked + .form__radio__label--icon {
  background: #fff; }

.form__radio__control:checked + .form__radio__label--image {
  outline: 1px solid #000; }

.no-svg .form__radio__control {
  position: static;
  opacity: 1; }

.form__select {
  display: block;
  border: 1px solid #d7d8d6;
  background: #fff;
  cursor: pointer;
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0;
  display: block; }
  .form__select.has-focus {
    border-color: #000; }
  .has-error .form__select {
    border-color: #83000a;
    background: rgba(131, 0, 10, 0.06); }

.form__select__control {
  border: 1px solid #ff0;
  display: block;
  font-size: 1em;
  height: 100%;
  left: 0;
  /*position: absolute;*/
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 1;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.form__select__value {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  display: none;
  padding: 14px 36px 12px 10px; }
  .form__select__value:after {
    content: ' ';
    /*position: absolute;*/
    top: 10px;
    bottom: 10px;
    right: 36px;
    border-left: 1px solid #d7d8d6; }
    .form__select--narrow .form__select__value:after {
      border: 0; }

.form__select__icon {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 14px;
  height: 14px;
  margin-top: -6px;
  fill: #404040; 
  display:none;
  }
  .no-svg .form__select__icon {
    width: auto;
    height: auto;
    top: 10px;
    right: 6px; }

.formatted-amount {
  position: relative;
  z-index: 1; }

.js .formatted-amount__input {
  opacity: 0;
  z-index: 2;
  position: relative; }
  .js .formatted-amount__input:focus {
    opacity: 1; }

.js .formatted-amount__output {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.select-list__items {
  flex-flow: row wrap;
  display: flex;
  position: relative;
  border: 1px solid #d7d8d6;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
  justify-content: center; }

.select-list__label {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #d7d8d6;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  order: 3;
  line-height: 3; }
  .select-list__label:nth-child(-n+3) {
    flex-basis: auto;
    text-align: center;
    background: red;
    order: 1; }
  .select-list__label:first-child {
    border: 0; }

.select-list__button {
  order: 2;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  flex-basis: 44px;
  line-height: 3; }

.select-list__control {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 100%; }

.password-toggle {
  position: relative; }
  .password-toggle input[type=password],
  .password-toggle input[type=text] {
    padding-right: 70px; }

.is-plain-text .password-toggle__btn:before {
  content: ' ';
  position: absolute;
  top: 10px;
  bottom: 7px;
  width: 1px;
  left: 50%;
  border-left: 2px solid #404040;
  border-right: 2px solid #ededed;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center; }

.block-control-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .block-control-list:after {
    content: "";
    display: table;
    clear: both; }
  .no-svg .block-control-list {
    border: 1px solid #d7d8d6; }

.block-control__item {
  float: left;
  width: 33.3%;
  overflow: hidden;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 0;
  padding: 0; }
  .block-control__item .block-control__label {
    border-bottom: 1px solid #d7d8d6;
    border-right: 1px solid #d7d8d6; }
  .block-control__item:nth-child(-n+3) .block-control__label {
    border-top: 1px solid #d7d8d6; }
  .block-control__item:first-child .block-control__label,
  .block-control__item:nth-child(3n+1) .block-control__label {
    border-left: 1px solid #d7d8d6;
    clear: left; }
  .no-svg .block-control__item {
    border-left: 1px solid #d7d8d6; }
    .no-svg .block-control__item:first-child {
      border: 0; }
    .no-svg .block-control__item .block-control__label {
      border: 0; }

.block-control__item--pair {
  width: 50%; }

.block-control__icon {
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
  fill: #333;
  color: #333; }

.block-control__control {
  position: absolute;
  z-index: -1;
  opacity: 0;
  bottom: -100%;
  bottom: 0; }
  .no-svg .block-control__control {
    bottom: 3px;
    width: 20px;
    opacity: 1;
    height: 20px;
    z-index: 1;
    left: 50%;
    margin-left: -10px;
    position: absolute; }

.block-control__label {
  position: relative;
  padding: 7px;
  padding: 0.4375rem;
  background: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  transition: background 300ms ease; }
  .block-control__control:checked + .block-control__label {
    background: #ededed; }
    .block-control__control:checked + .block-control__label .block-control__checkmark {
      stroke-dasharray: 115 115; }
    .block-control__control:checked + .block-control__label .block-control__icon {
      -webkit-animation: hitPulse 600ms ease;
      -moz-animation: hitPulse 600ms ease;
      animation: hitPulse 600ms ease; }

.block-control__label--radio {
  padding-top: 14px;
  padding-top: 0.875rem; }
  .block-control__label--radio:after {
    content: ' ';
    position: absolute;
    top: 0;
    width: 100%;
    right: 101%;
    height: 5px;
    background: #008580;
    -webkit-transition: right 300ms ease;
    -moz-transition: right 300ms ease;
    transition: right 300ms ease; }
  .block-control__control:checked + .block-control__label--radio {
    background: #ededed; }
    .block-control__control:checked + .block-control__label--radio:after {
      right: 0; }

.block-control__title {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1px; }

.block-control__checkmark {
  width: 20px;
  height: 20px;
  stroke: #008580;
  stroke-dasharray: 0 115;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }
  .no-svg .block-control__checkmark {
    display: none; }

.control-toggle-content {
  display: none; }
  .control-toggle-content.is-active {
    display: block; }

.upload-progress {
  display: block;
  margin-bottom: 21px;
  position: relative; }

.upload-progress__label {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  padding-bottom: 4px;
  font-size: 12px;
  font-size: 0.75rem; }

.upload-progress__bar {
  position: relative;
  height: 4px;
  overflow: hidden;
  background: #ededed; }

.upload-progress__bar__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #d7d8d6;
  -webkit-transition: all 300ms 300ms ease;
  -moz-transition: all 300ms 300ms ease;
  transition: all 300ms 300ms ease; }

.upload-preview__output {
  display: block; }

[data-select-hide-target].is-hidden {
  display: none; }

[data-select-show-target] {
  display: none; }
  [data-select-show-target].is-shown {
    display: block; }

/*!
 * # Semantic UI 2.1.6 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2015 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  -webkit-tap-highlight-color: transparent; }
  .ui.dropdown:after {
    content: ' ';
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 36px;
    border-left: 1px solid #d7d8d6; }
    .form__select--narrow .ui.dropdown:after {
      border: 0; }

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 0 0;
  background: #fff;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity; }

.ui.dropdown .menu > * {
  white-space: nowrap; }

/*--------------
  Hidden Input
---------------*/
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important; }

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0 0 0 1em; }

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0 0 0 1em; }

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em; }

/*--------------
      Text
---------------*/
.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  transition: none; }

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.71428571rem 1.14285714rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  -webkit-touch-callout: none; }

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px; }

/*--------------
  Floated Content
---------------*/
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 1em !important; }

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 1em !important; }

.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0; }

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase; }

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0;
  margin: 0.5em 0; }

.ui.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem 0.71428571rem;
  min-width: 10rem; }

.ui.dropdown .menu > .header + .input {
  margin-top: 0; }

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em; }

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

/*-----------------
  Item Description
-------------------*/
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0 0 0 1em;
  color: rgba(0, 0, 0, 0.4); }

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu > .message {
  padding: 0.71428571rem 1.14285714rem;
  font-weight: normal; }

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4); }

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100% !important;
  right: auto !important;
  margin: 0 0 0 -0.5em !important;
  z-index: 21 !important; }

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none; }

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0; }

.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0; }

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0;
  float: none;
  margin-right: 0.71428571rem; }

/*--------------
     Image
---------------*/
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 2em; }

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none; }

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none; }

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0; }

/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%; }

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0; }

.ui.button.dropdown .menu {
  min-width: 100%; }

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.7142em;
  background: #fff;
  display: inline-block;
  padding: 0.78571429em 2.6em 0.78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(34, 36, 38, 0.15); }

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10; }

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible; }

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  top: auto;
  width: auto;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.78571429em;
  right: 1em;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.dropdown .delete.icon {
  width: auto;
  height: auto;
  margin-left: 7px;
  cursor: pointer; }

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0px; }

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: calc(100% +  2px);
  width: calc(100% +  2px);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none; }

/*--------------
    Message
---------------*/
.ui.selection.dropdown .menu > .message {
  padding: 0.71428571rem 1.14285714rem; }

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 7.58571429rem; } }

@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.11428571rem; } }

@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 15.17142857rem; } }

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 20.22857143rem; } }

/* Menu Item */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 0.71428571rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal; }

/* Hover */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35); }

/* Active */
.ui.selection.active.dropdown {
  border-color: #000; }

.ui.selection.active.dropdown .menu {
  border-color: #000; }

/* Focus */
.ui.selection.dropdown:focus {
  border-color: #000; }

.ui.selection.dropdown:focus .menu {
  border-color: #000; }

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8); }

/* Visible Hover */
.ui.selection.active.dropdown:hover {
  border-color: #000; }

.ui.selection.active.dropdown:hover .menu {
  border-color: #000; }

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: 1;
  z-index: 3; }

/* Connecting Border */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: ''; }

/* Search Dropdown */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit; }

/* Text Layering */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2; }

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  z-index: 3; }

/* Search Selection */
.ui.search.selection.dropdown > input.search {
  line-height: 1.2142em;
  padding: 0.67861429em 2.6em 0.67861429em 1em; }

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto; }

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none; }

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45; }

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(0, 0, 0, 0.4) !important; }

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 7.58571429rem; } }

@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.11428571rem; } }

@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 15.17142857rem; } }

@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 20.22857143rem; } }

/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
  padding: 0.22620476em 2.6em 0.22620476em 0.28571429em; }

.ui.multiple.dropdown .menu {
  cursor: auto; }

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text; }

/* Selection Label */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.35714286em 0.71428571em;
  margin: 0.21428571em 0.28571429rem 0.21428571em 0; }

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: 0 -0.71428571em 0 0;
  padding: 0.5em; }

/* Text */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45240952em 0 0.45240952em 0.71428571em;
  line-height: 1.2142em; }

.ui.multiple.dropdown > .label ~ .text {
  display: none; }

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45240952em 0 0.45240952em 0.71428571em;
  line-height: 1.2142em; }

.ui.multiple.search.dropdown > .label ~ .text {
  display: none; }

/* Search */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45240952em 0 0.45240952em 0.71428571em;
  width: 2.2em;
  line-height: 1.2142em; }

/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit; }

.ui.inline.dropdown .dropdown.icon {
  margin: 0 0.5em 0 0.25em;
  vertical-align: baseline; }

.ui.inline.dropdown > .text {
  font-weight: bold; }

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.25em; }

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  z-index: 12; }

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13; }

/*--------------------
       Loading
---------------------*/
/* Positioning */
.ui.loading.dropdown > i.icon:before,
.ui.loading.dropdown > i.icon:after {
  left: 30% !important; }

.ui.loading.dropdown > i.icon {
  top: 50% !important; }

.ui.multiple.loading.dropdown > i.icon:before,
.ui.multiple.loading.dropdown > i.icon:after {
  top: 0% !important;
  left: 0% !important; }

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border: 0.2em solid rgba(0, 0, 0, 0.1); }

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0 0 -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin 0.6s linear;
  animation: dropdown-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em; }

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none; }

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*--------------------
     Default Text
----------------------*/
.ui.dropdown > .default.text,
.ui.default.dropdown > .text {
  color: rgba(179, 179, 179, 0.7); }

.ui.dropdown:hover > .default.text,
.ui.default.dropdown:hover > .text {
  color: rgba(179, 179, 179, 0.7); }

/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown > .text {
  -webkit-transition: none;
  transition: none; }

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1; }

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95); }

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
  visibility: hidden; }

.ui.dropdown .filtered.item {
  display: none !important; }

/*--------------------
        Error
----------------------*/
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38; }

.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4; }

.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4; }

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4; }

.ui.dropdown.error > .menu > .item {
  color: #9F3A38; }

.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4; }

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2; }

/* Item Active */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF; }

/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45; }

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 0px; }

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important; }

/* Left Flyout Menu */
.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto !important;
  right: 100% !important; }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0 0.71428571rem 0 0; }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0 0.71428571rem 0 0; }

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em; }

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%; }

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important; }

/* Active Upward */
/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important; }

/* Active Upward */
/* Visible Upward */
/* Visible Hover Upward */
/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto; }

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important; }

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15); }

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none;
  padding-right: calc( 1.14285714rem  +  17px) !important; }

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none; }

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block; }

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    min-width: calc(100% -  17px); } }

@media only screen and (max-width: 767px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 9.71428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 14.57142857rem; } }

@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 19.42857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 19.42857143rem; } }

/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none; }

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1; }

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1; }

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden; }

/* Visible */
.ui.simple.visible.dropdown > .menu {
  display: block; }

/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0; }

.ui.fluid.dropdown > .dropdown.icon {
  float: right; }

/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto; }

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important; }

/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.71428571rem; }

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  background: #fff;
  z-index: 2; }

.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0 0 0 -0.25em; }

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0 0; }

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0 0; }

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Top Right  Pointing */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0 0; }

.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto;
  right: 1em;
  margin: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0 0 0 1em; }

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0 0 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0 1em 0 0; }

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0 0 0 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0 0 1em; }

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important; }

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto; }

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto; }

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto; }

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em; }

/* Upward pointing */
.ui.upward.pointing.dropdown > .menu,
.ui.upward.top.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  margin: 0 0 0.71428571rem; }

.ui.upward.pointing.dropdown > .menu:after,
.ui.upward.top.pointing.dropdown > .menu:after {
  top: 100%;
  bottom: auto;
  margin: -0.25em 0 0; }

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: 'Dropdown';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAA") format("truetype"), url("data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAk") format("woff");
  font-weight: normal;
  font-style: normal; }

.ui.dropdown > .dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center; }

.ui.dropdown > .dropdown.icon {
  width: auto; }

.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7'; }

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: ""; }

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: ""; }

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: ""; }

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.1.6 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2015 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important; }

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px; }

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden; }

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/ }

/* Disabled */
.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

/*******************************
          Variations
*******************************/
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn; }

.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft; }

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight; }

/* In */
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

/* Out */
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

/*--------------
     Drop
---------------*/
.drop.transition {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); }

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn; }

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut; }

/* Drop */
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

/*--------------
      Fade
---------------*/
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

/* Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms; }

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn; }

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut; }

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn; }

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut; }

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

/*--------------
      Scale
---------------*/
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn; }

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut; }

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn; }

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp; }

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown; }

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft; }

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight; }

/* Outward */
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut; }

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp; }

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown; }

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft; }

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight; }

/* In */
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

/* Out */
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left; }

.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left; }

/* In */
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

/* Out */
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

/*--------------
     Swing
---------------*/
.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left; }

.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left; }

/* In */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

/* Out */
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash; }

.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake; }

.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada; }

.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle; }

/* Flash */
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

/* Shake */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

/* Bounce */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

/* Tada */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* Rubberband */
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/*******************************
         Site Overrides
*******************************/
/* ==========================================================================
// = Molecule
// ========================================================================== */
.accordion {
  z-index: 1;
  position: relative;
  border-bottom: 2px solid #d7d8d6; }

.accordion__control {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden; }

.accordion__trigger {
  border: 0;
  font-size: 20px;
  font-size: 1.25rem;
  background: none;
  color: #404040;
  padding: 14px;
  text-decoration: none;
  border-top: 1px solid #d7d8d6;
  background: #ededed;
  display: block;
  width: 100%;
  text-align: left;
  position: relative; }
  .accordion__trigger:hover, .accordion__trigger:active, .accordion__trigger:focus,
  .form__control--upload:hover + .accordion__trigger,
  .form__control--upload:focus + .accordion__trigger {
    text-decoration: none;
    background: none; }
  .accordion__trigger .icon {
    margin-top: 14px;
    margin-right: 14px;
    position: absolute;
    right: 0;
    top: 0;
    fill: #db0011;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .accordion__trigger:active, .accordion__trigger.is-active {
    cursor: pointer;
    text-decoration: none;
    background-color: #ededed;
    border-color: #d7d8d6; }
    .accordion__trigger:active .icon, .accordion__trigger.is-active .icon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .accordion__trigger.is-disabled, .accordion__trigger:disabled {
    opacity: 0.5;
    background: none;
    color: #666;
    cursor: default;
    text-decoration: none; }
    .accordion__trigger.is-disabled:hover, .accordion__trigger.is-disabled:active, .accordion__trigger.is-disabled:focus, .accordion__trigger:disabled:hover, .accordion__trigger:disabled:active, .accordion__trigger:disabled:focus {
      text-decoration: none;
      background: none;
      cursor: default; }

.accordion__content {
  display: none;
  padding: 14px;
  border-top: 1px solid #d7d8d6; }
  .accordion__content.is-open {
    display: block; }

.js-background-image-load {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }
  .js-background-image-load.is-loaded {
    opacity: 1; }

.billboard {
  padding-top: 21px;
  padding-bottom: 14px;
  background: #253038;
  color: #fff;
  position: relative;
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }

.billboard--plain {
  background: #fff;
  color: #333; }

.billboard__asset {
  margin: auto;
  text-align: center;
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }

.billboard__asset__card {
  display: block;
  max-width: 63.265306122449%;
  margin: auto;
  overflow: hidden;
  border-radius: 4px; }

.billboard__title {
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }

.billboard__status-icon {
  display: block;
  margin: 0 auto 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px; }
  .billboard__status-icon .svg-asset {
    width: 83%;
    height: 83%;
    top: 2px;
    left: 2px; }

.card-flip {
  -webkit-perspective: 800;
  -moz-perspective: 800;
  perspective: 800;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  height: 0;
  padding-bottom: 63.023679417122%;
  position: relative; }
  .card-flip.is-flipped .card-flip__face--front {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .card-flip.is-flipped .card-flip__face--back {
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg); }

.card-flip__face {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2; }

.card-flip__face--front {
  position: absolute;
  z-index: 1;
  color: white;
  cursor: pointer; }

.card-flip__face--back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  cursor: pointer;
  background: #404040; }

.card-preview {
  position: relative; }

.card-preview__number {
  position: absolute;
  top: 43%;
  font-size: 6.5vw;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5); }

.card-preview__cvv {
  position: absolute;
  top: 37%;
  font-size: 6.5vw;
  color: #333;
  right: 29%;
  text-align: center;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif; }

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.checklist__item {
  flex: 1 0 40%;
  float: left;
  width: 50%;
  padding: 0 0 7px 20px;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem; }
  .checklist__item:nth-child(odd) {
    clear: left;
    padding-right: 7px; }
  .checklist__item .icon {
    position: absolute;
    top: 0;
    left: 0; }
  .checklist__item p {
    margin: 0;
    padding: 0; }
  .checklist__item .squeeze {
    letter-spacing: -0.03em; }
  .checklist__item.collapse {
    padding-bottom: 0; }

.checklist__item--vert {
  display: flex;
  align-items: center; }

.checklist__item--full {
  width: 100%;
  flex: 1 0 100%; }

.js .content-toggle__item {
  display: none; }

.content-toggle__item.is-active {
  display: block; }

.js .content-toggle__item--animate {
  display: block;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden; }

.content-toggle__item--animate.is-active {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: auto;
  visibility: visible; }

.contextual-help-container {
  position: relative;
  display: block; }

.contextual-help {
  text-decoration: none; }
  .contextual-help:focus .contextual-help__bubble,
  .contextual-help:focus .contextual-help__icon:after, .contextual-help:hover .contextual-help__bubble,
  .contextual-help:hover .contextual-help__icon:after, .contextual-help:active .contextual-help__bubble,
  .contextual-help:active .contextual-help__icon:after {
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease; }
  .contextual-help.is-disabled .contextual-help__bubble,
  .contextual-help.is-disabled .contextual-help__icon:after {
    display: none !important; }

.contextual-help--alt {
  text-decoration: underline;
  padding: 7px 0;
  display: block; }
  .no-svg .contextual-help--alt:before {
    color: #fff;
    line-height: 20px; }

.contextual-help__icon {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%; }
  .contextual-help__icon:after {
    content: ' ';
    position: absolute;
    margin-top: -8px;
    margin-left: 2px;
    top: 0;
    height: 0;
    width: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 7.5px solid #404040;
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
    opacity: 0;
    visibility: hidden; }
  .contextual-help__icon .svg-asset {
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%; }
  .no-svg .contextual-help__icon {
    border: 0;
    width: auto;
    height: auto; }
  .contextual-help--alt .contextual-help__icon {
    border: 0;
    background: #929292;
    width: 15px;
    height: 15px;
    fill: #fff;
    color: #fff; }
    .contextual-help--alt .contextual-help__icon .svg-asset {
      width: 80%;
      height: 80%;
      left: 10%;
      top: 10%; }
    .contextual-help--alt .contextual-help__icon:after {
      display: none !important; }
    .no-svg .contextual-help--alt .contextual-help__icon:before {
      content: "\f012";
      font-size: 15px;
      font-size: 0.9375rem;
      text-align: center;
      display: block; }

.contextual-help__bubble {
  position: absolute;
  bottom: 0;
  margin-bottom: 34px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 7px;
  padding: 0.4375rem;
  line-height: 1.5;
  background: #404040;
  color: #fff;
  z-index: 100;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-14px);
  -moz-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  -o-transform: translateY(-14px);
  transform: translateY(-14px);
  opacity: 0;
  visibility: hidden; }
  .contextual-help__bubble.is-open {
    display: block; }

.contextual-help__bubble--alt {
  position: relative;
  margin-top: 14px;
  margin-bottom: 14px;
  height: 0;
  padding: 0;
  margin: 0; }
  .contextual-help__bubble--alt:after {
    content: ' ';
    position: absolute;
    left: 50%;
    margin-left: -7px;
    margin-top: -17.5px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid #404040;
    z-index: -100;
    -webkit-transition: opacity 300ms ease, z-index 600ms 600ms;
    -moz-transition: opacity 300ms ease, z-index 600ms 600ms;
    transition: opacity 300ms ease, z-index 600ms 600ms; }
  .contextual-help__bubble--alt.is-open {
    margin-top: 14px;
    margin-bottom: 14px;
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 7px;
    padding: 0.4375rem;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }

.contextual-help__bubble--first:after {
  left: 16.5%; }
  .contextual-help-block--pair .contextual-help__bubble--first:after {
    left: 25%; }

.contextual-help__bubble--second:after {
  left: 50%; }
  .contextual-help-block--pair .contextual-help__bubble--second:after {
    left: 75%; }

.contextual-help__bubble--third:after {
  left: 82.5%; }

.contextual-help-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  .contextual-help-list:after {
    content: "";
    display: table;
    clear: both; }

.contextual-help-list__item {
  float: left;
  width: 33%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none; }

.country-select {
  position: relative; }
  .country-select .hide {
    display: none; }
  .country-select .v-hide {
    visibility: hidden; }
  .country-select input {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .country-select .flag-dropdown:hover {
    cursor: pointer; }
  .country-select .flag-dropdown:hover .selected-flag {
    background-color: #000;
    /* @alternate */
    background-color: rgba(0, 0, 0, 0.05); }
  .country-select input[disabled] + .flag-dropdown:hover {
    cursor: default; }
  .country-select input[disabled] + .flag-dropdown:hover .selected-flag {
    background-color: transparent; }
  .country-select .selected-flag {
    z-index: 1;
    position: absolute;
    width: 38px;
    height: 100%;
    padding: 0 0 0 8px;
    top: 0;
    left: 0; }
  .country-select .selected-flag .flag {
    position: absolute;
    top: 50%;
    margin-top: -5px; }
  .country-select .selected-flag .arrow {
    position: relative;
    top: 50%;
    margin-top: -2px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
  .country-select .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555; }
  .country-select .country-list {
    list-style: none;
    position: absolute;
    left: 0;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    background-color: #fff;
    border: 1px solid #d7d8d6;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .country-select .country-list .flag {
    display: inline-block; }
  .country-select .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc; }
  .country-select .country-list .country {
    line-height: 11px;
    padding: 7px 10px; }
  .country-select .country-list .country .dial-code {
    color: #999; }
  .country-select .country-list .country.highlight {
    background-color: #000;
    /* @alternate */
    background-color: rgba(0, 0, 0, 0.05); }
  .country-select .country-list .flag,
  .country-select .country-list .country-name {
    margin-right: 6px; }
  .country-select.inside .flag-dropdown {
    padding: 1px; }
  .country-select.inside input[type="text"],
  .country-select.inside input[type="tel"] {
    padding-left: 44px;
    margin-left: 0; }
  .country-select.outside input[type="text"],
  .country-select.outside input[type="tel"] {
    border: none;
    margin-left: 38px; }

.cta-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.cta-list__item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
  .cta-list__item:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 1px;
    left: 13px;
    right: 13px;
    background: #d7d8d6;
    z-index: 1; }
  .cta-list__item:first-child:after {
    display: none; }

.cta-list__item--border:first-child:after {
  display: block; }

.cta-list__item--or:before {
  content: 'or';
  position: absolute;
  bottom: -12px;
  left: 50%;
  padding: 0 10px;
  background: #fff;
  z-index: 3;
  width: 40px;
  text-align: center;
  margin-left: -20px; }

.cta-list__item--closer:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 13px;
  right: 13px;
  background: #d7d8d6;
  z-index: 1; }

.cta-list__link {
  display: block;
  padding: 21px 13px;
  position: relative;
  text-decoration: none;
  z-index: 2; }
  .cta-list__link:hover, .cta-list__link:focus, .cta-list__link:active {
    cursor: pointer;
    text-decoration: none;
    background-color: #333;
    color: #fff; }
    .cta-list__link:hover .icon, .cta-list__link:focus .icon, .cta-list__link:active .icon {
      fill: #fff; }

.cta-list__icon {
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -20px;
  width: 40px;
  height: 40px; }

.cta-list__label {
  display: block;
  padding: 0 10% 0 25%; }

.cta-list__chevron {
  fill: #db0011;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 14px;
  height: 14px;
  margin-top: -7px; }
  .no-svg .cta-list__chevron {
    width: auto;
    height: 30px;
    margin-top: -15px; }
    .no-svg .cta-list__chevron:before {
      font-size: 24px;
      font-size: 1.5rem;
      color: #db0011; }

.image-grid {
  padding: 0;
  margin: 0 -7px;
  list-style: none;
  overflow: hidden; }

.image-grid__item {
  width: 25%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 7px 14px; }

.image-grid__link {
  border: 1px solid #929292;
  display: block; }

.loading-roundal {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  margin: auto;
  fill: none;
  stroke: #db0011;
  stroke-dasharray: 686;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center; }
  .is-loading .loading-roundal {
    -webkit-animation: loadingRotationPrimary 1500ms ease infinite;
    -moz-animation: loadingRotationPrimary 1500ms ease infinite;
    animation: loadingRotationPrimary 1500ms ease infinite; }

.loading-roundal--knockout {
  stroke: #fff; }

@-webkit-keyframes loadingRotationPrimary {
  0% {
    stroke-dashoffset: 1372; }
  100% {
    stroke-dashoffset: 0; } }

@-moz-keyframes loadingRotationPrimary {
  0% {
    stroke-dashoffset: 1372; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes loadingRotationPrimary {
  0% {
    stroke-dashoffset: 1372; }
  100% {
    stroke-dashoffset: 0; } }

.location {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0 0 1em;
  margin: 0;
  word-spacing: 0.125em; }
  @media screen and (min-width: 72.4375em) {
    .location {
      font-size: 16px;
      font-size: 1rem; } }

.location__title {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }

.location__map {
  border: 1px solid #d7d8d6;
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }

.location__address__contact__item {
  padding-left: 28px;
  display: block;
  text-decoration: none;
  position: relative; }
  .location__address__contact__item .icon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0; }

.location__address__contact__item--link:hover, .location__address__contact__item--link:focus {
  text-decoration: underline; }

.location__address {
  font-style: normal;
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }
  .location__address:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 59.9375em) {
    .location__address {
      margin-bottom: 36px;
      margin-bottom: 2.25rem; } }
  @media screen and (min-width: 72.4375em) {
    .location__address {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; } }

.location__address__location {
  float: left;
  width: 50%;
  padding-right: grid__gutter/2;
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }
  @media screen and (min-width: 59.9375em) {
    .location__address__location {
      margin-bottom: 36px;
      margin-bottom: 2.25rem; } }
  @media screen and (min-width: 72.4375em) {
    .location__address__location {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; } }

.location__address__contact {
  float: right;
  width: 50%;
  padding-left: grid__gutter/2;
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }
  @media screen and (min-width: 59.9375em) {
    .location__address__contact {
      margin-bottom: 36px;
      margin-bottom: 2.25rem; } }
  @media screen and (min-width: 72.4375em) {
    .location__address__contact {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; } }

.location__address__misc {
  width: 100%;
  float: left; }

.is-obfuscated {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.product-card {
  padding-top: 28px;
  border-top: 1px solid #d7d8d6; }
  .product-card:first-child {
    border: 0;
    padding: 0; }
  .product-card:after {
    content: "";
    display: table;
    clear: both; }

.product-card__header {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .product-card__header:after {
    content: "";
    display: table;
    clear: both; }
  .product-card__header.collapse {
    margin-bottom: 0; }

.product-card__title {
  float: left;
  width: 60.884353741497%;
  padding-right: 7px; }

.product-card__asset {
  float: right;
  width: 36.35374%;
  padding-left: 7px; }
  .product-card__asset .asset {
    margin-bottom: 7px; }

.product-card__highlight {
  background: #ededed;
  padding: 14px;
  padding: 0.875rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }

.product-eligibilty {
  margin-bottom: 28px; }

.product-eligibilty__title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0;
  padding: 0; }

.product-eligibilty__list {
  margin: 0;
  padding: 0; }

.product-eligibilty__list__item {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 0;
  list-style-position: inside; }

.promo-box {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  .js .promo-box {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    -webkit-transition: all 600ms 600ms ease, opacity 900ms 600ms ease;
    -moz-transition: all 600ms 600ms ease, opacity 900ms 600ms ease;
    transition: all 600ms 600ms ease, opacity 900ms 600ms ease; }
  .js.site-is-ready .promo-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.promo-box__item {
  padding: 28px 0;
  padding: 1.75rem 0;
  background: #3e505d;
  color: #fff;
  text-align: center; }

.promo-box__sub-title {
  padding-bottom: 0;
  margin-bottom: 0; }

.promo-box__item--alt {
  background: #008580; }

.rangeslider-labels {
  padding-top: 14px; }
  .rangeslider-labels:after {
    content: "";
    display: table;
    clear: both; }

.rangeslider-labels--no-tooltip {
  margin-top: 0; }

.rangeslider-labels__label {
  width: 50%;
  float: left; }

.rangeslider,
.rangeslider__fill {
  background: #d7d8d6;
  display: block;
  height: 10px;
  width: 100%; }

.rangeslider {
  position: relative; }

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.rangeslider__fill {
  background: #008580;
  position: absolute;
  top: 0; }

.rangeslider__handle {
  background: #929292;
  border: 1px solid #d7d8d6;
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -6px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  border-radius: 50%;
  background-color: #fff;
  background-image: -webkit-radial-gradient(#fff, #ededed);
  background-image: radial-gradient(  #fff, #ededed); }
  .rangeslider__handle:after {
    content: ' ';
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: absolute; }

.rangeslider__handle:active {
  border-color: #000; }

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  border-color: #000; }

.rangeslider__tooltip {
  padding: 0 10px;
  line-height: 2;
  color: #404040;
  position: absolute;
  bottom: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  background: #ededed;
  border: 1px solid #d7d8d6;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .rangeslider__tooltip:before {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    height: 0;
    width: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 7.5px solid #d7d8d6; }
  .rangeslider__tooltip:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    margin-top: -1px;
    height: 0;
    width: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 7.5px solid #ededed; }
  .no-csstransforms .rangeslider__tooltip {
    min-width: 80px;
    text-align: center;
    left: -40px; }
  .rangeslider__control--no-tooltip .rangeslider__tooltip {
    display: none; }

.show-hide {
  display: block; }

.show-hide__actions {
  display: block;
  margin: 0;
  padding: 0;
  position: relative; }

.no-js .show-hide__trigger {
  display: none; }

.show-hide__trigger--block {
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px; }

.show-hide__trigger__icon {
  position: absolute;
  top: 14px;
  right: 14px; }

.show-hide__state__icon {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }
  .is-open .show-hide__state__icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.show-hide__content {
  padding: 14px 0 0;
  padding: 0.875rem 0 0; }

.show-hide__state--open {
  display: inline-block; }
  .show-hide.is-open .show-hide__state--open {
    display: none; }

.show-hide__state--open-block {
  display: block; }
  .show-hide.is-open .show-hide__state--open-block {
    display: none; }

.show-hide__state--closed {
  display: none; }
  .is-open .show-hide__state--closed {
    display: inline-block; }

.tabs {
  z-index: 1;
  position: relative;
  padding-bottom: 28px; }

.tab__controls {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  overflow: hidden; }

.tab__trigger {
  display: table-cell;
  border: 1px solid #ededed;
  border-bottom-color: #d7d8d6;
  background: #ededed;
  position: relative;
  padding: 14px 7px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem; }
  .tab__trigger:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 5px;
    left: 0;
    width: 100%;
    background: #db0011;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
  .tab__trigger.is-active {
    border-color: #d7d8d6;
    border-bottom-color: #fff;
    background: #fff;
    text-decoration: none; }
    .tab__trigger.is-active:after {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }

.tab__content-container {
  border: 1px solid #d7d8d6;
  border-top: 0;
  padding-top: 21px; }

.tab__content {
  display: none; }
  .tab__content.is-open {
    display: block; }

.testimonial {
  background: #253038;
  color: #fff;
  margin: 0;
  padding: 0;
  padding: 28px 13px;
  padding: 1.75rem 0.8125rem; }

.testimonial__quote {
  font-style: normal;
  quotes: "“" "”" "‘" "’";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
  position: static;
  display: block;
  margin: 0 0 14px;
  padding: 0; }
  .testimonial__quote:before, .testimonial__quote:after {
    display: inline;
    color: #fff;
    font-style: normal; }
  .testimonial__quote:before {
    content: open-quote; }
  .testimonial__quote:after {
    content: close-quote; }

.testimonial__citation {
  width: 75%;
  margin: auto;
  display: block;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .testimonial__citation:after {
    content: "";
    display: table;
    clear: both; }

.testimonial__citation__avatar {
  width: 56px;
  margin-right: 14px;
  float: left; }

.testimonial__citation__info {
  display: block;
  overflow: hidden;
  width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  align-items: center; }

.testimonial__citation__info__name {
  display: block;
  align-self: flex-start;
  flex-grow: 1;
  padding-bottom: 7px; }

.testimonial__citation__info__other {
  display: block;
  align-self: flex-end;
  width: 100%;
  text-align: left; }

.page-banner {
  position: relative; }
  @media screen and (min-width: 59.9375em) {
    .page-banner {
      padding: 135px 20px;
      margin-bottom: 28px; } }

.page-banner__media {
  height: 200px;
  background: 50% 25% no-repeat #ededed;
  background-size: cover;
  overflow: hidden; }
  @media screen and (min-width: 59.9375em) {
    .page-banner__media {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: auto; } }

@media screen and (max-width: 59.9375em) {
  .js .page-banner__content-container {
    padding-top: 100%;
    -webkit-transition: padding 300ms ease;
    -moz-transition: padding 300ms ease;
    transition: padding 300ms ease; }
  .js.site-is-ready .page-banner__content-container {
    padding-top: 0; } }

@media screen and (min-width: 59.9375em) {
  .page-banner__content-container {
    margin: auto;
    max-width: 978px;
    padding-left: 13px;
    padding-right: 13px; }
    .page-banner__content-container:after {
      content: "";
      display: table;
      clear: both; } }

.page-banner__content {
  background: #fff;
  margin: -2.3em 13px 0;
  padding: 14px 13px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 59.9375em) {
    .page-banner__content {
      width: 50%;
      top: auto;
      padding: 40px; } }

.page-banner__title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 9px; }

.page-banner__kicker {
  font-size: 16px;
  font-size: 1rem;
  font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
  line-height: 1.3; }

.progress {
  display: block;
  margin-bottom: 21px;
  position: relative;
  margin: auto;
  max-width: 980px;
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 13px;
  padding-right: 0.8125rem; }
  @media screen and (min-width: 59.9375em) {
    .progress {
      padding-left: 17px;
      padding-left: 1.0625rem;
      padding-right: 17px;
      padding-right: 1.0625rem; } }
  @media screen and (min-width: 72.4375em) {
    .progress {
      padding-left: 20px;
      padding-left: 1.25rem;
      padding-right: 20px;
      padding-right: 1.25rem; } }
  [data-hide-progress="true"] .progress {
    display: none; }

.progress__steps {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  padding-bottom: 4px;
  font-size: 12px;
  font-size: 0.75rem; }
  .region--hk .progress__steps {
    visibility: hidden; }
  @media screen and (max-width: 59.9375em) {
    .progress__steps:before {
      content: 'step '; } }
  @media screen and (min-width: 72.4375em) {
    .progress__steps {
      display: flex; } }

.progress__step {
  display: inline; }
  @media screen and (max-width: 72.4375em) {
    .progress__step {
      display: none; }
      [data-active-step="1"] .progress__step:nth-child(1) {
        display: inline-block; }
      [data-active-step="2"] .progress__step:nth-child(2) {
        display: inline-block; }
      [data-active-step="3"] .progress__step:nth-child(3) {
        display: inline-block; }
      [data-active-step="4"] .progress__step:nth-child(4) {
        display: inline-block; }
      [data-active-step="5"] .progress__step:nth-child(5) {
        display: inline-block; }
      [data-active-step="6"] .progress__step:nth-child(6) {
        display: inline-block; }
      [data-active-step="7"] .progress__step:nth-child(7) {
        display: inline-block; }
      [data-active-step="8"] .progress__step:nth-child(8) {
        display: inline-block; }
      [data-active-step="9"] .progress__step:nth-child(9) {
        display: inline-block; }
      [data-active-step="10"] .progress__step:nth-child(10) {
        display: inline-block; } }
  @media screen and (min-width: 72.4375em) {
    .progress__step {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 0 0px;
      -moz-flex: 1 0 0px;
      -ms-flex: 1 0 0px;
      flex: 1 0 0px; } }

.progress__link {
  position: absolute;
  top: 11px;
  right: 0;
  width: 50%;
  text-align: right; }

@media screen and (min-width: 72.4375em) {
  .progress__status--current:after {
    content: '. '; } }

.progress__status--total:before {
  content: ' / '; }

@media screen and (min-width: 72.4375em) {
  .progress__status--total {
    display: none; } }

@media screen and (max-width: 59.9375em) {
  .progress__status--title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .ie8 .progress__status--title {
      *clip: none;
      *height: auto;
      *margin: 0;
      *overflow: visible;
      *position: static;
      *width: auto; } }

.progress__bar {
  position: relative;
  height: 4px;
  overflow: hidden;
  background: #ededed; }

.progress__bar__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #db0011;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.login-form {
  padding-top: 21px; }

.id-capture.is-loading .id-capture__loading {
  display: block; }

.id-capture.is-loading .id-capture__fieldset {
  display: none; }

.id-capture.is-open .id-capture__detail {
  display: block; }

.id-capture.is-uploaded .id-capture__hide-uploaded {
  display: none; }

.id-capture.is-skipped .id-capture__skipped {
  display: block; }

.id-capture__upload {
  position: relative; }

.id-capture__loading,
.id-capture__detail,
.id-capture__skipped {
  display: none; }

.id-capture__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10; }
  .id-capture__loading .loading-roundal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .id-capture__loading .upload-progress {
    display: none !important; }

.interstitial-loader-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999;
  display: none; }
  .interstitial-loader-container.is-open {
    display: block; }

.interstitial-loader {
  counter-reset: number;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  height: 150px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -75px;
  border-top: 1px solid #d7d8d6;
  border-bottom: 1px solid #d7d8d6; }

.interstitial-loader__item {
  counter-increment: number;
  display: block;
  margin: 0;
  padding: 23px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #008580;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }
  .interstitial-loader__item:before, .interstitial-loader__item:after {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    height: 90px;
    width: 90px;
    line-height: 90px;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .interstitial-loader__item:before {
    background: #fff;
    border-radius: 50%;
    content: ' ';
    -webkit-transition: all 600ms 900ms ease;
    -moz-transition: all 600ms 900ms ease;
    transition: all 600ms 900ms ease; }
  .interstitial-loader__item:after {
    font-size: 48px;
    font-size: 3rem;
    color: #008580;
    content: counters(number, ".");
    font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
    margin-top: 5px;
    -webkit-transition: opacity 300ms 600ms ease;
    -moz-transition: opacity 300ms 600ms ease;
    transition: opacity 300ms 600ms ease; }
  .interstitial-loader__item.is-loading {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .interstitial-loader__item.is-loading:before {
      -webkit-transform: translate(-50%, -50%) scale(10);
      -moz-transform: translate(-50%, -50%) scale(10);
      -ms-transform: translate(-50%, -50%) scale(10);
      -o-transform: translate(-50%, -50%) scale(10);
      transform: translate(-50%, -50%) scale(10); }
    .interstitial-loader__item.is-loading:after {
      opacity: 0; }
    .interstitial-loader__item.is-loading .interstitial-loader__icon,
    .interstitial-loader__item.is-loading .interstitial-loader__title {
      opacity: 1; }

.interstitial-loader__item--complete {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 0; }
  .interstitial-loader__item--complete:before {
    -webkit-transform: translate(-50%, -50%) scale(10);
    -moz-transform: translate(-50%, -50%) scale(10);
    -ms-transform: translate(-50%, -50%) scale(10);
    -o-transform: translate(-50%, -50%) scale(10);
    transform: translate(-50%, -50%) scale(10); }
  .interstitial-loader__item--complete:after {
    opacity: 0; }
  .interstitial-loader__item--complete .interstitial-loader__icon {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .interstitial-loader__item--complete .interstitial-loader__icon.icon--stroke {
      -webkit-transition: all 600ms 1500ms ease;
      -moz-transition: all 600ms 1500ms ease;
      transition: all 600ms 1500ms ease;
      stroke-dasharray: 130;
      stroke-dashoffset: -130; }
  .interstitial-loader__item--complete.is-loading {
    opacity: 1; }
    .interstitial-loader__item--complete.is-loading:before {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
    .interstitial-loader__item--complete.is-loading .interstitial-loader__icon.icon--stroke {
      stroke-dasharray: 130 0; }

.interstitial-loader__icon {
  display: block;
  margin: auto;
  width: 73px;
  height: 73px;
  z-index: 2;
  padding-bottom: 14px;
  opacity: 0;
  -webkit-transition: all 300ms 900ms ease;
  -moz-transition: all 300ms 900ms ease;
  transition: all 300ms 900ms ease; }

.is-unhappy .interstitial-loader__icon--happy {
  display: none; }

.interstitial-loader__icon--unhappy {
  display: none; }
  .is-unhappy .interstitial-loader__icon--unhappy {
    display: block; }

.interstitial-loader__title {
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 300ms 900ms ease;
  -moz-transition: all 300ms 900ms ease;
  transition: all 300ms 900ms ease; }

.interstitial-loader__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #008580; }
  .interstitial-loader__progress.no-animate {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s; }

.financial-calculator {
  padding-top: 21px;
  padding-bottom: 21px;
  background: #253038;
  color: #fff;
  position: relative;
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }

.financial-calculator__item {
  overflow: hidden;
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.financial-calculator__label {
  float: left;
  width: 56.802721088435%; }

.financial-calculator__label--alt {
  width: 40%; }

.financial-calculator__control {
  float: right;
  width: 38.095238095238%; }

.financial-calculator__control--alt {
  width: 60%; }

.financial-calculator__output {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px 0;
  margin-bottom: 21px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.region--hk .financial-calculator__output__value {
  font-size: 4.5vw; }

.financial-calculator__output--alt {
  border-color: #d7d8d6; }

.personal-loans-calculator {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  background: #ededed;
  border-bottom: 2px solid #d7d8d6; }

.personal-loans-calculator--basket {
  border-bottom: 0; }
  .personal-loans-calculator--basket.is-initial .personal-loans-calculator__state--edit,
  .personal-loans-calculator--basket.is-initial .personal-loans-calculator__toggle,
  .personal-loans-calculator--basket.is-initial .personal-loans-calculator__details,
  .personal-loans-calculator--basket.is-initial .personal-loans-calculator__save {
    display: none; }
  .personal-loans-calculator--basket.is-initial .personal-loans-calculator__calculator {
    display: block; }
  .personal-loans-calculator--basket.is-playback .personal-loans-calculator__calculator {
    display: none; }
  .personal-loans-calculator--basket.is-playback .personal-loans-calculator__details {
    display: block; }
  .personal-loans-calculator--basket.is-edit .personal-loans-calculator__toggle,
  .personal-loans-calculator--basket.is-edit .personal-loans-calculator__details {
    display: none; }
  .personal-loans-calculator--basket.is-edit .personal-loans-calculator__state--edit,
  .personal-loans-calculator--basket.is-edit .personal-loans-calculator__calculator {
    display: block; }
  .personal-loans-calculator--basket .personal-loans-calculator__state--open {
    display: none; }
  .personal-loans-calculator--basket.is-open .personal-loans-calculator__state--open {
    display: block; }
  .personal-loans-calculator--basket.is-open .personal-loans-calculator__state--closed {
    display: none; }
  [data-active-form-step="5"] .personal-loans-calculator--basket .personal-loans-calculator__toggle-content,
  [data-active-form-step="5"] .personal-loans-calculator--basket .personal-loans-calculator__state--open {
    display: block; }
  [data-active-form-step="5"] .personal-loans-calculator--basket .personal-loans-calculator__toggle,
  [data-active-form-step="5"] .personal-loans-calculator--basket .personal-loans-calculator__state--closed {
    display: none; }
  [data-active-form-step="6"] .personal-loans-calculator--basket .personal-loans-calculator__overview {
    padding-right: 14px;
    padding-right: 0.875rem; }
  [data-active-form-step="6"] .personal-loans-calculator--basket .personal-loans-calculator__edit {
    display: none; }

.personal-loans-calculator__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif; }

.personal-loans-calculator__sub-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif; }

.personal-loans-calculator__em {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "UniversNextforHSBC-Light", Helvetica, Arial, sans-serif;
  line-height: 1;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  display: block; }
  @media screen and (max-width: 59.9375em) {
    .region--hk .personal-loans-calculator__em {
      font-size: 4.5vw; } }

.personal-loans-calculator__overview-container {
  background: #253038;
  color: #fff; }

.personal-loans-calculator__highlight {
  padding: 14px;
  background: #d7d8d6; }

.personal-loans-calculator__hr {
  position: relative;
  margin-bottom: 30px; }
  .personal-loans-calculator__hr:before, .personal-loans-calculator__hr:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #d7d8d6 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 100%; }
  .personal-loans-calculator__hr:after {
    margin-top: -2px;
    border-top-color: #ededed; }

.personal-loans-calculator__overview {
  padding: 21px 40px 21px 14px;
  padding: 1.3125rem 2.5rem 1.3125rem 0.875rem;
  position: relative;
  overflow: hidden; }
  [data-active-form-step="4"] .personal-loans-calculator__overview {
    padding-right: 14px; }

.personal-loans-calculator__overview__column {
  width: 33%;
  float: left; }

.personal-loans-calculator__toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px; }
  .personal-loans-calculator__toggle .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8.5px 0 0 -8.5px; }

.personal-loans-calculator__toggle-content {
  display: none;
  background: #3e505d;
  color: #fff; }
  .is-open .personal-loans-calculator__toggle-content,
  .is-initial .personal-loans-calculator__toggle-content,
  .is-edit .personal-loans-calculator__toggle-content {
    display: block; }

.payment-holiday-option {
  border-top: 1px solid #929292;
  padding: 14px 14px;
  padding: 0.875rem 0.875rem;
  background: #253038;
  color: #fff;
  display: none; }
  .payment-holiday-option.is-active {
    display: block; }

.personal-loans-calculator__details {
  padding: 21px 14px;
  padding: 1.3125rem 0.875rem;
  background: #3e505d;
  color: #fff; }

.personal-loans-calculator__definition-list {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
  word-spacing: 0.125em; }

.personal-loans-calculator__definition-list__term {
  margin: 0;
  padding: 14px 0 0;
  padding: 0.875rem 0 0;
  display: block;
  border-top: 1px solid #929292; }
  .personal-loans-calculator__definition-list__term:first-child {
    border: none; }

.personal-loans-calculator__definition-list__definition {
  margin: 0;
  padding: 0 0 14px;
  padding: 0 0 0.875rem;
  display: block;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif; }

.personal-loans-calculator__calculator {
  padding: 21px 14px;
  padding: 1.3125rem 0.875rem; }

.address-capture__block {
  display: none; }
  .address-capture__block.is-open {
    display: block; }

.address-capture__block--initial {
  display: block; }

.address-lookup .address-lookup__select,
.address-lookup .address-lookup__select__loading,
.address-lookup .address-lookup__select__error {
  display: none; }

.address-lookup.has-lookup .address-lookup__input {
  display: none; }

.address-lookup.has-lookup .address-lookup__output,
.address-lookup.has-lookup .address-lookup__select {
  display: block; }

.address-lookup.is-loading .address-lookup__output,
.address-lookup.is-loading .address-lookup__select__control {
  display: none; }

.address-lookup.is-loading .address-lookup__select__loading {
  display: block; }

.address-lookup.has-error .address-lookup__select__control,
.address-lookup.has-error .address-lookup__select__loading {
  display: none; }

.address-lookup.has-error .address-lookup__select__error {
  display: block; }

.address-lookup__input {
  position: relative; }

.address-lookup__results {
  margin: 0;
  background: #ededed;
  padding: 14px;
  list-style: none;
  display: none; }
  .is-loading .address-lookup__results {
    display: block; }

.address-lookup__results-item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.address-lookup__select {
  padding-top: 14px;
  padding-bottom: 14px; }

.js .address-lookup__output {
  display: none; }

.address-lookup__output .address-lookup__edit {
  display: none; }

.address-lookup__output.is-disabled .form__label {
  display: none; }

.address-lookup__output.is-disabled .form__item {
  margin-bottom: 0; }

.address-lookup__output.is-disabled .form__control {
  padding: 0;
  -webkit-text-fill-color: #333;
  /* Override iOS / Android font color change */
  -webkit-opacity: 1;
  /* Override iOS opacity change affecting text & background color */
  color: #333; }

.address-lookup__output.is-disabled .address-lookup__edit {
  display: block; }

.form-steps {
  height: 100%; }
  .form-steps .form-steps__form,
  .form-steps .form-steps__complete,
  .form-steps .form-steps__underwriting,
  .form-steps .form-steps__rejection,
  .form-steps .form-steps__save,
  .form-steps .form-steps__help,
  .form-steps .form-steps__login,
  .form-steps .form-steps__loading {
    display: none; }
  .form-steps.is-application .form-steps__form {
    display: block; }
  .form-steps.is-complete .form-steps__complete {
    display: block; }
  .form-steps.is-underwriting .form-steps__underwriting {
    display: block; }
  .form-steps.is-rejection .form-steps__rejection {
    display: block; }
  .form-steps.is-save {
    height: 100%; }
    .form-steps.is-save .form-steps__save {
      display: block; }
  .form-steps.is-help {
    height: 100%; }
    .form-steps.is-help .form-steps__help {
      display: block; }
  .form-steps.is-login {
    height: 100%; }
    .form-steps.is-login .form-steps__login {
      display: block; }
  .form-steps.is-loading {
    height: 100%; }
    .form-steps.is-loading .form-steps__loading {
      display: block; }

.form-step {
  padding-bottom: 21px; }
  .js .form-step {
    display: none; }
  .form-step.is-active {
    display: block; }
  .form-step.collapse {
    padding: 0; }

.form-step__actions {
  display: block;
  padding-bottom: 28px;
  padding-bottom: 1.75rem; }
  .form-step__actions:after {
    content: "";
    display: table;
    clear: both; }
  .no-js .form-step__actions {
    display: none; }
  .form-step__actions.collapse {
    padding-bottom: 0; }

.form-step__actions--submit {
  display: block; }

.form-step__action {
  float: left;
  width: 50%;
  padding-left: 7px; }
  .form-step__action:first-child {
    padding-right: 7px;
    padding-left: 0; }

.form-step__action--full {
  padding: 0;
  width: 100%; }

.js .form-step__substep {
  display: none; }

.form-step__substep.is-active {
  display: block; }

.form-steps__save {
  height: 100%;
  background: #ededed;
  padding: 28px 0;
  padding: 1.75rem 0; }

.form-steps__help {
  height: 100%;
  background: #ededed;
  padding: 28px 0;
  padding: 1.75rem 0; }

.form-steps__loading {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff; }

.form-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; }

.form-loading__message {
  display: block; }

.application-reference {
  background: #404040; }

.product-filter {
  background: #ededed; }
  .product-filter + .product-filter {
    border-top: 1px solid #ededed; }
  .product-filter .product-filter__state--open {
    display: none; }
  .product-filter.is-open .product-filter__state--closed {
    display: none; }
  .product-filter.is-open .product-filter__state--open {
    display: block; }
  .product-filter.is-filter .product-filter__playback {
    display: block; }
  .product-filter.is-filter .product-filter__step.is-active {
    display: none; }

.product-filter__toggle {
  background: #d7d8d6;
  font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif;
  display: block;
  padding: 17px;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none; }
  .product-filter__toggle:hover, .product-filter__toggle:active, .product-filter__toggle:focus {
    background: #d7d8d6; }

.product-filter__selection {
  display: block; }

.product-filter__step {
  display: none; }
  .product-filter__step.is-active {
    display: block; }

.product-filter__step__options {
  margin: 0;
  padding: 0;
  list-style: none; }

.product-filter__step__option {
  display: block;
  margin: 0 0 -1px;
  padding: 0;
  list-style: none;
  position: relative; }
  .product-filter__step__option:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 13px;
    right: 13px;
    background: #d7d8d6;
    z-index: 1; }
  .product-filter__step__option .form__radio__label {
    position: relative;
    text-align: left;
    padding-left: 13px;
    padding-right: 13px;
    z-index: 2; }

.product-filter__playback {
  display: none; }

.product-filter__playback__selection {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  display: table; }

.product-filter__playback__selection-item {
  border: 1px solid #d7d8d6;
  background: #fff;
  float: left;
  margin-left: 14px;
  padding: 0 14px;
  line-height: 56px; }
  .product-filter__playback__selection-item:first-child {
    margin-left: 0; }
  .product-filter__playback__selection-item .icon {
    width: 26px;
    height: 26px; }

.product-filter__actions {
  display: block; }
  .product-filter__actions:after {
    content: "";
    display: table;
    clear: both; }

.product-filter__action {
  float: left;
  width: 50%;
  padding-left: 7px; }
  .product-filter__action:first-child {
    padding-right: 7px;
    padding-left: 0; }
  .product-filter__action .btn {
    padding: 21px 0; }

.site-footer {
  display: block;
  text-align: center;
  background: #ededed;
  padding: 14px 0; }

.site-header {
  display: block;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #929292;
  padding: 14px 0 9px;
  padding: 0.875rem 0 0.5625rem;
  z-index: 1000; }
  .site-header:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 72.4375em) {
    .site-header {
      text-align: center; } }

.site-header__content {
  max-width: 1220px;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin: auto; }

.playback__section {
  padding: 0 0 21px; }
  .playback__section .playback__state--is-not-editing {
    display: block; }
  .playback__section .playback__state--is-editing {
    display: none; }
  .playback__section.is-editable .playback__state--is-not-editing {
    display: none; }
  .playback__section.is-editable .playback__state--is-editing {
    display: block; }
  .playback__section.is-editable .form__checkbox__label {
    font-family: "UniversNextforHSBC-Bold", Helvetica, Arial, sans-serif; }

.playback__product-config {
  border-top: 1px solid #d7d8d6;
  border-bottom: 1px solid #d7d8d6; }
  .playback__product-config.is-editable {
    background: #d7d8d6; }

.playback__section--knockout {
  padding: 14px;
  background: #ededed; }
  .playback__section--knockout .form__select,
  .playback__section--knockout .form__control {
    border-color: #ededed; }
  .is-editable .playback__section--knockout {
    background: #d7d8d6; }
  .playback__section--knockout .playback__section--knockout__offgrid-large {
    width: 59.183673469388%;
    padding-right: 20px;
    float: left;
    overflow: hidden;
    margin-bottom: 14px; }
  .playback__section--knockout .playback__section--knockout__offgrid-small {
    display: block;
    overflow: hidden;
    margin-bottom: 14px; }

.playback__section--knockout__hr {
  margin: 14px 0; }

.playback__details {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  line-height: 1.5;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  font-size: 14px;
  font-size: 0.875rem; }
  .playback__details.collapse {
    margin: 0; }

.playback__details__term {
  float: left;
  clear: left;
  margin: 0;
  padding: 0 10px 0 0; }
  .playback__details__term:after {
    content: ": "; }
  .playback__details--block .playback__details__term {
    float: none; }
  .playback__details__term.no-pseudo:after {
    display: none; }
  .playback__details__term.collapse {
    padding: 0; }

.playback__details__term--alt {
  color: #404040; }

.playback__details__definition {
  color: #000;
  display: block;
  margin: 0; }

/* ==========================================================================
// = page specific styles
// ========================================================================== */
.application-form__banner {
  margin-bottom: 21px;
  border-bottom: 1px solid #d7d8d6; }

.application-form__banner--collapse {
  margin-bottom: 0;
  border-bottom: 0; }

.yodlee-container.is-complete .yodlee-journey {
  display: none; }

.yodlee-container.is-complete .yodlee-complete {
  display: block; }

.yodlee-complete {
  display: none; }

.yodlee {
  position: relative; }

.yodlee__selection {
  display: none; }
  .yodlee__selection.is-active {
    display: block; }

.yodlee__details {
  display: none; }
  .yodlee__details.is-active {
    display: block; }

.yodlee__loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10; }
  .yodlee__loading .loading-roundal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .is-loading .yodlee__loading {
    display: block; }

.yodlee__loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.yodlee__loading__title {
  margin-top: -60px; }

.yodlee__bank-playback {
  max-width: 77px;
  margin: auto; }

/* ==========================================================================
// = Application specific styles
// ========================================================================== */
.form--account-opening[data-active-form-step="1"] .progress__link {
  display: none; }

/* ==========================================================================
// = Utils & helper classes
// ========================================================================== */
.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-caps {
  text-transform: uppercase; }

.u-text-center {
  text-align: center; }

.u-left {
  float: left; }

.u-right {
  float: right; }

.u-flex-align {
  display: flex;
  align-items: center;
  justify-content: center; }

.l-islet {
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem; }
  @media screen and (min-width: 59.9375em) {
    .l-islet {
      padding-top: 9px;
      padding-top: 0.5625rem;
      padding-bottom: 9px;
      padding-bottom: 0.5625rem; } }
  @media screen and (min-width: 72.4375em) {
    .l-islet {
      padding-top: 10px;
      padding-top: 0.625rem;
      padding-bottom: 10px;
      padding-bottom: 0.625rem; } }

.l-isle {
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem; }
  @media screen and (min-width: 59.9375em) {
    .l-isle {
      padding-top: 18px;
      padding-top: 1.125rem;
      padding-bottom: 18px;
      padding-bottom: 1.125rem; } }
  @media screen and (min-width: 72.4375em) {
    .l-isle {
      padding-top: 20px;
      padding-top: 1.25rem;
      padding-bottom: 20px;
      padding-bottom: 1.25rem; } }

.l-island {
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem; }
  @media screen and (min-width: 59.9375em) {
    .l-island {
      padding-top: 27px;
      padding-top: 1.6875rem;
      padding-bottom: 27px;
      padding-bottom: 1.6875rem; } }
  @media screen and (min-width: 72.4375em) {
    .l-island {
      padding-top: 30px;
      padding-top: 1.875rem;
      padding-bottom: 30px;
      padding-bottom: 1.875rem; } }

.l-continent {
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem; }
  @media screen and (min-width: 59.9375em) {
    .l-continent {
      padding-top: 36px;
      padding-top: 2.25rem;
      padding-bottom: 36px;
      padding-bottom: 2.25rem; } }
  @media screen and (min-width: 72.4375em) {
    .l-continent {
      padding-top: 40px;
      padding-top: 2.5rem;
      padding-bottom: 40px;
      padding-bottom: 2.5rem; } }

.l-aquaporin {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem; }
  @media screen and (min-width: 59.9375em) {
    .l-aquaporin {
      margin-bottom: 9px;
      margin-bottom: 0.5625rem; } }
  @media screen and (min-width: 72.4375em) {
    .l-aquaporin {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; } }

.l-channel {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }
  @media screen and (min-width: 59.9375em) {
    .l-channel {
      margin-bottom: 18px;
      margin-bottom: 1.125rem; } }
  @media screen and (min-width: 72.4375em) {
    .l-channel {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; } }

.l-gulf {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem; }
  @media screen and (min-width: 59.9375em) {
    .l-gulf {
      margin-bottom: 27px;
      margin-bottom: 1.6875rem; } }
  @media screen and (min-width: 72.4375em) {
    .l-gulf {
      margin-bottom: 30px;
      margin-bottom: 1.875rem; } }

.l-ocean {
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }
  @media screen and (min-width: 59.9375em) {
    .l-ocean {
      margin-bottom: 36px;
      margin-bottom: 2.25rem; } }
  @media screen and (min-width: 72.4375em) {
    .l-ocean {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; } }

.u-highlight--primary--red {
  color: #db0011;
  fill: #db0011; }

.u-highlight--primary--red-dark {
  color: #83000a;
  fill: #83000a; }

.u-highlight--primary--white {
  color: #fff;
  fill: #fff; }

.u-highlight--primary--black {
  color: #000;
  fill: #000; }

.u-highlight--secondary--pearl {
  color: #ededed;
  fill: #ededed; }

.u-highlight--secondary--silver {
  color: #d7d8d6;
  fill: #d7d8d6; }

.u-highlight--secondary--pewter {
  color: #929292;
  fill: #929292; }

.u-highlight--secondary--graphite {
  color: #404040;
  fill: #404040; }

.u-highlight--secondary--light-slate {
  color: #4d6474;
  fill: #4d6474; }

.u-highlight--secondary--slate {
  color: #3e505d;
  fill: #3e505d; }

.u-highlight--secondary--dark-slate {
  color: #253038;
  fill: #253038; }

.u-highlight--secondary--jade {
  color: #008580;
  fill: #008580; }

.u-highlight--secondary--dark-jade {
  color: #005e59;
  fill: #005e59; }

.u-highlight--secondary--gold {
  color: #e9a115;
  fill: #e9a115; }

.u-highlight--secondary--anitque-gold {
  color: #ba8111;
  fill: #ba8111; }

.u-highlight--secondary--violet {
  color: #4e3a7c;
  fill: #4e3a7c; }

.u-highlight--secondary--premier-indigo {
  color: #262362;
  fill: #262362; }

/*# sourceMappingURL=main.css.map */
