/* Minification failed. Returning unminified contents.
(601,10): run-time error CSS1036: Expected expression, found ';'
(784,10): run-time error CSS1036: Expected expression, found ';'
(804,10): run-time error CSS1036: Expected expression, found ';'
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
  background-color: #f3f4f4;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 938px;
  }
}
@media (min-width: 1170px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1520px;
  }
}
.container:before,
.container .-row:before,
.container:after,
.container .-row:after,
.container .inputGroup:before,
.container .inputGroup:after {
  display: table;
  content: " ";
}
.container:after,
.container .-row:after,
.container .inputGroup:after {
  clear: both;
}
.container .-row > [class*="-col"],
.container .-row > [class*="-col"] > .-row > [class*="-col"],
.container .inputGroup > [class*="-col"],
.container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"] {
  position: relative;
  min-height: 1px;
  width: 100%;
}
@media (min-width: 768px) {
  .container .-row > [class*="-col"],
  .container .-row > [class*="-col"] > .-row > [class*="-col"],
  .container .inputGroup > [class*="-col"],
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"] {
    float: left;
  }
}
.container .-row > .-col12,
.container .-row > [class*="-col"] > .-row > .-col12,
.container .inputGroup > .-col12,
.container .inputGroup > [class*="-col"] > .inputGroup > .-col12 {
  clear: left;
}
@media (min-width: 768px) {
  .container .-row > .-col1,
  .container .-row > [class*="-col"] > .-row > .-col1,
  .container .inputGroup > .-col1,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col1 {
    width: 8.33333333%;
  }
  .container .-row > .-col2,
  .container .-row > [class*="-col"] > .-row > .-col2,
  .container .inputGroup > .-col2,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col2 {
    width: 16.66666667%;
  }
  .container .-row > .-col3,
  .container .-row > [class*="-col"] > .-row > .-col3,
  .container .inputGroup > .-col3,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col3 {
    width: 25%;
  }
  .container .-row > .-col4,
  .container .-row > [class*="-col"] > .-row > .-col4,
  .container .inputGroup > .-col4,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col4 {
    width: 33.33333333%;
  }
  .container .-row > .-col5,
  .container .-row > [class*="-col"] > .-row > .-col5,
  .container .inputGroup > .-col5,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col5 {
    width: 41.66666667%;
  }
  .container .-row > .-col6,
  .container .-row > [class*="-col"] > .-row > .-col6,
  .container .inputGroup > .-col6,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col6 {
    width: 50%;
  }
  .container .-row > .-col7,
  .container .-row > [class*="-col"] > .-row > .-col7,
  .container .inputGroup > .-col7,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col7 {
    width: 58.33333333%;
  }
  .container .-row > .-col8,
  .container .-row > [class*="-col"] > .-row > .-col8,
  .container .inputGroup > .-col8,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col8 {
    width: 66.66666667%;
  }
  .container .-row > .-col9,
  .container .-row > [class*="-col"] > .-row > .-col9,
  .container .inputGroup > .-col9,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col9 {
    width: 75%;
  }
  .container .-row > .-col10,
  .container .-row > [class*="-col"] > .-row > .-col10,
  .container .inputGroup > .-col10,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col10 {
    width: 83.33333333%;
  }
  .container .-row > .-col11,
  .container .-row > [class*="-col"] > .-row > .-col11,
  .container .inputGroup > .-col11,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col11 {
    width: 91.66666667%;
  }
  .container .-row > .-col12,
  .container .-row > [class*="-col"] > .-row > .-col12,
  .container .inputGroup > .-col12,
  .container .inputGroup > [class*="-col"] > .inputGroup > .-col12 {
    width: 100%;
  }
  .container .-row > [class*="-col"]._push1,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._push1,
  .container .inputGroup > [class*="-col"]._push1,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._push1 {
    left: 8.33333333%;
  }
  .container .-row > [class*="-col"]._push2,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._push2,
  .container .inputGroup > [class*="-col"]._push2,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._push2 {
    left: 16.66666667%;
  }
  .container .-row > [class*="-col"]._push3,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._push3,
  .container .inputGroup > [class*="-col"]._push3,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._push3 {
    left: 25%;
  }
  .container .-row > [class*="-col"]._push4,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._push4,
  .container .inputGroup > [class*="-col"]._push4,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._push4 {
    left: 33.33333333%;
  }
  .container .-row > [class*="-col"]._push5,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._push5,
  .container .inputGroup > [class*="-col"]._push5,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._push5 {
    left: 41.66666667%;
  }
  .container .-row > [class*="-col"]._push6,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._push6,
  .container .inputGroup > [class*="-col"]._push6,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._push6 {
    left: 50%;
  }
  .container .-row > [class*="-col"]._push7,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._push7,
  .container .inputGroup > [class*="-col"]._push7,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._push7 {
    left: 58.33333333%;
  }
  .container .-row > [class*="-col"]._push8,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._push8,
  .container .inputGroup > [class*="-col"]._push8,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._push8 {
    left: 66.66666667%;
  }
  .container .-row > [class*="-col"]._push9,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._push9,
  .container .inputGroup > [class*="-col"]._push9,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._push9 {
    left: 75%;
  }
  .container .-row > [class*="-col"]._push10,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._push10,
  .container .inputGroup > [class*="-col"]._push10,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._push10 {
    left: 83.33333333%;
  }
  .container .-row > [class*="-col"]._push11,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._push11,
  .container .inputGroup > [class*="-col"]._push11,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._push11 {
    left: 91.66666667%;
  }
  .container .-row > [class*="-col"]._pull1,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._pull1,
  .container .inputGroup > [class*="-col"]._pull1,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._pull1 {
    right: 8.33333333%;
  }
  .container .-row > [class*="-col"]._pull2,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._pull2,
  .container .inputGroup > [class*="-col"]._pull2,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._pull2 {
    right: 16.66666667%;
  }
  .container .-row > [class*="-col"]._pull3,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._pull3,
  .container .inputGroup > [class*="-col"]._pull3,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._pull3 {
    right: 25%;
  }
  .container .-row > [class*="-col"]._pull4,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._pull4,
  .container .inputGroup > [class*="-col"]._pull4,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._pull4 {
    right: 33.33333333%;
  }
  .container .-row > [class*="-col"]._pull5,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._pull5,
  .container .inputGroup > [class*="-col"]._pull5,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._pull5 {
    right: 41.66666667%;
  }
  .container .-row > [class*="-col"]._pull6,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._pull6,
  .container .inputGroup > [class*="-col"]._pull6,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._pull6 {
    right: 50%;
  }
  .container .-row > [class*="-col"]._pull7,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._pull7,
  .container .inputGroup > [class*="-col"]._pull7,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._pull7 {
    right: 58.33333333%;
  }
  .container .-row > [class*="-col"]._pull8,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._pull8,
  .container .inputGroup > [class*="-col"]._pull8,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._pull8 {
    right: 66.66666667%;
  }
  .container .-row > [class*="-col"]._pull9,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._pull9,
  .container .inputGroup > [class*="-col"]._pull9,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._pull9 {
    right: 75%;
  }
  .container .-row > [class*="-col"]._pull10,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._pull10,
  .container .inputGroup > [class*="-col"]._pull10,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._pull10 {
    right: 83.33333333%;
  }
  .container .-row > [class*="-col"]._pull11,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._pull11,
  .container .inputGroup > [class*="-col"]._pull11,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._pull11 {
    right: 91.66666667%;
  }
  .container .-row > [class*="-col"]._offset1,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._offset1,
  .container .inputGroup > [class*="-col"]._offset1,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._offset1 {
    margin-left: 8.33333333%;
  }
  .container .-row > [class*="-col"]._offset2,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._offset2,
  .container .inputGroup > [class*="-col"]._offset2,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._offset2 {
    margin-left: 16.66666667%;
  }
  .container .-row > [class*="-col"]._offset3,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._offset3,
  .container .inputGroup > [class*="-col"]._offset3,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._offset3 {
    margin-left: 25%;
  }
  .container .-row > [class*="-col"]._offset4,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._offset4,
  .container .inputGroup > [class*="-col"]._offset4,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._offset4 {
    margin-left: 33.33333333%;
  }
  .container .-row > [class*="-col"]._offset5,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._offset5,
  .container .inputGroup > [class*="-col"]._offset5,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._offset5 {
    margin-left: 41.66666667%;
  }
  .container .-row > [class*="-col"]._offset6,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._offset6,
  .container .inputGroup > [class*="-col"]._offset6,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._offset6 {
    margin-left: 50%;
  }
  .container .-row > [class*="-col"]._offset7,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._offset7,
  .container .inputGroup > [class*="-col"]._offset7,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._offset7 {
    margin-left: 58.33333333%;
  }
  .container .-row > [class*="-col"]._offset8,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._offset8,
  .container .inputGroup > [class*="-col"]._offset8,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._offset8 {
    margin-left: 66.66666667%;
  }
  .container .-row > [class*="-col"]._offset9,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._offset9,
  .container .inputGroup > [class*="-col"]._offset9,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._offset9 {
    margin-left: 75%;
  }
  .container .-row > [class*="-col"]._offset10,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._offset10,
  .container .inputGroup > [class*="-col"]._offset10,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._offset10 {
    margin-left: 83.33333333%;
  }
  .container .-row > [class*="-col"]._offset11,
  .container .-row > [class*="-col"] > .-row > [class*="-col"]._offset11,
  .container .inputGroup > [class*="-col"]._offset11,
  .container .inputGroup > [class*="-col"] > .inputGroup > [class*="-col"]._offset11 {
    margin-left: 91.66666667%;
  }
}
.container .-row._gutter > [class*="-col"],
.container .-row > [class*="-col"] > .-row._gutter > [class*="-col"],
.container .inputGroup._gutter > [class*="-col"],
.container .inputGroup > [class*="-col"] > .inputGroup._gutter > [class*="-col"] {
  padding-left: 1em;
  padding-right: 1em;
}
.container .-row._gutter > [class*="-col"]:first-of-type,
.container .-row > [class*="-col"] > .-row._gutter > [class*="-col"]:first-of-type,
.container .inputGroup._gutter > [class*="-col"]:first-of-type,
.container .inputGroup > [class*="-col"] > .inputGroup._gutter > [class*="-col"]:first-of-type {
  padding-left: 0;
}
.container .-row._gutter > [class*="-col"]:last-of-type,
.container .-row > [class*="-col"] > .-row._gutter > [class*="-col"]:last-of-type,
.container .inputGroup._gutter > [class*="-col"]:last-of-type,
.container .inputGroup > [class*="-col"] > .inputGroup._gutter > [class*="-col"]:last-of-type {
  padding-right: 0;
}
.container .-row._marginBottom,
.container .-row > [class*="-col"] > .-row._marginBottom,
.container .inputGroup._marginBottom,
.container .inputGroup > [class*="-col"] > .inputGroup._marginBottom {
  margin-bottom: 2em;
}
small {
  font-size: 85%;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
address,
cite {
  font-style: normal;
}
body {
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  color: #2b2e2f;
}
p,
.text {
  margin-bottom: 1em;
  margin-top: 0;
  line-height: 1.57142857;
}
p._xlarge,
.text._xlarge {
  font-size: 24px;
  font-size: 1.7142857142857142rem;
  font-weight: 200;
}
p._large,
.text._large {
  font-size: 18px;
  font-size: 1.2857142857142858rem;
}
p._small,
.text._small {
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
p._xsmall,
.text._xsmall {
  font-size: 11px;
  font-size: 0.7857142857142857rem;
}
p._help,
.text._help {
  color: ;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
  line-height: 1.57142857;
}
p._muted,
.text._muted,
label._muted,
.label._muted {
  color: #a8aeb1;
}
p._tight,
.text._tight {
  margin-bottom: 0.15em;
}
._textLeft {
  text-align: left;
}
._textCenter {
  text-align: center;
}
._textRight {
  text-align: right;
}
a,
.link {
  color: #2980b9;
  text-decoration: none;
  transition: all 0.1s ease-in;
}
a:hover,
.link:hover,
a._hover,
.link._hover,
a:focus,
.link:focus,
a._focus,
.link._focus {
  color: #7fbbe3;
  text-decoration: underline;
}
a:focus,
.link:focus,
a._focus,
.link._focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5em;
}
h1 > small,
h2 > small,
h3 > small,
h4 > small,
h5 > small,
h6 > small,
.h1 > small,
.h2 > small,
.h3 > small,
.h4 > small,
.h5 > small,
.h6 > small,
h1 > .small,
h2 > .small,
h3 > .small,
h4 > .small,
h5 > .small,
h6 > .small,
.h1 > .small,
.h2 > .small,
.h3 > .small,
.h4 > .small,
.h5 > .small,
.h6 > .small {
  margin-top: -0.25em;
  font-size: 75%;
  font-weight: inherit;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a,
h1 > a:link,
h2 > a:link,
h3 > a:link,
h4 > a:link,
h5 > a:link,
h6 > a:link,
.h1 > a:link,
.h2 > a:link,
.h3 > a:link,
.h4 > a:link,
.h5 > a:link,
.h6 > a:link {
  color: inherit;
}
h1._hugeTitle,
h2._hugeTitle,
h3._hugeTitle,
h4._hugeTitle,
h5._hugeTitle,
h6._hugeTitle,
.h1._hugeTitle,
.h2._hugeTitle,
.h3._hugeTitle,
.h4._hugeTitle,
.h5._hugeTitle,
.h6._hugeTitle {
  font-size: 60px;
  font-size: 4.285714285714286rem;
  font-weight: 200;
  letter-spacing: -1px;
  text-rendering: optimizeLegibility;
}
h1._pageTitle,
h2._pageTitle,
h3._pageTitle,
h4._pageTitle,
h5._pageTitle,
h6._pageTitle,
.h1._pageTitle,
.h2._pageTitle,
.h3._pageTitle,
.h4._pageTitle,
.h5._pageTitle,
.h6._pageTitle {
  font-size: 36px;
  font-size: 2.5714285714285716rem;
  font-weight: 200;
  text-rendering: optimizeLegibility;
}
h1._section,
h2._section,
h3._section,
h4._section,
h5._section,
h6._section,
.h1._section,
.h2._section,
.h3._section,
.h4._section,
.h5._section,
.h6._section {
  color: #2b2e2f;
  font-size: 24px;
  font-size: 1.7142857142857142rem;
  letter-spacing: 0;
  line-height: 1.42857143;
}
h1._subSection,
h2._subSection,
h3._subSection,
h4._subSection,
h5._subSection,
h6._subSection,
.h1._subSection,
.h2._subSection,
.h3._subSection,
.h4._subSection,
.h5._subSection,
.h6._subSection {
  margin-bottom: 1em;
  color: ;
  font-size: 18px;
  font-size: 1.2857142857142858rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.28571429;
}
h1._labelSmall,
h2._labelSmall,
h3._labelSmall,
h4._labelSmall,
h5._labelSmall,
h6._labelSmall,
.h1._labelSmall,
.h2._labelSmall,
.h3._labelSmall,
.h4._labelSmall,
.h5._labelSmall,
.h6._labelSmall {
  margin-bottom: 1em;
  color: ;
  font-size: 85%;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.28571429;
}
h1._muted,
h2._muted,
h3._muted,
h4._muted,
h5._muted,
h6._muted,
.h1._muted,
.h2._muted,
.h3._muted,
.h4._muted,
.h5._muted,
.h6._muted {
  color: #8e9598;
}
h1._strong,
h2._strong,
h3._strong,
h4._strong,
h5._strong,
h6._strong,
.h1._strong,
.h2._strong,
.h3._strong,
.h4._strong,
.h5._strong,
.h6._strong {
  font-weight: bold;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  line-height: 1.14285714;
  font-weight: 200;
}
h1,
.h1 {
  font-size: 48px;
  font-size: 3.4285714285714284rem;
}
h2,
.h2 {
  font-size: 36px;
  font-size: 2.5714285714285716rem;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 1.7142857142857142rem;
}
h4,
.h4 {
  font-size: 18px;
  font-size: 1.2857142857142858rem;
}
h5,
.h5 {
  font-size: 14px;
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 11px;
  font-size: 0.7857142857142857rem;
  font-weight: 700;
  text-transform: uppercase;
}
dl {
  margin-bottom: 1em;
}
dl dt {
  position: absolute;
  font-size: 18px;
  font-size: 1.2857142857142858rem;
  font-weight: 700;
}
dl dd {
  display: inline-block;
  margin: 0.25em 0 0.75em 25%;
}
dl dd > p {
  font-size: 14px;
  font-size: 1rem;
}
dl._rows > dt {
  position: relative;
  display: block;
}
dl._rows > dd {
  display: block;
  margin: 0;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin-bottom: 14px;
  margin-left: 28px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 7px;
  margin-bottom: 0;
}
ol ol {
  list-style-type: upper-latin;
}
ol ol ol {
  list-style-type: lower-roman;
}
ol ol ol ol {
  list-style-type: lower-latin;
}
li {
  line-height: 1.42857143;
}
ul._borders {
  list-style-type: none;
}
ul._borders > .-item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  list-style-type: none;
  border-top: 1px solid #a8aeb1;
}
ul._borders > .-item:first-child {
  border-top: none;
}
.searchAside {
  padding: 15px;
}
.searchAside ul {
  list-style-type: none;
  font-weight: bold;
  margin-left: 0;
}
ul.searchCategory {
  font-weight: normal;
  margin: 5px 0 15px 15px;
}
ul.searchCategory li {
  font-size: 13px;
}
#productFacets ul {
  margin-top: 5px;
}
#productFacets ul li {
  font-weight: normal;
}
.list-inline,
.list-stacked {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline .list-item,
.list-stacked .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline .list-item {
  display: inline-block;
}
.list-stacked .list-item {
  display: block;
}
._icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  text-indent: -9999px;
}
#navigationBar ._icon {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
#navigationBar ._icon.-movies {
  background: url("/images/movies-icon.png");
  background-image: url("/images/movies-icon.svg");
  width: 21px;
  height: 16px;
}
#navigationBar ._icon.-music {
  background: url("/images/music-icon.png");
  background-image: url("/images/music-icon.svg");
  width: 16px;
  height: 16px;
}
#navigationBar ._icon.-games {
  background: url("/images/games-icon.png");
  background-image: url("/images/games-icon.svg");
  width: 20px;
  height: 14px;
}
#navigationBar ._icon.-more {
  background: url("/images/more-icon.png");
  background-image: url("/images/more-icon.svg");
  width: 16px;
  height: 16px;
}
#navigationBar ._icon.-news {
  background: url("/images/NewsICON_white.png");
  background-image: url("/images/NewsICON_white.png");
  width: 16px;
  height: 16px;
}
#allAccess ._icon {
  position: relative;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  top: 15px;
}
#allAccess ._icon.-boosted-credit {
  background: url("/images/boosted-credit.png");
  background-image: url("/images/boosted-credit.svg");
}
#allAccess ._icon.-credit-cart {
  background: url("/images/credit-cart.png");
  background-image: url("/images/credit-cart.svg");
}
#allAccess ._icon.-disc-esp {
  background: url("/images/disc-esp.png");
  background-image: url("/images/disc-esp.svg");
}
#allAccess ._icon.-refurbishing {
  background: url("/images/refurbishing.png");
  background-image: url("/images/refurbishing.svg");
}
#sellTrade ._icon {
  position: relative;
  background-repeat: no-repeat;
}
#sellTrade ._icon.-bring-in {
  background: url("/images/media1.png");
  /*background-image: url("@{imageURL}media1.svg");*/
  width: 128px;
  height: 128px;
}
#sellTrade ._icon.-get-value {
  background: url("/images/money1.png");
  /*background-image: url("@{imageURL}money1.svg");*/
  width: 128px;
  height: 128px;
}
#sellTrade ._icon.-get-credit {
  background: url("/images/cash1.png");
  /*background-image: url("@{imageURL}cash1.svg");*/
  width: 128px;
  height: 128px;
}
.-storelocation {
  background-image: url("/images/location-icon.png");
  background-image: url("/images/location-icon.svg");
  width: 6px;
  height: 11px;
  background-position-y: 2px;
}
button,
.btn {
  display: inline-block;
  position: relative;
  padding: 0.5em 1em;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
button:hover,
.btn:hover,
button._hover,
.btn._hover,
button:active,
.btn:active,
button._active,
.btn._active,
button:focus,
.btn:focus,
button._focus,
.btn._focus {
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  outline: none;
}
button[disabled],
.btn[disabled],
button._disabled,
.btn._disabled,
button._primary[disabled],
.btn._primary[disabled],
button._primary._disabled,
.btn._primary._disabled,
button._secondary[disabled],
.btn._secondary[disabled],
button._secondary._disabled,
.btn._secondary._disabled,
button._blue[disabled],
.btn._blue[disabled],
button._blue._disabled,
.btn._blue._disabled,
button._outlined[disabled],
.btn._outlined[disabled],
button._outlined._disabled,
.btn._outlined._disabled,
button._clear[disabled],
.btn._clear[disabled],
button._clear._disabled,
.btn._clear._disabled,
button._small_gray[disabled],
.btn._small_gray[disabled],
button._small_gray._disabled,
.btn._small_gray._disabled {
  color: #fff;
  background-color: #afb3b5;
  border-color: #909496;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.5);
  cursor: not-allowed !important;
}
button[disabled]:hover,
.btn[disabled]:hover,
button._disabled:hover,
.btn._disabled:hover,
button[disabled]._hover,
.btn[disabled]._hover,
button._disabled._hover,
.btn._disabled._hover,
button[disabled]:active,
.btn[disabled]:active,
button._disabled:active,
.btn._disabled:active,
button[disabled]._active,
.btn[disabled]._active,
button._disabled._active,
.btn._disabled._active,
button._primary[disabled]:hover,
button._primary[disabled]._hover,
button._primary[disabled]:active,
button._primary[disabled]._active,
.btn._primary[disabled]:hover,
.btn._primary[disabled]._hover,
.btn._primary[disabled]:active,
.btn._primary[disabled]._active,
button._primary._disabled:hover,
button._primary._disabled._hover,
button._primary._disabled:active,
button._primary._disabled._active,
.btn._primary._disabled:hover,
.btn._primary._disabled._hover,
.btn._primary._disabled:active,
.btn._primary._disabled._active,
button._secondary[disabled]:hover,
button._secondary[disabled]._hover,
button._secondary[disabled]:active,
button._secondary[disabled]._active,
.btn._secondary[disabled]:hover,
.btn._secondary[disabled]._hover,
.btn._secondary[disabled]:active,
.btn._secondary[disabled]._active,
button._secondary._disabled:hover,
button._secondary._disabled._hover,
button._secondary._disabled:active,
button._secondary._disabled._active,
.btn._secondary._disabled:hover,
.btn._secondary._disabled._hover,
.btn._secondary._disabled:active,
.btn._secondary._disabled._active,
button._blue[disabled]:hover,
button._blue[disabled]._hover,
button._blue[disabled]:active,
button._blue[disabled]._active,
.btn._blue[disabled]:hover,
.btn._blue[disabled]._hover,
.btn._blue[disabled]:active,
.btn._blue[disabled]._active,
button._blue._disabled:hover,
button._blue._disabled._hover,
button._blue._disabled:active,
button._blue._disabled._active,
.btn._blue._disabled:hover,
.btn._blue._disabled._hover,
.btn._blue._disabled:active,
.btn._blue._disabled._active,
button._outlined[disabled]:hover,
button._outlined[disabled]._hover,
button._outlined[disabled]:active,
button._outlined[disabled]._active,
.btn._outlined[disabled]:hover,
.btn._outlined[disabled]._hover,
.btn._outlined[disabled]:active,
.btn._outlined[disabled]._active,
button._outlined._disabled:hover,
button._outlined._disabled._hover,
button._outlined._disabled:active,
button._outlined._disabled._active,
.btn._outlined._disabled:hover,
.btn._outlined._disabled._hover,
.btn._outlined._disabled:active,
.btn._outlined._disabled._active,
button._clear[disabled]:hover,
button._clear[disabled]._hover,
button._clear[disabled]:active,
button._clear[disabled]._active,
.btn._clear[disabled]:hover,
.btn._clear[disabled]._hover,
.btn._clear[disabled]:active,
.btn._clear[disabled]._active,
button._clear._disabled:hover,
button._clear._disabled._hover,
button._clear._disabled:active,
button._clear._disabled._active,
.btn._clear._disabled:hover,
.btn._clear._disabled._hover,
.btn._clear._disabled:active,
.btn._clear._disabled._active,
button._small_gray[disabled]:hover,
button._small_gray[disabled]._hover,
button._small_gray[disabled]:active,
button._small_gray[disabled]._active,
.btn._small_gray[disabled]:hover,
.btn._small_gray[disabled]._hover,
.btn._small_gray[disabled]:active,
.btn._small_gray[disabled]._active,
button._small_gray._disabled:hover,
button._small_gray._disabled._hover,
button._small_gray._disabled:active,
button._small_gray._disabled._active,
.btn._small_gray._disabled:hover,
.btn._small_gray._disabled._hover,
.btn._small_gray._disabled:active,
.btn._small_gray._disabled._active {
  color: #b3b3b3;
  background-color: #414547;
  border-color: #3e4345;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.1);
}
button:visited,
.btn:visited {
  color: rgba(255, 255, 255, 0.9);
}
button._primary,
.btn._primary {
  color: #fff;
  background-color: #f08d39;
  border-color: #86430a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
button._primary:hover,
.btn._primary:hover,
button._primary._hover,
.btn._primary._hover,
button._primary:active,
.btn._primary:active,
button._primary._active,
.btn._primary._active {
  background-color: #e57211;
  border-color: #6e3708;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
button._secondary,
.btn._secondary {
  color: #131414;
  background-color: #f3f4f4;
  border-color: #b6bbbd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
button._secondary:hover,
.btn._secondary:hover,
button._secondary._hover,
.btn._secondary._hover,
button._secondary:active,
.btn._secondary:active,
button._secondary._active,
.btn._secondary._active {
  background-color: #e6e8e8;
  border-color: #8e9598;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
button._blue,
.btn._blue {
  color: #fff;
  background-color: #2980b9;
  border-color: #86430a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
button._blue:hover,
.btn._blue:hover,
button._blue._hover,
.btn._blue._hover,
button._blue:active,
.btn._blue:active,
button._blue._active,
.btn._blue._active {
  background-color: #20638f;
  border-color: #091b27;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
button._outlined,
.btn._outlined {
  color: #2980b9;
  border-color: #2980b9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  background-color: transparent;
}
button._outlined:hover,
.btn._outlined:hover,
button._outlined._hover,
.btn._outlined._hover,
button._outlined:active,
.btn._outlined:active,
button._outlined._active,
.btn._outlined._active {
  background-color: #e7f2fa;
  border-color: #1b557a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
button._clear,
.btn._clear {
  color: #2980b9;
  box-shadow: none;
  background-color: transparent;
}
button._clear:hover,
.btn._clear:hover,
button._clear._hover,
.btn._clear._hover,
button._clear:active,
.btn._clear:active,
button._clear._active,
.btn._clear._active {
  border-color: #2980b9;
}
button._small_gray,
.btn._small_gray {
  color: #2980b9;
  border-color: #2980b9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  background-color: #e7f2fa;
  border-radius: 18px;
}
button._small_gray:hover,
.btn._small_gray:hover,
button._small_gray._hover,
.btn._small_gray._hover,
button._small_gray:active,
.btn._small_gray:active,
button._small_gray._active,
.btn._small_gray._active {
  background-color: #d2e7f5;
  border-color: #1b557a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
button._block,
.btn._block {
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
}
button._block + button._block,
button._block + .btn._block,
.btn._block + button._block,
.btn._block + .btn._block {
  margin-left: 0;
}
button._hide,
.btn._hide {
  display: none;
}
button._small,
.btn._small {
  padding: 6px 8px 5px;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
button._medium,
.btn._medium {
  font-size: 18px;
}
button._large,
.btn._large {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 24px;
  font-size: 1.7142857142857142rem;
}
button._xlarge,
.btn._xlarge {
  font-size: 36px;
  font-size: 2.5714285714285716rem;
}
button._tiny,
.btn._tiny {
  padding: 0.25em 0.5em;
  font-size: 12px;
  font-weight: normal;
}
button._right,
.btn._right {
  float: right;
}
.navbutton {
  background-color: black;
  border: solid 1px #87868A;
  border-radius: 15px;
  margin-right: 15px;
}
.navbutton:hover {
  background-color: #0E77BD;
  border: solid 1px #87868A;
}
label,
.label {
  display: inline-block;
  margin-bottom: 0.25em;
  font-weight: bold;
  color: #43484a;
}
label._block,
.label._block {
  display: block;
}
label._large,
.label._large {
  font-size: 24px;
  font-size: 1.7142857142857142rem;
}
label._medium,
.label._medium {
  font-size: 18px;
  font-size: 1.2857142857142858rem;
  line-height: 1.57142857;
}
label._small,
.label._small {
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
.input,
.input._uneditable {
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em 0.55em;
  vertical-align: middle;
  color: #2b2e2f;
  line-height: 1.28571429;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2px;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
.input::-webkit-input-placeholder,
.input._uneditable::-webkit-input-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
.input::-moz-placeholder,
.input._uneditable::-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
.input:-moz-placeholder,
.input._uneditable:-moz-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
.input:-ms-input-placeholder,
.input._uneditable:-ms-input-placeholder {
  color: rgba(43, 46, 47, 0.25);
}
select._inline,
textarea._inline,
input[type="text"]._inline,
input[type="password"]._inline,
input[type="number"]._inline,
input[type="email"]._inline,
input[type="url"]._inline,
input[type="search"]._inline,
input[type="tel"]._inline,
.input._inline,
.input._uneditable._inline {
  display: inline-block;
  margin-left: 4px;
}
select._block,
textarea._block,
input[type="text"]._block,
input[type="password"]._block,
input[type="number"]._block,
input[type="email"]._block,
input[type="url"]._block,
input[type="search"]._block,
input[type="tel"]._block,
.input._block,
.input._uneditable._block {
  display: block;
  margin-left: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b6bbbd;
  margin: 1em 0;
  padding: 0;
}
textarea {
  height: auto;
  padding: 1em;
}
select {
  padding: 0.5em 1em 0.55em;
  border-color: #8e8e8e;
}
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
.input,
.input._uneditable {
  width: 100%;
  background-color: #fff;
  border-color: #8e8e8e;
  box-shadow: inset 0 1px 2px rgba(104, 104, 104, 0.2), 0 0 0 #ffffff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
.input:hover,
.input._uneditable:hover,
textarea._hover,
input[type="text"]._hover,
input[type="password"]._hover,
input[type="number"]._hover,
input[type="email"]._hover,
input[type="url"]._hover,
input[type="search"]._hover,
input[type="tel"]._hover,
.input._hover,
.input._uneditable._hover {
  border-color: rgba(62, 133, 179, 0.5);
  box-shadow: inset 0 1px 2px #d9d9d9, 0 0 2px rgba(41, 128, 185, 0.2);
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
.input:focus,
.input._uneditable:focus,
textarea._focus,
input[type="text"]._focus,
input[type="password"]._focus,
input[type="number"]._focus,
input[type="email"]._focus,
input[type="url"]._focus,
input[type="search"]._focus,
input[type="tel"]._focus,
.input._focus,
.input._uneditable._focus {
  background-color: #fff;
  border-color: #3e85b3;
  box-shadow: inset 0 2px 2px #f2f2f2, 0 0 5px rgba(41, 128, 185, 0.5);
  outline: 0;
  outline: thin dotted \9;
}
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
.input[disabled],
.input._uneditable[disabled],
textarea._disabled,
input[type="text"]._disabled,
input[type="password"]._disabled,
input[type="number"]._disabled,
input[type="email"]._disabled,
input[type="url"]._disabled,
input[type="search"]._disabled,
input[type="tel"]._disabled,
.input._disabled,
.input._uneditable._disabled {
  background-color: #ededed;
  border-color: rgba(142, 142, 142, 0.5);
  box-shadow: inset 0 1px 3px fade-out(rgba(104, 104, 104, 0.2), 10%), 0 0 0 #ffffff;
  color: #ababab;
  cursor: not-allowed;
}
textarea._success,
input[type="text"]._success,
input[type="password"]._success,
input[type="number"]._success,
input[type="email"]._success,
input[type="url"]._success,
input[type="search"]._success,
input[type="tel"]._success,
.input._success,
.input._uneditable._success {
  border-color: #2a6719;
}
textarea._success:hover,
input[type="text"]._success:hover,
input[type="password"]._success:hover,
input[type="number"]._success:hover,
input[type="email"]._success:hover,
input[type="url"]._success:hover,
input[type="search"]._success:hover,
input[type="tel"]._success:hover,
.input._success:hover,
.input._uneditable._success:hover,
textarea._success._hover,
input[type="text"]._success._hover,
input[type="password"]._success._hover,
input[type="number"]._success._hover,
input[type="email"]._success._hover,
input[type="url"]._success._hover,
input[type="search"]._success._hover,
input[type="tel"]._success._hover,
.input._success._hover,
.input._uneditable._success._hover {
  border-color: rgba(51, 130, 29, 0.75);
  box-shadow: inset 0 1px 2px #d9d9d9, 0 0 2px rgba(66, 158, 58, 0.2);
}
textarea._success:focus,
input[type="text"]._success:focus,
input[type="password"]._success:focus,
input[type="number"]._success:focus,
input[type="email"]._success:focus,
input[type="url"]._success:focus,
input[type="search"]._success:focus,
input[type="tel"]._success:focus,
.input._success:focus,
.input._uneditable._success:focus,
textarea._success._focus,
input[type="text"]._success._focus,
input[type="password"]._success._focus,
input[type="number"]._success._focus,
input[type="email"]._success._focus,
input[type="url"]._success._focus,
input[type="search"]._success._focus,
input[type="tel"]._success._focus,
.input._success._focus,
.input._uneditable._success._focus {
  border-color: #33821d;
  box-shadow: inset 0 2px 2px #f2f2f2, 0 0 5px rgba(66, 158, 58, 0.4);
}
textarea._warning,
input[type="text"]._warning,
input[type="password"]._warning,
input[type="number"]._warning,
input[type="email"]._warning,
input[type="url"]._warning,
input[type="search"]._warning,
input[type="tel"]._warning,
.input._warning,
.input._uneditable._warning {
  border-color: #8d6708;
}
textarea._warning:hover,
input[type="text"]._warning:hover,
input[type="password"]._warning:hover,
input[type="number"]._warning:hover,
input[type="email"]._warning:hover,
input[type="url"]._warning:hover,
input[type="search"]._warning:hover,
input[type="tel"]._warning:hover,
.input._warning:hover,
.input._uneditable._warning:hover,
textarea._warning._hover,
input[type="text"]._warning._hover,
input[type="password"]._warning._hover,
input[type="number"]._warning._hover,
input[type="email"]._warning._hover,
input[type="url"]._warning._hover,
input[type="search"]._warning._hover,
input[type="tel"]._warning._hover,
.input._warning._hover,
.input._uneditable._warning._hover {
  border-color: rgba(207, 167, 64, 0.75);
  box-shadow: inset 0 1px 2px #d9d9d9, 0 0 2px rgba(150, 110, 9, 0.2);
}
textarea._warning:focus,
input[type="text"]._warning:focus,
input[type="password"]._warning:focus,
input[type="number"]._warning:focus,
input[type="email"]._warning:focus,
input[type="url"]._warning:focus,
input[type="search"]._warning:focus,
input[type="tel"]._warning:focus,
.input._warning:focus,
.input._uneditable._warning:focus,
textarea._warning._focus,
input[type="text"]._warning._focus,
input[type="password"]._warning._focus,
input[type="number"]._warning._focus,
input[type="email"]._warning._focus,
input[type="url"]._warning._focus,
input[type="search"]._warning._focus,
input[type="tel"]._warning._focus,
.input._warning._focus,
.input._uneditable._warning._focus {
  border-color: #cfa740;
  box-shadow: inset 0 2px 2px #f2f2f2, 0 0 5px rgba(150, 110, 9, 0.25);
}
textarea._error,
input[type="text"]._error,
input[type="password"]._error,
input[type="number"]._error,
input[type="email"]._error,
input[type="url"]._error,
input[type="search"]._error,
input[type="tel"]._error,
.input._error,
.input._uneditable._error {
  border-color: #e44640;
}
textarea._error:hover,
input[type="text"]._error:hover,
input[type="password"]._error:hover,
input[type="number"]._error:hover,
input[type="email"]._error:hover,
input[type="url"]._error:hover,
input[type="search"]._error:hover,
input[type="tel"]._error:hover,
.input._error:hover,
.input._uneditable._error:hover,
textarea._error._hover,
input[type="text"]._error._hover,
input[type="password"]._error._hover,
input[type="number"]._error._hover,
input[type="email"]._error._hover,
input[type="url"]._error._hover,
input[type="search"]._error._hover,
input[type="tel"]._error._hover,
.input._error._hover,
.input._uneditable._error._hover {
  border-color: rgba(255, 138, 134, 0.75);
  box-shadow: inset 0 1px 2px #d9d9d9, 0 0 3px rgba(228, 70, 64, 0.2);
}
textarea._error:focus,
input[type="text"]._error:focus,
input[type="password"]._error:focus,
input[type="number"]._error:focus,
input[type="email"]._error:focus,
input[type="url"]._error:focus,
input[type="search"]._error:focus,
input[type="tel"]._error:focus,
.input._error:focus,
.input._uneditable._error:focus,
textarea._error._focus,
input[type="text"]._error._focus,
input[type="password"]._error._focus,
input[type="number"]._error._focus,
input[type="email"]._error._focus,
input[type="url"]._error._focus,
input[type="search"]._error._focus,
input[type="tel"]._error._focus,
.input._error._focus,
.input._uneditable._error._focus {
  border-color: #ff8a86;
  box-shadow: inset 0 2px 2px #f2f2f2, 0 0 5px rgba(228, 70, 64, 0.15);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0.25em 0 0;
  margin-top: 1px \9;
  line-height: 1.42857143;
}
form + form {
  margin-top: 1em;
}
select._large,
textarea._large,
input._large,
.input._large,
.input._uneditable._large {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 24px;
  font-size: 1.7142857142857142rem;
}
select._small,
textarea._small,
input._small,
.input._small,
.input._uneditable._small {
  font-size: 11px;
  font-size: 0.7857142857142857rem;
}
.checkbox,
.radio {
  min-height: 1em;
  margin-bottom: 0.25em;
  padding-left: 1.4em;
}
.checkbox.-inline,
.radio.-inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.checkbox.-inline + .checkbox.-inline,
.checkbox.-inline + .radio.-inline,
.radio.-inline + .checkbox.-inline,
.radio.-inline + .radio.-inline {
  margin-left: 0.5em;
}
.checkbox label,
.radio label {
  display: inline;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.42857143;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  float: left;
  margin: 2px 0 0 -1.4em;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 0.25em;
}
.inputGroup {
  margin-bottom: 1.3em;
}
.inputGroup:last-of-type {
  margin-bottom: 0;
}
.inputGroup > .-row,
.inputGroup > .inputGroup {
  margin-top: 1em;
}
.inputGroup > .-row:first-of-type,
.inputGroup > .inputGroup:first-of-type {
  margin-top: 0;
}
.inputGroup [class*="-col"] {
  padding-right: 1em;
}
.inputGroup [class*="-col"]:last-of-type {
  padding-right: 0;
}
.inputGroup [class*="-col"] > .-row,
.inputGroup [class*="-col"] > .inputGroup {
  margin-top: 0.3em;
}
.inputGroup [class*="-col"] > .-row:first-of-type,
.inputGroup [class*="-col"] > .inputGroup:first-of-type {
  margin-top: 0;
}
.inputGroup > .radio:first-child,
.inputGroup > .checkbox:first-child {
  padding-top: 1em;
}
.centered-form {
  width: 400px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.centered-form .logoTradepost {
  margin: 0 auto;
  float: none;
}
.centered-form .form-content {
  border: 1px solid #d1d4d5;
  margin: 30px auto;
  padding: 35px;
  border-radius: 4px;
}
.centered-form .forgot-pass-link {
  font-size: 12px;
  float: right;
}
._welcome {
  border: 1px solid transparent;
  background-color: red;
  height: auto;
  display: block;
  float: left;
  padding: 8px;
  line-height: 16px;
  font-size: 14px;
  text-decoration: none;
  color: #2980b9;
}
.fullHeight {
  height: 100% !important;
}
.searchDepartment {
  color: #2980b9;
  font-weight: bold;
  padding-left: 10px;
}
.freeShipping {
  font-size: larger;
  font-weight: bold;
  margin-top: 30px;
  /*padding-left: 40px;*/
  color: #2980b9;
  border: solid 2px #2980b9;
  margin-bottom: 20px;
  padding-top: 20px;
  border-radius: 5px;
  padding-bottom: 20px;
  text-align: center;
}
.homeBanner {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #999999;
}
.bannerContainter {
  padding-left: 3px;
  padding-right: 3px;
}
.slicknav_menu {
  display: none;
}
@media (max-width: 768px) {
  #navigationBar {
    display: none;
  }
  .slicknav_menu {
    display: block;
    background: #2980b9 !important;
    z-index: 3;
  }
  #navSearch .search-inner {
    margin-left: 5px;
    margin-top: -33px !important;
  }
  #navSearch .search-inner #search-query {
    width: 200px;
  }
  a.logoTradepost {
    background-size: 60%;
    margin-right: 0px;
    margin-left: 10px;
    display: none;
  }
}
@media (max-width: 960px) {
  #searchResults {
    padding-left: 0px;
  }
  .productImage {
    background-size: 90% !important;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 50px auto;
}
.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert_success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert_danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.-vinyl {
  background: url("/images/VinylItemICON.png");
  background-image: url("/images/VinylItemICON.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position-x: 80%;
}
#imageDialog {
  position: absolute;
  top: 10%;
  left: 20%;
  border: 2px solid #999999;
  cursor: pointer;
  max-width: 90%;
  padding: 5px;
  background-color: #fafafa;
  z-index: 99;
  overflow: auto;
}
#imageDialog #dialogClose {
  width: 24px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;
}
#dialogClose img {
  width: 16px;
}
@media (max-width: 768px) {
  .-vinyl {
    background-position: center !important;
  }
  #imageDialog {
    left: 10px;
  }
}
#pageContent {
  margin: 0 0 0 0;
}
#headerBar {
  height: 80px;
  background-color: #fff;
}
#navigationBar {
  position: relative;
  z-index: 1;
  /*background-color: @blue;*/
  /*background-image: url(/images/tp_menu_top_bg.png);*/
  background-color: #a8aeb1;
  height: 45px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#navigationBar header {
  /*background-color: @blue;*/
  /*background-image: url(/images/tp_menu_top_bg.png);*/
  background-color: #a8aeb1;
  height: 45px;
  padding-top: 12px;
}
#navigationBar ._navLink {
  /*color: @white;*/
  color: #131414;
  background-color: #a8aeb1;
  text-decoration: none;
  margin-right: 25px;
  font-size: 16px;
}
#navigationBar ._navLink:hover {
  color: #bedcf0;
}
#navigationBar .navArea {
  /*background-image: url(/images/menu_link.png) !important;*/
  background-repeat: repeat-y;
  height: 40px;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}
#accountNav {
  float: right;
}
#navSearch {
  position: relative;
  float: left;
  height: 80px;
}
@media (min-width: 1170px) {
  #navSearch {
    padding-left: 200px;
  }
}
@media (min-width: 1550px) {
  #navSearch {
    padding-left: 300px;
  }
}
#navSearch .search-inner {
  position: absolute;
  display: table;
  width: 100%;
  top: 50%;
  margin-top: -17px;
  height: 34px;
}
#navSearch .search-input-wrapper {
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
}
#navSearch .search-input-wrapper._button {
  width: 100%;
}
#navSearch .search-input-wrapper .search-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 17px;
  height: 41px;
  padding: 7px 15px 8px;
  background-color: #1b75bb;
  border-color: transparent;
  color: #FFF;
  font-size: 14px;
}
#navSearch #search-query {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  background: white;
  margin-top: 0;
  margin-bottom: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 200px;
  top: 50%;
  border: 1px solid #828282;
  padding: 8px 10px;
  margin-left: 0;
  font-size: 18px;
  box-shadow: inset 0 1px 2px #E9E9E8, 0 0 0 1000px #fbfbfa inset;
}
#navSearch .sFilter {
  margin-right: -3px !important;
  height: 41px !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  background: white;
  margin-top: 0;
  margin-bottom: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  /*width: 200px;*/
  top: 50%;
  border: 1px solid #828282;
  padding: 8px 10px;
  margin-left: 0;
  font-size: 18px;
  box-shadow: inset 0 1px 2px #E9E9E8, 0 0 0 1000px #fbfbfa inset;
}
#navSearchBig {
  position: relative;
  float: left;
  height: 80px;
}
@media (min-width: 1170px) {
  #navSearchBig {
    padding-left: 200px;
  }
}
@media (min-width: 1550px) {
  #navSearchBig {
    padding-left: 300px;
  }
}
#navSearchBig .search-inner {
  position: absolute;
  display: table;
  width: 100%;
  top: 50%;
  margin-top: -17px;
  height: 34px;
}
#navSearchBig .search-input-wrapper {
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
}
#navSearchBig .search-input-wrapper._button {
  width: 100%;
}
#navSearchBig .search-input-wrapper .search-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 17px;
  height: 41px;
  padding: 7px 15px 8px;
  background-color: #1b75bb;
  border-color: transparent;
  color: #FFF;
  font-size: 14px;
}
#navSearchBig #search-query {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  background: white;
  margin-top: 0;
  margin-bottom: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 200px;
  top: 50%;
  border: 1px solid #828282;
  padding: 8px 10px;
  margin-left: 0;
  font-size: 18px;
  box-shadow: inset 0 1px 2px #E9E9E8, 0 0 0 1000px #fbfbfa inset;
}
@media (min-width: 1170px) {
  #navSearchBig #search-query {
    padding-left: 350px;
  }
}
@media (min-width: 1550px) {
  #navSearchBig #search-query {
    padding-left: 350px;
  }
}
.logoTradepost {
  background: url("/images/tradepost-logo.png");
  background-image: url("/images/tradepost-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000em;
  width: 400px;
  height: 55px;
  margin-top: 10px;
  display: block;
  float: left;
  margin-right: 25px;
}
._accountLink_btn {
  border: 1px solid transparent;
  height: auto;
  margin-top: 23px;
  display: block;
  float: left;
  padding: 8px;
  line-height: 16px;
  font-size: 14px;
  text-decoration: none;
  box-sizing: border-box;
  color: #1b75bb;
}
._accountLink {
  border: 1px solid transparent;
  height: auto;
  margin-top: 23px;
  display: block;
  float: left;
  padding: 8px;
  line-height: 16px;
  font-size: 14px;
  text-decoration: none;
  box-sizing: border-box;
  color: #1b75bb;
}
._accountLink:hover {
  border: 1px solid transparent;
  height: auto;
  margin-top: 23px;
  display: block;
  float: left;
  padding: 8px;
  line-height: 16px;
  font-size: 14px;
  text-decoration: none;
  box-sizing: border-box;
  color: #1b75bb;
  background-color: #d1d4d5;
  border-radius: 40%;
}
._navIcons {
  width: 22px;
}
._accountNav {
  display: none;
}
@media screen and (max-width: 480px) {
  #accountNav {
    display: none;
  }
  #pageContent {
    margin: 30px 0 0 0;
  }
  ._accountNav {
    display: block;
  }
  .btnSignout {
    background-color: transparent !important;
    border: none;
  }
  .search-inner {
    position: relative !important;
  }
}
.landingNav {
  border: 2px solid #bedcf0;
  border-radius: 8px;
  margin-right: 10px;
  padding-right: 10px;
  margin-top: 30px;
}
#siteFooter {
  background-color: #43484a;
  color: #fff;
}
#siteFooter ul {
  list-style: none;
  margin: 0;
}
#siteFooter a {
  color: #a8aeb1;
}
.color-bar {
  position: relative;
  top: 0;
  height: 5px;
  width: 100%;
  background-color: transparent;
  display: block;
  margin-bottom: 30px;
}
.color-bar span {
  height: 5px;
  width: 25%;
  float: left;
}
.color-bar span._color-bar-red {
  background-color: #e44640;
}
.color-bar span._color-bar-blue {
  background-color: #2980b9;
}
.color-bar span._color-bar-green {
  background-color: #4da745;
}
.color-bar span._color-bar-orange {
  background-color: #f08d39;
}
.footer-help {
  margin: 30px 0;
  padding-top: 20px;
  border-top: 1px solid;
  border-top-color: #a8aeb1;
}
.footer-tou {
  margin: 0 0 40px 0;
}
#altFooter {
  background: -webkit-linear-gradient(#F4F4F4, #FFFFFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#F4F4F4, #FFFFFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#F4F4F4, #FFFFFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#F4F4F4, #FFFFFF);
  /* Standard syntax */
  border-top: 1px solid #d1d4d5;
}
#altFooter div {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}
#altFooter div p {
  font-size: 11px;
  color: #80898c;
}
.homepageProducts,
#landingpageProducts {
  /*margin-top: 10px;*/
  margin-bottom: 30px;
}
.homepageProducts .home-feature-products,
#landingpageProducts .home-feature-products,
.homepageProducts .landing-feature-products,
#landingpageProducts .landing-feature-products {
  /*margin-top: 18px;*/
}
.homepageProducts .home-feature-products h3,
#landingpageProducts .home-feature-products h3,
.homepageProducts .landing-feature-products h3,
#landingpageProducts .landing-feature-products h3 {
  display: inline-block;
  margin-right: 15px;
}
.homepageProducts .home-feature-products .sectionTitle,
#landingpageProducts .home-feature-products .sectionTitle,
.homepageProducts .landing-feature-products .sectionTitle,
#landingpageProducts .landing-feature-products .sectionTitle {
  background-color: #dedede;
  position: relative;
  width: 100%;
}
.homepageProducts .home-feature-products .sectionImage,
#landingpageProducts .home-feature-products .sectionImage,
.homepageProducts .landing-feature-products .sectionImage,
#landingpageProducts .landing-feature-products .sectionImage {
  height: 50px;
  padding-left: 20px;
}
.homepageProducts .home-feature-products .movieTitle,
#landingpageProducts .home-feature-products .movieTitle,
.homepageProducts .landing-feature-products .movieTitle,
#landingpageProducts .landing-feature-products .movieTitle {
  background-image: url("/images/movie_angle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.homepageProducts .home-feature-products .musicTitle,
#landingpageProducts .home-feature-products .musicTitle,
.homepageProducts .landing-feature-products .musicTitle,
#landingpageProducts .landing-feature-products .musicTitle {
  background-image: url("/images/music_angle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.homepageProducts .home-feature-products .gameTitle,
#landingpageProducts .home-feature-products .gameTitle,
.homepageProducts .landing-feature-products .gameTitle,
#landingpageProducts .landing-feature-products .gameTitle {
  background-image: url("/images/games_angle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.homepageProducts .home-feature-products .moreTitle,
#landingpageProducts .home-feature-products .moreTitle,
.homepageProducts .landing-feature-products .moreTitle,
#landingpageProducts .landing-feature-products .moreTitle {
  background-image: url("/images/more_angle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.homepageProducts .home-feature-products .feature-icon,
#landingpageProducts .home-feature-products .feature-icon,
.homepageProducts .landing-feature-products .feature-icon,
#landingpageProducts .landing-feature-products .feature-icon {
  width: 32px;
  height: 32px;
  background-color: #9ba2a4;
  display: block;
  float: left;
  margin-right: 10px;
}
.homepageProducts .home-feature-products #gamesIcon,
#landingpageProducts .home-feature-products #gamesIcon,
.homepageProducts .landing-feature-products #gamesIcon,
#landingpageProducts .landing-feature-products #gamesIcon {
  background: url("/images/gamesIcon-color.png");
  background-image: url("/images/gamesIcon-color.svg");
  background-repeat: no-repeat;
  background-position-y: 3px;
}
.homepageProducts .home-feature-products #moviesIcon,
#landingpageProducts .home-feature-products #moviesIcon,
.homepageProducts .landing-feature-products #moviesIcon,
#landingpageProducts .landing-feature-products #moviesIcon {
  background: url("/images/moviesIcon-color.png");
  background-image: url("/images/moviesIcon-color.svg");
  background-repeat: no-repeat;
  width: 80px;
  position: relative;
  display: inline-block;
}
.homepageProducts .home-feature-products #musicIcon,
#landingpageProducts .home-feature-products #musicIcon,
.homepageProducts .landing-feature-products #musicIcon,
#landingpageProducts .landing-feature-products #musicIcon {
  background: url("/images/musicIcon-color.png");
  background-image: url("/images/musicIcon-color.svg");
  background-repeat: no-repeat;
}
.homepageProducts .home-feature-products #moreIcon,
#landingpageProducts .home-feature-products #moreIcon,
.homepageProducts .landing-feature-products #moreIcon,
#landingpageProducts .landing-feature-products #moreIcon {
  background: url("/images/moreIcon-color.png");
  background-image: url("/images/moreIcon-color.svg");
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .homepageProducts .home-feature-products .feature-short,
  #landingpageProducts .home-feature-products .feature-short,
  .homepageProducts .landing-feature-products .feature-short,
  #landingpageProducts .landing-feature-products .feature-short {
    max-height: 240px;
  }
}
.homepageProducts .home-feature-products .feature-block,
#landingpageProducts .home-feature-products .feature-block,
.homepageProducts .landing-feature-products .feature-block,
#landingpageProducts .landing-feature-products .feature-block {
  border: 1px solid;
  overflow: hidden;
  padding: 10px;
  border-color: #b6bbbd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.homepageProducts .home-feature-products .feature-block a.product-tile,
#landingpageProducts .home-feature-products .feature-block a.product-tile,
.homepageProducts .landing-feature-products .feature-block a.product-tile,
#landingpageProducts .landing-feature-products .feature-block a.product-tile {
  display: block;
  width: 110px;
  float: left;
  margin: 10px;
  height: 200px;
}
.homepageProducts .home-feature-products .feature-block a.product-tile object,
#landingpageProducts .home-feature-products .feature-block a.product-tile object,
.homepageProducts .landing-feature-products .feature-block a.product-tile object,
#landingpageProducts .landing-feature-products .feature-block a.product-tile object,
.homepageProducts .home-feature-products .feature-block a.product-tile img,
#landingpageProducts .home-feature-products .feature-block a.product-tile img,
.homepageProducts .landing-feature-products .feature-block a.product-tile img,
#landingpageProducts .landing-feature-products .feature-block a.product-tile img {
  max-height: 110px;
  max-width: 110px;
}
.homepageProducts .home-feature-products .feature-block a.product-tile .tile-content .tile-title,
#landingpageProducts .home-feature-products .feature-block a.product-tile .tile-content .tile-title,
.homepageProducts .landing-feature-products .feature-block a.product-tile .tile-content .tile-title,
#landingpageProducts .landing-feature-products .feature-block a.product-tile .tile-content .tile-title {
  overflow: hidden;
  max-height: 80px;
  font-size: smaller;
}
.homepageProducts .home-feature-products .feature-block a.product-tile .tile-content .tile-price,
#landingpageProducts .home-feature-products .feature-block a.product-tile .tile-content .tile-price,
.homepageProducts .landing-feature-products .feature-block a.product-tile .tile-content .tile-price,
#landingpageProducts .landing-feature-products .feature-block a.product-tile .tile-content .tile-price {
  font-size: 12px;
}
.homepageProducts .home-feature-products .feature-block.games,
#landingpageProducts .home-feature-products .feature-block.games,
.homepageProducts .landing-feature-products .feature-block.games,
#landingpageProducts .landing-feature-products .feature-block.games {
  border-left: 3px solid #4da745;
}
.homepageProducts .home-feature-products .feature-block.movies,
#landingpageProducts .home-feature-products .feature-block.movies,
.homepageProducts .landing-feature-products .feature-block.movies,
#landingpageProducts .landing-feature-products .feature-block.movies {
  border-left: 3px solid #e44640;
}
.homepageProducts .home-feature-products .feature-block.music,
#landingpageProducts .home-feature-products .feature-block.music,
.homepageProducts .landing-feature-products .feature-block.music,
#landingpageProducts .landing-feature-products .feature-block.music {
  border-left: 3px solid #2980b9;
}
.homepageProducts .home-feature-products .feature-block.more,
#landingpageProducts .home-feature-products .feature-block.more,
.homepageProducts .landing-feature-products .feature-block.more,
#landingpageProducts .landing-feature-products .feature-block.more {
  border-left: 3px solid #f08d39;
}
#allAccess {
  background-image: url("/images/all-access-bg2.jpg");
  background-size: 125%;
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}
#allAccess .color-bar {
  margin-bottom: 0px;
}
#allAccess .content {
  height: 550px;
  color: white;
}
#allAccess .content h1 {
  margin-top: 100px;
}
#allAccess .content h4 {
  margin-bottom: 20px;
}
#allAccess .content p {
  font-size: 16px;
}
#allAccess #aa-btn {
  margin-top: 50px;
}
#sellTrade {
  background-color: #f5f5f5;
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}
#sellTrade .content {
  height: 800px;
}
#sellTrade h1 {
  margin-top: 70px;
  margin-bottom: 50px;
}
#sellTrade p {
  margin: 0 auto;
  width: 75%;
  color: #8e9598;
}
#sellTrade .account-creation-callout {
  border-radius: 8px;
  background: #ebebeb url("/images/emails-promo.png") no-repeat;
  background-size: 100%;
  background-position-y: 55px;
  height: 200px;
  box-shadow: inset 0 0 20px #808080;
  -moz-box-shadow: inset 0 0 20px #808080;
  -webkit-box-shadow: inset 0 0 20px #808080;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 20px;
}
#sellTrade .account-creation-callout h4 {
  width: 60%;
  margin: 0 auto;
}
#sellTrade .account-creation-callout .btn._outlined {
  margin-top: 30px;
}
.see_more {
  border: 1px solid #86878a;
  border-radius: 10px;
  height: 40px;
}
.see_more:hover {
  border: 1px solid #86878a;
  border-radius: 10px;
  height: 40px;
  background-color: #a1c9ec;
}
.contact_area {
  background-image: url("/images/contact_background.jpg");
  background-size: cover;
}
.sectionTitle {
  background-color: #dedede;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.sectionImage {
  height: 50px;
  padding-left: 20px;
}
.movieTitle {
  background-image: url("/images/movie_angle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.musicTitle {
  background-image: url("/images/music_angle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.gameTitle {
  background-image: url("/images/games_angle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.moreTitle {
  background-image: url("/images/more_angle.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.-singleBorder {
  border: 1px solid #999999;
}
#productBreadHelper {
  font-size: 12px;
  margin-bottom: 10px;
  display: none;
}
#productBreadHelper #breadcrumb > a {
  color: #80898c;
}
#productImgDetail .imgContainer {
  width: 250px;
  height: 350px;
  display: block;
}
#productImgDetail .imgContainer img,
#productImgDetail .imgContainer object {
  width: 100%;
}
#productContentDetail {
  margin-bottom: 28px;
}
#productContentDetail h1 {
  font-size: 32px;
  margin-bottom: 0px;
}
#productContentDetail span.-badge._used,
#productContentDetail span.productSubLabel {
  display: inline-block;
}
#productContentDetail .priceLabel {
  font-size: 16px;
}
#productContentDetail .productPrice {
  font-size: 18px;
  padding-top: 18px;
  font-weight: bold;
  color: #e44640;
}
#productContentDetail .buttonBlock {
  margin-top: 20px;
}
#productContentDetail .productStores p {
  display: inline-block;
  color: #4da745;
  margin-left: 5px;
  margin-bottom: 0px !important;
}
.priceBlock > div > form {
  display: inline-block;
}
#productMain {
  margin-bottom: 30px;
}
.-badge {
  font-size: 10px;
  text-transform: lowercase;
  padding: 2px 7px 3px 7px;
  color: #fff;
  margin-left: 5px;
  top: -4px;
  position: relative;
}
.-badge._new {
  background-color: #2980b9;
}
.-badge._used {
  background-color: #a8aeb1;
}
#checkout-steps ul {
  list-style: none;
  display: inline-block;
  color: #9ba2a4;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 30px;
}
#checkout-steps ul li {
  display: inline-block;
  padding: 0 20px;
}
#checkout-steps ul li.currentStep {
  color: #2980b9;
  text-decoration: underline;
}
#checkout-steps ul li.currentStep:before {
  content: "";
  height: 24px;
  width: 24px;
  background-image: url("/images/cart-icon.svg");
  background-repeat: no-repeat;
  margin: 0 auto;
  display: block;
}
#checkout-steps ul li.completedStep {
  color: #a9d1ec;
}
#added-to-cart-checkout {
  background-color: #f3f4f4;
  padding: 28px;
  margin-bottom: 28px;
}
#added-to-cart-checkout .productCartDetail {
  padding-left: 28px;
}
#added-to-cart-checkout .productCartButtons {
  padding: 28px;
}
#added-to-cart-checkout h4 {
  font-weight: bold;
  color: #4da745;
}
#added-to-cart-checkout .productPrice {
  font-weight: bold;
  color: #e44640;
}
#cart-items-table {
  padding-right: 28px;
}
#cart-items-table thead {
  border-bottom: 1px solid #b6bbbd;
}
#cart-items-table th {
  padding: 0 50px 10px 0;
}
#cart-items-table table > tbody > tr {
  height: 110px;
}
#cart-items-table tr.spacer {
  height: 20px;
}
#cart-items-table td.description {
  padding: 28px;
}
#cart-items-table td.description button {
  margin-top: 5px;
}
#cart-items-table td.productPrice {
  padding-top: 0px;
}
#cart-checkout-panel {
  background-color: #f3f4f4;
  padding: 28px;
  border: 1px solid #b6bbbd;
  border-radius: 4px;
}
#cart-checkout-panel .subtotal {
  font-weight: bold;
  font-size: 18px;
}
#cart-checkout-panel button {
  margin-top: 14px;
}
#shipping-info-form label {
  margin-top: 14px;
}
#shipping-info-form button {
  margin-top: 28px;
  margin-bottom: 28px;
}
#payment-info-form label {
  margin-top: 14px;
}
#payment-info-form label.existingCard {
  font-size: 18px;
  padding: 28px;
  background-color: #f3f4f4;
  border-radius: 4px;
}
#payment-info-form button {
  margin-top: 28px;
  margin-bottom: 28px;
}
#shipping-info-form label {
  margin-top: 14px;
}
#shipping-info-form button {
  margin-top: 28px;
  margin-bottom: 28px;
}
#order-details-list {
  padding-right: 28px;
}
#order-details-list .productCartDetail {
  padding-top: 14px;
}
#order-details-list .productCartDetail p.price {
  margin-bottom: 0px;
  font-size: 14;
  color: #e44640;
  font-weight: bold;
}
#order-summary-panel {
  border-radius: 4px;
  border: 1px solid #b6bbbd;
  margin-top: 15px;
}
#order-summary-panel ._button-contain {
  background-color: #f3f4f4;
  height: 85px;
}
#order-summary-panel ._button-contain button {
  margin-top: 20px;
}
#order-summary-panel .summary-price-breakdown {
  padding: 28px;
  padding-top: 14px;
}
#order-summary-panel .summary-price-breakdown label {
  font-size: 16px;
  padding-bottom: 14px;
}
#order-summary-panel .order-total {
  color: #e44640;
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #b6bbbd;
}
#related-products-list {
  margin-left: 0px;
}
#related-products-list li {
  display: inline-block;
  float: left;
  width: 110px;
  margin-right: 28px;
  font-size: 11px;
}
#related-products-list li .text {
  margin-top: 6px;
}
#related-products-list .productImage {
  max-width: 100px;
  max-height: 100%;
}
#related-products-list .productImage img,
#related-products-list .productImage object {
  max-height: 100%;
  max-width: 100px;
}
@media (max-width: 768px) {
  .imgContainer {
    height: 100% !important;
  }
}
.form-Coupon-Code {
  width: 100px !important;
}
.searchAside {
  background-color: #f3f4f4;
  border-radius: 4px;
  margin-bottom: 20px;
}
.searchAside h5 {
  margin-bottom: 15px;
}
#searchHeader {
  margin-bottom: 25px;
}
.storeListPopup {
  padding: 5px;
}
.queryString {
  font-size: 32px;
  margin-bottom: 5px;
}
.queryString strong {
  color: #f08d39;
}
.queryScope {
  font-size: 18px;
  font-weight: bold;
}
.searchControls {
  background-color: #f3f4f4;
  padding: 10px;
  margin-bottom: 15px;
}
.productContainer {
  border-bottom: 1px solid #f3f4f4;
  margin-bottom: 15px;
  padding-bottom: 15px;
  max-width: 700px;
}
.productContainer .productDetails {
  padding-left: 10px;
}
.productContainer .productDetails .productTitle,
.productContainer .productDetails .productArtist {
  text-transform: capitalize;
}
.productContainer .productDetails .productTitle {
  font-size: 18px;
  color: #2980b9;
  margin-bottom: 0px;
}
.productContainer .productDetails .productArtist {
  font-size: 14;
  color: #43484a;
  margin-top: 5px;
}
.productContainer .productDetails .-badge {
  font-size: 10px;
  text-transform: lowercase;
  padding: 2px 7px 3px 7px;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}
.productContainer .productDetails .-badge._new {
  background-color: #2980b9;
}
.productContainer .productDetails .-badge._used {
  background-color: #a8aeb1;
}
.productContainer .productDetails .productStores {
  font-size: 12px;
  color: #4da745;
  display: inline-block;
  position: relative;
}
.productContainer .productDetails .productStores .list-stacked {
  position: absolute;
  border: 1px solid #000;
  background: #fff;
  right: 0;
  z-index: 2;
  display: none;
}
.productContainer .productDetails .productStores:hover .list-stacked {
  display: block;
}
.productPrice {
  font-size: 16px;
  font-weight: 500;
}
.productImage {
  width: 100px;
  height: 100px;
  display: block;
  padding-left: 5px;
}
.productImage img,
.productImage object {
  max-height: 100%;
  max-width: 100px;
}
.productImage .productPrice {
  font-size: 18px;
  padding-top: 18px;
  font-weight: bold;
  color: #e44640;
  padding-left: 5px;
}
.productImage .productPrice .stockOut {
  color: #9ba2a4;
  font-style: italic;
  font-weight: normal;
}
.productPurchase {
  margin-top: 10px;
  font-size: 11px;
}
#sortList1 {
  border-radius: 5px;
  margin-bottom: 15px;
}
#btnSubmitSort {
  margin-bottom: 15px;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.6
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 30px;
	padding: 0;
	*zoom: 1;
    /*max-width: 960px !important;*/
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-viewport ul{
    margin: 0 0 0 0 !important;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;*/
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/Content/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/Content/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/Content/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/Content/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/Content/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
