/*---------------------------------------------
Helpers
---------------------------------------------*/
/*---------------------------------------------
App
---------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-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, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.5.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:$breakpoint-tablet-sm)/";
  width: 768px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:$breakpoint-tablet-sm) and (max-width:64em)/";
  width: 768px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:$breakpoint-desktop-sm)/";
  width: 1224px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:$breakpoint-desktop-sm) and (max-width:90em)/";
  width: 1224px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:$breakpoint-desktop-lg)/";
  width: 1824px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:$breakpoint-desktop-lg) and (max-width:120em)/";
  width: 1824px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #4D4F53;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

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

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 78.75em;
  width: 100%; }

.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: 0 -0.625em;
  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: 0.625em;
  padding-right: 0.625em;
  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: 0.625em;
    padding-right: 0.625em;
    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: 0.625em;
    padding-right: 0.625em;
    float: left; } }

@media only screen and (min-width: 768px) {
  .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: 0.625em;
    padding-right: 0.625em;
    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: 0.625em;
    padding-right: 0.625em;
    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 only screen and (min-width: 1224px) {
  .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: 0.625em;
    padding-right: 0.625em;
    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: 0.625em;
    padding-right: 0.625em;
    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; } }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }

.panel > :first-child {
  margin-top: 0; }

.panel > :last-child {
  margin-bottom: 0; }

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333; }

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem; }

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4; }

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ebf6ff;
  color: #333333; }

.panel.callout > :first-child {
  margin-top: 0; }

.panel.callout > :last-child {
  margin-bottom: 0; }

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333; }

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem; }

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4; }

.panel.callout a:not(.button) {
  color: #0061b1; }

.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #005398; }

.panel.radius {
  border-radius: 10px; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50; }

[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0; }

[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0; }

[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }

.tabs:before, .tabs:after {
  content: " ";
  display: table; }

.tabs:after {
  clear: both; }

.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative; }

.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem; }

.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1; }

.tabs dd.active a,
.tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222; }

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table; }

.tabs-content:after {
  clear: both; }

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.625em 0;
  width: 100%; }

.tabs-content > .content.active {
  display: block;
  float: none; }

.tabs-content > .content.contained {
  padding: 0.625em; }

.tabs-content.vertical {
  display: block; }

.tabs-content.vertical > .content {
  padding: 0 0.625em; }

@media only screen and (min-width: 768px) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

.accordion {
  margin-bottom: 0; }

.accordion:before, .accordion:after {
  content: " ";
  display: table; }

.accordion:after {
  clear: both; }

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important; }

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8; }

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem; }

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3; }

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.625em; }

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #FFFFFF;
  display: block; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 10px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh; } }

.reveal-modal .column, .reveal-modal .columns {
  min-width: 0; }

.reveal-modal > :first-child {
  margin-top: 0; }

.reveal-modal > :last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 78.75em;
    right: 0;
    width: 80%; } }

@media only screen and (min-width: 768px) {
  .reveal-modal {
    top: 6.25rem; } }

.reveal-modal.radius {
  border-radius: 10px; }

.reveal-modal.round {
  border-radius: 1000px; }

.reveal-modal.collapse {
  padding: 0; }

@media only screen and (min-width: 768px) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 78.75em;
    right: 0;
    width: 30%; } }

@media only screen and (min-width: 768px) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 78.75em;
    right: 0;
    width: 40%; } }

@media only screen and (min-width: 768px) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 78.75em;
    right: 0;
    width: 60%; } }

@media only screen and (min-width: 768px) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 78.75em;
    right: 0;
    width: 70%; } }

@media only screen and (min-width: 768px) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 78.75em;
    right: 0;
    width: 95%; } }

.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0; }

@media only screen and (min-width: 768px) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 78.75em;
    right: 0;
    width: 100%; } }

.reveal-modal.toback {
  z-index: 1003; }

.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold; }

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #002c50;
  color: #0061b1; }

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important; }

.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }

.tooltip > .nub {
  border-color: transparent transparent #333333 transparent;
  border: solid 5px;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px; }

.tooltip > .nub.rtl {
  left: auto;
  right: 5px; }

.tooltip.radius {
  border-radius: 10px; }

.tooltip.round {
  border-radius: 1000px; }

.tooltip.round > .nub {
  left: 2rem; }

.tooltip.opened {
  border-bottom: dotted 1px #002c50 !important;
  color: #0061b1 !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen and (min-width: 768px) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table; }

.clearing-thumbs:after, [data-clearing]:after {
  clear: both; }

.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px; }

.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }

.clearing-blackout .clearing-close {
  display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }

.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }

.clearing-assembled .clearing-container .carousel > ul {
  display: none; }

.clearing-feature li {
  display: none; }

.clearing-feature li.clearing-featured-img {
  display: block; }

@media only screen and (min-width: 768px) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: .8; }
  .clearing-main-prev {
    left: 0; }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none; }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px; }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none; }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block; }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important; }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1; }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }

.f-dropdown.open {
  display: block; }

.f-dropdown > *:first-child {
  margin-top: 0; }

.f-dropdown > *:last-child {
  margin-bottom: 0; }

.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89; }

.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88; }

.f-dropdown.right:before {
  left: auto;
  right: 10px; }

.f-dropdown.right:after {
  left: auto;
  right: 9px; }

.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px; }

.f-dropdown.drop-right.open {
  display: block; }

.f-dropdown.drop-right > *:first-child {
  margin-top: 0; }

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0; }

.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89; }

.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88; }

.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px; }

.f-dropdown.drop-left.open {
  display: block; }

.f-dropdown.drop-left > *:first-child {
  margin-top: 0; }

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0; }

.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89; }

.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88; }

.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px; }

.f-dropdown.drop-top.open {
  display: block; }

.f-dropdown.drop-top > *:first-child {
  margin-top: 0; }

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0; }

.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89; }

.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88; }

.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0; }

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE; }

.f-dropdown li.radius {
  border-radius: 10px; }

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555; }

.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }

.f-dropdown.content.open {
  display: block; }

.f-dropdown.content > *:first-child {
  margin-top: 0; }

.f-dropdown.content > *:last-child {
  margin-bottom: 0; }

.f-dropdown.tiny {
  max-width: 200px; }

.f-dropdown.small {
  max-width: 300px; }

.f-dropdown.medium {
  max-width: 500px; }

.f-dropdown.large {
  max-width: 800px; }

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important; }

.f-dropdown.mega.open {
  left: 0 !important; }

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }

table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold; }

table thead {
  background: #F5F5F5; }

table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem; }

table tfoot {
  background: #F5F5F5; }

table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem; }

table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left; }

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9; }

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem; }

.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA; }

.range-slider.vertical-range {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem; }

.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute; }

.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem; }

.range-slider.radius {
  background: #FAFAFA;
  border-radius: 10px; }

.range-slider.radius .range-slider-handle {
  background: #0061b1;
  border-radius: 10px; }

.range-slider.radius .range-slider-handle:hover {
  background: #00559c; }

.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px; }

.range-slider.round .range-slider-handle {
  background: #0061b1;
  border-radius: 1000px; }

.range-slider.round .range-slider-handle:hover {
  background: #00559c; }

.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7; }

.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #0061b1;
  cursor: default;
  opacity: 0.7; }

.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #00559c; }

.range-slider-active-segment {
  background: #cacaca;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute; }

.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #0061b1; }

.range-slider-handle:hover {
  background: #00559c; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 768px) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 1224px) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }

.flex-video.widescreen {
  padding-bottom: 56.34%; }

.flex-video.vimeo {
  padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 768px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 1224px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 1824px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 2124px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

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

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

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

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

/*---------------------------------------------
HTML
---------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }

body {
  color: #526473;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%;
  overflow-x: hidden; }

a {
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  touch-action: manipulation;
  -ms-touch-action: manipulation; }

img {
  max-width: 100%; }

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

#container {
  overflow: hidden; }

/*---------------------------------------------
Common Reusable Helpers
---------------------------------------------*/
/*  Positioning */
.fixed {
  z-index: 900; }

/*  Show / Hide */
.hide {
  display: none; }

.invisible {
  visibility: hidden; }

/*  Text Alignment */
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

/*  Display */
.block {
  display: block; }

/*  Type */
.smaller {
  font-size: 73.6842105%;
  line-height: 120%; }

.small {
  display: block;
  font-size: 80%;
  line-height: 120%; }

/*  Center section */
.wrapper {
  max-width: 1260px;
  margin: 0 auto; }

.rel {
  position: relative; }

.overflow {
  overflow: hidden; }

.padding-bottom-xsm {
  padding-bottom: 10px; }

.hide-overflow {
  overflow: hidden; }

.block-for-mobile {
  display: block; }
  @media screen and (min-width: 768px) {
    .block-for-mobile {
      display: inline; } }

.no-numerals {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.show-on-home {
  display: none !important; }

#pg_home .hide-on-home {
  display: inline-block; }

.show-on-help {
  display: none; }

#pg_help .hide-on-help {
  display: inline-block; }

/*  Shadows */
.shadow {
  -webkit-box-shadow: 1px 4px 8px #000;
          box-shadow: 1px 4px 8px #000; }

.image {
  overflow: hidden; }

.image__left img {
  float: left; }

.image__center {
  text-align: center; }

.see-how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0061b1;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 140%;
  white-space: nowrap; }
  .see-how:hover {
    text-decoration: none; }
  .see-how span {
    display: inline-block;
    margin-right: 5px; }
    .see-how span:before {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 140%; }

/*---------------------------------------------
Typography
---------------------------------------------*/
/*---------------------------------------------
BENTON SANS
---------------------------------------------*/
@font-face {
  font-family: "BentonSansRegular";
  src: url("../fonts/benton/bentonsans-regular-webfont.eot");
  src: url("../fonts/benton/bentonsans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/benton/bentonsans-regular-webfont.woff") format("woff"), url("../fonts/benton/bentonsans-regular-webfont.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: "BentonSansBook";
  src: url("../fonts/benton/bentonsans-book-webfont.eot");
  src: url("../fonts/benton/bentonsans-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/benton/bentonsans-book-webfont.woff") format("woff"), url("../fonts/benton/bentonsans-book-webfont.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: "BentonSansMedium";
  src: url("../fonts/benton/bentonsans-medium-webfont.eot");
  src: url("../fonts/benton/bentonsans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/benton/bentonsans-medium-webfont.woff") format("woff"), url("../fonts/benton/bentonsans-medium-webfont.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: "BentonSansBold";
  src: url("../fonts/benton/bentonsans-bold-webfont.eot");
  src: url("../fonts/benton/bentonsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/benton/bentonsans-bold-webfont.woff") format("woff"), url("../fonts/benton/bentonsans-bold-webfont.ttf") format("truetype");
  font-style: normal; }

/*---------------------------------------------
SERVE ICONS
---------------------------------------------*/
@font-face {
  font-family: "Serve-Primary-Icons";
  src: url("../fonts/serve/icon.eot");
  src: url("../fonts/serve/icon.eot?#iefix") format("embedded-opentype"), url("../fonts/serve/icon.woff") format("woff"), url("../fonts/serve/icon.ttf") format("truetype");
  font-style: normal; }

/*---------------------------------------------
TYPOGRAPHY
---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 140%;
  line-height: 110%; }
  h1 sup {
    top: -0.9em;
    font-size: 50%; }

h2 {
  color: #0061b1;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 140%; }

h3 {
  font-family: "BentonSansMedium", Helvetica, arial;
  color: #0061b1; }

h4 {
  font-family: "BentonSansRegular", Helvetica, arial;
  color: #0070B2;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 140%; }

h5 {
  font-family: "BentonSansBold", Helvetica, arial;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%; }

a {
  text-decoration: none;
  position: relative;
  color: #009BBB;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #002663; }

sup {
  top: -0.5em;
  font-size: 50%; }
  @media screen and (min-width: 768px) {
    sup {
      font-size: 75%;
      top: -0.5em; } }

sup.asterisk {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%;
  line-height: 110%; }
  @media screen and (min-width: 768px) {
    sup.asterisk {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 140%;
      line-height: 110%; } }

sup.cross {
  font-size: 10px;
  font-size: 1rem;
  line-height: 140%;
  line-height: 110%; }

.nowidow, .nowrap {
  white-space: nowrap; }

ol.indent li, ul.indent li {
  position: relative; }
  ol.indent li > sup:first-child, ul.indent li > sup:first-child {
    position: absolute;
    left: 0;
    top: 8px; }

ol.numeric {
  list-style-type: decimal;
  padding-left: 40px; }

ol .indent:not(ol) ol, ol .indent:not(ul) ol {
  list-style-type: lower-alpha !important;
  padding-left: 40px; }

.underline {
  text-decoration: underline; }

.icon {
  font-family: "Serve-Primary-Icons";
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }
  .icon:before {
    display: block;
    font-size: 50px;
    font-size: 5rem;
    line-height: 140%;
    line-height: 59px; }
  .icon.atm:before {
    content: "\61"; }
  .icon.rewards:before {
    content: "\43"; }
  .icon.offers:before {
    content: "\42"; }
  .icon.customer-service:before {
    content: "\62"; }
  .icon.direct-deposit:before {
    content: "\63"; }
  .icon.features-and-fees:before, .icon.fees-limits:before {
    content: "\64"; }
  .icon.how-it-works:before, .icon.get-more-from-your-card:before {
    content: "\65";
    margin-top: 6px;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 140%; }
  .icon.mobile-phone:before, .icon.mobile:before, .icon.serve-on-mobile:before {
    content: "\67"; }
  .icon.free-bill-pay:before {
    content: "\68"; }
  .icon.pay-bills-online:before {
    content: "\36"; }
  .icon.reserve-subaccounts:before, .icon.manage-money:before, .icon.manage-account:before {
    content: "\33"; }
  .icon.mobile-capabilities:before {
    content: "\39"; }
  .icon.ingo-capture:before {
    content: "\75"; }
  .icon.reloads:before {
    content: "\6a"; }
  .icon.send-receive:before {
    content: "\34"; }
  .icon.spend:before {
    content: "\6b"; }
  .icon.subaccounts:before {
    content: "\6c"; }
  .icon.use-your-account:before {
    content: "\38"; }
  .icon.add-cash:before, .icon.add-money:before {
    content: "\7a"; }
  .icon.add-money-light:before {
    content: "\37"; }
  .icon.fraud-protection:before {
    content: "\73"; }
  .icon.membership-benefits:before, .icon.trusted-benefits:before {
    content: "\6d"; }
  .icon.already-have-card:before, .icon.use-your-card:before {
    content: "\71"; }
  .icon.get-more:before {
    content: "\78"; }
  .icon.alert:before {
    content: "\32"; }
  .icon.arrow {
    text-decoration: none; }
    .icon.arrow:before {
      content: "\72"; }
    .icon.arrow.up {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .icon.arrow.down {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .icon.arrow.prev, .icon.arrow.left {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .icon.arrow.next, .icon.arrow.right {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
  .icon.play-btn:before {
    content: "\35"; }
  .icon.stop-btn:before {
    content: "\41"; }
  .icon.tax:before {
    content: "\58"; }
  .icon.get-started:before {
    content: "\47"; }

/*---------------------------------------------
Modules
---------------------------------------------*/
.app-store {
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 10px auto;
  width: 100%;
  text-align: center; }
  .app-store:after {
    content: "";
    display: table;
    clear: both; }
  .app-store a:after {
    border-bottom: 0; }
  .app-store li {
    display: inline; }

.app-store-icon {
  display: block; }

#itunes-appstore {
  padding-top: 20px; }
  @media screen and (min-width: 896px) {
    #itunes-appstore {
      padding-top: initial;
      margin-right: 10px; } }
  #itunes-appstore img {
    width: 115px;
    height: 34px; }

#google-play img {
  width: 98px;
  height: 34px; }

.android #itunes-appstore {
  display: none; }

.ios #google-play {
  display: none; }

.btn {
  display: inline-block;
  background-color: #0070B2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0070B2), to(#004975));
  background-image: -webkit-linear-gradient(top, #0070B2 0%, #004975 100%);
  background-image: -o-linear-gradient(top, #0070B2 0%, #004975 100%);
  background-image: linear-gradient(-180deg, #0070B2 0%, #004975 100%);
  color: #fff;
  text-decoration: none;
  border: 1px #0070B2 solid;
  font-family: "BentonSansMedium", Helvetica, arial;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.25);
  padding: 6px 6px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%; }
  .btn.full-width-btn {
    width: 100%; }
  @media screen and (min-width: 480px) {
    .btn {
      padding: 8px 12px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 140%; } }
  .btn:after {
    border-bottom: 0; }
  .btn:hover {
    color: #fff;
    border-top-color: #0097ef;
    border-bottom-color: #003656;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0097ef), to(#003656));
    background-image: -webkit-linear-gradient(top, #0097ef 0%, #003656 100%);
    background-image: -o-linear-gradient(top, #0097ef 0%, #003656 100%);
    background-image: linear-gradient(-180deg, #0097ef 0%, #003656 100%);
    text-decoration: none; }
    .btn:hover:after {
      border-bottom: 0; }
  .btn.purple {
    background-color: #77216F;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#77216F), to(#471442));
    background-image: -webkit-linear-gradient(top, #77216F 0%, #471442 100%);
    background-image: -o-linear-gradient(top, #77216F 0%, #471442 100%);
    background-image: linear-gradient(-180deg, #77216F 0%, #471442 100%);
    border-color: #77216F; }
    .btn.purple:hover {
      border-top-color: #a72e9c;
      border-bottom-color: #2f0d2c;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#a72e9c), to(#2f0d2c));
      background-image: -webkit-linear-gradient(top, #a72e9c 0%, #2f0d2c 100%);
      background-image: -o-linear-gradient(top, #a72e9c 0%, #2f0d2c 100%);
      background-image: linear-gradient(-180deg, #a72e9c 0%, #2f0d2c 100%); }
  .btn.white {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: linear-gradient(-180deg, #fff 0%, #e0e0e0 100%);
    border-color: #0070B2;
    color: #0070B2; }

.indicators {
  line-height: 70%; }
  .indicators:after {
    content: "";
    display: table;
    clear: both; }

.indicator-btn {
  border-radius: 11px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 8px;
  background-color: #4D4F53;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 1px #fff solid;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(77, 79, 83, 0.25);
          box-shadow: 0px 2px 3px 0px rgba(77, 79, 83, 0.25);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .indicator-btn {
      width: 15px;
      height: 15px;
      margin: 2px 7px;
      border-radius: 15px; } }
  .indicator-btn.active, .indicator-btn:hover {
    background-color: #0070B2; }

form legend {
  font-family: "BentonSansRegular", Helvetica, arial;
  display: inline-block;
  padding: 0 10px 10px 10px;
  margin: 0;
  width: 100%;
  color: #0061b1;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 140%; }

form label {
  display: none; }

form input[type="text"], form input[type="password"] {
  padding: 10px;
  width: 100%;
  margin-bottom: 6px;
  color: #526473;
  border-radius: 8px;
  border: 0;
  border: 4px solid rgba(161, 160, 163, 0.1);
  -webkit-box-shadow: inset -1px 1px 1px 0px rgba(0, 0, 0, 0.4);
          box-shadow: inset -1px 1px 1px 0px rgba(0, 0, 0, 0.4); }

.circle-number {
  display: block;
  position: relative;
  top: -4px;
  border: #0070B2 3px solid;
  float: left;
  text-align: center;
  line-height: 120%;
  margin-right: 8px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 140%;
  width: 30px;
  height: 30px;
  border-radius: 30px; }
  @media screen and (min-width: 768px) {
    .circle-number {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 140%;
      width: 51px;
      height: 51px;
      border-radius: 51px;
      margin-right: 16px; } }

.circle-number-solid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0070B2;
  color: #fff !important; }
  .circle-number-solid.circle-number-solid--green {
    color: #fff !important;
    background-color: #00693C;
    border-color: #00693C; }

.circle-number-small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%;
  width: 16px;
  height: 16px;
  border-radius: 16px; }
  @media screen and (min-width: 768px) {
    .circle-number-small {
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 140%;
      width: 28px;
      height: 28px;
      border-radius: 28px; } }

.circle-number-offset {
  position: absolute;
  top: 0;
  left: 0; }

.circle-number-offset-padding {
  padding-left: 20px !important;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .circle-number-offset-padding {
      padding-left: 40px !important;
      margin-bottom: 0; } }

.ui-tabs {
  /* GLOBAL */ }
  @media screen and (min-width: 768px) {
    .ui-tabs.wrapper {
      max-width: 1150px;
      margin-top: 40px; } }
  .ui-tabs .tabs {
    position: relative;
    z-index: 6;
    width: 100%;
    margin-top: 10px; }
    .ui-tabs .tabs .tab-title {
      width: 49.75%;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      background-color: #fff;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#D1D3D5), color-stop(83%, #FFFFFF));
      background-image: -webkit-linear-gradient(bottom, #D1D3D5 0%, #FFFFFF 83%);
      background-image: -o-linear-gradient(bottom, #D1D3D5 0%, #FFFFFF 83%);
      background-image: linear-gradient(0deg, #D1D3D5 0%, #FFFFFF 83%); }
      .ui-tabs .tabs .tab-title:first-child {
        margin-right: 0.5%; }
      @media screen and (min-width: 768px) {
        .ui-tabs .tabs .tab-title {
          background-image: none;
          width: 50%;
          min-height: 67px;
          margin-top: 8px; }
          .ui-tabs .tabs .tab-title:first-child {
            margin-right: 0; } }
      .ui-tabs .tabs .tab-title a {
        position: relative;
        color: #009BBB;
        text-decoration: none;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 140%;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        outline: 0; }
        .ui-tabs .tabs .tab-title a:hover {
          text-decoration: underline;
          color: #009BBB; }
        @media screen and (min-width: 768px) {
          .ui-tabs .tabs .tab-title a {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 100%;
            position: relative;
            color: #fff;
            text-decoration: none;
            position: absolute;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 140%; }
            .ui-tabs .tabs .tab-title a:hover {
              text-decoration: underline;
              color: #fff; }
            .ui-tabs .tabs .tab-title a:hover {
              text-decoration: none; } }
      .ui-tabs .tabs .tab-title.active {
        z-index: 5;
        background-image: none;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          .ui-tabs .tabs .tab-title.active {
            margin-top: 0;
            min-height: 80px; }
            .ui-tabs .tabs .tab-title.active a {
              font-size: 26px;
              font-size: 2.6rem;
              line-height: 140%;
              text-decoration: none; }
            .ui-tabs .tabs .tab-title.active:first-child {
              -webkit-box-shadow: 5px 2px 7px -2px rgba(0, 0, 0, 0.5);
                      box-shadow: 5px 2px 7px -2px rgba(0, 0, 0, 0.5); }
            .ui-tabs .tabs .tab-title.active:last-child {
              -webkit-box-shadow: -5px 2px 7px -2px rgba(0, 0, 0, 0.5);
                      box-shadow: -5px 2px 7px -2px rgba(0, 0, 0, 0.5); }
            .ui-tabs .tabs .tab-title.active:after {
              border-bottom: 10px #000 solid;
              position: absolute;
              bottom: -5px;
              width: 200%;
              content: "";
              display: block;
              z-index: 2; } }
      .ui-tabs .tabs .tab-title:first-child:after {
        left: 0; }
      .ui-tabs .tabs .tab-title:last-child:after {
        right: 0; }
  .ui-tabs .tab-panel {
    position: relative;
    z-index: 5;
    background-color: #fff; }
  @media screen and (min-width: 768px) {
    .ui-tabs .tabs-content {
      position: relative;
      background-clip: padding-box;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#E4E2E2), color-stop(7%, #FFFFFF));
      background-image: -webkit-linear-gradient(top, #E4E2E2 0%, #FFFFFF 7%);
      background-image: -o-linear-gradient(top, #E4E2E2 0%, #FFFFFF 7%);
      background-image: linear-gradient(-180deg, #E4E2E2 0%, #FFFFFF 7%);
      -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
              box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
      margin-bottom: 20px; }
      .ui-tabs .tabs-content:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 102%;
        height: 100%;
        z-index: 3;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #ffffff));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
        margin-left: -1%; } }

.gradual-shadow {
  position: relative;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }
  .gradual-shadow:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 102%;
    height: 100%;
    z-index: 3;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #ffffff));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    margin-left: -1%; }

#externalModal {
  text-align: center;
  width: 90%;
  min-height: 0vh !important;
  min-width: 300px;
  max-width: 960px;
  border: 0;
  margin: 0 0 0 -45%;
  left: 50%; }
  @media screen and (min-width: 768px) {
    #externalModal {
      margin: 0 auto;
      left: 0; } }

.reveal-modal.alert-modal {
  text-align: left;
  padding: 0;
  width: 90%;
  min-width: 300px;
  max-width: 960px;
  border: 0; }
  .reveal-modal.alert-modal > div {
    margin: 0; }
  .reveal-modal.alert-modal p {
    margin: 0; }
  .reveal-modal.alert-modal .modal-body {
    padding: 40px 60px 40px 120px; }
    .reveal-modal.alert-modal .modal-body h4 {
      font-family: "BentonSansRegular", Helvetica, arial;
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 140%;
      line-height: 110%;
      position: relative;
      margin-bottom: 10px; }
      .reveal-modal.alert-modal .modal-body h4 .icon {
        position: absolute;
        left: -60px; }
  .reveal-modal.alert-modal .modal-footer {
    font-family: "BentonSansMedium", Helvetica, arial;
    padding: 20px 60px 20px 120px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0090e5), to(#0070B2));
    background-image: -webkit-linear-gradient(top, #0090e5 0%, #0070B2 100%);
    background-image: -o-linear-gradient(top, #0090e5 0%, #0070B2 100%);
    background-image: linear-gradient(-180deg, #0090e5 0%, #0070B2 100%);
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 140%;
    line-height: 110%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .reveal-modal.alert-modal .modal-footer a {
      position: relative;
      color: #fff;
      text-decoration: none; }
      .reveal-modal.alert-modal .modal-footer a:hover {
        text-decoration: underline;
        color: #fff; }
      .reveal-modal.alert-modal .modal-footer a:hover {
        text-decoration: none; }

#alertRegisterModal .modal-footer {
  text-align: center; }

#mega-touts {
  position: relative;
  /*
	nav{
		@include media-query($breakpoint-tablet-sm){
			display: none;
		}
		a{
			position: absolute;
			color: $color-white;
			top: 19%;
			z-index: 20;

			&:before{
				@include font-size(3.1);
			}

			&.prev{
				left: 10px;
			}

			&.next{
				right: 10px;
			}
		}
	}
*/ }
  @media screen and (min-width: 768px) {
    #mega-touts {
      margin: 60px 0 40px; } }
  #mega-touts nav {
    position: absolute;
    top: 20%;
    width: 100%; }
    @media screen and (min-width: 480px) {
      #mega-touts nav {
        top: 28%; } }
    @media screen and (min-width: 768px) {
      #mega-touts nav {
        display: none; } }
  #mega-touts .icon:before {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #mega-touts .icon:before {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 140%; } }
  #mega-touts .prev, #mega-touts .next {
    position: absolute;
    background: #0061b1;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    @media screen and (min-width: 768px) {
      #mega-touts .prev, #mega-touts .next {
        border-radius: 10px; } }
    #mega-touts .prev:hover, #mega-touts .next:hover {
      background: #0070B2; }
  #mega-touts .prev {
    left: -15px;
    padding: 8px 20px 8px 9px; }
    @media screen and (min-width: 768px) {
      #mega-touts .prev {
        padding: 20px 23px 20px 13px; } }
    @media screen and (min-width: 1224px) {
      #mega-touts .prev {
        padding: 30px 28px 30px 18px; } }
  #mega-touts .next {
    right: -15px;
    padding: 8px 20px 8px 8px; }
    @media screen and (min-width: 768px) {
      #mega-touts .next {
        padding: 20px 25px 20px 10px; } }
    @media screen and (min-width: 1224px) {
      #mega-touts .next {
        padding: 30px 30px 30px 15px; } }
  #mega-touts img {
    display: block;
    margin: 0 auto; }
  #mega-touts p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 140%; }
  #mega-touts .center-image {
    display: block;
    text-align: center; }
    #mega-touts .center-image img {
      width: auto;
      float: none;
      max-width: 100%;
      margin: 0 auto; }
  #mega-touts ul {
    width: 200%;
    padding: 1px;
    -webkit-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
    margin: 0; }
    @media screen and (min-width: 768px) {
      #mega-touts ul {
        width: 100%; } }
  #mega-touts li {
    padding: 0;
    width: 50%;
    float: left; }
    @media screen and (min-width: 768px) {
      #mega-touts li {
        padding: 0 20px; } }
    #mega-touts li .img-wrap {
      background-color: #000; }
      #mega-touts li .img-wrap:after {
        content: "";
        display: table;
        clear: both; }
    #mega-touts li img {
      width: 100%;
      float: left; }
      @media screen and (min-width: 768px) {
        #mega-touts li img {
          width: auto; } }
    #mega-touts li h3, #mega-touts li p {
      padding: 0 20px; }
      @media screen and (min-width: 768px) {
        #mega-touts li h3, #mega-touts li p {
          padding: 0; } }
    #mega-touts li h3 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 140%;
      margin: 20px 0;
      padding-top: 10px; }
      @media screen and (min-width: 768px) {
        #mega-touts li h3 {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 140%;
          padding: 0;
          font-family: "BentonSansRegular", Helvetica, arial;
          line-height: 120%;
          margin: 40px 0 20px 0;
          min-height: 50px; } }
    @media screen and (min-width: 768px) {
      #mega-touts li p {
        min-height: 182px; } }
    @media screen and (min-width: 865px) {
      #mega-touts li p {
        min-height: 161px; } }
    @media screen and (min-width: 997px) {
      #mega-touts li p {
        min-height: 115px; } }
    #mega-touts li p.login-footer {
      min-height: 0; }
  #mega-touts .login-footer {
    text-align: center; }
    @media screen and (min-width: 768px) {
      #mega-touts .login-footer {
        margin-top: 20px; } }
    #mega-touts .login-footer img {
      display: inline-block;
      float: none;
      margin-right: 6px; }
    #mega-touts .login-footer .arrow {
      display: inline-block;
      padding: 2px 0 0 3px;
      width: 12px; }
  #mega-touts .wrapper {
    overflow: hidden; }

#labs-banner {
  position: relative;
  padding: 17px 20px 20px 20px;
  background-color: #0061b1;
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 768px) {
    #labs-banner {
      width: 90%; } }
  #labs-banner h3, #labs-banner p, #labs-banner a {
    color: #fff;
    margin: 0;
    line-height: 170%; }
  @media screen and (min-width: 768px) {
    #labs-banner h3 {
      width: 62%; } }
  #labs-banner a {
    text-decoration: underline; }
    #labs-banner a:hover {
      text-decoration: none; }
  #labs-banner .btn {
    margin: 20px auto 0 auto;
    text-decoration: none;
    color: #0061b1; }
    #labs-banner .btn:hover {
      color: #00457e; }
    @media screen and (min-width: 768px) {
      #labs-banner .btn {
        position: absolute;
        top: 17px;
        right: 20px;
        margin: 0; } }

.reveal-modal {
  width: 100%;
  max-width: 670px;
  height: auto;
  min-height: initial;
  margin: 30px auto;
  padding: 30px;
  text-align: center;
  outline: 0; }
  @media screen and (min-width: 896px) {
    .reveal-modal {
      max-width: 870px;
      width: 870px; } }
  .reveal-modal h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 140%; }
  .reveal-modal p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%; }
  .reveal-modal .modal-footer {
    margin-top: 40px; }
    .reveal-modal .modal-footer .btn {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 140%; }
  .reveal-modal .close-reveal-modal {
    text-decoration: none; }

/* Global Chart Styles */
.chart {
  width: 100%;
  margin: 0;
  padding: 0; }
  .chart td, .chart th {
    padding: 10px;
    overflow: hidden;
    background-color: #f8f8f8; }
    @media screen and (min-width: 896px) {
      .chart td, .chart th {
        padding: 15px; } }

.smaller-block {
  display: block;
  font-family: "BentonSansRegular", Helvetica, arial;
  font-size: 80%; }

#card-serve-blue, .data-serve-blue {
  color: #0061b1; }
  #card-serve-blue a, .data-serve-blue a {
    color: #0061b1; }

#card-serve-green, .data-serve-green {
  color: #00693C; }
  #card-serve-green a, .data-serve-green a {
    color: #00693C; }

#card-serve-gray, .data-serve-gray {
  color: #4D4F53; }
  #card-serve-gray a, .data-serve-gray a {
    color: #4D4F53; }

.show-altName {
  display: none; }

.important-note {
  margin-bottom: 5px !important;
  color: #009BBB;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%; }

/* Global Chart Styles for SKU fees */
.chart-sku {
  display: block;
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px;
  border: 0; }
  .chart-sku td, .chart-sku th {
    background-color: #fff;
    padding: 15px 5px; }
  .chart-sku th {
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%;
    color: #4D4F53;
    vertical-align: bottom;
    text-align: center;
    width: 18%; }
    .chart-sku th:nth-child(odd):before, .chart-sku th:nth-child(odd):after {
      content: "";
      position: absolute;
      top: 15%;
      height: 70%;
      width: 1px;
      border-left: 1px #e0dee0 solid; }
    .chart-sku th:nth-child(odd):before {
      left: 0; }
    .chart-sku th:nth-child(odd):after {
      right: 0; }
    .chart-sku th:nth-child(-n+2):before, .chart-sku th:nth-child(-n+2):after {
      border-width: 0; }
    .chart-sku th:nth-child(2) {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 140%; }
    .chart-sku th img {
      width: 100px;
      margin-bottom: 10px; }
  .chart-sku td {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%;
    border: 1px solid #e0dee0;
    color: #4D4F53; }
    .chart-sku td:nth-child(1) {
      width: 23%;
      border-left: 0px;
      font-family: "BentonSansMedium", Helvetica, arial; }
    .chart-sku td:nth-child(2) {
      width: 23%;
      font-family: "BentonSansBold", Helvetica, arial;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 140%;
      color: #fff; }
      .chart-sku td:nth-child(2) span {
        color: #fff !important; }
      .chart-sku td:nth-child(2) .smaller {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 140%;
        font-family: "BentonSansRegular", Helvetica, arial; }
    .chart-sku td:nth-child(5) {
      border-right: 0px; }
  .chart-sku tr:nth-child(2) td:nth-child(2) {
    border-top: 0; }
  .chart-sku#fee-chart-serve-blue td:nth-child(2) {
    background-color: #0070B2;
    border-color: #0080cc; }
  .chart-sku#fee-chart-serve-green td:nth-child(2) {
    background-color: #00693C;
    border-color: #00834b; }

@-moz-document url-prefix() {
  .chart-sku #row-card-price {
    border-top: 2px #e0dee0 solid; } }

.chart-sku-mobile {
  padding: 0; }
  .chart-sku-mobile th, .chart-sku-mobile td {
    width: 33%;
    text-align: center;
    overflow: hidden;
    font-size: 10px; }
    .chart-sku-mobile th:nth-child(1), .chart-sku-mobile th:nth-child(2), .chart-sku-mobile td:nth-child(1), .chart-sku-mobile td:nth-child(2) {
      width: 33%;
      font-size: 11px; }
      .chart-sku-mobile th:nth-child(1) .smaller, .chart-sku-mobile th:nth-child(2) .smaller, .chart-sku-mobile td:nth-child(1) .smaller, .chart-sku-mobile td:nth-child(2) .smaller {
        font-size: 9px; }
  .chart-sku-mobile sup.asterisk {
    top: -0.3em; }
  .chart-sku-mobile .slideable-content {
    width: 300%; }
    .chart-sku-mobile .slideable-content .column {
      width: 33%; }

.chart-sku-mobile-nav {
  position: relative;
  width: 100%; }
  .chart-sku-mobile-nav .indicators {
    width: 100%;
    text-align: center;
    padding: 20px; }
  .chart-sku-mobile-nav .arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px; }
    .chart-sku-mobile-nav .arrow.icon:before {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 140%; }
  .chart-sku-mobile-nav .prev {
    left: 10px; }
  .chart-sku-mobile-nav .next {
    right: 10px; }

#fee-chart-global-pages {
  overflow: hidden; }
  #fee-chart-global-pages .gradual-shadow {
    padding: 0; }
  @media screen and (min-width: 768px) {
    #fee-chart-global-pages .gradual-shadow {
      position: relative;
      max-width: 1248px;
      margin: 0 auto; }
      #fee-chart-global-pages .gradual-shadow:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 102%;
        height: 100%;
        z-index: 3;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), color-stop(70%, rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(top, #fff 10%, rgba(255, 255, 255, 0) 70%);
        background-image: -o-linear-gradient(top, #fff 10%, rgba(255, 255, 255, 0) 70%);
        background-image: linear-gradient(to bottom, #fff 10%, rgba(255, 255, 255, 0) 70%);
        margin-left: -1%; }
      #fee-chart-global-pages .gradual-shadow:after {
        height: 40%;
        bottom: 0; } }
  @media screen and (min-width: 896px) {
    #fee-chart-global-pages .gradual-shadow {
      padding: 40px 40px 10px 40px; } }

/* Desktop Features & Fees Chart */
#features-and-fees-charts {
  position: relative;
  z-index: 5;
  max-width: 1000px;
  margin: 0 auto;
  border: 0; }
  #features-and-fees-charts tr th, #features-and-fees-charts tr td {
    border: 0; }
  @media screen and (min-width: 768px) {
    #features-and-fees-charts tbody > tr > th {
      min-width: initial; } }
  #features-and-fees-charts tbody tr {
    border-bottom: 1px #CCCCCC solid; }
    #features-and-fees-charts tbody tr td {
      color: #526473;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 140%; }
      #features-and-fees-charts tbody tr td span {
        display: block;
        font-family: "BentonSansRegular", Helvetica, arial;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 140%; }
        #features-and-fees-charts tbody tr td span.inline {
          display: inline; }
      #features-and-fees-charts tbody tr td sup span {
        display: inline; }
      #features-and-fees-charts tbody tr td span.show-on-home {
        display: block; }
      #features-and-fees-charts tbody tr td span.hide-on-home {
        display: none; }
      #features-and-fees-charts tbody tr td .block {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 140%; }
      #features-and-fees-charts tbody tr td .smaller {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 140%; }
      #features-and-fees-charts tbody tr td .data-serve-blue, #features-and-fees-charts tbody tr td .data-serve-green, #features-and-fees-charts tbody tr td .data-serve-gray {
        font-family: "BentonSansBold", Helvetica, arial;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 140%; }
        @media screen and (min-width: 896px) {
          #features-and-fees-charts tbody tr td .data-serve-blue, #features-and-fees-charts tbody tr td .data-serve-green, #features-and-fees-charts tbody tr td .data-serve-gray {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 140%; } }
    #features-and-fees-charts tbody tr td:first-child {
      background-color: #fff;
      border-right: 1px #CCCCCC solid;
      color: #4D4F53;
      font-family: "BentonSansMedium", Helvetica, arial;
      letter-spacing: -.03em;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 140%; }
      #features-and-fees-charts tbody tr td:first-child span:not(.smaller-block) {
        font-family: inherit; }
      @media screen and (min-width: 768px) {
        #features-and-fees-charts tbody tr td:first-child {
          min-width: 220px; } }
    #features-and-fees-charts tbody tr th {
      background-color: #fff; }
    #features-and-fees-charts tbody tr th.card-theader {
      background-color: transparent;
      border: 0;
      width: 33.3333%;
      text-align: center;
      vertical-align: top;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 140%; }
      #features-and-fees-charts tbody tr th.card-theader img {
        max-width: 60px;
        margin: 0 auto 10px; }
        @media screen and (min-width: 896px) {
          #features-and-fees-charts tbody tr th.card-theader img {
            max-width: 100px; } }
      #features-and-fees-charts tbody tr th.card-theader:nth-child(2), #features-and-fees-charts tbody tr th.card-theader:nth-child(3) {
        position: relative;
        z-index: 10; }
        #features-and-fees-charts tbody tr th.card-theader:nth-child(2):before, #features-and-fees-charts tbody tr th.card-theader:nth-child(2):after, #features-and-fees-charts tbody tr th.card-theader:nth-child(3):before, #features-and-fees-charts tbody tr th.card-theader:nth-child(3):after {
          content: "";
          position: absolute;
          top: 15%;
          height: 70%;
          width: 1px;
          border-left: 1px #CCCCCC solid;
          background-color: transparent; }
        #features-and-fees-charts tbody tr th.card-theader:nth-child(2):before, #features-and-fees-charts tbody tr th.card-theader:nth-child(3):before {
          left: 0;
          border: 0; }
        #features-and-fees-charts tbody tr th.card-theader:nth-child(2):after, #features-and-fees-charts tbody tr th.card-theader:nth-child(3):after {
          right: 0; }
    #features-and-fees-charts tbody tr td:nth-child(2), #features-and-fees-charts tbody tr td:nth-child(3), #features-and-fees-charts tbody tr td:nth-child(4) {
      border-left: 1px #CCCCCC solid; }
  #features-and-fees-charts.single tr th:first-child, #features-and-fees-charts.single tr td:first-child {
    width: 25%; }
  #features-and-fees-charts.single tr th.card-theader:nth-child(2):before, #features-and-fees-charts.single tr th.card-theader:nth-child(2):after {
    border-left: 0; }
  #features-and-fees-charts.t2p tbody > tr > th {
    min-width: initial; }
  #features-and-fees-charts.t2p tbody tr td, #features-and-fees-charts.t2p tbody tr th {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #features-and-fees-charts.t2p tbody tr td, #features-and-fees-charts.t2p tbody tr th {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 140%; } }
  #features-and-fees-charts.t2p tbody tr td:first-child {
    min-width: initial; }
  #features-and-fees-charts.t2p + footer p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 140%; }

/* Mobile Features & Fees Chart */
#features-and-fees-charts-mobile td, #features-and-fees-charts-mobile th {
  padding: 0; }

#features-and-fees-charts-mobile .padding {
  padding: 10px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 140%; }

#features-and-fees-charts-mobile .data-serve-blue, #features-and-fees-charts-mobile .data-serve-green, #features-and-fees-charts-mobile .data-serve-gray {
  color: #fff; }

#features-and-fees-charts-mobile .card-theader {
  height: 113px; }
  #features-and-fees-charts-mobile .card-theader > div {
    margin: 25px auto 0 auto;
    width: 78%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 140%; }
  #features-and-fees-charts-mobile .card-theader a {
    text-decoration: none; }
  #features-and-fees-charts-mobile .card-theader img {
    display: block;
    float: left;
    max-width: 60px;
    margin-right: 10px; }

#features-and-fees-charts-mobile #chart-col-1 {
  display: inline-block;
  width: 36.477457%;
  display: inline-block;
  padding: 0;
  background-color: #fff; }
  #features-and-fees-charts-mobile #chart-col-1 td, #features-and-fees-charts-mobile #chart-col-1 th {
    background-color: #fff; }

#features-and-fees-charts-mobile .dest td {
  border-top: 1px #CCCCCC solid; }

#features-and-fees-charts-mobile .dest .padding {
  width: 90%;
  margin: 0 auto;
  word-break: break-word; }

#features-and-fees-charts-mobile #chart-col-2 {
  display: inline-block;
  position: relative;
  left: -1px;
  width: 62.8%;
  padding: 0; }
  #features-and-fees-charts-mobile #chart-col-2 .indicators {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 60; }
    #features-and-fees-charts-mobile #chart-col-2 .indicators .indicator-btn {
      width: 12px;
      height: 12px;
      margin: 2px 5px; }
  #features-and-fees-charts-mobile #chart-col-2 .chart-arrows {
    position: relative;
    z-index: 30; }
    #features-and-fees-charts-mobile #chart-col-2 .chart-arrows a {
      position: absolute;
      top: 55px;
      z-index: 7; }
      #features-and-fees-charts-mobile #chart-col-2 .chart-arrows a.next {
        right: 1px; }
        @media screen and (min-width: 480px) {
          #features-and-fees-charts-mobile #chart-col-2 .chart-arrows a.next {
            right: 5px; } }
      #features-and-fees-charts-mobile #chart-col-2 .chart-arrows a.prev {
        left: 1px; }
        @media screen and (min-width: 480px) {
          #features-and-fees-charts-mobile #chart-col-2 .chart-arrows a.prev {
            left: 5px; } }
      #features-and-fees-charts-mobile #chart-col-2 .chart-arrows a.icon:before {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 140%; }
      @media screen and (min-width: 480px) {
        #features-and-fees-charts-mobile #chart-col-2 .chart-arrows a.icon:before {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 140%; } }
  #features-and-fees-charts-mobile #chart-col-2 .src td {
    border-top: 1px #CCCCCC solid; }
    #features-and-fees-charts-mobile #chart-col-2 .src td.data-serve-blue {
      background-color: #0061b1;
      border-top: 1px #004d8d solid; }
    #features-and-fees-charts-mobile #chart-col-2 .src td.data-serve-green {
      background-color: #3F9C35;
      border-top: 1px #34812c solid; }
    #features-and-fees-charts-mobile #chart-col-2 .src td.data-serve-gray {
      background-color: #4D4F53;
      border-top: 1px #3c3d40 solid; }

/* Mobile Visibility Test */
.card-options {
  width: 80%;
  margin: 0 auto;
  padding: 20px 10px; }
  .card-options:after {
    content: "";
    display: table;
    clear: both; }
  .card-options a {
    width: 33%;
    float: left;
    padding: 2% 4% 11% 4%;
    text-align: center; }
    .card-options a.active {
      background: url("../img/mobile-card-hover.png") 0 0 no-repeat;
      background-size: 100% auto; }
    .card-options a img {
      width: 100%; }

#features-and-fees-charts-mobile {
  border: 0; }
  #features-and-fees-charts-mobile .card-headers {
    border: 0;
    margin-bottom: 0;
    overflow: hidden; }
    #features-and-fees-charts-mobile .card-headers .slide-wrapper {
      width: 200%; }
      #features-and-fees-charts-mobile .card-headers .slide-wrapper:after {
        content: "";
        display: table;
        clear: both; }
    #features-and-fees-charts-mobile .card-headers .card-theader {
      height: auto;
      width: 50%;
      float: left;
      display: inline-block; }
      #features-and-fees-charts-mobile .card-headers .card-theader div {
        width: 70%;
        padding: 10px 4% 20px 4%;
        float: left;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 140%;
        line-height: 120%; }
        #features-and-fees-charts-mobile .card-headers .card-theader div:first-child {
          width: 30%; }
        #features-and-fees-charts-mobile .card-headers .card-theader div img {
          float: none;
          width: 100%;
          margin: 0; }

#dest-row-rewards .asterisk {
  top: -0.1em; }

#chart-mobile-slider {
  position: relative;
  z-index: 5; }
  #chart-mobile-slider tbody > tr td, #chart-mobile-slider tbody > tr th {
    width: 33%; }
  #chart-mobile-slider .row-monthly-fee .asterisk {
    line-height: 0;
    position: relative;
    top: -4px; }

/* Legacy Fee Chart */
#feeChartModal, #feeChartCustomer {
  max-width: 670px;
  width: initial;
  padding: 15px; }
  @media screen and (min-width: 896px) {
    #feeChartModal, #feeChartCustomer {
      padding: 30px; } }

#feeChartSKU1Modal, #feeChartSKU2Modal, #feeChartSKU3Modal, #feeChartDisbursement {
  width: 100%; }
  #feeChartSKU1Modal tbody > tr > th, #feeChartSKU2Modal tbody > tr > th, #feeChartSKU3Modal tbody > tr > th, #feeChartDisbursement tbody > tr > th {
    min-width: 0; }
  #feeChartSKU1Modal footer ol > li > sup:first-child, #feeChartSKU2Modal footer ol > li > sup:first-child, #feeChartSKU3Modal footer ol > li > sup:first-child, #feeChartDisbursement footer ol > li > sup:first-child {
    position: relative;
    top: 0;
    float: left;
    line-height: initial;
    margin-left: -3px; }
  #feeChartSKU1Modal footer ol > li p, #feeChartSKU2Modal footer ol > li p, #feeChartSKU3Modal footer ol > li p, #feeChartDisbursement footer ol > li p {
    padding-left: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 140%; }
  @media screen and (min-width: 896px) {
    #feeChartSKU1Modal, #feeChartSKU2Modal, #feeChartSKU3Modal, #feeChartDisbursement {
      max-width: 670px; }
      #feeChartSKU1Modal tbody > tr > th, #feeChartSKU2Modal tbody > tr > th, #feeChartSKU3Modal tbody > tr > th, #feeChartDisbursement tbody > tr > th {
        min-width: 225px; } }

#serve-fees td {
  padding: 0 20px 20px; }

#serve-fees #card1 {
  display: block;
  float: none;
  width: 200px;
  margin: 0 auto;
  padding: 20px 20px 0; }

#serve-fees .column-title {
  display: block;
  float: none;
  font-size: 20px;
  margin: 20px 0 20px;
  color: #0061b1;
  line-height: 22px;
  text-align: center; }

#serve-fees .category {
  padding: 20px;
  font-size: 15px;
  line-height: 19px;
  vertical-align: top;
  color: #4D4F53;
  border-right: 1px solid #CCCCCC; }

#serve-fees ul {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 140%;
  list-style-type: disc;
  margin-left: 16px; }

@media screen and (min-width: 896px) {
  #serve-fees #card1 {
    float: left;
    width: 36%;
    max-width: 200px;
    padding: 20px; }
  #serve-fees .column-title {
    float: left;
    font-size: 25px;
    line-height: 29px;
    margin: 20px 0 20px; }
    #serve-fees .column-title.gutter {
      margin-top: 60px; } }

footer {
  padding: 20px;
  background-color: #4D4F53;
  color: #fff;
  text-align: left; }
  footer ol li {
    margin-bottom: 3px;
    color: #fff !important; }

#feeChartDisbursement h3 {
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 140%;
  text-align: left; }

#feeChartDisbursement h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 140%;
  text-align: left; }

#feeChartDisbursement td:first-child {
  width: 50% !important; }

#feeChartDisbursement p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%;
  text-align: left; }

#feeChartDisbursement .not-enrolled {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 140%;
  text-align: left;
  color: #009BBB; }

.no-modal .reveal-modal {
  display: block;
  visibility: visible;
  position: relative;
  margin: 0;
  top: 0;
  border: 0px;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0; }
  .no-modal .reveal-modal .close-reveal-modal {
    display: none;
    visibility: hidden; }

@media screen and (max-width: 767px) {
  #pg_serve #sku-fee-charts .tabs {
    background-image: -webkit-gradient(linear, left top, right top, from(#002663), color-stop(75%, #0070B2));
    background-image: -webkit-linear-gradient(left, #002663 0%, #0070B2 75%);
    background-image: -o-linear-gradient(left, #002663 0%, #0070B2 75%);
    background-image: linear-gradient(90deg, #002663 0%, #0070B2 75%);
    background-color: #0070B2;
    padding-top: 10px;
    margin-top: 0; }
  #pg_cashback #sku-fee-charts .tabs {
    background-image: -webkit-gradient(linear, left top, right top, from(#4D4F53), color-stop(75%, #8d8d8d));
    background-image: -webkit-linear-gradient(left, #4D4F53 0%, #8d8d8d 75%);
    background-image: -o-linear-gradient(left, #4D4F53 0%, #8d8d8d 75%);
    background-image: linear-gradient(90deg, #4D4F53 0%, #8d8d8d 75%);
    background-color: #4D4F53;
    padding-top: 10px;
    margin-top: 0; }
  #pg_cashload #sku-fee-charts .tabs {
    background-image: -webkit-gradient(linear, left top, right top, from(#00693C), color-stop(75%, #3F9C35));
    background-image: -webkit-linear-gradient(left, #00693C 0%, #3F9C35 75%);
    background-image: -o-linear-gradient(left, #00693C 0%, #3F9C35 75%);
    background-image: linear-gradient(90deg, #00693C 0%, #3F9C35 75%);
    background-color: #3F9C35;
    padding-top: 10px;
    margin-top: 0; } }

.previous-fees {
  border: 0; }
  .previous-fees .card-theader {
    vertical-align: top; }
  .previous-fees td {
    position: relative;
    background-color: #fff;
    width: 25%;
    text-align: center;
    padding-bottom: 0; }
    .previous-fees td:after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      height: 65%;
      width: 1px;
      background-color: #CCCCCC;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .previous-fees td:last-child:after {
      display: none; }
    .previous-fees td a {
      display: block;
      padding: 0 20px;
      text-decoration: none; }
      .previous-fees td a:hover p {
        text-decoration: underline; }
    .previous-fees td p {
      font-weight: bold;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 140%; }

#compareFeesChart {
  padding: 6px;
  width: 100%; }
  #compareFeesChart .title {
    border-bottom: 4px solid #0061b1;
    font-size: 20px;
    font-size: 2rem;
    line-height: 140%; }
  #compareFeesChart img {
    max-width: 40px; }
  @media screen and (min-width: 768px) {
    #compareFeesChart {
      padding: 30px;
      width: 75%; } }
  #compareFeesChart table {
    border: none;
    width: 100%;
    table-layout: auto; }
    #compareFeesChart table:first-child {
      width: 100%; }
  #compareFeesChart .mobile-chart-hide {
    display: none; }
    @media screen and (min-width: 768px) {
      #compareFeesChart .mobile-chart-hide {
        display: inline-block; } }
  #compareFeesChart .chart-row {
    float: left;
    padding: 0;
    width: 25%; }
    #compareFeesChart .chart-row table {
      border-left: 1px solid #CCCCCC;
      border-right: none; }
    #compareFeesChart .chart-row:last-child table {
      border-right: 1px solid #CCCCCC; }
    @media screen and (min-width: 768px) {
      #compareFeesChart .chart-row {
        width: 16%; } }
    #compareFeesChart .chart-row:first-child td {
      font-weight: bold; }
    #compareFeesChart .chart-row:nth-child(n+2) td {
      text-align: center; }
    #compareFeesChart .chart-row:nth-child(2) td {
      color: #0061b1;
      font-weight: bold; }
    #compareFeesChart .chart-row tr:first-child td {
      font-weight: bold; }
    #compareFeesChart .chart-row td {
      border-top: 1px solid #CCCCCC;
      height: 120px;
      width: 100%;
      word-break: break-word;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 140%; }
      @media screen and (min-width: 768px) {
        #compareFeesChart .chart-row td {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 140%; } }
  #compareFeesChart .footer {
    background: #526473;
    color: #fff; }

#compareFeaturesChart {
  padding: 6px;
  width: 100%; }
  #compareFeaturesChart .title {
    border-bottom: 4px solid #0061b1;
    font-size: 20px;
    font-size: 2rem;
    line-height: 140%; }
  #compareFeaturesChart img {
    max-width: 40px; }
  @media screen and (min-width: 768px) {
    #compareFeaturesChart {
      padding: 30px;
      width: 75%; } }
  #compareFeaturesChart table {
    border: none;
    width: 100%;
    table-layout: auto; }
    #compareFeaturesChart table:first-child {
      width: 100%; }
  #compareFeaturesChart .circle {
    background: #526473;
    display: block;
    height: 10px;
    margin: 0 auto;
    width: 10px;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      #compareFeaturesChart .circle {
        height: 21px;
        width: 21px;
        border-radius: 21px; } }
  #compareFeaturesChart .mobile-chart-hide {
    display: none; }
    @media screen and (min-width: 768px) {
      #compareFeaturesChart .mobile-chart-hide {
        display: inline-block; } }
  #compareFeaturesChart .chart-row {
    float: left;
    padding: 0;
    width: 25%; }
    #compareFeaturesChart .chart-row table {
      border-left: 1px solid #CCCCCC;
      border-right: none; }
    #compareFeaturesChart .chart-row:last-child table {
      border-right: 1px solid #CCCCCC; }
    @media screen and (min-width: 768px) {
      #compareFeaturesChart .chart-row {
        width: 16%; } }
    #compareFeaturesChart .chart-row:first-child td {
      font-weight: bold;
      word-break: break-word; }
    #compareFeaturesChart .chart-row:nth-child(n+2) td {
      text-align: center; }
    #compareFeaturesChart .chart-row:nth-child(2) td {
      color: #0061b1;
      font-weight: bold; }
    #compareFeaturesChart .chart-row tr:first-child td {
      font-weight: bold; }
    #compareFeaturesChart .chart-row td {
      border-top: 1px solid #CCCCCC;
      height: 120px;
      width: 100%;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 140%; }
      @media screen and (min-width: 768px) {
        #compareFeaturesChart .chart-row td {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 140%; } }
  #compareFeaturesChart .footer {
    background: #526473;
    color: #fff; }

.youtube-embed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

#easyVideoModal, #sku1VideoModal, #sku2VideoModal, #sku3VideoModal {
  min-height: 100px !important;
  max-width: 870px;
  width: 100%; }

#easy-video-wrap, #sku1-video-wrap, #sku2-video-wrap, #sku3-video-wrap {
  position: relative;
  width: 100% !important;
  height: 0;
  padding-top: 56.25%; }

.see-how-easy {
  position: relative;
  max-width: 830px;
  height: 55px;
  margin: 35px 0 50px 0;
  padding: 10px 5px 15px 0;
  border-bottom: 0px solid #d0d0d0; }

#see-how-link {
  width: 71%;
  float: right;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  border-bottom: 3px solid #d0d0d0;
  color: #0070B2;
  text-transform: uppercase;
  text-decoration: none; }

#watch-now-link {
  width: 100%;
  text-align: right;
  float: right;
  color: #4D4F53; }
  #watch-now-link:before {
    display: block;
    position: absolute;
    top: -43px;
    left: 0;
    width: 67px;
    height: 67px;
    content: " ";
    background: url(../img/watch-video-car.png) no-repeat; }
  #watch-now-link:after {
    display: block;
    position: relative;
    float: right;
    margin-left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #0070B2;
    content: " "; }

@media screen and (min-width: 640px) {
  .see-how-easy {
    max-width: 830px;
    height: 55px;
    margin: 35px 90px 50px 65px;
    padding: 10px 5px 15px 0; }
  #watch-now-link {
    position: relative;
    top: 0;
    left: 0; }
  #see-how-link {
    width: 85%;
    text-decoration: none; } }

@media screen and (min-width: 768px) {
  .see-how-easy {
    border-bottom: 3px solid #d0d0d0; }
  #see-how-link {
    width: auto;
    float: left;
    font-size: 23px;
    font-weight: normal;
    color: #0070B2;
    border-bottom: none;
    text-transform: uppercase; }
  #watch-now-link {
    width: auto;
    position: relative;
    float: right;
    margin-left: 0px;
    color: #4D4F53;
    font-size: 20px;
    font-size: 2rem;
    line-height: 140%; }
    #watch-now-link:before {
      display: block;
      position: absolute;
      top: -12px;
      right: -101px;
      left: auto;
      width: 67px;
      height: 67px;
      content: " ";
      background: url(../img/watch-video-car.png) no-repeat; }
    #watch-now-link:after {
      display: block;
      position: absolute;
      top: 5px;
      left: 92%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #0070B2;
      content: " "; } }

#pg_serve #watch-now-link:before {
  background-image: url("../img/watch-sku-access.png");
  background-size: cover; }

#pg_cashback #watch-now-link:before {
  background-image: url("../img/watch-sku-cash-back.png");
  background-size: cover; }

#pg_cashload #watch-now-link:before {
  background-image: url("../img/watch-sku-cash-reload.png");
  background-size: cover; }

#card-rotator {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  overflow: hidden;
  top: 10px; }
  #card-rotator > header {
    font-family: "BentonSansMedium", Helvetica, arial;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 140%; }
    #card-rotator > header span {
      font-family: "BentonSansRegular", Helvetica, arial; }
  #card-rotator > div {
    text-align: center; }
  #card-rotator nav {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 23px;
    width: 180px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    #card-rotator nav a {
      position: absolute;
      top: 0;
      background-color: #fff;
      color: #0061b1;
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      text-align: center; }
      #card-rotator nav a:first-child {
        left: 0;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      #card-rotator nav a:last-child {
        right: 0; }
      #card-rotator nav a:before {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 140%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        padding-left: 1px; }
  #card-rotator .indicator-btn {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background-color: #dedede; }
    #card-rotator .indicator-btn:hover {
      background-color: #c5c5c5; }
    #card-rotator .indicator-btn.active {
      background-color: #7b8287; }
  #card-rotator ul {
    width: 100%; }
    #card-rotator ul:after {
      content: "";
      display: table;
      clear: both; }
  #card-rotator li {
    position: relative;
    float: left;
    padding: 7px; }
    #card-rotator li a {
      display: block;
      background: url(../img/carousel/carousel_sprites-left.png) 0 0 no-repeat;
      background-size: 100% auto;
      padding-top: 73.8%; }
    #card-rotator li span {
      display: none;
      text-align: center;
      white-space: nowrap;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 140%; }
    #card-rotator li:nth-child(1) {
      width: 32%; }
      #card-rotator li:nth-child(1)[data-sprite-pos="0"] a {
        background-position: 0 100%; }
      #card-rotator li:nth-child(1)[data-sprite-pos="1"] a {
        background-position: 0 0; }
      #card-rotator li:nth-child(1)[data-sprite-pos="2"] a {
        background-position: 0 50%; }
    #card-rotator li:nth-child(2) {
      width: 36%; }
      #card-rotator li:nth-child(2) a {
        background-image: url("../img/carousel/carousel_sprites-straight.png"); }
      #card-rotator li:nth-child(2) span {
        display: block; }
      #card-rotator li:nth-child(2)[data-sprite-pos="0"] a {
        background-position: 0 0; }
      #card-rotator li:nth-child(2)[data-sprite-pos="1"] a {
        background-position: 0 50%; }
      #card-rotator li:nth-child(2)[data-sprite-pos="2"] a {
        background-position: 0 100%; }
    #card-rotator li:nth-child(3) {
      width: 32%; }
      #card-rotator li:nth-child(3) a {
        background-image: url("../img/carousel/carousel_sprites-right.png"); }
      #card-rotator li:nth-child(3)[data-sprite-pos="0"] a {
        background-position: 0 50%; }
      #card-rotator li:nth-child(3)[data-sprite-pos="1"] a {
        background-position: 0 100%; }
      #card-rotator li:nth-child(3)[data-sprite-pos="2"] a {
        background-position: 0 0; }
  #card-rotator .card-2 + span {
    position: relative;
    margin-bottom: 10px; }
    #card-rotator .card-2 + span span {
      position: absolute;
      bottom: -16px;
      left: -4px;
      width: 100%;
      text-align: center;
      font-size: 10px;
      font-size: 1rem;
      line-height: 140%; }
      #card-rotator .card-2 + span span.special-sup {
        font-family: Helvetica, Arial, sans-serif;
        bottom: 1px; }

@media screen and (min-width: 480px) {
  #card-rotator {
    top: 0; }
    #card-rotator nav {
      bottom: 28px; } }

@media screen and (min-width: 768px) {
  #card-rotator nav {
    bottom: 68px;
    width: 200px; }
  #card-rotator li {
    width: 33%; }
  #card-rotator .card-2 + span span {
    left: 0; } }

@media screen and (min-width: 1024px) {
  #card-rotator nav {
    bottom: 73px;
    width: 240px; } }

@media screen and (min-width: 768px) {
  #card-rotator {
    max-width: inherit;
    width: 57%;
    margin: 0;
    float: left; }
    #card-rotator > header {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 140%;
      margin: 10px 0 20px 0; } }

@media screen and (min-width: 1024px) {
  #card-rotator > header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 140%; }
  #card-rotator li span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 140%; }
  #card-rotator .indicator-btn {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    margin: 2px 5px; } }

.partner-logos {
  margin-bottom: 30px;
  width: 100%; }
  .partner-logos li {
    display: inline-block;
    text-align: center;
    width: 48%; }
    @media screen and (min-width: 768px) {
      .partner-logos li {
        width: 16%; } }

#nos {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 5px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C8C8C8));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #C8C8C8 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #C8C8C8 100%);
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #C8C8C8 100%); }
  @media screen and (min-width: 768px) {
    #nos {
      position: inherit;
      top: inherit;
      z-index: 0;
      padding: 20px; } }
  #nos h2, #nos a {
    color: #0061b1;
    white-space: nowrap;
    font-size: 10px;
    font-size: 1rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #nos h2, #nos a {
        position: relative;
        left: -50px;
        white-space: normal;
        color: #009BBB;
        font-size: 20px;
        font-size: 2rem;
        line-height: 140%; } }
    @media screen and (min-width: 896px) {
      #nos h2, #nos a {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 140%; } }

#signup-form {
  display: none;
  position: absolute;
  z-index: 5;
  top: 99px;
  left: 0;
  padding: 10px;
  border-radius: 10px;
  width: 245px;
  background-color: #c6c5c7;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2YzVjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZhZjlmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZhZjlmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmM1YzciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzZjNWM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(135deg, #c6c5c7 0%, #FAF9FA 40%, #FAF9FA 70%, #c6c5c7 100%, #c6c5c7 100%);
  background-image: -o-linear-gradient(135deg, #c6c5c7 0%, #FAF9FA 40%, #FAF9FA 70%, #c6c5c7 100%, #c6c5c7 100%);
  background-image: linear-gradient(-45deg, #c6c5c7 0%, #FAF9FA 40%, #FAF9FA 70%, #c6c5c7 100%, #c6c5c7 100%); }
  #signup-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #526473; }
  #signup-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #526473; }
  #signup-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #526473; }
  #signup-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #526473; }
  @media screen and (min-width: 768px) {
    #signup-form {
      display: block; } }
  #signup-form fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
  #signup-form .input-group {
    position: relative; }
    #signup-form .input-group .overlay-btn {
      position: absolute;
      right: 12px;
      top: 12px; }
  #signup-form .why-open {
    top: 2px;
    color: #0061b1;
    text-decoration: none;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 140%; }
    #signup-form .why-open:hover {
      color: #009BBB; }
  #signup-form .btn {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 140%; }

#why {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0061b1;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  #why.show {
    visibility: visible; }
  #why.fade {
    opacity: 1; }
  #why a {
    position: relative;
    color: #fff;
    text-decoration: none; }
    #why a:hover {
      text-decoration: underline;
      color: #009BBB; }

/* =======================================================================
  ForeSee Feedback Bug styles
========================================================================== */
#feedback-tab {
  width: 28px;
  height: 110px;
  position: fixed;
  left: 0;
  top: 310px;
  display: block;
  z-index: 100;
  background: rgba(140, 197, 132, 0.85);
  color: #fff;
  font-family: "BentonSansRegular", Helvetica, arial;
  font-size: 15px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #feedback-tab span {
    display: block;
    margin-top: 58px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #feedback-tab span:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 4px;
      left: -18px;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 10px solid #fff; }
  #feedback-tab.right {
    top: 220px;
    right: 0;
    left: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }

.acsModalContainer .acsModalContent {
  margin-top: 0px !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .acsModalContainer .acsModalContent .acsModalInnerContent {
    border-radius: 5px; }
  .acsModalContainer .acsModalContent .acs-feedback-banner-img-container {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .acsModalContainer .acsModalContent .acsModalCloseButton {
    width: 10px !important;
    height: 10px !important;
    display: block;
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 200;
    opacity: 1 !important; }

.acsModalContainer h1 {
  font-style: bold; }

@media screen and (max-width: 768px) and (orientation: landscape) {
  #feedback-tab {
    top: 209px; } }

/* =======================================================================
  Desktop
  ========================================================================== */
@media screen and (min-width: 768px) {
  #feedback-tab {
    top: 220px;
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
    #feedback-tab:hover {
      width: 40px;
      cursor: pointer;
      background: #8cc584; }
      #feedback-tab:hover span {
        margin-top: 52px; } }

.tinted-buckets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .tinted-buckets {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .tinted-buckets header h6 {
    display: block;
    text-align: center;
    border-bottom: 0;
    font-family: "BentonSansMedium", Helvetica, arial;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%;
    color: #0061b1;
    margin-top: 5px;
    margin-bottom: 10px; }

.bucket .bucket-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .bucket .bucket-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.bucket.bucket-gray {
  background-color: #F8F8F8; }

.bucket.bucket-blue {
  background-color: #e9f1ff; }

#tt-featured-cards .tt-card bullets-list {
  padding-top: 20px;
  margin: 0 15px;
  position: relative;
  width: 100% !important;
  -webkit-padding-start: 10px;
  padding-top: 20px; }

#tt-featured-cards .tt-card p.bullets {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  width: 100% !important;
  float: none;
  text-align: left;
  margin: 0; }

#tt-featured-cards .tt-card p.bullets:before {
  content: "\2022";
  font-size: 22px;
  position: absolute;
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%); }

#tt-featured-cards .tt-card h3 {
  text-transform: uppercase;
  color: #ffc412;
  font-size: 20px;
  line-height: 21px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400;
  margin-bottom: 10px; }

#tt-featured-cards .tt-card h4 {
  color: #fff;
  font-weight: normal;
  font-family: 'BentonSansBold', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px; }

#tt-featured-cards .tt-card p {
  color: #fff;
  font-size: 14px; }

#tt-featured-cards .tt-card-copy {
  text-align: center;
  padding: 20px;
  padding-bottom: 80px; }

#tt-featured-cards .tt-card-copy a {
  text-decoration: underline; }

#tt-featured-cards .tt-card-cta {
  text-align: center;
  padding-bottom: 30px; }

#tt-featured-cards .tt-amex-serve .tt-card-copy {
  background: #142f79;
  background: -webkit-gradient(linear, left top, left bottom, from(#142f79), to(#0a63a7));
  background: -webkit-linear-gradient(top, #142f79 0%, #0a63a7 100%);
  background: -o-linear-gradient(top, #142f79 0%, #0a63a7 100%);
  background: linear-gradient(to bottom, #142f79 0%, #0a63a7 100%); }

#tt-featured-cards .tt-amex-serve .tt-card-copy a {
  color: white; }

#tt-featured-cards .tt-card-img {
  width: 75%;
  max-width: 260px;
  margin: 0 auto;
  margin-top: -60px;
  padding-bottom: 30px;
  background: url("../img/shadow-new-chooser.png") bottom center no-repeat; }

#tt-featured-cards .tt-card-img img {
  border-radius: 5px; }

#tt-featured-cards .tt-button {
  font-size: 16px;
  margin-bottom: 10px; }

#tt-featured-cards .tt-text-link {
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold; }

#tt-featured-cards .tt-amex-serve .tt-card-img img {
  -webkit-box-shadow: 0 0 10px 0 rgba(84, 192, 247, 0.75);
          box-shadow: 0 0 10px 0 rgba(84, 192, 247, 0.75); }

#tt-featured-cards .tt-amex-serve-free-reloads .tt-card-copy {
  background: #065e2e;
  background: -webkit-gradient(linear, left top, left bottom, from(#065e2e), to(#4ba73f));
  background: -webkit-linear-gradient(top, #065e2e 0%, #4ba73f 100%);
  background: -o-linear-gradient(top, #065e2e 0%, #4ba73f 100%);
  background: linear-gradient(to bottom, #065e2e 0%, #4ba73f 100%); }

#tt-featured-cards .tt-amex-serve-free-reloads .tt-card-copy a {
  color: white; }

#tt-featured-cards .tt-amex-serve-free-reloads .tt-card-img img {
  -webkit-box-shadow: 0 0 10px 0 rgba(146, 210, 114, 0.75);
          box-shadow: 0 0 10px 0 rgba(146, 210, 114, 0.75); }

#tt-featured-cards .tt-amex-serve-cash-back .tt-card-copy {
  background: #232e31;
  background: -webkit-gradient(linear, left top, left bottom, from(#232e31), to(#3c5056));
  background: -webkit-linear-gradient(top, #232e31 0%, #3c5056 100%);
  background: -o-linear-gradient(top, #232e31 0%, #3c5056 100%);
  background: linear-gradient(to bottom, #232e31 0%, #3c5056 100%); }

#tt-featured-cards .tt-amex-serve-cash-back .tt-card-copy a {
  color: white; }

#tt-featured-cards .tt-amex-serve-cash-back .tt-card-img img {
  -webkit-box-shadow: 0 0 10px 0 rgba(178, 175, 175, 0.75);
          box-shadow: 0 0 10px 0 rgba(178, 175, 175, 0.75); }

@media (max-width: 767px) {
  #tt-featured-cards {
    border: 2px solid #b7b7b7;
    margin: 15px 0;
    position: relative; }
  #tt-featured-cards .tt-card-copy {
    padding-top: 35px; }
  .tt-mobile-carousel {
    width: 100% !important;
    position: initial !important; }
  .tt-carousel-card-thumbnails {
    width: 95%;
    margin: 0 auto;
    padding: 0 5%; }
  .tt-carousel-card-thumbnails a {
    padding: 5%; }
  .tt-carousel-card-thumbnails a .tt-triangle-down {
    display: none; }
  .tt-carousel-card-thumbnails a.active {
    background: none !important; }
  .tt-carousel-card-thumbnails a.active .tt-triangle-down {
    display: block;
    width: 70%;
    padding-left: 35%;
    padding-top: 35%;
    overflow: hidden;
    position: absolute; }
  .tt-triangle-down:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    margin-top: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 500px solid #fff; }
  .tt-mobile-carousel .tt-carousel-arrows {
    bottom: 40%; }
  .tt-mobile-carousel .tt-carousel-arrows .arrow {
    background-color: #fff;
    border-radius: 45px;
    padding: 10px;
    display: block;
    height: 45px;
    width: 45px;
    text-align: center; }
  .tt-mobile-carousel .tt-carousel-arrows a::before {
    line-height: 100% !important; }
  .tt-mobile-carousel .tt-carousel-arrows .arrow.prev {
    left: -25px; }
  .tt-mobile-carousel .tt-carousel-arrows .arrow.next {
    right: -25px; }
  #tt-featured-cards .tt-mobile-carousel .indicators {
    bottom: 10px !important; }
  .tt-mobile-carousel {
    padding-bottom: 20px; }
  #tt-featured-cards .indicators .indicator-btn {
    background: #fff;
    border-color: #bebebe;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 10px 7px; }
  #tt-featured-cards .indicators .indicator-btn.active, #tt-featured-cards .indicators .indicator-btn:hover {
    background-color: #808080;
    border-color: #808080; }
  #tt-featured-cards .tt-card bullets-list {
    -webkit-padding-start: 20px; }
  #tt-featured-cards .tt-card bullets-list {
    width: 100% !important;
    -webkit-padding-start: 10px;
    padding-top: 20px; }
  #tt-featured-cards .tt-card p.bullets {
    width: 100% !important; } }

@media (min-width: 768px) {
  #tt-featured-cards {
    width: calc(100% - 40px);
    display: table;
    margin: 0 20px;
    padding: 0; }
  #tt-featured-cards .tt-card-column {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 27px;
    background: url("../img/shadow-home-nav.png") bottom center no-repeat;
    width: calc(33.33333333% - 14px);
    margin-right: 20px; }
  #tt-featured-cards .tt-card-column:last-child {
    margin-right: 0 !important; }
  #tt-featured-cards .tt-card {
    border: 2px solid #b7b7b7;
    border-radius: 10px;
    background: #fff; }
  #tt-featured-cards .tt-card h3 {
    font-size: 22px;
    margin-bottom: 20px; }
  #tt-featured-cards .tt-card h4 {
    line-height: 20px; }
  #tt-featured-cards .tt-card-copy {
    padding: 30px;
    min-height: 420px; }
  #tt-featured-cards .tt-card-copy {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px; } }

@media (max-width: 767px) {
  .ie10 .tt-mobile-carousel .tt-carousel-arrows .arrow.prev {
    left: 5px; }
  .ie10 .tt-mobile-carousel .tt-carousel-arrows .arrow.next {
    right: 5px; } }

@media (min-width: 768px) and (max-width: 925px) {
  .tt-card-copy {
    min-height: 445px !important; } }

@media (max-width: 1023px) {
  #tt-featured-cards .tt-card-copy {
    padding: 35px 30px 80px; }
  #tt-featured-cards .tt-card h4 {
    padding-bottom: 20px !important; } }

@media (min-width: 1024px) {
  #tt-featured-cards .tt-card-column {
    width: calc(33.33333333% - 34px);
    margin-right: 40px; }
  #tt-featured-cards .tt-card-copy {
    min-height: 420px; }
  #tt-featured-cards .tt-card h3 {
    margin-bottom: 25px; }
  #tt-featured-cards .tt-card h4 {
    line-height: 24px;
    font-size: 20px; }
  #tt-featured-cards .tt-card p {
    font-size: 15px; }
  #tt-featured-cards .tt-card .bullets-list {
    width: 100% !important;
    -webkit-padding-start: 10px;
    padding-top: 20px; }
  #tt-featured-cards .tt-card p.bullets {
    width: 100% !important; } }

@media (min-width: 1200px) {
  #tt-featured-cards .tt-card-copy {
    min-height: 375px; } }

@media (min-width: 1240px) {
  #tt-featured-cards .tt-card-copy {
    min-height: 350px; } }

.at-container1 {
  display: none; }

#tt-featured-cards .tt-amex-serve .tt-card-copy a.at-title-link:hover,
#tt-featured-cards .tt-amex-serve-free-reloads .tt-card-copy a.at-title-link:hover,
#tt-featured-cards .tt-amex-serve-cash-back .tt-card-copy a.at-title-link:hover {
  /*color: white;*/
  color: #36cae1;
  text-decoration: underline; }

#tt-featured-cards .tt-card-copy a.at-title-link {
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .tt-carousel-card-thumbnails {
    display: none; } }

/*---------------------------------------------
Partials
---------------------------------------------*/
#registered-bar + #hdr #logo span.hide-on-small {
  display: inline; }

#registered-bar + #hdr #logo span.show-on-medium {
  display: none; }

@media screen and (min-width: 1024px) {
  #registered-bar + #hdr #logo span.hide-on-small {
    display: none; }
  #registered-bar + #hdr #logo span.show-on-medium {
    display: inline; } }

#hdr {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #hdr {
      padding: 0 10px; } }
  #hdr:before {
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 0;
    content: "";
    width: 776px;
    height: 50px;
    display: block;
    margin-left: -388px;
    background-image: url("../img/shadow-home-nav.png");
    background-image: -webkit-radial-gradient(center, ellipse, black 0%, transparent 51%);
    background-image: -o-radial-gradient(center, ellipse, black 0%, transparent 51%);
    background-image: radial-gradient(ellipse at center, black 0%, transparent 51%);
    opacity: 0.45; }
  #hdr nav {
    padding: 10px 0 0 0;
    position: relative; }
    @media screen and (min-width: 768px) {
      #hdr nav {
        padding: 10px 0;
        float: right; } }
  #hdr .wrapper {
    position: relative;
    padding: 10px;
    background-color: #fff;
    z-index: 1; }
    #hdr .wrapper:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      #hdr .wrapper {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px; } }
  #hdr ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #hdr ul:after {
      content: "";
      display: table;
      clear: both; }
    #hdr ul li {
      float: left; }
      #hdr ul li a {
        text-align: center;
        width: 100%; }
  #hdr #n-get-a-card {
    min-width: 25%; }
  #hdr #n-log-in {
    min-width: 25%; }
  #hdr #n-register-your-card {
    min-width: 46%;
    margin: 0 2%; }
    @media screen and (min-width: 768px) {
      #hdr #n-register-your-card {
        margin: 0 8px; } }
  #hdr #n-help {
    position: absolute;
    right: 55px;
    top: -28px; }
    @media screen and (min-width: 768px) {
      #hdr #n-help {
        position: static; } }
  #hdr #n-help a {
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 140%;
    position: relative;
    color: #0061b1;
    text-decoration: none;
    text-decoration: none; }
    #hdr #n-help a:hover {
      text-decoration: underline;
      color: #4D4F53; }
  @media screen and (min-width: 768px) {
    #hdr #n-get-a-card, #hdr #n-help, #hdr #n-log-in, #hdr #n-register-your-card {
      width: auto;
      min-width: 0; }
      #hdr #n-get-a-card a, #hdr #n-help a, #hdr #n-log-in a, #hdr #n-register-your-card a {
        width: auto; }
    #hdr #n-help a {
      display: inline-block;
      padding: 5px 12px; }
    #hdr #n-help {
      margin-right: 5px; } }
  #hdr.locked {
    position: fixed;
    width: 100%;
    background-color: #fff; }
    #hdr.locked:before {
      opacity: 0; }
    #hdr.locked .wrapper {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }

#hdr.alt, #hdr.reg {
  top: 34px; }
  #hdr.alt.locked, #hdr.reg.locked {
    top: 0; }
  @media screen and (min-width: 768px) {
    #hdr.alt ul, #hdr.reg ul {
      float: left; } }

#hdr.alt #n-get-a-card {
  width: 50%; }

#hdr.alt #n-login-mobile {
  display: block;
  width: 49%;
  margin-right: 1%; }
  #hdr.alt #n-login-mobile a {
    background-color: #4D4F53;
    background-image: none;
    border-color: #414246; }
    #hdr.alt #n-login-mobile a .icon:before {
      display: inline;
      font-size: 10px;
      font-size: 1rem;
      line-height: 140%; }

@media screen and (min-width: 768px) {
  #hdr.alt nav {
    width: auto; }
  #hdr.alt #n-get-a-card {
    position: relative;
    top: 0;
    right: 0; }
  #hdr.alt #n-login-mobile {
    display: none; } }

#hdr.alt form {
  display: none;
  float: left;
  width: 100%;
  margin-top: 5px; }
  #hdr.alt form input {
    display: block;
    float: left; }
  #hdr.alt form input[type="text"], #hdr.alt form input[type="password"] {
    width: 40%;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 7px 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 140%;
    font-family: "BentonSansMedium", Helvetica, arial; }
  #hdr.alt form input[type="submit"] {
    width: 16.67%; }
  @media screen and (min-width: 768px) {
    #hdr.alt form {
      display: block;
      width: 66%;
      border-left: 1px solid #CCCCCC;
      padding-left: 15px;
      margin-left: 15px;
      margin-top: 0; }
      #hdr.alt form input[type="text"] {
        width: 40%; }
      #hdr.alt form input[type="submit"] {
        width: 61px; } }

#logo {
  display: inline;
  text-decoration: none;
  width: 100%;
  z-index: 0; }
  #logo:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    #logo {
      position: absolute;
      top: 20px;
      left: 20px; } }
  #logo img {
    float: left;
    width: 40px;
    margin-right: 7px; }
  #logo span {
    font-family: "BentonSansBold", Helvetica, arial;
    color: #0061b1;
    text-transform: lowercase;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 140%; }
    #logo span.hide-on-small {
      display: inline; }
    #logo span.show-on-medium {
      display: none; }
    @media screen and (min-width: 768px) {
      #logo span {
        font-family: "BentonSansMedium", Helvetica, arial;
        text-transform: capitalize; }
        #logo span.hide-on-small {
          display: none; }
        #logo span.show-on-medium {
          display: inline; } }
    #logo span sup {
      vertical-align: super;
      font-size: 9px;
      font-size: 0.9rem;
      line-height: 140%; }

#menu-btn {
  position: absolute;
  right: 20px;
  top: 20px; }
  @media screen and (min-width: 768px) {
    #menu-btn {
      display: none; } }

#registered-bar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 30px;
  background-color: #CCCCCC;
  text-align: right;
  z-index: 1000; }
  #registered-bar p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 140%;
    margin: 9px 0;
    color: #fff; }

#hdr.with-choose-another-card > .wrapper {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

#hdr.with-choose-another-card .wrapper#card-swap-bar {
  clear: both;
  background-color: #526473;
  text-align: center;
  padding: 5px; }
  @media screen and (min-width: 768px) {
    #hdr.with-choose-another-card .wrapper#card-swap-bar {
      padding: 10px 20px;
      text-align: right;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; } }
  #hdr.with-choose-another-card .wrapper#card-swap-bar a {
    font-family: "BentonSansMedium", Helvetica, arial;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 140%;
    position: relative;
    color: #fff;
    text-decoration: none; }
    #hdr.with-choose-another-card .wrapper#card-swap-bar a:hover {
      text-decoration: underline;
      color: #fff; }
    @media screen and (min-width: 768px) {
      #hdr.with-choose-another-card .wrapper#card-swap-bar a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 140%; } }

#hdr.with-choose-another-card + #hero {
  padding-top: 22px; }
  @media screen and (min-width: 768px) {
    #hdr.with-choose-another-card + #hero {
      padding-top: 40px; } }

#nos {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 5px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C8C8C8));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #C8C8C8 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #C8C8C8 100%);
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #C8C8C8 100%); }
  @media screen and (min-width: 768px) {
    #nos {
      position: inherit;
      top: inherit;
      z-index: 0;
      padding: 20px; } }
  #nos h2, #nos a {
    color: #0061b1;
    white-space: nowrap;
    font-size: 10px;
    font-size: 1rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #nos h2, #nos a {
        position: relative;
        left: -50px;
        white-space: normal;
        color: #009BBB;
        font-size: 20px;
        font-size: 2rem;
        line-height: 140%; } }
    @media screen and (min-width: 896px) {
      #nos h2, #nos a {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 140%; } }

.noticewrapper {
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden; }
  .noticewrapper #n-bar {
    background-color: #036;
    padding: 10px 10px;
    color: #FFF;
    width: 100%;
    float: left;
    overflow: hidden; }
    .noticewrapper #n-bar p, .noticewrapper #n-bar div, .noticewrapper #n-bar a {
      font-size: 13px;
      margin: 0;
      display: inline-block; }
    .noticewrapper #n-bar p, .noticewrapper #n-bar a {
      display: inline; }
    .noticewrapper #n-bar .txt-cntnr {
      width: 95%;
      float: left; }
    .noticewrapper #n-bar .n-close {
      float: right;
      margin-left: 0;
      padding-right: 10px;
      color: #fff; }
      .noticewrapper #n-bar .n-close a {
        color: #fff; }
        .noticewrapper #n-bar .n-close a:hover {
          color: #fff; }
  @media all and (min-width: 515px) {
    .noticewrapper #n-bar .n-close {
      float: left;
      width: 2%;
      margin-left: 3%; } }

.glow {
  position: relative;
  padding-top: 106px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0) 65%);
  background-image: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0) 65%);
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0) 65%); }
  @media screen and (min-width: 768px) {
    .glow {
      background-size: 600px 600px;
      background-position: center right;
      background-image: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 65%);
      background-image: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 65%);
      background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 65%);
      padding-top: 74px; } }

#hero {
  position: relative;
  color: #fff;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }
  @media screen and (min-width: 768px) {
    #hero {
      padding: 0 10px; } }
  #hero.notice-active {
    padding-top: 140px !important; }
    @media screen and (min-width: 480px) {
      #hero.notice-active {
        padding-top: 100px !important; } }
  #hero:not(.no-shadow):before {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 185px;
    background: url("../img/header_shadow_blue.png") right 0 no-repeat; }
  #hero.white {
    background: #fff url("../img/tablet-womanphone-768x378.jpg") no-repeat right bottom;
    background-size: cover; }
    @media screen and (min-width: 1075px) {
      #hero.white {
        background: #fff url("../img/desktop-womanphone-1024x378.jpg") no-repeat right bottom; } }
    #hero.white .glow {
      background-image: none; }
    #hero.white .item, #hero.white h1, #hero.white h2, #hero.white h3, #hero.white h4, #hero.white h5, #hero.white h6 {
      color: #0061b1; }
  #hero.blue {
    background-color: #002663;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjY2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwNzBiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -webkit-gradient(linear, left top, right top, from(#002663), color-stop(75%, #0070B2));
    background-image: -webkit-linear-gradient(left, #002663 0%, #0070B2 75%);
    background-image: -o-linear-gradient(left, #002663 0%, #0070B2 75%);
    background-image: linear-gradient(90deg, #002663 0%, #0070B2 75%); }
    #hero.blue:not(.no-shadow):before {
      background: url("../img/header_shadow_blue.png") right 0 no-repeat; }
  #hero.green {
    background-color: #3F9C35;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjkzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzNmOWMzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -webkit-gradient(linear, left top, right top, from(#00693C), color-stop(75%, #3F9C35));
    background-image: -webkit-linear-gradient(left, #00693C 0%, #3F9C35 75%);
    background-image: -o-linear-gradient(left, #00693C 0%, #3F9C35 75%);
    background-image: linear-gradient(90deg, #00693C 0%, #3F9C35 75%); }
    #hero.green:not(.no-shadow):before {
      background: url("../img/header_shadow_green.png") right 0 no-repeat; }
  #hero.gray {
    background-color: #4D4F53;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGY1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -webkit-gradient(linear, left top, right top, from(#4D4F53), color-stop(75%, #8d8d8d));
    background-image: -webkit-linear-gradient(left, #4D4F53 0%, #8d8d8d 75%);
    background-image: -o-linear-gradient(left, #4D4F53 0%, #8d8d8d 75%);
    background-image: linear-gradient(90deg, #4D4F53 0%, #8d8d8d 75%); }
    #hero.gray:not(.no-shadow):before {
      background: url("../img/header_shadow_gray.png") right 0 no-repeat;
      opacity: 0.5; }
    @media screen and (min-width: 768px) {
      #hero.gray .glow {
        background-image: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 65%);
        background-image: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 65%);
        background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 65%); } }
  #hero.tan {
    background-size: cover; }
    #hero.tan .glow {
      background-image: none; }
    #hero.tan .item, #hero.tan h1, #hero.tan h2, #hero.tan h3, #hero.tan h4, #hero.tan h5, #hero.tan h6 {
      color: #002663; }
  #hero .indicators {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #hero .indicators {
        right: 20%;
        left: initial !important; } }

    @media screen and (max-width: 767px) {
      #hero .indicators {
        bottom: 60px; } }

#page-nav {
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F5F5));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #F5F5F5 100%);
  display: none;
  padding: 2px; }
  #page-nav:before {
    opacity: 0.5;
    position: absolute;
    left: 50%;
    bottom: -17px;
    z-index: 0;
    content: "";
    width: 776px;
    height: 50px;
    display: block;
    margin-left: -388px;
    background-image: url("../img/shadow-home-nav.png");
    background-image: -webkit-radial-gradient(center, ellipse, black 0%, transparent 51%);
    background-image: -o-radial-gradient(center, ellipse, black 0%, transparent 51%);
    background-image: radial-gradient(ellipse at center, black 0%, transparent 51%);
    opacity: 0.45; }
  #page-nav:after {
    position: absolute;
    width: 500px;
    height: 50px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media screen and (min-width: 768px) {
    #page-nav {
      display: block; } }
  #page-nav.locked {
    position: fixed;
    top: 73px;
    width: 100%;
    z-index: 50; }
  #page-nav ul {
    display: table;
    width: 100%;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #FFFFFF), to(#C6C5C7));
    background-image: -webkit-linear-gradient(top, #FFFFFF 10%, #C6C5C7 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 10%, #C6C5C7 100%);
    background-image: linear-gradient(-180deg, #FFFFFF 10%, #C6C5C7 100%); }
    #page-nav ul:after {
      content: "";
      display: table;
      clear: both; }
    #page-nav ul li {
      display: table-cell;
      float: left;
      width: 16.666666667%; }
      #page-nav ul li a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #526473;
        margin-right: 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F5F5));
        background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
        background-image: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
        background-image: linear-gradient(-180deg, #FFFFFF 0%, #F5F5F5 100%); }
        #page-nav ul li a:hover {
          color: #0061b1; }
        #page-nav ul li a span {
          display: block; }
        #page-nav ul li a .text {
          font-family: "BentonSansMedium", Helvetica, arial;
          letter-spacing: -0.03em;
          min-height: 38px;
          white-space: normal;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 140%; }
          @media screen and (min-width: 896px) {
            #page-nav ul li a .text {
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 140%; } }
          @media screen and (min-width: 1024px) {
            #page-nav ul li a .text {
              white-space: nowrap; } }
          @media screen and (min-width: 1050px) {
            #page-nav ul li a .text {
              min-height: 1px; } }
        #page-nav ul li a .arrow {
          width: 23px;
          display: inline-block; }
          #page-nav ul li a .arrow:before {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 140%; }
        #page-nav ul li a.cur {
          color: #0061b1; }
        #page-nav ul li a[title="American Express Benefits"] .text {
          padding-top: 0; }
      #page-nav ul li:last-child a {
        margin-right: 0; }

.notice-active ~ #page-nav.locked {
  top: 147px; }
  @media screen and (min-width: 961px) {
    .notice-active ~ #page-nav.locked {
      top: 129px; } }
  @media screen and (min-width: 1180px) {
    .notice-active ~ #page-nav.locked {
      top: 112px; } }

.ie9 #page-nav {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  -webkit-filter: none;
          filter: none; }
  .ie9 #page-nav:before {
    -webkit-filter: none;
            filter: none;
    bottom: -9px; }
  .ie9 #page-nav ul {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzZjNWM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    -webkit-filter: none;
            filter: none; }
    .ie9 #page-nav ul li a {
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      -webkit-filter: none;
              filter: none; }

#mobile-nav {
  position: fixed;
  top: -100%;
  height: 100%;
  width: 100%;
  z-index: 70;
  background-color: #0061b1;
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
  overflow: scroll; }
  @media screen and (min-width: 768px) {
    #mobile-nav {
      display: none; } }
  #mobile-nav.open {
    top: 0; }
  #mobile-nav ul {
    margin-top: 125px; }
  #mobile-nav li {
    border-bottom: 1px #fff solid; }
  #mobile-nav a, #mobile-nav span {
    color: #fff;
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    line-height: 140%; }
  #mobile-nav ul.sublinks {
    margin-top: 0;
    margin-bottom: 10px; }
    #mobile-nav ul.sublinks li {
      border-bottom: 0;
      padding-left: 20px; }
    #mobile-nav ul.sublinks a, #mobile-nav ul.sublinks span {
      padding: 7px 10px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 140%; }

.with-choose-another-card + #mobile-nav.open > ul {
  margin-top: 128px; }

.content {
  padding: 0 20px; }

#get-started {
  padding: 20px 0 0 0;
  background: url("../img/arch-get-started.png") top center no-repeat;
  background-size: cover; }
  #get-started h3 {
    font-family: "BentonSansRegular", Helvetica, arial;
    color: #4D4F53;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #get-started h3 {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 140%; } }
  #get-started .action {
    padding: 20px 0 20px 0;
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #get-started .action {
        padding: 20px; } }
    #get-started .action a {
      min-width: 150px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        #get-started .action a {
          margin-bottom: 0; }
          #get-started .action a:first-child {
            margin-right: 10px; } }
  #get-started .app-store {
    width: 225px;
    margin-bottom: 0;
    margin: 0 auto; }
    #get-started .app-store li:last-child a {
      margin-right: 0; }
    #get-started .app-store a {
      margin-right: 10px; }
  @media screen and (min-width: 896px) {
    #get-started {
      padding: 40px; }
      #get-started .action {
        padding: 20px 20px 0 20px; }
      #get-started .app-store {
        display: none; } }

.get-started-body-copy {
  width: 80%;
  margin: 0 auto; }

#mobile-app-arch {
  padding: 20px;
  background: url("../img/arch-get-started.png") top center no-repeat;
  background-size: cover; }
  #mobile-app-arch h3 {
    font-family: "BentonSansRegular", Helvetica, arial;
    color: #4D4F53;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #mobile-app-arch h3 {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 140%; } }
  #mobile-app-arch .action {
    padding: 20px;
    width: 100%;
    text-align: center; }
    #mobile-app-arch .action a:first-child {
      margin-right: 10px; }
  #mobile-app-arch .app-store {
    width: 225px;
    margin-bottom: 0;
    margin: 0 auto; }
    #mobile-app-arch .app-store li:last-child a {
      margin-right: 0; }
    #mobile-app-arch .app-store a {
      margin-right: 10px; }
  @media screen and (min-width: 896px) {
    #mobile-app-arch {
      display: none; } }

#ftr {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%; }
  #ftr:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 896px) {
    #ftr {
      padding: 20px;
      background-color: #CCCCCC; } }
  #ftr ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 896px) {
      #ftr ul {
        width: auto; } }
  #ftr li:last-child a {
    border-bottom: 0; }
  @media screen and (min-width: 896px) {
    #ftr li {
      float: left; } }
  @media screen and (max-width: 896px) {
    #ftr a.btn {
      display: block;
      width: 100%;
      border-radius: 0;
      text-align: center;
      padding: 12px;
      border: 0;
      border-bottom: 1px rgba(255, 255, 255, 0.4) dotted;
      margin: 0;
      background-image: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s; } }
  #ftr a.btn:hover {
    background-color: #009BBB; }
  @media screen and (min-width: 896px) {
    #ftr a.btn {
      display: inline-block;
      width: auto;
      border-bottom: 0;
      margin: 0 5px 0 0; } }
  #ftr .app-store li {
    padding: 0 0 20px 0;
    display: block;
    background-color: #F6F6F7; }
    @media screen and (min-width: 896px) {
      #ftr .app-store li {
        background-color: transparent;
        display: inline-block;
        padding-bottom: 0;
        float: none; } }
  @media screen and (min-width: 896px) {
    #ftr .app-store {
      float: right;
      display: block; }
      #ftr .app-store a {
        margin: 0 5px 0 0; }
        #ftr .app-store a img {
          height: 34px; } }

/* IE11 */
#social {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%; }
  #social:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    #social {
      padding: 10px; } }
  #social ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #social li {
    position: relative;
    padding: 5px 20px; }
    @media screen and (min-width: 768px) {
      #social li {
        float: left;
        padding: 5px 10px; }
        #social li:after {
          position: absolute;
          top: 50%;
          right: -4px;
          content: "\2022";
          font-size: 24px;
          line-height: 0;
          float: right;
          padding-left: 6px; }
        #social li:last-child:after {
          content: ""; } }
  #social a {
    font-family: "BentonSansBold", Helvetica, arial;
    position: relative;
    color: #0061b1;
    text-decoration: none;
    text-decoration: none; }
    #social a:hover {
      text-decoration: underline;
      color: #009BBB; }
    @media screen and (min-width: 768px) {
      #social a {
        position: relative;
        color: #526473;
        text-decoration: none;
        text-decoration: none; }
        #social a:hover {
          text-decoration: underline;
          color: #009BBB; } }
    #social a:before {
      font-family: "Serve-Primary-Icons";
      padding-right: 6px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 140%;
      line-height: 0;
      position: relative;
      top: 4px; }
    #social a#facebook:before {
      content: "\6e";
      color: #3b5998; }
    #social a#twitter:before {
      content: "\70";
      color: #55ACEE; }
    #social a#tumblr:before {
      content: "\6f";
      color: #37465d; }

#footnotes {
  padding: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%; }
  #footnotes p {
    padding-left: 16px;
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 140%; }
  @media screen and (min-width: 768px) {
    #footnotes .asterisk {
      line-height: 50%; } }

.hide-for-freereloads {
  display: none !important; }

.hide-on-cashback {
  display: inline !important; }

.show-on-cash-back {
  display: none !important; }

.hide-on-cash-back {
  display: inline !important; }

.show-on-cash-reload {
  display: none !important; }

.hide-on-cash-reload {
  display: inline !important; }

#info {
  position: absolute;
  right: 0;
  top: 168px;
  display: none;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    #info {
      display: block; } }
  #info a {
    display: block;
    padding: 4px 5px 3px 9px;
    background-color: #0061b1;
    color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    border-left: 1px #fff solid; }
    #info a span {
      display: inline-block;
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 140%; }
      #info a span:before {
        font-family: "Serve-Primary-Icons";
        content: "\66"; }

/*---------------------------------------------
Content
---------------------------------------------*/
#hero-carousel {
  position: relative;
  z-index: 2;
  height: 370px;
  overflow: hidden; }
  #hero-carousel:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    #hero-carousel.form-padding .item {
      padding-left: 282px; } }
  @media screen and (min-width: 768px) {
    #hero-carousel.no-form-padding .item .image-wrap {
      width: 32%; } }
  #hero-carousel .items {
    position: relative; }
    #hero-carousel .items:after {
      content: "";
      display: table;
      clear: both; }
  #hero-carousel.active .item {
    left: 100%;
    visibility: hidden; }
  #hero-carousel .item {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    padding: 20px 15px;
    height: 350px;
    visibility: visible;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    #hero-carousel .item > div {
      height: 100%; }
    #hero-carousel .item.moving {
      visibility: visible; }
    #hero-carousel .item.active {
      left: 0;
      visibility: visible; }
  #hero-carousel.ready .item {
    opacity: 1; }
  #hero-carousel .text-wrap, #hero-carousel .image-wrap {
    float: left; }
  #hero-carousel .text-wrap {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #hero-carousel .text-wrap {
        width: 53%;
        margin-right: 2%;
        padding-top: 10px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 140%; } }
  #hero-carousel .image-wrap {
    position: relative;
    height: 100%;
    width: 45%; }
    #hero-carousel .image-wrap img {
      position: absolute;
      bottom: 0;
      right: 0;
      float: right; }
  #hero-carousel h1, #hero-carousel h2 {
    font-family: "BentonSansMedium", Helvetica, arial;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 140%;
    line-height: 110%;
    margin-bottom: 20px;
    color: #fff; }
    @media screen and (min-width: 768px) {
      #hero-carousel h1, #hero-carousel h2 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 140%;
        line-height: 110%; } }
  #hero-carousel ul li {
    font-family: "BentonSansRegular", Helvetica, arial;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      #hero-carousel ul li {
        margin-bottom: 10px; } }
  #hero-carousel .carousel-image {
    display: none;
    max-width: 100%;
    max-height: 294px; }
    @media screen and (min-width: 768px) {
      #hero-carousel .carousel-image {
        display: block; } }

#find-the-right-debit-card-for-you .image-wrap {
  width: 100%;
  height: 140px; }
  #find-the-right-debit-card-for-you .image-wrap img {
    position: absolute;
    bottom: 20px;
    float: right;
    max-width: 75%; }

#find-the-right-debit-card-for-you .carousel-image {
  display: block; }

@media screen and (min-width: 480px) {
  #find-the-right-debit-card-for-you .image-wrap img {
    max-width: 80%; } }

@media screen and (min-width: 768px) {
  #find-the-right-debit-card-for-you .text-wrap {
    width: 100%; }
  #find-the-right-debit-card-for-you .image-wrap {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30%;
    height: 100%; }
    #find-the-right-debit-card-for-you .image-wrap img {
      max-width: 80%;
      min-width: 300px;
      width: 120%; } }

@media screen and (min-width: 1024px) {
  #find-the-right-debit-card-for-you .text-wrap {
    width: 56%; }
  #find-the-right-debit-card-for-you .image-wrap {
    position: relative;
    left: inherit;
    bottom: inherit;
    width: 40%; }
    #find-the-right-debit-card-for-you .image-wrap .show-for-medium-up {
      max-width: 130%;
      width: 130%; } }

@media screen and (min-width: 768px) {
  #full-service-prepaid-acct .text-wrap {
    max-width: 501px; }
  #full-service-prepaid-acct ul {
    max-width: 380px; } }

#introducing-new-american-express-serve .image-wrap {
  width: 100%;
  height: 110px;
  margin-top: -1.5em; }
  #introducing-new-american-express-serve .image-wrap img {
    position: absolute;
    bottom: 0;
    right: 0;
    float: right;
    max-width: 157px; }
    @media screen and (min-width: 768px) {
      #introducing-new-american-express-serve .image-wrap img {
        bottom: 0;
        max-width: 292px; } }

#introducing-new-american-express-serve .text-wrap h1 {
  margin-bottom: 6px; }

#introducing-new-american-express-serve .text-wrap ul li {
  padding-right: 46px; }
  #introducing-new-american-express-serve .text-wrap ul li:nth-child(4), #introducing-new-american-express-serve .text-wrap ul li:nth-child(5) {
    width: 60%;
    padding-right: 0; }

#introducing-new-american-express-serve .carousel-image {
  display: block; }

@media screen and (min-width: 768px) {
  #introducing-new-american-express-serve .text-wrap {
    width: 100%; }
    #introducing-new-american-express-serve .text-wrap h1 {
      margin-bottom: 20px; }
    #introducing-new-american-express-serve .text-wrap ul {
      width: 55%; }
      #introducing-new-american-express-serve .text-wrap ul li {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 140%;
        padding-right: 46px; }
        #introducing-new-american-express-serve .text-wrap ul li:nth-child(4), #introducing-new-american-express-serve .text-wrap ul li:nth-child(5) {
          width: auto; }
  #introducing-new-american-express-serve .image-wrap {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30%;
    height: 100%; }
    #introducing-new-american-express-serve .image-wrap img {
      max-width: inherit;
      width: 100%; } }

@media screen and (min-width: 1024px) {
  #introducing-new-american-express-serve .text-wrap {
    width: 56%; }
    #introducing-new-american-express-serve .text-wrap ul {
      width: 100%; }
      #introducing-new-american-express-serve .text-wrap ul li {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 140%; }
  #introducing-new-american-express-serve .image-wrap {
    position: relative;
    left: inherit;
    bottom: inherit;
    width: 40%; } }

#money-management .text-wrap {
  width: 69%; }
  #money-management .text-wrap h1 {
    font-family: "BentonSansMedium", Helvetica, arial; }
    @media screen and (min-width: 768px) {
      #money-management .text-wrap h1 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 140%;
        line-height: 110%; } }
    @media screen and (min-width: 896px) {
      #money-management .text-wrap h1 {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 140%;
        line-height: 110%; } }
  #money-management .text-wrap img {
    max-width: 225px;
    display: none; }
    @media screen and (min-width: 768px) {
      #money-management .text-wrap img {
        display: block; } }

@media screen and (min-width: 480px) {
  #sku-1percent-cashback .text-wrap img {
    width: 50%; } }

#sku-1percent-cashback .image-wrap {
  display: none; }
  @media screen and (min-width: 768px) {
    #sku-1percent-cashback .image-wrap {
      display: block; } }

#sku-1percent-cashback .badge {
  position: absolute;
  right: 57%;
  top: 168px;
  width: 79px; }
  @media screen and (min-width: 480px) {
    #sku-1percent-cashback .badge {
      width: 22%;
      max-width: 116px;
      right: 312px;
      top: 123px; } }
  @media screen and (min-width: 768px) {
    #sku-1percent-cashback .badge {
      width: 22%;
      max-width: 100%;
      position: relative;
      top: auto;
      right: auto;
      float: right;
      -webkit-transform: translate(-131%, -34%);
          -ms-transform: translate(-131%, -34%);
              transform: translate(-131%, -34%); } }
  @media screen and (min-width: 896px) {
    #sku-1percent-cashback .badge {
      width: 19%;
      max-width: 119px;
      position: relative;
      top: auto;
      right: auto;
      float: right;
      -webkit-transform: translate(-122%, -66%);
          -ms-transform: translate(-122%, -66%);
              transform: translate(-122%, -66%); } }
  @media screen and (min-width: 1024px) {
    #sku-1percent-cashback .badge {
      width: 15%;
      max-width: 100%;
      float: right;
      -webkit-transform: translate(-166%, -124%);
          -ms-transform: translate(-166%, -124%);
              transform: translate(-166%, -124%); } }
  @media screen and (min-width: 1224px) {
    #sku-1percent-cashback .badge {
      width: 17.5%;
      float: right;
      -webkit-transform: translate(-134%, -166%);
          -ms-transform: translate(-134%, -166%);
              transform: translate(-134%, -166%); } }
  #sku-1percent-cashback .badge img {
    float: left;
    width: 100%; }

@media screen and (min-width: 896px) {
  #pg_cashback #hero #hero-carousel #sku-1percent-cashback .text-wrap {
    width: 68%; } }

#pg_serve #hero .glow, #pg_cashback #hero .glow {
  padding-top: 115px; }

@media screen and (min-width: 768px) {
  #pg_serve #hero, #pg_cashback #hero {
    margin-bottom: 0;
    margin-top: 0; } }

#pg_serve #signup-form, #pg_cashback #signup-form {
  top: 148px; }

#pg_serve #hero-carousel, #pg_cashback #hero-carousel {
  height: 315px; }
  @media screen and (min-width: 768px) {
    #pg_serve #hero-carousel, #pg_cashback #hero-carousel {
      height: 330px; } }
  #pg_serve #hero-carousel .items, #pg_serve #hero-carousel .item, #pg_serve #hero-carousel .text-wrap, #pg_cashback #hero-carousel .items, #pg_cashback #hero-carousel .item, #pg_cashback #hero-carousel .text-wrap {
    width: 100%; }
  @media screen and (min-width: 768px) {
    #pg_serve #hero-carousel .carousel-image, #pg_cashback #hero-carousel .carousel-image {
      max-height: inherit; } }
  #pg_serve #hero-carousel .text-wrap h1, #pg_serve #hero-carousel .text-wrap h2, #pg_cashback #hero-carousel .text-wrap h1, #pg_cashback #hero-carousel .text-wrap h2 {
    font-family: "BentonSansRegular", Helvetica, arial; }
  #pg_serve #hero-carousel .text-wrap h1, #pg_cashback #hero-carousel .text-wrap h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 140%;
    margin-bottom: 10px;
    line-height: 130%; }
  #pg_serve #hero-carousel .text-wrap h2, #pg_cashback #hero-carousel .text-wrap h2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%;
    margin-bottom: 10px; }
  #pg_serve #hero-carousel .text-wrap li, #pg_cashback #hero-carousel .text-wrap li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 140%; }
  #pg_serve #hero-carousel .text-wrap ul + img, #pg_cashback #hero-carousel .text-wrap ul + img {
    max-width: 170px;
    margin: 10px auto 0 auto;
    -webkit-box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.75);
            box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.75); }
  @media screen and (min-width: 768px) {
    #pg_serve #hero-carousel .text-wrap, #pg_cashback #hero-carousel .text-wrap {
      width: 68%; }
      #pg_serve #hero-carousel .text-wrap h1, #pg_serve #hero-carousel .text-wrap h2, #pg_cashback #hero-carousel .text-wrap h1, #pg_cashback #hero-carousel .text-wrap h2 {
        font-family: "BentonSansMedium", Helvetica, arial;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 140%;
        line-height: 110%; }
      #pg_serve #hero-carousel .text-wrap li, #pg_cashback #hero-carousel .text-wrap li {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 140%; } }
  @media screen and (min-width: 896px) {
    #pg_serve #hero-carousel .text-wrap h1, #pg_serve #hero-carousel .text-wrap h2, #pg_cashback #hero-carousel .text-wrap h1, #pg_cashback #hero-carousel .text-wrap h2 {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 140%;
      line-height: 110%; }
    #pg_serve #hero-carousel .text-wrap li, #pg_cashback #hero-carousel .text-wrap li {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 140%; } }
  #pg_serve #hero-carousel .image-wrap, #pg_cashback #hero-carousel .image-wrap {
    top: 90px;
    width: 30%; }

#sku-cashback-1percent-everytime .text-wrap h1 {
  margin: 0;
  padding: 0; }

#sku-cashback-1percent-everytime .text-wrap p {
  width: 101%; }

#sku-cashback-1percent-everytime .text-wrap .btn {
  margin: 20px 0;
  padding: 6px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 140%; }

#sku-cashback-1percent-everytime .image-wrap {
  position: absolute;
  right: -20px;
  bottom: 20px;
  width: 60%; }
  #sku-cashback-1percent-everytime .image-wrap .carousel-image {
    display: block; }

@media screen and (min-width: 480px) {
  #sku-cashback-1percent-everytime .text-wrap {
    width: 75%; }
    #sku-cashback-1percent-everytime .text-wrap p {
      width: 80%; } }

@media screen and (min-width: 320px) {
  #sku-cashback-1percent-everytime .carousel-image {
    max-width: 69%;
    right: 16px; } }

@media screen and (min-width: 768px) {
  #sku-cashback-1percent-everytime .image-wrap {
    right: 8%;
    bottom: 10px; } }

@media screen and (min-width: 896px) {
  #sku-cashback-1percent-everytime .text-wrap {
    width: 56%;
    padding-left: 4%; }
    #sku-cashback-1percent-everytime .text-wrap p {
      width: 100%;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 140%; }
    #sku-cashback-1percent-everytime .text-wrap .btn {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 140%;
      padding: 8px 40px; }
  #sku-cashback-1percent-everytime .image-wrap {
    position: relative;
    bottom: auto;
    right: auto; } }

#pg_cashload #hero .glow {
  padding-top: 115px; }

#pg_cashload #hero .image-wrap {
  display: none; }

@media screen and (min-width: 768px) {
  #pg_cashload #hero {
    margin-bottom: 0;
    margin-top: 0; }
    #pg_cashload #hero .image-wrap {
      display: block; } }

#pg_cashload #signup-form {
  top: 148px; }

#pg_cashload #hero-carousel {
  height: 315px; }
  @media screen and (min-width: 768px) {
    #pg_cashload #hero-carousel {
      height: 330px; } }
  #pg_cashload #hero-carousel .items, #pg_cashload #hero-carousel .item, #pg_cashload #hero-carousel .text-wrap {
    width: 100%; }
  @media screen and (min-width: 768px) {
    #pg_cashload #hero-carousel .carousel-image {
      max-height: inherit; } }
  #pg_cashload #hero-carousel .text-wrap h1, #pg_cashload #hero-carousel .text-wrap h2 {
    font-family: "BentonSansRegular", Helvetica, arial; }
  #pg_cashload #hero-carousel .text-wrap h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 140%;
    margin-bottom: 10px;
    line-height: 130%; }
  #pg_cashload #hero-carousel .text-wrap h2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%;
    margin-bottom: 10px; }
  #pg_cashload #hero-carousel .text-wrap li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 140%; }
  #pg_cashload #hero-carousel .text-wrap ul + img {
    max-width: 150px;
    margin: 10px auto 0 auto;
    -webkit-box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.75);
            box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.75); }
  @media screen and (min-width: 768px) {
    #pg_cashload #hero-carousel .text-wrap h1, #pg_cashload #hero-carousel .text-wrap h2 {
      font-family: "BentonSansMedium", Helvetica, arial;
      font-size: 30px;
      font-size: 3rem;
      line-height: 140%;
      line-height: 110%; }
    #pg_cashload #hero-carousel .text-wrap li {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 140%; } }
  @media screen and (min-width: 896px) {
    #pg_cashload #hero-carousel .text-wrap h1, #pg_cashload #hero-carousel .text-wrap h2 {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 140%;
      line-height: 110%; }
    #pg_cashload #hero-carousel .text-wrap li {
      font-size: 20px;
      font-size: 2rem;
      line-height: 140%; } }
  #pg_cashload #hero-carousel .image-wrap {
    top: 90px;
    width: 30%; }

#sku-free-cash-reloads #retail-logo {
  display: block;
  border-radius: 5px;
  padding-top: 10px;
  background-color: #fff;
  width: 100%; }
  #sku-free-cash-reloads #retail-logo:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    #sku-free-cash-reloads #retail-logo {
      width: 90%; } }
  #sku-free-cash-reloads #retail-logo li {
    display: inline-block;
    padding: 0 0 5px 5px;
    text-align: center;
    width: 15%; }
    #sku-free-cash-reloads #retail-logo li img {
      vertical-align: middle; }
    #sku-free-cash-reloads #retail-logo li.walmart {
      width: 22%; }
      #sku-free-cash-reloads #retail-logo li.walmart img {
        width: 100%;
        margin: 0 auto; }

#sku-free-cash-reloads .image-wrap {
  top: 15px;
  right: -17px;
  width: 45%;
  float: right; }
  @media screen and (min-width: 480px) {
    #sku-free-cash-reloads .image-wrap {
      width: 32%; } }
  @media screen and (min-width: 768px) {
    #sku-free-cash-reloads .image-wrap {
      top: 0;
      right: 0;
      width: 32%;
      float: left; } }
  #sku-free-cash-reloads .image-wrap img {
    display: block;
    bottom: auto; }
    @media screen and (min-width: 768px) {
      #sku-free-cash-reloads .image-wrap img {
        bottom: 0; } }

@media screen and (min-width: 768px) {
  #legacy-amex-offers .text-wrap {
    width: 100%;
    padding-left: 0px;
    margin-bottom: -50%; } }

#legacy-amex-offers .text-wrap p {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #legacy-amex-offers .text-wrap p {
      width: 54%;
      font-size: 20px;
      font-size: 2rem;
      line-height: 140%; } }
  @media screen and (min-width: 896px) {
    #legacy-amex-offers .text-wrap p {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 140%; } }

#legacy-amex-offers .image-wrap {
  width: 70%;
  height: auto;
  display: block;
  float: right;
  margin-top: 10px; }
  @media screen and (min-width: 480px) {
    #legacy-amex-offers .image-wrap {
      margin-top: -50px; } }
  @media screen and (min-width: 768px) {
    #legacy-amex-offers .image-wrap {
      height: 100%;
      width: 39% !important;
      margin-top: 35px; } }
  #legacy-amex-offers .image-wrap .carousel-image {
    display: block;
    position: relative; }
    @media screen and (min-width: 768px) {
      #legacy-amex-offers .image-wrap .carousel-image {
        position: absolute; } }

#t2p-register-your-card .text-wrap li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%; }

#t2p-register-your-card .text-wrap ul {
  margin-bottom: 20px; }

#t2p-register-your-card .text-wrap img {
  position: relative;
  top: -15px;
  width: 45%;
  float: right;
  margin: 0 0 0 0; }

@media screen and (min-width: 480px) {
  #t2p-register-your-card .text-wrap ul {
    margin-bottom: 10px; }
  #t2p-register-your-card .text-wrap img {
    width: 39%; } }

@media screen and (min-width: 768px) {
  #t2p-register-your-card .text-wrap {
    padding-top: 40px;
    width: 64.7342995%; }
    #t2p-register-your-card .text-wrap h1 {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 140%; }
    #t2p-register-your-card .text-wrap ul {
      margin-bottom: 20px; }
    #t2p-register-your-card .text-wrap li {
      font-size: 20px;
      font-size: 2rem;
      line-height: 140%; }
    #t2p-register-your-card .text-wrap .badge-wrap {
      width: 100%;
      max-width: 100%; }
      #t2p-register-your-card .text-wrap .badge-wrap .badge {
        width: 22%;
        float: right;
        margin: -172px -16% 0 0; }
      #t2p-register-your-card .text-wrap .badge-wrap .btn {
        width: auto;
        float: left;
        margin: 0 auto;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 140%; } }

@media screen and (min-width: 768px) {
  #t2p-register-your-card .text-wrap .badge-wrap .badge {
    width: 21%;
    margin: -217px -16% 0 0; } }

@media screen and (min-width: 1024px) {
  #t2p-register-your-card .text-wrap .badge-wrap {
    width: 100%; }
    #t2p-register-your-card .text-wrap .badge-wrap .badge {
      width: 22%;
      float: right;
      margin: -228px -5% 0 0; }
    #t2p-register-your-card .text-wrap .badge-wrap .btn {
      width: auto;
      float: left;
      margin: 0 auto;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 140%; } }

@media screen and (min-width: 1224px) {
  #t2p-register-your-card .text-wrap .badge-wrap .badge {
    margin: -228px -13% 0 0; } }

#t2p-register-your-card .image-wrap img {
  right: 100px; }

@media screen and (min-width: 768px) {
  #t2p-register-your-card .image-wrap img {
    right: 0px; } }

@media screen and (min-width: 1024px) {
  #t2p-register-your-card .image-wrap img {
    right: 80px; } }

@media screen and (min-width: 1224px) {
  #t2p-register-your-card .image-wrap img {
    right: 100px; } }

#digital-wallet .text-wrap {
  width: 70% !important; }
  #digital-wallet .text-wrap p {
    margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    #digital-wallet .text-wrap {
      width: 68% !important; } }

#digital-wallet .image-wrap {
  position: static;
  width: 30% !important; }
  #digital-wallet .image-wrap img {
    display: block;
    bottom: initial;
    top: 70px;
    max-width: 40% !important; }
  @media screen and (min-width: 768px) {
    #digital-wallet .image-wrap {
      position: relative; }
      #digital-wallet .image-wrap img {
        max-width: 100% !important;
        top: initial;
        bottom: 0; } }

#digital-wallet #retail-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  max-width: 475px;
  padding-top: 4px;
  width: 98%; }
  #digital-wallet #retail-logo:after {
    content: "";
    display: table;
    clear: both; }
  #digital-wallet #retail-logo li {
    display: inline-block;
    padding: 0 10px 0 0;
    text-align: center; }
    #digital-wallet #retail-logo li img {
      vertical-align: middle; }
  @media screen and (min-width: 768px) {
    #digital-wallet #retail-logo {
      width: 70%;
      padding-top: 8px; }
      #digital-wallet #retail-logo li {
        padding: 0 30px 0 0; } }
#digital-wallet #googlepay-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #digital-wallet #googlepay-logo:after {
    content: "";
    display: table;
    clear: both; }
  #digital-wallet #googlepay-logo li {
    display: inline-block;
    padding: 0;
    text-align: center; }
    #digital-wallet #googlepay-logo li img {
      vertical-align: middle; }
  @media screen and (min-width: 768px) {
    #digital-wallet #googlepay-logo {
      padding-top: 8px; } }

.device-specific .default {
  display: block;
  width: 100%;
  height: 100%; }

.device-specific .android-only {
  display: none;
  width: 100%;
  height: 100%; }

.android .default {
  display: none; }

.android .android-only {
  display: block; }

#promo-dollar-general .text-wrap h1 {
  text-transform: uppercase; }

#promo-dollar-general .text-wrap li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%; }

#promo-dollar-general .text-wrap ul {
  margin-bottom: 20px; }

#promo-dollar-general .text-wrap img {
  position: relative;
  top: -15px;
  width: 45%;
  float: right;
  margin: 0 0 0 0; }

@media screen and (min-width: 480px) {
  #promo-dollar-general .text-wrap ul {
    margin-bottom: 10px; }
  #promo-dollar-general .text-wrap img {
    width: 39%; } }

@media screen and (min-width: 768px) {
  #promo-dollar-general .text-wrap {
    padding-top: 40px;
    width: 64.7342995%; }
    #promo-dollar-general .text-wrap h1 {
      font-size: 47px;
      font-size: 4.7rem;
      line-height: 140%; }
    #promo-dollar-general .text-wrap ul {
      margin-bottom: 20px; }
    #promo-dollar-general .text-wrap li {
      font-size: 20px;
      font-size: 2rem;
      line-height: 140%; }
    #promo-dollar-general .text-wrap .badge-wrap {
      width: 100%;
      max-width: 100%; }
      #promo-dollar-general .text-wrap .badge-wrap .badge {
        width: 22%;
        float: right;
        margin: -172px -16% 0 0; }
      #promo-dollar-general .text-wrap .badge-wrap .btn {
        width: auto;
        float: left;
        margin: 0 auto;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 140%; } }

@media screen and (min-width: 768px) {
  #promo-dollar-general .text-wrap .badge-wrap .badge {
    width: 21%;
    margin: -217px -16% 0 0; } }

@media screen and (min-width: 1024px) {
  #promo-dollar-general .text-wrap .badge-wrap {
    width: 100%; }
    #promo-dollar-general .text-wrap .badge-wrap .badge {
      width: 22%;
      float: right;
      margin: -228px -5% 0 0; }
    #promo-dollar-general .text-wrap .badge-wrap .btn {
      width: auto;
      float: left;
      margin: 0 auto;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 140%; } }

@media screen and (min-width: 1224px) {
  #promo-dollar-general .text-wrap .badge-wrap .badge {
    margin: -228px -13% 0 0; } }

#promo-dollar-general .image-wrap img {
  right: 100px; }

@media screen and (min-width: 768px) {
  #promo-dollar-general .image-wrap img {
    right: 0px; } }

@media screen and (min-width: 1024px) {
  #promo-dollar-general .image-wrap img {
    right: 80px; } }

@media screen and (min-width: 1224px) {
  #promo-dollar-general .image-wrap img {
    right: 100px; } }

#small-business-saturday {
  width: 100%;
  position: relative;
  padding: 0; }
  #small-business-saturday .sbs-img--desktop {
    display: none;
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 100;
    height: 370px; }
  #small-business-saturday .sbs-img--mobile {
    position: relative;
    display: block;
    top: 10px;
    z-index: 100; }
  #small-business-saturday .copy-top {
    position: relative;
    width: 264px;
    height: 166px;
    background: url(../img/carousel/small-business-saturday-title--mobile.png) no-repeat;
    background-size: 100%;
    z-index: 110; }
    #small-business-saturday .copy-top h1, #small-business-saturday .copy-top h2 {
      visibility: hidden; }
  #small-business-saturday .btn {
    margin-top: 10px;
    padding: 7px 17px;
    font-size: 15px;
    z-index: 110; }
  @media screen and (min-width: 480px) {
    #small-business-saturday .sbs-img--mobile {
      top: 0px; } }
  @media screen and (min-width: 640px) {
    #small-business-saturday .sbs-img--mobile {
      top: -20px; } }
  @media screen and (min-width: 768px) {
    #small-business-saturday {
      padding: 40px 0; }
      #small-business-saturday .sbs-img--mobile {
        display: none; }
      #small-business-saturday .sbs-img--desktop {
        display: block;
        margin-left: -680px;
        max-width: 1200px; }
      #small-business-saturday .copy-top {
        width: 458px;
        height: 195px;
        background: url(../img/carousel/small-business-saturday-title--desktop.png) no-repeat; }
      #small-business-saturday .btn {
        margin-top: 15px;
        padding: 10px 20px;
        font-size: 16px; } }
  @media screen and (min-width: 896px) {
    #small-business-saturday .sbs-img--desktop {
      display: block;
      margin-left: -650px;
      max-width: 1200px; } }

#sku-spend50-get10 .text-wrap {
  margin-right: 10%; }

#sku-spend50-get10 h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 140%;
  line-height: 110%;
  margin: 4px 0; }

#sku-spend50-get10 h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%;
  margin: 4px 0; }

#sku-spend50-get10 .smaller {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 140%; }

#sku-spend50-get10 p {
  line-height: 100%;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%; }
  #sku-spend50-get10 p sup {
    top: -0.5em; }

#sku-spend50-get10 .retail-boxed {
  margin-top: 15px; }
  #sku-spend50-get10 .retail-boxed img, #sku-spend50-get10 .retail-boxed p {
    float: left; }
  #sku-spend50-get10 .retail-boxed img {
    width: 21%;
    margin: 2%; }
  #sku-spend50-get10 .retail-boxed p {
    width: 71%;
    margin: 2%;
    line-height: 130%; }
  #sku-spend50-get10 .retail-boxed .btn {
    margin-left: 26%; }

@media screen and (min-width: 896px) {
  #sku-spend50-get10 h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 140%;
    margin: 4px 0; }
  #sku-spend50-get10 h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 140%;
    margin: 4px 0; }
  #sku-spend50-get10 .smaller {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 140%; }
  #sku-spend50-get10 p {
    line-height: 100%;
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 140%; }
    #sku-spend50-get10 p sup {
      top: -0.5em; } }

#sku-direct-deposit .text-wrap {
  width: 100%; }
  #sku-direct-deposit .text-wrap p {
    width: 60%; }

#sku-direct-deposit .bullets li {
  margin-bottom: 0; }
  #sku-direct-deposit .bullets li:last-child {
    margin-bottom: 20px; }

#sku-direct-deposit .image-wrap {
  position: absolute;
  right: -20px;
  bottom: 10px;
  width: 64%; }
  @media screen and (min-width: 768px) {
    #sku-direct-deposit .image-wrap {
      width: 66%;
      right: 60px; } }
  @media screen and (min-width: 1024px) {
    #sku-direct-deposit .image-wrap {
      right: 140px; } }
  #sku-direct-deposit .image-wrap .carousel-image {
    display: block;
    bottom: 45px; }
    @media screen and (min-width: 768px) {
      #sku-direct-deposit .image-wrap .carousel-image {
        bottom: 10px; } }

@media screen and (min-width: 768px) {
  #sku-direct-deposit {
    padding-left: 40px; }
    #sku-direct-deposit .text-wrap {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 140%; } }

#sku-download-mobile-app .app-store {
  width: 200px;
  margin: 0; }
  @media screen and (min-width: 768px) {
    #sku-download-mobile-app .app-store {
      width: 300px; } }

#sku-download-mobile-app .text-wrap {
  width: 100%; }
  #sku-download-mobile-app .text-wrap p {
    width: 60%; }

#sku-download-mobile-app .image-wrap {
  position: absolute;
  right: -20px;
  bottom: 10px;
  width: 60%; }
  @media screen and (min-width: 768px) {
    #sku-download-mobile-app .image-wrap {
      width: 100%;
      right: 60px; } }
  @media screen and (min-width: 1024px) {
    #sku-download-mobile-app .image-wrap {
      right: 140px; } }
  #sku-download-mobile-app .image-wrap .carousel-image {
    display: block;
    bottom: 45px; }
    @media screen and (min-width: 768px) {
      #sku-download-mobile-app .image-wrap .carousel-image {
        bottom: 10px; } }

#sku-download-mobile-app .app-store {
  width: 225px; }
  #sku-download-mobile-app .app-store li {
    display: inline-block; }

@media screen and (min-width: 768px) {
  #sku-download-mobile-app {
    padding-left: 40px; }
    #sku-download-mobile-app .text-wrap {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 140%; } }

#freeze-your-card .text-wrap h1 {
  margin: 0;
  padding: 0; }

#freeze-your-card .text-wrap p {
  width: 101%; }

#freeze-your-card .text-wrap .btn {
  margin: 20px 0;
  padding: 6px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 140%; }

#freeze-your-card .image-wrap {
  position: absolute;
  right: 0px;
  bottom: 35px;
  width: 40%; }
  #freeze-your-card .image-wrap .carousel-image {
    display: block; }

@media screen and (min-width: 480px) {
  #freeze-your-card .text-wrap {
    width: 75%; }
    #freeze-your-card .text-wrap p {
      width: 80%; } }

@media screen and (min-width: 320px) {
  #freeze-your-card .carousel-image {
    max-width: 100%;
    right: 16px; } }

@media screen and (min-width: 768px) {
  #freeze-your-card .image-wrap {
    right: 5%;
    bottom: 20px; } }

@media screen and (min-width: 896px) {
  #freeze-your-card .text-wrap {
    width: 65%; }
    #freeze-your-card .text-wrap p {
      width: 100%;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 140%; }
    #freeze-your-card .text-wrap .btn {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 140%;
      padding: 8px 40px; }
  #freeze-your-card .image-wrap {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 28%; } }

.mobile-carousel {
  position: relative;
  overflow: hidden;
  clear: both;
  max-width: 1190px;
  margin: 0 auto; }
  .mobile-carousel .indicators {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 99px; }
    @media screen and (min-width: 768px) {
      .mobile-carousel .indicators {
        display: none; } }
  .mobile-carousel ul.small-block-grid-1 li {
    clear: none; }
    .mobile-carousel ul.small-block-grid-1 li p {
      min-height: 120px; }
    .mobile-carousel ul.small-block-grid-1 li:last-child {
      margin-right: 0; }
  .mobile-carousel .carousel-arrows {
    position: absolute;
    bottom: 52%;
    width: 100%;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      .mobile-carousel .carousel-arrows {
        display: none; } }
    .mobile-carousel .carousel-arrows a {
      position: absolute;
      color: #4D4F53;
      text-decoration: none; }
      .mobile-carousel .carousel-arrows a.inactive {
        color: #cecfd1;
        cursor: default; }
      .mobile-carousel .carousel-arrows a:before {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 140%; }
    .mobile-carousel .carousel-arrows .prev {
      left: 0; }
    .mobile-carousel .carousel-arrows .next {
      right: 0; }

#how-it-works {
  padding: 10px 20px 20px 20px; }
  @media screen and (min-width: 768px) {
    #how-it-works h2 {
      text-align: center;
      font-size: 40px;
      font-size: 4rem;
      line-height: 140%; } }
  #how-it-works h3 {
    font-family: "BentonSansRegular", Helvetica, arial;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #how-it-works h3 {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 140%; } }
  #how-it-works section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #CCCCCC solid;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #how-it-works section {
        position: relative;
        margin-top: 10px;
        padding-top: 40px;
        padding-left: 20px;
        border-width: 3px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 140%; }
        #how-it-works section header {
          margin-left: -20px;
          margin-bottom: 20px;
          padding-left: 20px; }
          #how-it-works section header p {
            margin: 0;
            font-size: 23px;
            font-size: 2.3rem;
            line-height: 140%; }
        #how-it-works section:not(#easy-to-get-the-card, #easy-to-get-the-card-old):before {
          position: absolute;
          right: 28.56%;
          top: -22px;
          content: "";
          display: block;
          width: 40px;
          height: 40px;
          border-bottom: 3px #CCCCCC solid;
          border-left: 3px #CCCCCC solid;
          background-color: #fff;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        #how-it-works section:not(#easy-to-get-the-card, #easy-to-get-the-card-old) p {
          padding-left: 68px;
          margin-top: 8px;
          margin-bottom: 25px;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 140%; } }

.mobile-carousel ul {
  margin: 0; }
  .mobile-carousel ul:after {
    content: "";
    display: table;
    clear: both; }
  .mobile-carousel ul li {
    width: 100%;
    float: left; }
    @media screen and (min-width: 768px) {
      .mobile-carousel ul li {
        width: 30%;
        margin-right: 5%; } }

#how-it-works p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%; }
  @media screen and (min-width: 768px) {
    #how-it-works p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 140%; } }

#how-it-works #easy-to-get-the-card, #how-it-works #easy-to-get-the-card-old {
  margin-top: 10px;
  padding-left: 0; }
  #how-it-works #easy-to-get-the-card .circle-number, #how-it-works #easy-to-get-the-card-old .circle-number {
    margin-bottom: 0px; }
    @media screen and (min-width: 768px) {
      #how-it-works #easy-to-get-the-card .circle-number, #how-it-works #easy-to-get-the-card-old .circle-number {
        margin-bottom: 45px; } }
  #how-it-works #easy-to-get-the-card .card, #how-it-works #easy-to-get-the-card-old .card {
    text-align: center;
    padding: 20px 0; }
    #how-it-works #easy-to-get-the-card .card img, #how-it-works #easy-to-get-the-card-old .card img {
      position: relative;
      z-index: 10;
      width: 61.7647059%;
      margin: 0 auto 20px auto; }
      @media screen and (min-width: 768px) {
        #how-it-works #easy-to-get-the-card .card img, #how-it-works #easy-to-get-the-card-old .card img {
          width: 100%;
          max-width: 292px; } }
    #how-it-works #easy-to-get-the-card .card .img, #how-it-works #easy-to-get-the-card-old .card .img {
      position: relative;
      z-index: 5;
      text-align: center;
      margin-bottom: 20px; }
      #how-it-works #easy-to-get-the-card .card .img:before, #how-it-works #easy-to-get-the-card-old .card .img:before {
        position: absolute;
        bottom: 5px;
        left: 50%;
        content: "";
        width: 75%;
        height: 50px;
        display: block;
        margin-left: -37.5%;
        background-image: url("../img/shadow-home-nav.png");
        background-image: -webkit-radial-gradient(center, ellipse, black 0%, transparent 51%);
        background-image: -o-radial-gradient(center, ellipse, black 0%, transparent 51%);
        background-image: radial-gradient(ellipse at center, black 0%, transparent 51%);
        opacity: 0.45;
        height: 25px; }
    #how-it-works #easy-to-get-the-card .card h4, #how-it-works #easy-to-get-the-card-old .card h4 {
      text-align: center;
      font-family: "BentonSansBold", Helvetica, arial;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 140%;
      line-height: 120%;
      min-height: 40px; }
      #how-it-works #easy-to-get-the-card .card h4 a, #how-it-works #easy-to-get-the-card-old .card h4 a {
        color: #4D4F53; }
      #how-it-works #easy-to-get-the-card .card h4 a:hover, #how-it-works #easy-to-get-the-card-old .card h4 a:hover {
        color: #0061b1; }
      @media screen and (min-width: 768px) {
        #how-it-works #easy-to-get-the-card .card h4, #how-it-works #easy-to-get-the-card-old .card h4 {
          min-height: 33px;
          color: #4D4F53; } }
      @media screen and (min-width: 896px) {
        #how-it-works #easy-to-get-the-card .card h4, #how-it-works #easy-to-get-the-card-old .card h4 {
          min-height: 33px; } }
      @media screen and (min-width: 1024px) {
        #how-it-works #easy-to-get-the-card .card h4, #how-it-works #easy-to-get-the-card-old .card h4 {
          min-height: 33px; } }
    #how-it-works #easy-to-get-the-card .card p, #how-it-works #easy-to-get-the-card-old .card p {
      min-height: 92px;
      text-align: center;
      margin-top: 5px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 140%; }
      #how-it-works #easy-to-get-the-card .card p a, #how-it-works #easy-to-get-the-card-old .card p a {
        display: inline-block; }
      @media screen and (min-width: 768px) {
        #how-it-works #easy-to-get-the-card .card p, #how-it-works #easy-to-get-the-card-old .card p {
          min-height: 154px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 140%; }
          #how-it-works #easy-to-get-the-card .card p br, #how-it-works #easy-to-get-the-card-old .card p br {
            display: none; } }
      @media screen and (min-width: 896px) {
        #how-it-works #easy-to-get-the-card .card p, #how-it-works #easy-to-get-the-card-old .card p {
          min-height: 136px; } }
      @media screen and (min-width: 1024px) {
        #how-it-works #easy-to-get-the-card .card p, #how-it-works #easy-to-get-the-card-old .card p {
          min-height: 136px; } }
      @media screen and (min-width: 1054px) {
        #how-it-works #easy-to-get-the-card .card p br, #how-it-works #easy-to-get-the-card-old .card p br {
          display: block; } }
    #how-it-works #easy-to-get-the-card .card a[title^="Learn"], #how-it-works #easy-to-get-the-card-old .card a[title^="Learn"] {
      font-family: "BentonSansMedium", Helvetica, arial;
      margin-top: 10px;
      display: block;
      text-decoration: underline;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 140%; }
      #how-it-works #easy-to-get-the-card .card a[title^="Learn"]:after, #how-it-works #easy-to-get-the-card-old .card a[title^="Learn"]:after {
        border-bottom: 0; }
    #how-it-works #easy-to-get-the-card .card .btn, #how-it-works #easy-to-get-the-card-old .card .btn {
      text-align: center;
      width: 100%; }
      @media screen and (min-width: 768px) {
        #how-it-works #easy-to-get-the-card .card .btn, #how-it-works #easy-to-get-the-card-old .card .btn {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 140%;
          padding: 8px 20px;
          width: auto;
          margin: 0 auto; } }
  #how-it-works #easy-to-get-the-card .card-options, #how-it-works #easy-to-get-the-card-old .card-options {
    padding: 0; }
    @media screen and (min-width: 768px) {
      #how-it-works #easy-to-get-the-card .card-options, #how-it-works #easy-to-get-the-card-old .card-options {
        display: none; } }

.ie9 #how-it-works #easy-to-get-the-card .card .img:before {
  background-image: none; }

@media screen and (min-width: 768px) {
  #features-and-fees {
    padding-top: 60px;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ffffff));
    background: -webkit-linear-gradient(#f7f7f7, #ffffff);
    background: -o-linear-gradient(#f7f7f7, #ffffff);
    background: linear-gradient(#f7f7f7, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff');
    zoom: 1; } }

#features-and-fees header {
  position: relative;
  text-align: center;
  padding: 17px 17px 25px 17px;
  background-color: #f7f7f7;
  border-top: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid; }
  @media screen and (min-width: 896px) {
    #features-and-fees header {
      padding: 17px 17px 0 17px; } }
  @media screen and (min-width: 768px) {
    #features-and-fees header {
      background-color: transparent;
      border-width: 0;
      margin: 0;
      width: 100%;
      max-width: inherit; } }
  @media screen and (min-width: 768px) {
    #features-and-fees header h2 {
      text-align: center;
      font-size: 40px;
      font-size: 4rem;
      line-height: 140%; } }
  #features-and-fees header p {
    position: absolute;
    bottom: 7px;
    right: 10px;
    margin: 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #features-and-fees header p {
        position: relative;
        bottom: 0;
        right: 0;
        background-color: #f7f7f7;
        text-align: right;
        margin: 0 auto;
        padding: 10px;
        color: #009BBB;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 140%;
        max-width: 1260px;
        margin: 0 auto; } }
    #features-and-fees header p a {
      text-decoration: underline; }

#fee-chart-footnotes {
  max-width: 1040px;
  padding: 20px;
  color: #74808c;
  outline: 0; }
  #fee-chart-footnotes li {
    position: relative;
    margin-bottom: 1px; }
    #fee-chart-footnotes li > sup {
      text-align: right;
      line-height: 0.2; }
      #fee-chart-footnotes li > sup:first-child {
        color: #009BBB; }
  #fee-chart-footnotes p {
    padding-left: 12px;
    margin: 0; }
  #fee-chart-footnotes .important-note {
    color: #009BBB; }

#features-and-fees-charts tbody tr td span.show-for-greenSKU {
  display: inline; }

.white-box {
  position: relative;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  margin-top: -25px;
  width: 90.625%;
  max-width: 830px;
  border-radius: 7px 7px 0 0;
  padding: 50px 10px 0 10px; }
  @media screen and (min-width: 768px) {
    .white-box {
      margin-top: -150px;
      padding: 20px 40px 0 40px; } }
  .white-box .indicators {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .white-box .indicators {
        width: auto;
        top: -40px;
        padding: 5px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.7); } }
  .white-box .captions {
    position: relative;
    overflow: hidden;
    min-height: 250px; }
  .white-box .caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.65s;
    -o-transition: opacity 0.65s;
    transition: opacity 0.65s; }
    .white-box .caption.active {
      position: relative;
      z-index: 5;
      opacity: 1; }

#tech-logo li {
  display: inline-block;
  padding: 0 5px; }

#have-questions {
  z-index: 10;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: center;
  right: 0;
  top: 0; }
  @media screen and (min-width: 768px) {
    #have-questions {
      position: absolute; } }
  #have-questions p {
    display: inline-block;
    font-family: "BentonSansMedium", Helvetica, arial;
    color: #526473;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #have-questions p {
        font-family: "BentonSansBold", Helvetica, arial;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 140%; } }
  #have-questions a {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #009BBB;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
            box-shadow: inset 0 0 0 0 transparent;
    font-family: "BentonSansRegular", Helvetica, arial;
    text-decoration: underline; }
    @media screen and (min-width: 768px) {
      #have-questions a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 140%; } }

#benefits {
  position: relative;
  overflow: hidden; }
  #benefits:before {
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: -30px;
    z-index: 20;
    content: "";
    width: 896px;
    height: 58px;
    display: block;
    margin-left: -388px;
    background-image: -webkit-radial-gradient(top, #000000 0%, transparent 51%);
    background-image: -o-radial-gradient(top, #000000 0%, transparent 51%);
    background-image: radial-gradient(180deg, #000000 0%, transparent 51%);
    opacity: 0.45; }
  #benefits h4 {
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #benefits h4 {
        font-family: "BentonSansMedium", Helvetica, arial;
        border-bottom: 2px #f2f2f2 solid;
        padding-bottom: 20px;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 140%; } }
  @media screen and (min-width: 768px) {
    #benefits p {
      margin-top: 0; }
    #benefits h5, #benefits p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 140%; }
    #benefits h5 {
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    #benefits .grid-row > div {
      padding: 40px 60px; } }
  #benefits .carousel {
    position: relative;
    height: 188px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      #benefits .carousel {
        height: 381px; } }
    #benefits .carousel:before {
      position: absolute;
      left: 50%;
      top: -32px;
      content: "";
      width: 576px;
      height: 50px;
      display: block;
      margin-left: -288px;
      background-image: url("../img/shadow-home-nav.png");
      background-image: -webkit-radial-gradient(center, ellipse, black 0%, transparent 51%);
      background-image: -o-radial-gradient(center, ellipse, black 0%, transparent 51%);
      background-image: radial-gradient(ellipse at center, black 0%, transparent 51%);
      opacity: 0.45; }
    #benefits .carousel .item {
      position: absolute;
      top: 0;
      z-index: -1;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 188px;
      min-height: 1px;
      visibility: hidden; }
      #benefits .carousel .item.moving {
        visibility: visible; }
      #benefits .carousel .item.active {
        z-index: 0;
        visibility: visible; }
      #benefits .carousel .item.css-transition {
        -webkit-transform: translate3d(0, 0, 0) translateX(100%);
                transform: translate3d(0, 0, 0) translateX(100%); }
        #benefits .carousel .item.css-transition.active {
          -webkit-transform: translate3d(0, 0, 0) translateX(0);
                  transform: translate3d(0, 0, 0) translateX(0); }
        #benefits .carousel .item.css-transition.moving {
          -webkit-transition: -webkit-transform 0.65s;
          transition: -webkit-transform 0.65s;
          -o-transition: transform 0.65s;
          transition: transform 0.65s;
          transition: transform 0.65s, -webkit-transform 0.65s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          -webkit-perspective: 1000;
                  perspective: 1000; }
        #benefits .carousel .item.css-transition.left {
          -webkit-transform: translate3d(0, 0, 0) translateX(-100%);
                  transform: translate3d(0, 0, 0) translateX(-100%); }
        #benefits .carousel .item.css-transition.right {
          -webkit-transform: translate3d(0, 0, 0) translateX(100%);
                  transform: translate3d(0, 0, 0) translateX(100%); }
      #benefits .carousel .item.js-transition {
        left: 100%; }
        #benefits .carousel .item.js-transition.active {
          left: 0; }
    @media screen and (min-width: 768px) {
      #benefits .carousel .item {
        height: 381px; } }
  @media screen and (min-width: 768px) {
    #benefits .row .columns {
      padding-right: 30px;
      padding-left: 30px; } }
  #benefits #benefits-control {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 11; }
    @media screen and (min-width: 768px) {
      #benefits #benefits-control {
        top: 160px; } }
    #benefits #benefits-control .icon:before {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 140%; }
      @media screen and (min-width: 768px) {
        #benefits #benefits-control .icon:before {
          font-size: 34px;
          font-size: 3.4rem;
          line-height: 140%; } }
    #benefits #benefits-control .prev, #benefits #benefits-control .next {
      position: absolute;
      background: #0061b1;
      color: #fff;
      border-radius: 5px;
      -webkit-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out; }
      @media screen and (min-width: 768px) {
        #benefits #benefits-control .prev, #benefits #benefits-control .next {
          border-radius: 10px; } }
      #benefits #benefits-control .prev:hover, #benefits #benefits-control .next:hover {
        background: #0070B2; }
    #benefits #benefits-control .prev {
      left: -15px;
      padding: 8px 20px 8px 9px; }
      @media screen and (min-width: 768px) {
        #benefits #benefits-control .prev {
          padding: 20px 23px 20px 13px; } }
      @media screen and (min-width: 1224px) {
        #benefits #benefits-control .prev {
          padding: 30px 28px 30px 18px; } }
    #benefits #benefits-control .next {
      right: -15px;
      padding: 8px 20px 8px 8px; }
      @media screen and (min-width: 768px) {
        #benefits #benefits-control .next {
          padding: 20px 25px 20px 10px; } }
      @media screen and (min-width: 1224px) {
        #benefits #benefits-control .next {
          padding: 30px 30px 30px 15px; } }
  #benefits #have-questions {
    position: static;
    padding: 12px 20px 0 20px; }
    @media screen and (min-width: 768px) {
      #benefits #have-questions {
        padding: 23px 20px 0 20px; } }

#serve-transfers-by-ria > p {
  margin-top: 40px; }
  #serve-transfers-by-ria > p a {
    text-decoration: underline; }

#already-have-card .col {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  #already-have-card .col:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    #already-have-card .col {
      float: left;
      width: 48%;
      border-right: 1px #CCCCCC solid; }
      #already-have-card .col:last-child {
        margin-left: 4%;
        border-right: 0; } }

#already-have-card .block {
  margin: 5px; }
  @media screen and (min-width: 768px) {
    #already-have-card .block:first-child {
      min-height: 170px; }
    #already-have-card .block:nth-child(2) {
      min-height: 150px; }
    #already-have-card .block h5:first-child {
      min-height: 45px; }
    #already-have-card .block h5:nth-child(2) {
      min-height: 45px; }
    #already-have-card .block p:first-child {
      min-height: 64px; }
    #already-have-card .block p:nth-child(2) {
      min-height: 43px; } }

#money-management-1 .icon, #money-management-2 .icon, #money-management-3 .icon {
  color: #002663; }
  #money-management-1 .icon:before, #money-management-2 .icon:before, #money-management-3 .icon:before {
    font-size: 60px;
    font-size: 6rem;
    line-height: 140%; }

@media screen and (min-width: 768px) {
  #at-a-glance {
    padding: 20px 0 40px 0; } }

#at-a-glance ul {
  width: 90%;
  margin: 0 auto; }
  #at-a-glance ul li {
    text-align: center;
    padding: 10px; }
    @media screen and (min-width: 768px) {
      #at-a-glance ul li {
        padding: 20px; } }

#at-a-glance h3 {
  font-family: "BentonSansRegular", Helvetica, arial;
  color: #000;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 140%; }
  @media screen and (min-width: 768px) {
    #at-a-glance h3 {
      font-family: "BentonSansMedium", Helvetica, arial;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 140%; } }

#at-a-glance p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%; }
  @media screen and (min-width: 768px) {
    #at-a-glance p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 140%; } }

#at-a-glance .icon-container {
  display: table;
  margin: 0 auto 5px auto;
  text-align: center;
  background-color: #fff;
  height: 60px;
  width: 60px; }
  @media screen and (min-width: 768px) {
    #at-a-glance .icon-container {
      margin: 0 auto 10px auto;
      height: 115px;
      width: 115px; } }
  #at-a-glance .icon-container .icon {
    background: url(../img/icon-shadow.png) center bottom no-repeat;
    background-size: 100% auto; }
    #at-a-glance .icon-container .icon:before {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 140%; }

#at-a-glance .icon {
  display: table-cell;
  vertical-align: middle; }

#at-a-glance .at-a-glance-hdr {
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
  background: url("../img/arrow-down-extra-lg.png") bottom center no-repeat;
  background-size: 90% auto; }
  @media screen and (min-width: 768px) {
    #at-a-glance .at-a-glance-hdr {
      padding: 20px 0 40px 0;
      background: url("../img/arrow-down-extra-lg.png") bottom center no-repeat; } }
  #at-a-glance .at-a-glance-hdr h2 {
    font-family: "BentonSansBold", Helvetica, arial;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #at-a-glance .at-a-glance-hdr h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 140%; } }
  #at-a-glance .at-a-glance-hdr h4 {
    text-transform: uppercase;
    font-family: "BentonSansBold", Helvetica, arial;
    color: #009BBB;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #at-a-glance .at-a-glance-hdr h4 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 140%; } }
  #at-a-glance .at-a-glance-hdr p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 140%;
    margin: 5px 0 20px 0; }
    @media screen and (min-width: 768px) {
      #at-a-glance .at-a-glance-hdr p {
        margin: 10px 0;
        font-size: 20px;
        font-size: 2rem;
        line-height: 140%; } }
  #at-a-glance .at-a-glance-hdr .icon-container {
    width: 83px;
    height: 83px;
    border-radius: 83px; }
    @media screen and (min-width: 768px) {
      #at-a-glance .at-a-glance-hdr .icon-container {
        width: 110px;
        height: 110px;
        border-radius: 110px; } }
    #at-a-glance .at-a-glance-hdr .icon-container .icon:before {
      font-size: 55px;
      font-size: 5.5rem;
      line-height: 140%; }
    @media screen and (min-width: 768px) {
      #at-a-glance .at-a-glance-hdr .icon-container .icon:before {
        font-size: 90px;
        font-size: 9rem;
        line-height: 140%; } }

.learn-more {
  padding: 20px;
  text-align: center;
  font-family: "BentonSansBold", Helvetica, arial;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%; }
  @media screen and (min-width: 768px) {
    .learn-more {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 140%; } }
  .learn-more a {
    display: block;
    margin-top: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      .learn-more a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 140%;
        display: inline-block;
        padding: 0;
        border: 0;
        border-radius: 0;
        background-color: transparent;
        background-image: none;
        -webkit-box-shadow: inset 0 0 0 0 transparent;
                box-shadow: inset 0 0 0 0 transparent;
        position: relative;
        color: #009BBB;
        text-decoration: none; }
        .learn-more a:hover {
          text-decoration: underline;
          color: #0061b1; } }

#easy-to-get-cash-back {
  padding: 20px; }
  @media screen and (min-width: 768px) {
    #easy-to-get-cash-back {
      padding: 40px 0; } }
  #easy-to-get-cash-back img {
    width: 70%; }
    @media screen and (min-width: 768px) {
      #easy-to-get-cash-back img {
        width: 90%; } }
    @media screen and (min-width: 896px) {
      #easy-to-get-cash-back img {
        width: 70%; } }
  #easy-to-get-cash-back ol {
    list-style-type: decimal; }
  #easy-to-get-cash-back li {
    color: #4D4F53;
    margin: 0 0 0 21px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 140%; }
    @media screen and (min-width: 768px) {
      #easy-to-get-cash-back li {
        margin: 0 0 20px 28px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 140%; } }
  #easy-to-get-cash-back h2 {
    font-family: "BentonSansBold", Helvetica, arial;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #easy-to-get-cash-back h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 140%; } }
  #easy-to-get-cash-back .column {
    padding: 20px; }
    #easy-to-get-cash-back .column:nth-child(2) {
      text-align: center; }
    @media screen and (min-width: 768px) {
      #easy-to-get-cash-back .column:nth-child(2) {
        padding-top: 100px; } }
    @media screen and (min-width: 896px) {
      #easy-to-get-cash-back .column:nth-child(1) {
        padding: 40px; } }
    @media screen and (min-width: 1024px) {
      #easy-to-get-cash-back .column:nth-child(2) {
        padding-top: 20px; } }
  @media screen and (min-width: 768px) {
    #easy-to-get-cash-back .column {
      width: 50%; } }

/*---------------------------------------------
Pages
---------------------------------------------*/
.chart-sku-tagline {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 140%;
  text-align: center;
  border-bottom: 2px solid #CCCCCC; }

.hide-for-gd-cashback {
  display: inline-block; }

.show-for-gd-cashback {
  display: none; }

.customer2only {
  display: none; }

#pg_customer2 .sku2only {
  display: none; }

#pg_customer2 .customer2only {
  display: inline; }
