/*!
Skin v2.3.2
Copyright 2015 eBay! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/eBay/skin/blob/master/LICENSE.txt"
*/
/*! 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;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

/* Border-Box */

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

/**
 * 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  color: #000;
  background: #ff0;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  height: 0;
  box-sizing: content-box;
}

/**
 * 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 {
  margin: 0;
  font: inherit;
  color: inherit;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/**
 * 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 {
  padding: 0;
  border: 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"] {
  padding: 0;
  box-sizing: border-box;
}

/**
 * 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"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/**
 * 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 {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/**
 * 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 {
  padding: 0;
  border: 0;
}

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

html {
  font-size: 100%;
}

html > body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  color: #333333;
  background: #f0eeec;
}

h1 {
  font-size: 1.25rem;
}

h2 {
  font-size: 1.125rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 0.875rem;
  font-weight: 300;
}

h5 {
  font-size: 0.75rem;
  font-weight: 400;
}

h6 {
  font-size: .625rem;
  font-weight: 500;
}

h1,
h2,
h3 {
  font-weight: 200;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}

.skin-large h1 {
  font-size: 1.875rem;
}

.skin-large h2 {
  font-size: 1.5rem;
}

.skin-large h3 {
  font-size: 1.25rem;
}

.skin-large h4 {
  font-size: 1.125rem;
}

.skin-large h5 {
  font-size: 0.875rem;
}

.skin-large h6 {
  font-size: 0.75rem;
}

/*  Hyperlinks
--------------------------------*/

a,
a:focus,
a:visited {
  color: #0654ba;
  text-decoration: none;
}

@font-face {
  font-family: "vq-icon-font";
  font-style: normal;
  font-weight: normal;
  src: url('//secureir.ebaystatic.com/cr/v/c1/fonts/2.3.1/vq-icon-font.eot');
  src: url('//secureir.ebaystatic.com/cr/v/c1/fonts/2.3.1/vq-icon-font.eot?#iefix') format('embedded-opentype'), url('//secureir.ebaystatic.com/cr/v/c1/fonts/2.3.1/vq-icon-font.woff') format('woff'), url('//secureir.ebaystatic.com/cr/v/c1/fonts/2.3.1/vq-icon-font.ttf') format('truetype'), url('//secureir.ebaystatic.com/cr/v/c1/fonts/2.3.1/vq-icon-font.svg#vq-icon-font') format('svg');
}

.clearfix {
  *zoom: 1;
}

.clearfix::before,
.clearfix::after {
  display: table;
  line-height: 0;
  content: " ";
}

.clearfix::after {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.emphasis {
  color: #DD1E31;
}

.positive {
  color: #1F9900;
}

.negative {
  color: #ED2819;
}

.no-scroll {
  overflow: hidden !important;
}

.image-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.clipped {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

button[type].btn,
input[type=submit].btn,
input[type=reset].btn,
a[href][role=button]:not([href|=javascript]).btn.btn--hijax,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux {
  display: inline-block;
  padding: .75rem 5rem;
  font-size: 1rem;
  font-weight: normal;
  color: #0654ba;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

button[type].btn.btn--small,
input[type=submit].btn.btn--small,
input[type=reset].btn.btn--small,
a[href][role=button]:not([href|=javascript]).btn.btn--hijax.btn--small,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux.btn--small {
  padding: .6rem 3.2rem;
  font-size: 0.875rem;
}

button[type].btn.btn--large,
input[type=submit].btn.btn--large,
input[type=reset].btn.btn--large,
a[href][role=button]:not([href|=javascript]).btn.btn--hijax.btn--large,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux.btn--large {
  padding: .95rem 7rem;
  font-size: 1.125rem;
}

button[type].btn.btn--cart,
input[type=submit].btn.btn--cart,
input[type=reset].btn.btn--cart,
a[href][role=button]:not([href|=javascript]).btn.btn--hijax.btn--cart,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux.btn--cart {
  color: #ffffff;
  background-color: #0654ba;
}

button[type].btn.btn--cart::before,
input[type=submit].btn.btn--cart::before,
input[type=reset].btn.btn--cart::before,
a[href][role=button]:not([href|=javascript]).btn.btn--hijax.btn--cart::before,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux.btn--cart::before {
  margin-right: 0.314rem;
  font-family: "vq-icon-font";
  color: #676767;
  color: #ffffff;
  content: "\e604";
}

button[type].btn.btn--sort::before,
input[type=submit].btn.btn--sort::before,
input[type=reset].btn.btn--sort::before,
a[href][role=button]:not([href|=javascript]).btn.btn--hijax.btn--sort::before,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux.btn--sort::before {
  margin-right: 0.314rem;
  font-family: "vq-icon-font";
  color: #676767;
  color: #0654ba;
  content: "\e61c";
}

button[type].btn[class*="icon-"]::before,
input[type=submit].btn[class*="icon-"]::before,
input[type=reset].btn[class*="icon-"]::before,
a[href][role=button]:not([href|=javascript]).btn.btn--hijax[class*="icon-"]::before,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux[class*="icon-"]::before {
  margin-right: .3125rem;
  font-size: .9rem;
}

button[type].btn[class*="icon-"]:empty,
input[type=submit].btn[class*="icon-"]:empty,
input[type=reset].btn[class*="icon-"]:empty,
a[href][role=button]:not([href|=javascript]).btn.btn--hijax[class*="icon-"]:empty,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux[class*="icon-"]:empty {
  padding: .5rem;
  border: 0;
}

button[type].btn[class*="icon-"]:empty::before,
input[type=submit].btn[class*="icon-"]:empty::before,
input[type=reset].btn[class*="icon-"]:empty::before,
a[href][role=button]:not([href|=javascript]).btn.btn--hijax[class*="icon-"]:empty::before,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux[class*="icon-"]:empty::before {
  margin: 0;
  font-size: 1rem;
}

button[type].btn[disabled],
input[type=submit].btn[disabled],
input[type=reset].btn[disabled] {
  color: #ffffff;
  background-color: #999999;
  background-image: none;
  border: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a[aria-disabled=true]:not([href]):not([href|=javascript]) {
  cursor: default;
}

a[href][role=button]:not([href|=javascript]).btn.btn--hijax:link,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux:link {
  text-decoration: none;
}

a[href][role=button]:not([href|=javascript]).btn.btn--hijax:active,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux:active {
  color: #0654ba;
}

a[href][role=button]:not([href|=javascript]).btn.btn--hijax:visited,
a[href]:not([role]):not([href|=javascript]).btn.btn--faux:visited {
  text-decoration: none;
}

a[href][role=button]:not([href|=javascript]).btn.btn--hijax[aria-disabled=true],
a[href]:not([role]):not([href|=javascript]).btn.btn--faux[aria-disabled=true] {
  color: #ffffff;
  cursor: default;
  background-color: #999999;
  background-image: none;
  border: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.btn-group > button[type].btn,
.btn-group > input[type=submit].btn,
.btn-group > input[type=reset].btn,
.btn-group > a[href][role=button]:not([href|=javascript]).btn.btn--hijax,
.btn-group > a[href]:not([role]):not([href|=javascript]).btn.btn--faux {
  margin-left: .25rem;
}

button[type].btn--primary,
input[type=submit].btn--primary,
input[type=reset].btn--primary,
a[href][role=button]:not([href|=javascript]).btn--hijax.btn--primary,
a[href]:not([role]):not([href|=javascript]).btn--faux.btn--primary {
  color: #ffffff;
  background-color: #0654ba;
  border: 1px solid #0654ba;
}

a[href][role=button]:not([href|=javascript]).btn--hijax.btn--primary:link,
a[href]:not([role]):not([href|=javascript]).btn--faux.btn--primary:link {
  text-decoration: none;
}

a[href][role=button]:not([href|=javascript]).btn--hijax.btn--primary:active,
a[href]:not([role]):not([href|=javascript]).btn--faux.btn--primary:active,
a[href][role=button]:not([href|=javascript]).btn--hijax.btn--primary:visited,
a[href]:not([role]):not([href|=javascript]).btn--faux.btn--primary:visited {
  color: #ffffff;
}

button[type].btn--primary[disabled],
input[type=submit].btn--primary[disabled],
input[type=reset].btn--primary[disabled],
a[aria-disabled=true][href][role=button]:not([href|=javascript]).btn--hijax.btn--primary,
a[aria-disabled=true][href]:not([role]):not([href|=javascript]).btn--faux.btn--primary {
  background-color: #0654ba;
  border: 1px solid #0654ba;
}

button[type].btn--secondary,
input[type=submit].btn--secondary,
input[type=reset].btn--secondary,
a[href][role=button]:not([href|=javascript]).btn--hijax.btn--secondary,
a[href]:not([role]):not([href|=javascript]).btn--faux.btn--secondary {
  color: #555555;
  background-color: rgba(240, 238, 236, 0.5);
  border: 1px solid #999999;
}

a[href][role=button]:not([href|=javascript]).btn--hijax.btn--secondary:link,
a[href]:not([role]):not([href|=javascript]).btn--faux.btn--secondary:link {
  text-decoration: none;
}

a[href][role=button]:not([href|=javascript]).btn--hijax.btn--secondary:active,
a[href]:not([role]):not([href|=javascript]).btn--faux.btn--secondary:active,
a[href][role=button]:not([href|=javascript]).btn--hijax.btn--secondary:visited,
a[href]:not([role]):not([href|=javascript]).btn--faux.btn--secondary:visited {
  color: #555555;
}

button[type].btn--secondary[disabled],
input[type=submit].btn--secondary[disabled],
input[type=reset].btn--secondary[disabled],
a[aria-disabled=true][href][role=button]:not([href|=javascript]).btn--hijax.btn--secondary,
a[aria-disabled=true][href]:not([role]):not([href|=javascript]).btn--faux.btn--secondary {
  color: #999999;
  background-color: rgba(240, 238, 236, 0.5);
  border: 1px solid #999999;
}

button[type].btn--link {
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #0654ba;
  text-decoration: none;
  border: none;
}

button[type].btn--fluid,
input[type=submit].btn--fluid,
input[type=reset].btn--fluid,
a[href][role=button]:not([href|=javascript]).btn--hijax.btn--fluid,
a[href]:not([role]):not([href|=javascript]).btn--faux.btn--fluid {
  display: block;
  width: 100%;
  padding: .75rem 0;
}

.card {
  padding: 16px;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 2px;
}

.skin-large .card {
  padding: 20px;
  margin-bottom: 20px;
}

[class*=" icon-"]::before,
[class^="icon-"]::before {
  display: inline-block;
  font-family: "vq-icon-font";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert::before {
  color: #f18e00;
  content: "\e600";
}

.icon-arrow-down::before {
  color: #676767;
  content: "\e601";
}

.icon-arrow-up::before {
  color: #676767;
  content: "\e602";
}

.icon-buying-null::before {
  color: #aaaaaa;
  content: "\e603";
}

.icon-cart::before {
  color: #676767;
  content: "\e604";
}

.icon-cart-null::before {
  color: #aaaaaa;
  content: "\e605";
}

.icon-chevron-up::before {
  color: #676767;
  content: "\e609";
}

.icon-chevron-down::before {
  color: #676767;
  content: "\e606";
}

.icon-chevron-up-disabled::before {
  color: #c7c7cc;
  content: "\e609";
}

.icon-chevron-down-disabled::before {
  color: #c7c7cc;
  content: "\e606";
}

.icon-chevron-left::before {
  color: #676767;
  content: "\e607";
}

.icon-chevron-right::before {
  color: #676767;
  content: "\e608";
}

.icon-chevron-left-disabled::before {
  color: #c7c7cc;
  content: "\e607";
}

.icon-chevron-right-disabled::before {
  color: #c7c7cc;
  content: "\e608";
}

.icon-close::before {
  color: #676767;
  content: "\e60a";
}

.icon-error-null::before {
  color: #aaaaaa;
  content: "\e60b";
}

.icon-feedback-negative::before {
  color: #dd1e31;
  content: "\e60c";
}

.icon-feedback-neutral::before {
  color: #555555;
  content: "\e60d";
}

.icon-feedback-null::before {
  color: #aaaaaa;
  content: "\e60e";
}

.icon-feedback-positive::before {
  color: #5ba71b;
  content: "\e60f";
}

.icon-follow::before {
  color: #1252b6;
  content: "\e610";
}

.icon-sell-null::before {
  color: #aaaaaa;
  content: "\e611";
}

.icon-gear::before {
  color: #676767;
  content: "\e612";
}

.icon-images-null::before {
  color: #aaaaaa;
  content: "\e613";
}

.icon-info::before {
  color: #0654ba;
  content: "\e614";
}

.icon-menu::before {
  color: #676767;
  content: "\e615";
}

.icon-notifications::before {
  color: #676767;
  content: "\e616";
}

.icon-notifications-null::before {
  color: #aaaaaa;
  content: "\e617";
}

.icon-profile::before {
  color: #676767;
  content: "\e618";
}

.icon-search::before {
  color: #676767;
  content: "\e619";
}

.icon-sell::before {
  content: "\e61b";
}

.icon-sort::before {
  color: #676767;
  content: "\e61c";
}

.icon-star::before {
  content: "\e61d";
}

.icon-success::before {
  content: "\e61e";
}

.icon-success-circle::before {
  color: #5ba71b;
  content: "\e905";
}

.icon-confirmation::before {
  color: #5ba71b;
  content: "\e905";
}

.icon-view-detail::before {
  color: #676767;
  content: "\e620";
}

.icon-view-gallery::before {
  color: #676767;
  content: "\e621";
}

.icon-view-list::before {
  color: #676767;
  content: "\e622";
}

.icon-error::before {
  color: #dd1e31;
  content: "\e906";
}

.icon-watching-null::before {
  color: #aaaaaa;
  content: "\e624";
}

.icon-check::before {
  color: #0654ba;
  content: "\e625";
}

.icon-mail::before {
  content: "\e627";
}

.icon-minus::before {
  content: "\e62f";
}

.icon-checkbox-checked::before {
  content: "\e62a";
}

.icon-radio-unchecked::before {
  content: "\e62b";
}

.icon-checkbox-unchecked::before {
  content: "\e62c";
}

.icon-radio-checked::before {
  content: "\e62d";
}

.icon-clock::before {
  content: "\e628";
}

.icon-header-chevron-left::before {
  content: "\e629";
}

.icon-header-chevron-right::before {
  content: "\e62e";
}

.icon-box::before {
  content: "\e630";
}

.icon-camera::before {
  content: "\e631";
}

.icon-tag::before {
  content: "\e632";
}

.icon-fire::before {
  content: "\e633";
}

.icon-autocomplete::before {
  content: "\e900";
}

.icon-call::before {
  content: "\e901";
}

.icon-comments::before {
  content: "\e902";
}

.icon-help::before {
  content: "\e903";
}

.icon-save::before {
  content: "\e904";
}

.icon-clear:before {
  color: #c7c7cc;
  content: "\e907";
}

.icon-for-sale-null::before {
  color: #aaaaaa;
  content: "\e611";
}

.icon-view-expanded-list::before {
  color: #676767;
  content: "\e620";
}

.icon-call-me::before {
  content: "\e901";
}

.icon-search-null::before {
  color: #aaaaaa;
  content: "\e61a";
}

.spinner[role=img][aria-label] {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("//secureir.ebaystatic.com/cr/v/c1/svg/spinner.svg") no-repeat center center;
  background-size: cover;
  -webkit-animation: spin 600ms linear infinite;
          animation: spin 600ms linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner--large[role=img][aria-label] {
  width: 60px;
  height: 60px;
}

.skin-nosvg .spinner[role=img][aria-label] {
  display: inline-block;
  background-image: url("//secureir.ebaystatic.com/pictures/skin/gif/spinner.gif");
  -webkit-animation: none;
          animation: none;
}

.skin-nosvg .spinner--large[role=img][aria-label] {
  background-image: url("//secureir.ebaystatic.com/pictures/skin/gif/spinner@2x.gif");
}

.tabs {
  width: 100%;
}

.tabs div[role=tablist] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tabs div[role=tab] {
  cursor: pointer;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tabs div[role=tab] > span {
  display: block;
  padding: .75rem 0;
  font-size: 1rem;
  font-weight: 300;
  color: #767676;
  text-align: center;
  text-decoration: none;
}

.tabs div[role=tab][aria-selected=true] {
  border-bottom: 0.125rem solid #333333;
  -webkit-transition: color 0.1s ease;
          transition: color 0.1s ease;
}

.tabs div[role=tab][aria-selected=true] > span {
  font-weight: 400;
  color: #333333;
}

.tabs > div:last-child {
  padding: 1rem;
  margin: 0;
  background-color: #ffffff;
  box-sizing: border-box;
}

.tabs div[role=tabpanel][aria-hidden=true] {
  display: none;
}

.tabs div[role=tabpanel][aria-hidden=false] {
  display: block;
}

.tabs--faux > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tabs--faux > ul > li {
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tabs--faux > ul > li > a {
  display: block;
  padding: .75rem 0;
  font-size: 1rem;
  font-weight: 300;
  color: #767676;
  text-align: center;
  text-decoration: none;
}

.tabs--faux > ul > li.tabs__selected {
  border-bottom: 0.125rem solid #333333;
  -webkit-transition: color 0.1s ease;
          transition: color 0.1s ease;
}

.tabs--faux > ul > li.tabs__selected > a {
  font-weight: 400;
  color: #333333;
}

.tabs--hijax ul[role=tablist] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tabs--hijax li[role=tab] {
  cursor: pointer;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tabs--hijax li[role=tab] > a[role=presentation] {
  display: block;
  padding: .75rem 0;
  font-size: 1rem;
  font-weight: 300;
  color: #767676;
  text-align: center;
  text-decoration: none;
}

.tabs--hijax li[role=tab][aria-selected=true] {
  border-bottom: 0.125rem solid #333333;
  -webkit-transition: color 0.1s ease;
          transition: color 0.1s ease;
}

.tabs--hijax li[role=tab][aria-selected=true] > a[role=presentation] {
  font-weight: 400;
  color: #333333;
}

.list-nav {
  position: relative;
  width: 100%;
}

.list-nav > ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.list-nav > ol:first-child > li {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2.5rem;
  background-color: #cccccc;
  border-top: 1px solid #b9b9b9;
}

.list-nav > ol:first-child > li > a {
  display: block;
  color: #333333;
  text-decoration: none;
}

.list-nav > ol:first-child > li > a:hover {
  text-decoration: none;
}

.list-nav > ol:first-child > li > a span {
  margin-left: 2.25rem;
}

.list-nav > ol:first-child > li:first-child {
  background-color: #9a9a9a;
  border-top: 0;
}

.list-nav > ol:first-child > li:first-child > a span {
  color: #ffffff;
}

.list-nav > ol:first-child > li:first-child > a span::before {
  position: absolute;
  left: .7rem;
  display: inline-block;
  font-family: "vq-icon-font";
  font-size: .714rem;
  color: #dddddd;
  text-align: center;
  content: "\e609";
}

.list-nav > ol:first-child > li:nth-child(2) {
  border-top: 0;
}

.list-nav > ol:first-child > li > button {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 2.5rem;
  color: #444444;
  text-align: left;
  background-color: transparent;
  border: 0;
}

.list-nav > ol:first-child > li > button span {
  margin-left: 2.25rem;
}

.list-nav > ol:first-child > li > button span::before {
  position: absolute;
  left: .7rem;
  display: inline-block;
  font-family: "vq-icon-font";
  font-size: .714rem;
  color: #b9b9b9;
  text-align: center;
  content: "\e609";
}

.list-nav > ol:first-child > li > span {
  margin-left: 2.25rem;
  color: #333333;
}

.list-nav > ol:first-child > li > span::before {
  font-size: 1rem;
}

.list-nav > ol:last-child > li {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2.5rem;
  color: #444444;
  text-decoration: none;
  background: #ffffff;
}

.list-nav > ol:last-child > li > a {
  position: relative;
  display: block;
  color: #444444;
  text-decoration: none;
}

.list-nav > ol:last-child > li > a span,
.list-nav > ol:last-child > li > button > span {
  display: block;
  height: 100%;
  margin-left: 2.1rem;
  border-bottom: 1px solid #d7d5d4;
}

.list-nav > ol:last-child > li > button {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 2.5rem;
  color: #444444;
  text-align: left;
  background: #f0eeec;
  background-color: transparent;
  border: 0;
}

.list-nav > ol:last-child > li > button > span::after {
  position: absolute;
  right: .5rem;
  display: inline-block;
  font-family: "vq-icon-font";
  font-size: .714rem;
  color: #b9b9b9;
  text-align: center;
  content: "\e606";
}

.list-nav > ol:last-child > li:last-child a > span,
.list-nav > ol:last-child > li:last-child button > span {
  border-bottom: none;
}

.dialog[role=dialog] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  -webkit-transition: opacity 0.15s ease-out;
          transition: opacity 0.15s ease-out;
  -webkit-overflow-scrolling: touch;
}

.dialog[role=dialog][aria-hidden="false"] {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.15s ease-in;
          transition: opacity 0.15s ease-in;
}

.dialog[role=dialog][aria-hidden="false"] + .mask,
.dialog[role=dialog][aria-hidden="false"] + * + .mask {
  width: 100%;
  height: 100%;
  opacity: .6;
  -webkit-transition: opacity 0.35s;
          transition: opacity 0.35s;
}

.dialog[role=dialog][aria-hidden="true"] {
  display: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.dialog[role=dialog] > [role=document] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  background: #f0eeec;
}

.dialog[role=dialog] > [role=document] > div {
  padding: 0.5rem;
}

.dialog[role=dialog] header {
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.dialog[role=dialog] header > button {
  position: relative;
  float: right;
  padding: .75rem;
  font-family: "vq-icon-font";
  font-size: 1rem;
  background: none;
  border: none;
}

.dialog[role=dialog] header > button::after {
  color: #676767;
  content: "\e60a";
}

.dialog[role=dialog] header > h2 {
  padding: .75rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}

.dialog[role=dialog].dialog--subpage {
  right: 0;
  overflow-y: scroll;
  opacity: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s;
          transition: transform 0.35s;
}

.dialog[role=dialog].dialog--subpage[aria-hidden="false"] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.dialog[role=dialog].dialog--subpage header > button {
  float: left;
  font-size: 1.125rem;
  color: #555555;
  vertical-align: middle;
  cursor: pointer;
}

.dialog[role=dialog].dialog--subpage header > button::after {
  content: "\e629";
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 0;
  overflow: hidden;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.35s, width 0s 0.35s, height 0s 0.35s;
          transition: opacity 0.35s, width 0s 0.35s, height 0s 0.35s;
}

.dialog[role=dialog].dialog--panel {
  left: 0;
  overflow-y: scroll;
  opacity: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.35s;
          transition: transform 0.35s;
}

.dialog[role=dialog].dialog--panel[aria-hidden="false"] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.dialog[role=dialog].dialog--panel header {
  background: #f0eeec;
}

.dialog[role=dialog].dialog--panel header > button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

.dialog[role=dialog].dialog--panel header > button:focus {
  z-index: 1;
  width: auto;
  height: auto;
  padding: .75rem;
  clip: auto;
}

.skin-large .dialog[role=dialog] {
  background: rgba(0, 0, 0, 0.6);
}

.skin-large .dialog[role=dialog] > [role=document] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  max-width: 800px;
  margin: auto;
}

@media (min-width: 320px) {
  .dialog[role=dialog].dialog--panel {
    width: 300px;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

.dialog--slideup {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.35s ease-out, visibility 0s 0.35s;
          transition: transform 0.35s ease-out, visibility 0s 0.35s;
}

.dialog--slideup[aria-hidden="false"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dialog--pushleft {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.35s, visibility 0s 0.35s;
          transition: transform 0.35s, visibility 0s 0.35s;
}

.dialog--pushleft[aria-hidden="false"] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.dialog--slidedown {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.35s ease-out, visibility 0s 0.35s;
          transition: transform 0.35s ease-out, visibility 0s 0.35s;
}

.dialog--slidedown[aria-hidden="false"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dialog--slideleft {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.dialog--slideleft[aria-hidden="false"] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.menu > button[type=button].btn {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  color: #000;
}

.menu > button[type=button].btn::after {
  display: inline-block;
  margin-left: 0.5rem;
  font-family: "vq-icon-font";
  font-size: 0.45rem;
  color: #555555;
  vertical-align: middle;
}

.menu > button[type=button].btn[aria-expanded="false"]::after {
  color: #676767;
  content: "\e601";
}

.menu > button[type=button].btn[aria-expanded="true"]::after {
  color: #676767;
  content: "\e602";
}

.menu > button[type=button].btn[aria-expanded="true"] {
  border-bottom: none;
}

.menu > button[type=button].btn[aria-expanded="true"] + [role=menu] {
  display: block;
}

.menu div[role=menu] {
  display: none;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}

.menu div[role^=menuitem] {
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 2.5rem;
  white-space: nowrap;
  cursor: pointer;
}

.menu div[aria-checked=true] {
  font-weight: 400;
}

.menu div[aria-checked=true]::after {
  float: right;
  margin-right: 1rem;
  font-family: "vq-icon-font";
  color: #0654ba;
  color: #006699;
  content: "\e625";
}

.menu.menu--faux > button[type=button].btn {
  font-weight: 300;
}

.menu.menu--faux > button[type=button].btn::after {
  font-size: .825rem;
  color: #676767;
  vertical-align: baseline;
  content: "\e606";
}

.menu.menu--faux > button[type=button].btn[aria-expanded="true"]::after {
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
          transform: rotate3d(1, 0, 0, 180deg);
}

.menu.menu--faux > button[type=button].btn[aria-expanded="false"]::after {
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
          transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
}

.menu.menu--faux > .btn[aria-expanded="true"] + ul {
  display: block;
}

.menu.menu--faux > ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}

.menu.menu--faux > ul > li > a,
.menu.menu--faux > ul > li > span {
  display: block;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #333333;
  white-space: nowrap;
}

.menu.menu--faux > ul > li > span::after,
.menu.menu--faux > ul > li > a.menu__selected::after {
  float: right;
  margin-right: 1rem;
  font-family: "vq-icon-font";
  color: #0654ba;
  color: #006699;
  content: "\e625";
}

.form {
  margin: 1rem auto;
}

.form fieldset {
  padding: 0;
  margin: 1.5rem 0;
  border: none;
}

.form legend {
  padding-bottom: 1.25rem;
  margin-bottom: .312rem;
  font-size: 1.5rem;
  font-weight: 200;
  border-bottom: 1px solid #ecf0f1;
}

.textbox input,
.textbox textarea,
.listbox select {
  width: 100%;
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: 200;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.textbox input:focus,
.textbox textarea:focus,
.listbox select:focus {
  border-color: #0654BA;
  outline: 0 none;
}

.textbox input[disabled],
.textbox textarea[disabled],
.listbox select[disabled] {
  color: #cccccc;
  background-color: #eeeeee;
  border: none;
}

.textbox input[readonly],
.textbox textarea[readonly],
.listbox select[readonly] {
  color: #777;
  background-color: #eee;
  border-color: #ccc;
}

.textbox label,
.listbox label {
  display: block;
  margin: 0.75rem 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #555555;
}

.textbox {
  margin: 1.125rem auto;
  clear: both;
}

.textbox input::-webkit-input-placeholder,
.textbox textarea::-webkit-input-placeholder {
  color: #757575;
}

.textbox input:-moz-placeholder,
.textbox textarea:-moz-placeholder {
  color: #757575;
}

.textbox input::-moz-placeholder,
.textbox textarea::-moz-placeholder {
  color: #757575;
}

.textbox input:-ms-input-placeholder,
.textbox textarea:-ms-input-placeholder {
  color: #757575;
}

.textbox input[disabled]::-webkit-input-placeholder,
.textbox textarea[disabled]::-webkit-input-placeholder {
  color: #cccccc;
}

.textbox input[disabled]:-moz-placeholder,
.textbox textarea[disabled]:-moz-placeholder {
  color: #cccccc;
}

.textbox input[disabled]::-moz-placeholder,
.textbox textarea[disabled]::-moz-placeholder {
  color: #cccccc;
}

.textbox input[disabled]:-ms-input-placeholder,
.textbox textarea[disabled]:-ms-input-placeholder {
  color: #cccccc;
}

.textbox textarea {
  min-height: 200px;
  overflow: auto;
  clear: both;
  resize: vertical;
}

.listbox {
  position: relative;
}

.listbox::after {
  position: absolute;
  top: 3rem;
  right: 1.3rem;
  display: inline-block;
  font-family: "vq-icon-font";
  font-size: 0.45rem;
  color: #676767;
  color: #555555;
  vertical-align: top;
  pointer-events: none;
  content: "\e601";
}

.listbox.listbox--no-label::after {
  top: 1.2rem;
}

.listbox.listbox--small::after {
  top: 2.5rem;
}

.listbox.listbox--small.listbox--no-label::after {
  top: .8rem;
}

.listbox.listbox--disabled::after {
  color: #b5b5b5;
}

.listbox select {
  padding-right: 3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
}

.listbox select::-ms-expand {
  display: none;
}

.listbox select[aria-invalid=true] {
  border: 1px solid #dd1e31;
}

.form--small .textbox input,
.form--small .listbox select {
  padding: .625rem;
  font-size: 0.75rem;
}

.form--small .listbox::after {
  top: 2.5rem;
}

.form--small .listbox.listbox--no-label::after {
  top: .8rem;
}

.textbox--small input,
.listbox--small input,
.textbox--small select,
.listbox--small select {
  padding: .625rem;
  font-size: 0.75rem;
}

.textbox--inline label {
  display: inline-block;
  width: 23%;
  padding-right: 1rem;
  margin: 0;
  overflow: hidden;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.textbox--inline input {
  width: 76%;
}

.textbox input[aria-invalid="true"] {
  border: 1px solid #dd1e31;
}

.textbox [aria-live] {
  font-size: .687rem;
  color: #dd1e31;
}

.textbox [aria-live] p {
  margin-top: .5rem;
}

.textbox__char-count {
  float: right;
  margin-top: .25rem;
  font-size: .6875rem;
}

.textbox__char-count--limit {
  color: #bd1b1b;
}

.ie9 .listbox::after {
  display: none;
}

.ie9 .listbox select {
  padding-right: 1.5rem;
}

.skin-large .textbox--inline-wrap label {
  display: inline-block;
  width: 23%;
  height: 36px;
  padding-right: 1rem;
  margin: 0;
  overflow: hidden;
  line-height: normal;
  vertical-align: middle;
}

.skin-large .textbox--inline-wrap input {
  width: 76%;
}

.skin-large .textbox--inline > [aria-live],
.skin-large .textbox--inline-wrap > [aria-live] {
  float: right;
  width: 76.5%;
}

.textbox--email,
.textbox--search,
.textbox--username {
  position: relative;
}

.textbox--email::before,
.textbox--search::before,
.textbox--username::before {
  position: absolute;
  top: 1.1rem;
  left: 1rem;
  font-family: "vq-icon-font";
  font-size: 1.125rem;
  color: #999999;
}

.textbox--small.textbox--email::before,
.textbox--small.textbox--search::before,
.textbox--small.textbox--username::before {
  top: .7rem;
  font-size: 0.875rem;
}

.textbox--email input[type="email"],
.textbox--email input[type="text"],
.textbox--search input[type="search"],
.textbox--search input[type="text"],
.textbox--username input[type="text"] {
  padding-left: 2.5rem;
}

.textbox--email::before {
  content: "\e627";
}

.textbox--username::before {
  content: "\e618";
}

.textbox--search::before {
  color: #676767;
  content: "\e619";
}

.radios > fieldset > span,
.checkboxes > fieldset > span {
  margin: 0 1.625rem 1rem 0;
}

.radios > fieldset > div,
.checkboxes > fieldset > div {
  margin-bottom: .625rem;
}

.radios label,
.checkboxes label {
  font-weight: normal;
}

.radios legend,
.checkboxes legend {
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.radios fieldset,
.checkboxes fieldset {
  border: 0;
}

.radios input[type=radio],
.checkboxes input[type=radio],
.radios input[type=checkbox],
.checkboxes input[type=checkbox] {
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.radios input[type=radio][disabled] + label,
.checkboxes input[type=radio][disabled] + label,
.radios input[type=checkbox][disabled] + label,
.checkboxes input[type=checkbox][disabled] + label,
.radios input[type=radio][disabled] + span,
.checkboxes input[type=radio][disabled] + span,
.radios input[type=checkbox][disabled] + span,
.checkboxes input[type=checkbox][disabled] + span,
.radios input[type=radio][disabled] + span + label,
.checkboxes input[type=radio][disabled] + span + label,
.radios input[type=checkbox][disabled] + span + label,
.checkboxes input[type=checkbox][disabled] + span + label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.radios input[type=radio] + label,
.checkboxes input[type=radio] + label,
.radios input[type=checkbox] + label,
.checkboxes input[type=checkbox] + label,
.radios input[type=radio] + span,
.checkboxes input[type=radio] + span,
.radios input[type=checkbox] + span,
.checkboxes input[type=checkbox] + span {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  color: #555555;
}

.radios input[type=radio] + label::before,
.checkboxes input[type=radio] + label::before,
.radios input[type=checkbox] + label::before,
.checkboxes input[type=checkbox] + label::before,
.radios input[type=radio] + span::before,
.checkboxes input[type=radio] + span::before,
.radios input[type=checkbox] + span::before,
.checkboxes input[type=checkbox] + span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "vq-icon-font";
  font-size: 1rem;
  color: #B9B8B8;
}

.radios input[type="radio"] + label::before,
.checkboxes input[type="radio"] + label::before,
.radios input[type="radio"] + span::before,
.checkboxes input[type="radio"] + span::before {
  content: "\e62b";
}

.radios input[type="checkbox"] + label::before,
.checkboxes input[type="checkbox"] + label::before,
.radios input[type="checkbox"] + span::before,
.checkboxes input[type="checkbox"] + span::before {
  content: "\e62c";
}

.radios input[type="radio"]:checked + label::before,
.checkboxes input[type="radio"]:checked + label::before,
.radios input[type="radio"]:checked + span::before,
.checkboxes input[type="radio"]:checked + span::before,
.radios input[type="checkbox"]:checked + label::before,
.checkboxes input[type="checkbox"]:checked + label::before,
.radios input[type="checkbox"]:checked + span::before,
.checkboxes input[type="checkbox"]:checked + span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "vq-icon-font";
  font-size: 1rem;
  color: #0556ba;
}

.radios input[type="radio"]:checked + label::before,
.checkboxes input[type="radio"]:checked + label::before,
.radios input[type="radio"]:checked + span::before,
.checkboxes input[type="radio"]:checked + span::before {
  content: "\e62d";
  -webkit-animation: bounce 0.3s;
          animation: bounce 0.3s;
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.radios input[type="checkbox"]:checked + label::before,
.checkboxes input[type="checkbox"]:checked + label::before,
.radios input[type="checkbox"]:checked + span::before,
.checkboxes input[type="checkbox"]:checked + span::before {
  content: "\e62a";
  -webkit-animation: bounce 0.3s;
          animation: bounce 0.3s;
}

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.radios input[type="radio"]:focus + label::before,
.checkboxes input[type="radio"]:focus + label::before,
.radios input[type="radio"]:focus + span::before,
.checkboxes input[type="radio"]:focus + span::before,
.radios input[type="checkbox"]:focus + label::before,
.checkboxes input[type="checkbox"]:focus + label::before,
.radios input[type="checkbox"]:focus + span::before,
.checkboxes input[type="checkbox"]:focus + span::before {
  outline: 1px dotted #666;
}

.switch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.switch > label {
  padding: .875rem;
  font-size: 1rem;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.switch > input {
  position: absolute;
  z-index: 5;
  width: 2.25rem;
  height: 1.5rem;
  padding: 0;
  margin: .625rem 0 .625rem 1rem;
  cursor: pointer;
  opacity: 0;
}

.switch > input[disabled],
.switch > input.disabled,
fieldset[disabled] .switch > input {
  cursor: not-allowed;
}

.switch > input[disabled] + span,
.switch > input.disabled + span,
fieldset[disabled] .switch > input + span {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.switch > input:checked {
  margin-left: 0.75rem;
}

.switch > input + span {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 1.5rem;
  margin: .625rem;
  color: transparent;
  text-indent: 100%;
  cursor: pointer;
  background: #B9B8B8 none repeat scroll 0 0;
  border-radius: 25rem;
  -webkit-transition: left 0.15s ease-out 0s;
          transition: left 0.15s ease-out 0s;
}

.switch > input + span::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.15s ease-out 0s;
          transition: left 0.15s ease-out 0s;
}

.switch input:checked + span {
  background: #0554BA none repeat scroll 0 0;
}

.switch input:checked + span::after {
  left: 1.25rem;
}

/* Focus state */

.switch input:focus + span {
  outline: 1px dotted #666;
}

@media screen and (-ms-high-contrast: active) {
  .switch > input {
    opacity: 1;
  }
}

.page-alert {
  position: relative;
  min-height: 50px;
  padding: 0.65rem 1rem 1rem 1rem;
  margin-bottom: .5rem;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.page-alert > p:first-of-type {
  padding-top: 0.35rem;
  font-size: 0.875rem;
}

.page-alert > p:first-of-type::after {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: "vq-icon-font";
  font-size: 1.5rem;
}

.page-alert > p {
  padding-left: 2.5rem;
  margin: 0 0 0.3rem;
  line-height: 1.06rem;
}

.page-alert > p:last-child {
  margin-bottom: 0;
}

.page-alert--multi-line > p:first-of-type {
  padding-top: 0;
}

.page-alert--close > p,
.page-alert--cta > p {
  width: 90%;
}

.page-alert--close > button[type=button]:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  padding: 1rem;
  background: none;
  border: none;
}

.page-alert--close > button[type=button]:first-child:after {
  font-family: "vq-icon-font";
  font-size: 0.75rem;
  color: #676767;
  color: #999999;
  content: "\e60a";
}

.page-alert--cta > button[type=button]:first-child,
.page-alert--cta > a[href][role=button]:not([href|=javascript]):first-child,
.page-alert--cta > a[href]:not([role]):not([href|=javascript]):first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  padding: 1rem;
  background: none;
  border: none;
}

.page-alert--cta > button[type=button]:first-child:after,
.page-alert--cta > a[href][role=button]:not([href|=javascript]):first-child:after,
.page-alert--cta > a[href]:not([role]):not([href|=javascript]):first-child:after {
  font-family: "vq-icon-font";
  font-size: 1rem;
  color: #555555;
  content: "\e62e";
}

.page-alert--info > p:first-of-type::after {
  color: #0654ba;
  content: "\e614";
}

.page-alert--confirm > p:first-of-type::after {
  color: #5ba71b;
  content: "\e905";
}

.page-alert--high > p {
  color: #dd1e31;
}

.page-alert--high > p:first-of-type::after {
  color: #dd1e31;
  content: "\e906";
}

.inline-alert {
  position: relative;
  padding: .5rem;
  margin-bottom: .5rem;
}

.inline-alert > p:first-of-type {
  font-size: 0.875rem;
}

.inline-alert > p:first-of-type::after {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem;
  font-family: "vq-icon-font";
  font-size: 1rem;
}

.inline-alert > p {
  padding-left: 1.50rem;
  margin: 0 0 0.3rem;
  line-height: 1.06rem;
}

.inline-alert > p:last-child {
  margin-bottom: 0;
}

.inline-alert--info > p:first-of-type::after {
  color: #0654ba;
  content: "\e614";
}

.inline-alert--confirm > p:first-of-type::after {
  color: #5ba71b;
  content: "\e905";
}

.inline-alert--high > p {
  font-weight: 500;
  color: #dd1e31;
}

.inline-alert--high > p:first-of-type::after {
  color: #dd1e31;
  content: "\e906";
}

.skin-large .page-alert {
  margin: .5rem;
  border: 1px solid #cccccc;
}

.skin-large .page-alert.page-alert--close > p {
  width: 95%;
}

.skin-large .page-alert--info {
  border-top: 2px solid #0654ba;
}

.skin-large .page-alert--confirm {
  border-top: 2px solid #5ba71b;
}

.skin-large .page-alert--high {
  border-top: 2px solid #dd1e31;
}

.skin-large .flyout-alert {
  position: absolute;
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.196);
}

.skin-large .flyout-alert > p:first-of-type {
  display: inline-block;
}

.skin-large .flyout-alert > p {
  margin: 0 0 0.3rem;
  line-height: 1.06rem;
}

.skin-large .flyout-alert > p:last-child {
  margin-bottom: 0;
}

.skin-large .flyout-alert::before {
  position: absolute;
  content: "";
}

.skin-large .flyout-alert--close > p {
  width: 95%;
}

.skin-large .flyout-alert--close > button[type=button]:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  padding: 1rem;
  background: none;
  border: none;
}

.skin-large .flyout-alert--close > button[type=button]:first-child:after {
  font-family: "vq-icon-font";
  font-size: 0.75rem;
  color: #676767;
  color: #999999;
  content: "\e60a";
}

.skin-large .flyout-alert--fixed {
  position: fixed;
}

.skin-large .flyout-alert--top-left::before {
  bottom: 100%;
  left: 3%;
  border: solid transparent;
  border-width: .75rem;
}

.skin-large .flyout-alert--top-center::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  border-width: .75rem;
}

.skin-large .flyout-alert--top-right::before {
  right: 3%;
  bottom: 100%;
  border: solid transparent;
  border-width: .75rem;
}

.skin-large .flyout-alert--bottom-left::before {
  bottom: -0.5rem;
  left: 5%;
  width: 1rem;
  height: 1rem;
  margin-left: -0.5rem;
  background: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 2px 2px 2px #cccccc;
}

.skin-large .flyout-alert--bottom-center::before {
  bottom: -0.5rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin-left: -0.5rem;
  background: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 2px 2px 2px #cccccc;
}

.skin-large .flyout-alert--bottom-right::before {
  right: 5%;
  bottom: -0.5rem;
  width: 1rem;
  height: 1rem;
  margin-left: -0.5rem;
  background: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 2px 2px 2px #cccccc;
}

.skin-large .flyout-alert--left-middle::before {
  top: calc(42%);
  left: 0;
  width: 1rem;
  height: 1rem;
  margin-left: -0.45rem;
  background: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
}

.skin-large .flyout-alert--right-middle::before {
  top: calc(42%);
  right: -0.4rem;
  width: 1rem;
  height: 1rem;
  background: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.1);
}

.skin-large .flyout-alert--info {
  border-top: 2px solid #0654ba;
}

.skin-large .flyout-alert--info::before {
  border-bottom-color: #0654ba;
}

.skin-large .flyout-alert--confirm {
  border-top: 2px solid #5ba71b;
}

.skin-large .flyout-alert--confirm::before {
  border-bottom-color: #5ba71b;
}

.skin-large .flyout-alert--high {
  color: #dd1e31;
  border-top: 2px solid #dd1e31;
}

.skin-large .flyout-alert--high::before {
  border-bottom-color: #dd1e31;
}

.skin-large .flyout-alert[aria-hidden="true"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
          transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.skin-large .flyout-alert[aria-hidden="false"] {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in, opacity 0.2s ease-in;
          transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}