﻿/* Note China has issues with UTF-8 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, ../sass/vendor/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/vendor/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 32, ../sass/vendor/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 52, ../sass/vendor/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, ../sass/vendor/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 75, ../sass/vendor/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, ../sass/vendor/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 95, ../sass/vendor/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, ../sass/vendor/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 115, ../sass/vendor/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, ../sass/vendor/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, ../sass/vendor/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, ../sass/vendor/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, ../sass/vendor/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 159, ../sass/vendor/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../sass/vendor/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../sass/vendor/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, ../sass/vendor/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 190, ../sass/vendor/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, ../sass/vendor/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, ../sass/vendor/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, ../sass/vendor/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 227, ../sass/vendor/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 250, ../sass/vendor/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, ../sass/vendor/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 275, ../sass/vendor/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 288, ../sass/vendor/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 300, ../sass/vendor/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 309, ../sass/vendor/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, ../sass/vendor/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 332, ../sass/vendor/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 344, ../sass/vendor/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, ../sass/vendor/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 368, ../sass/vendor/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, ../sass/vendor/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, ../sass/vendor/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, ../sass/vendor/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, ../sass/vendor/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, ../sass/vendor/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../sass/vendor/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 8, ../sass/vendor/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 15, ../sass/vendor/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, ../sass/vendor/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, ../sass/vendor/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 29, ../sass/vendor/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, ../sass/vendor/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, ../sass/vendor/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 44, ../sass/vendor/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, ../sass/vendor/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 53, ../sass/vendor/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 60, ../sass/vendor/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 67, ../sass/vendor/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, ../sass/vendor/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 76, ../sass/vendor/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 83, ../sass/vendor/bootstrap/_print.scss */
  .btn > .caret, .scfSubmitButton > .caret,
  .dropup > .btn > .caret,
  .dropup > .scfSubmitButton > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../sass/vendor/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../sass/vendor/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 95, ../sass/vendor/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../sass/vendor/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/vendor/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../sass/vendor/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../sass/vendor/bootstrap/_scaffolding.scss */
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #4b4d50;
  background-color: #fff;
}

/* line 36, ../sass/vendor/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../sass/vendor/bootstrap/_scaffolding.scss */
a {
  color: #0097D4;
  text-decoration: none;
}
/* line 52, ../sass/vendor/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
/* line 58, ../sass/vendor/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../sass/vendor/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../sass/vendor/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../sass/vendor/bootstrap/_scaffolding.scss */
.img-responsive, .tile-product-nav .thumbnail figure .img, .accessories-item-image img, .product-promos img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../sass/vendor/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../sass/vendor/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 0;
  line-height: 1.428571429;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../sass/vendor/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../sass/vendor/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../sass/vendor/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../sass/vendor/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, ../sass/vendor/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}
/* line 16, ../sass/vendor/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../sass/vendor/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../sass/vendor/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../sass/vendor/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../sass/vendor/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../sass/vendor/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../sass/vendor/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../sass/vendor/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../sass/vendor/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../sass/vendor/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../sass/vendor/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../sass/vendor/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../sass/vendor/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/vendor/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../sass/vendor/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, ../sass/vendor/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 88, ../sass/vendor/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 95, ../sass/vendor/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 96, ../sass/vendor/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 97, ../sass/vendor/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 98, ../sass/vendor/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 99, ../sass/vendor/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 102, ../sass/vendor/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 103, ../sass/vendor/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 104, ../sass/vendor/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 107, ../sass/vendor/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #0097D4;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #0073a1;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 124, ../sass/vendor/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #0097D4;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #0073a1;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_background-variant.scss */
.bg-danger, .scfValidationSummary,
.scfSubmitSummary {
  background-color: #f2dede;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover, a.scfValidationSummary:hover,
a.scfSubmitSummary:hover {
  background-color: #e4b9b9;
}

/* line 143, ../sass/vendor/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 154, ../sass/vendor/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 158, ../sass/vendor/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../sass/vendor/bootstrap/_type.scss */
.list-unstyled, .list-inline, .reviews ul, .social ul, .hero .variant-container .variant, .compare-products-modal .compare-abilities, ul.list-dynamic, .help .help-items, .hero-section-nav ul, .search-facets ul, .search-results > ul, .footer-nav, .footer-social, .footer-sub-nav {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../sass/vendor/bootstrap/_type.scss */
.list-inline, .reviews ul, .social ul, .hero .variant-container .variant, .compare-products-modal .compare-abilities {
  margin-left: -5px;
}
/* line 177, ../sass/vendor/bootstrap/_type.scss */
.list-inline > li, .reviews ul > li, .social ul > li, .hero .variant-container .variant > li, .compare-products-modal .compare-abilities > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../sass/vendor/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../sass/vendor/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../sass/vendor/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../sass/vendor/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../sass/vendor/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../sass/vendor/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../sass/vendor/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../sass/vendor/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, ../sass/vendor/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../sass/vendor/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass/vendor/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
/* line 265, ../sass/vendor/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../sass/vendor/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../sass/vendor/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../sass/vendor/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../sass/vendor/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 300, ../sass/vendor/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 10, ../sass/vendor/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  /*
  @media (min-width: $screen-sm-min) {
    width: $container-sm;
  }
  @media (min-width: $screen-md-min) {
    width: $container-md;
  }
  */
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 1240px) {
  /* line 10, ../sass/vendor/bootstrap/_grid.scss */
  .container {
    width: 1240px;
  }
}

/* line 32, ../sass/vendor/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 41, ../sass/vendor/bootstrap/_grid.scss */
.row, .layer-section-header hgroup, .wrapper.store-home .layer-checkout-header hgroup, .compare {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.row:before, .layer-section-header hgroup:before, .wrapper.store-home .layer-checkout-header hgroup:before, .compare:before, .row:after, .layer-section-header hgroup:after, .wrapper.store-home .layer-checkout-header hgroup:after, .compare:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.row:after, .layer-section-header hgroup:after, .wrapper.store-home .layer-checkout-header hgroup:after, .compare:after {
  clear: both;
}

/* line 11, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-ms-1, .col-sm-1, .col-md-1, .col-lg-1, .footer-social, .col-xs-2, .col-ms-2, .col-sm-2, .layer-explore ul li, .col-md-2, .layer-spec .features .feature, .app, .col-lg-2, .col-xs-3, .col-ms-3, .col-sm-3, .tab-pane .product-family > div, .layer-spec .features .feature, .app, .footer-nav, .footer-sub-nav, .flyout-suggested .accessories .accessories-item, .col-md-3, .tabs > header, .jump-nav-bar .price, .static-product, .col-lg-3, .layer-text .sidebar, .col-xs-4, .layer-discover ul li a figure .img, .product-highlights-carousel .carousel-indicators-container .carousel-indicators, .product-highlight figure .product-caption, .scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel, .col-ms-4, .flyout-suggested .accessories .accessories-item, .col-sm-4, ul.list-dynamic > li, section[class*="text-narrower-"] .content,
section[class*="text-narrower-"] figcaption,
div[class*="text-narrower-"] .content,
div[class*="text-narrower-"] figcaption, .col-md-4, .layer-tabs.layer-full-width .tabs > header, .layer-tabs.layer-page-editor .tabs > header, .layer-tabs.layer-hero .tabs > header, .layer-tabs.layer-hero-carousel .tabs > header, .layer-tabs.layer-big-thumbnails .tabs > header, .layer-tabs.layer-search-results .tabs > header, .layer-tabs.layer-product-feature-carousel .tabs > header,
.layer-tabs.layer-product-highlights-carousel .tabs > header, .layer-tabs.layer-feature-image .tabs > header, .layer-tabs.layer-quick-access .tabs > header, .layer-tabs.layer-offices .tabs > header, .layer-text .sidebar, .accessories-item, .layer-spec-pen .spec-callout-features, .scfDatePickerGeneralPanel, .col-lg-4, .col-xs-5, .col-ms-5, .col-sm-5, .layer-explore header, section[class*="feature-image-left"] .feature > article, section[class*="feature-image-right"] .feature > article, .specs, .spec-image, .layer-text .sidebar, section[class*="text-narrow-"] .content,
section[class*="text-narrow-"] figcaption,
div[class*="text-narrow-"] .content,
div[class*="text-narrow-"] figcaption, .col-md-5, .layer-spec-pen .spec-table-products, .col-lg-5, .footer-nav, .col-xs-6, .layer-mini-item ul.list-dynamic li, .layer-discover ul li a figcaption, .layer-spec .features .feature, .app, .static-product, .flyout-suggested .accessories .accessories-item, .col-ms-6, .col-sm-6, .layer-text .content, section[class*="text-normal-"] .content,
section[class*="text-normal-"] figcaption,
div[class*="text-normal-"] .content,
div[class*="text-normal-"] figcaption, .accessories-item, .scfDatePickerGeneralPanel, .col-md-6, .apps-compressed .app, .col-lg-6, .footer-sub-nav, .col-xs-7, .col-ms-7, .col-sm-7, .layer-explore ul, section[class*="text-wide-"] .content,
section[class*="text-wide-"] figcaption,
div[class*="text-wide-"] .content,
div[class*="text-wide-"] figcaption, .col-md-7, .col-lg-7, .col-xs-8, .scfSingleLineGeneralPanel,
.scfMultipleLineGeneralPanel,
.scfDropListGeneralPanel,
.scfEmailGeneralPanel, .col-ms-8, .layer-discover header, .col-sm-8, .layer-tabs.layer-integrated-products .tabs .tabs-container, section[class*="text-wider-"] .content,
section[class*="text-wider-"] figcaption,
div[class*="text-wider-"] .content,
div[class*="text-wider-"] figcaption, .col-md-8, .layer-tabs.layer-full-width .tabs .tabs-container, .layer-tabs.layer-page-editor .tabs .tabs-container, .layer-tabs.layer-hero .tabs .tabs-container, .layer-tabs.layer-hero-carousel .tabs .tabs-container, .layer-tabs.layer-big-thumbnails .tabs .tabs-container, .layer-tabs.layer-search-results .tabs .tabs-container, .layer-tabs.layer-product-feature-carousel .tabs .tabs-container,
.layer-tabs.layer-product-highlights-carousel .tabs .tabs-container, .layer-tabs.layer-feature-image .tabs .tabs-container, .layer-tabs.layer-quick-access .tabs .tabs-container, .layer-tabs.layer-offices .tabs .tabs-container, .tabs .tabs-container, .jump-nav-bar .jump-nav, .col-lg-8, .col-xs-9, .col-ms-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-ms-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-ms-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .scfDatePickerGeneralPanel, .col-ms-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 27, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .layer-discover ul li a figure .img, .product-highlights-carousel .carousel-indicators-container .carousel-indicators, .product-highlight figure .product-caption, .scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel, .col-xs-5, .col-xs-6, .layer-mini-item ul.list-dynamic li, .layer-discover ul li a figcaption, .layer-spec .features .feature, .app, .static-product, .flyout-suggested .accessories .accessories-item, .col-xs-7, .col-xs-8, .scfSingleLineGeneralPanel,
.scfMultipleLineGeneralPanel,
.scfDropListGeneralPanel,
.scfEmailGeneralPanel, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .scfDatePickerGeneralPanel {
  float: left;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-4, .layer-discover ul li a figure .img, .product-highlights-carousel .carousel-indicators-container .carousel-indicators, .product-highlight figure .product-caption, .scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
  width: 33.3333333333%;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-6, .layer-mini-item ul.list-dynamic li, .layer-discover ul li a figcaption, .layer-spec .features .feature, .app, .static-product, .flyout-suggested .accessories .accessories-item {
  width: 50%;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-8, .scfSingleLineGeneralPanel,
.scfMultipleLineGeneralPanel,
.scfDropListGeneralPanel,
.scfEmailGeneralPanel {
  width: 66.6666666667%;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-12, .scfDatePickerGeneralPanel {
  width: 100%;
}

/* line 55, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4, .scfSubmitButtonBorder {
  margin-left: 33.3333333333%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6, .product-highlights-carousel .carousel-indicators-container .carousel-indicators, .product-highlight figure .product-caption {
  margin-left: 50%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  /* line 27, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .flyout-suggested .accessories .accessories-item, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .layer-discover header, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-1 {
    width: 8.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-2 {
    width: 16.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-3 {
    width: 25%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-4, .flyout-suggested .accessories .accessories-item {
    width: 33.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-5 {
    width: 41.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-6 {
    width: 50%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-7 {
    width: 58.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-8, .layer-discover header {
    width: 66.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-9 {
    width: 75%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-10 {
    width: 83.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-11 {
    width: 91.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-12 {
    width: 100%;
  }

  /* line 55, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-0 {
    left: auto;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-ms-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  /* line 27, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .layer-explore ul li, .col-sm-3, .tab-pane .product-family > div, .layer-spec .features .feature, .app, .footer-nav, .footer-sub-nav, .flyout-suggested .accessories .accessories-item, .col-sm-4, ul.list-dynamic > li, section[class*="text-narrower-"] .content,
  section[class*="text-narrower-"] figcaption,
  div[class*="text-narrower-"] .content,
  div[class*="text-narrower-"] figcaption, .col-sm-5, .layer-explore header, section[class*="feature-image-left"] .feature > article, section[class*="feature-image-right"] .feature > article, .specs, .spec-image, .layer-text .sidebar, section[class*="text-narrow-"] .content,
  section[class*="text-narrow-"] figcaption,
  div[class*="text-narrow-"] .content,
  div[class*="text-narrow-"] figcaption, .col-sm-6, .layer-text .content, section[class*="text-normal-"] .content,
  section[class*="text-normal-"] figcaption,
  div[class*="text-normal-"] .content,
  div[class*="text-normal-"] figcaption, .accessories-item, .scfDatePickerGeneralPanel, .col-sm-7, .layer-explore ul, section[class*="text-wide-"] .content,
  section[class*="text-wide-"] figcaption,
  div[class*="text-wide-"] .content,
  div[class*="text-wide-"] figcaption, .col-sm-8, .layer-tabs.layer-integrated-products .tabs .tabs-container, section[class*="text-wider-"] .content,
  section[class*="text-wider-"] figcaption,
  div[class*="text-wider-"] .content,
  div[class*="text-wider-"] figcaption, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2, .layer-explore ul li {
    width: 16.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3, .tab-pane .product-family > div, .layer-spec .features .feature, .app, .footer-nav, .footer-sub-nav, .flyout-suggested .accessories .accessories-item {
    width: 25%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4, ul.list-dynamic > li, section[class*="text-narrower-"] .content,
  section[class*="text-narrower-"] figcaption,
  div[class*="text-narrower-"] .content,
  div[class*="text-narrower-"] figcaption {
    width: 33.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5, .layer-explore header, section[class*="feature-image-left"] .feature > article, section[class*="feature-image-right"] .feature > article, .specs, .spec-image, .layer-text .sidebar, section[class*="text-narrow-"] .content,
  section[class*="text-narrow-"] figcaption,
  div[class*="text-narrow-"] .content,
  div[class*="text-narrow-"] figcaption {
    width: 41.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6, .layer-text .content, section[class*="text-normal-"] .content,
  section[class*="text-normal-"] figcaption,
  div[class*="text-normal-"] .content,
  div[class*="text-normal-"] figcaption, .accessories-item, .scfDatePickerGeneralPanel {
    width: 50%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7, .layer-explore ul, section[class*="text-wide-"] .content,
  section[class*="text-wide-"] figcaption,
  div[class*="text-wide-"] .content,
  div[class*="text-wide-"] figcaption {
    width: 58.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8, .layer-tabs.layer-integrated-products .tabs .tabs-container, section[class*="text-wider-"] .content,
  section[class*="text-wider-"] figcaption,
  div[class*="text-wider-"] .content,
  div[class*="text-wider-"] figcaption {
    width: 66.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1, section[class*="feature-image-right"] .feature > article {
    margin-left: 8.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6, section[class*="feature-image-left"] .feature > article {
    margin-left: 50%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .layer-spec .features .feature, .app, .col-md-3, .tabs > header, .jump-nav-bar .price, .static-product, .col-md-4, .layer-tabs.layer-full-width .tabs > header, .layer-tabs.layer-page-editor .tabs > header, .layer-tabs.layer-hero .tabs > header, .layer-tabs.layer-hero-carousel .tabs > header, .layer-tabs.layer-big-thumbnails .tabs > header, .layer-tabs.layer-search-results .tabs > header, .layer-tabs.layer-product-feature-carousel .tabs > header,
  .layer-tabs.layer-product-highlights-carousel .tabs > header, .layer-tabs.layer-feature-image .tabs > header, .layer-tabs.layer-quick-access .tabs > header, .layer-tabs.layer-offices .tabs > header, .layer-text .sidebar, .accessories-item, .layer-spec-pen .spec-callout-features, .scfDatePickerGeneralPanel, .col-md-5, .layer-spec-pen .spec-table-products, .col-md-6, .apps-compressed .app, .col-md-7, .col-md-8, .layer-tabs.layer-full-width .tabs .tabs-container, .layer-tabs.layer-page-editor .tabs .tabs-container, .layer-tabs.layer-hero .tabs .tabs-container, .layer-tabs.layer-hero-carousel .tabs .tabs-container, .layer-tabs.layer-big-thumbnails .tabs .tabs-container, .layer-tabs.layer-search-results .tabs .tabs-container, .layer-tabs.layer-product-feature-carousel .tabs .tabs-container,
  .layer-tabs.layer-product-highlights-carousel .tabs .tabs-container, .layer-tabs.layer-feature-image .tabs .tabs-container, .layer-tabs.layer-quick-access .tabs .tabs-container, .layer-tabs.layer-offices .tabs .tabs-container, .tabs .tabs-container, .jump-nav-bar .jump-nav, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-2, .layer-spec .features .feature, .app {
    width: 16.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-3, .tabs > header, .jump-nav-bar .price, .static-product {
    width: 25%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-4, .layer-tabs.layer-full-width .tabs > header, .layer-tabs.layer-page-editor .tabs > header, .layer-tabs.layer-hero .tabs > header, .layer-tabs.layer-hero-carousel .tabs > header, .layer-tabs.layer-big-thumbnails .tabs > header, .layer-tabs.layer-search-results .tabs > header, .layer-tabs.layer-product-feature-carousel .tabs > header,
  .layer-tabs.layer-product-highlights-carousel .tabs > header, .layer-tabs.layer-feature-image .tabs > header, .layer-tabs.layer-quick-access .tabs > header, .layer-tabs.layer-offices .tabs > header, .layer-text .sidebar, .accessories-item, .layer-spec-pen .spec-callout-features, .scfDatePickerGeneralPanel {
    width: 33.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-5, .layer-spec-pen .spec-table-products {
    width: 41.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-6, .apps-compressed .app {
    width: 50%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-8, .layer-tabs.layer-full-width .tabs .tabs-container, .layer-tabs.layer-page-editor .tabs .tabs-container, .layer-tabs.layer-hero .tabs .tabs-container, .layer-tabs.layer-hero-carousel .tabs .tabs-container, .layer-tabs.layer-big-thumbnails .tabs .tabs-container, .layer-tabs.layer-search-results .tabs .tabs-container, .layer-tabs.layer-product-feature-carousel .tabs .tabs-container,
  .layer-tabs.layer-product-highlights-carousel .tabs .tabs-container, .layer-tabs.layer-feature-image .tabs .tabs-container, .layer-tabs.layer-quick-access .tabs .tabs-container, .layer-tabs.layer-offices .tabs .tabs-container, .tabs .tabs-container, .jump-nav-bar .jump-nav {
    width: 66.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0, .layer-tabs.layer-full-width .tabs .tabs-container, .layer-tabs.layer-page-editor .tabs .tabs-container, .layer-tabs.layer-hero .tabs .tabs-container, .layer-tabs.layer-hero-carousel .tabs .tabs-container, .layer-tabs.layer-big-thumbnails .tabs .tabs-container, .layer-tabs.layer-search-results .tabs .tabs-container, .layer-tabs.layer-product-feature-carousel .tabs .tabs-container,
  .layer-tabs.layer-product-highlights-carousel .tabs .tabs-container, .layer-tabs.layer-feature-image .tabs .tabs-container, .layer-tabs.layer-quick-access .tabs .tabs-container, .layer-tabs.layer-offices .tabs .tabs-container {
    margin-left: 0%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1, .tabs .tabs-container {
    margin-left: 8.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .footer-social, .col-lg-2, .col-lg-3, .layer-text .sidebar, .col-lg-4, .col-lg-5, .footer-nav, .col-lg-6, .footer-sub-nav, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2, .footer-social {
    width: 16.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3, .layer-text .sidebar {
    width: 25%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5, .footer-nav, .footer-sub-nav {
    width: 41.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 35, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, ../sass/vendor/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../sass/vendor/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../sass/vendor/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 16, ../sass/vendor/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 25, ../sass/vendor/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 35, ../sass/vendor/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 44, ../sass/vendor/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 51, ../sass/vendor/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 56, ../sass/vendor/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 69, ../sass/vendor/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 82, ../sass/vendor/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 88, ../sass/vendor/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 95, ../sass/vendor/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 109, ../sass/vendor/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f3f6f7;
}

/* line 123, ../sass/vendor/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 135, ../sass/vendor/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../sass/vendor/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../sass/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../sass/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../sass/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../sass/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../sass/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../sass/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../sass/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../sass/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../sass/vendor/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../sass/vendor/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 479px) {
  /* line 171, ../sass/vendor/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, ../sass/vendor/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 190, ../sass/vendor/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 199, ../sass/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 207, ../sass/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 211, ../sass/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 224, ../sass/vendor/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../sass/vendor/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../sass/vendor/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../sass/vendor/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../sass/vendor/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/vendor/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../sass/vendor/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../sass/vendor/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../sass/vendor/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, ../sass/vendor/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, ../sass/vendor/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 115, ../sass/vendor/bootstrap/_forms.scss */
.form-control, .scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDatePickerTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox, .scfTelephoneTextBox, .scfSmsTelephoneTextBox,
.scfMultipleLineTextBox,
.scfDropList {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 53, ../sass/vendor/bootstrap/mixins/_forms.scss */
.form-control:focus, .scfEmailTextBox:focus, .scfSingleLineTextBox:focus, .scfPasswordTextBox:focus, .scfNumberTextBox:focus, .scfDatePickerTextBox:focus, .scfDateTextBox:focus, .scfRadioButtonList:focus, .scfListBox:focus, .scfCheckBoxList:focus, .scfFileUpload:focus, .scfCreditCardTextBox:focus, .scfCreditCardType:focus, .scfConfirmPasswordTextBox:focus, .scfTelephoneTextBox:focus, .scfSmsTelephoneTextBox:focus,
.scfMultipleLineTextBox:focus,
.scfDropList:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 102, ../sass/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder, .scfEmailTextBox::-moz-placeholder, .scfSingleLineTextBox::-moz-placeholder, .scfPasswordTextBox::-moz-placeholder, .scfNumberTextBox::-moz-placeholder, .scfDatePickerTextBox::-moz-placeholder, .scfDateTextBox::-moz-placeholder, .scfRadioButtonList::-moz-placeholder, .scfListBox::-moz-placeholder, .scfCheckBoxList::-moz-placeholder, .scfFileUpload::-moz-placeholder, .scfCreditCardTextBox::-moz-placeholder, .scfCreditCardType::-moz-placeholder, .scfConfirmPasswordTextBox::-moz-placeholder, .scfTelephoneTextBox::-moz-placeholder, .scfSmsTelephoneTextBox::-moz-placeholder,
.scfMultipleLineTextBox::-moz-placeholder,
.scfDropList::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 104, ../sass/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder, .scfEmailTextBox:-ms-input-placeholder, .scfSingleLineTextBox:-ms-input-placeholder, .scfPasswordTextBox:-ms-input-placeholder, .scfNumberTextBox:-ms-input-placeholder, .scfDatePickerTextBox:-ms-input-placeholder, .scfDateTextBox:-ms-input-placeholder, .scfRadioButtonList:-ms-input-placeholder, .scfListBox:-ms-input-placeholder, .scfCheckBoxList:-ms-input-placeholder, .scfFileUpload:-ms-input-placeholder, .scfCreditCardTextBox:-ms-input-placeholder, .scfCreditCardType:-ms-input-placeholder, .scfConfirmPasswordTextBox:-ms-input-placeholder, .scfTelephoneTextBox:-ms-input-placeholder, .scfSmsTelephoneTextBox:-ms-input-placeholder,
.scfMultipleLineTextBox:-ms-input-placeholder,
.scfDropList:-ms-input-placeholder {
  color: #777777;
}
/* line 105, ../sass/vendor/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder, .scfEmailTextBox::-webkit-input-placeholder, .scfSingleLineTextBox::-webkit-input-placeholder, .scfPasswordTextBox::-webkit-input-placeholder, .scfNumberTextBox::-webkit-input-placeholder, .scfDatePickerTextBox::-webkit-input-placeholder, .scfDateTextBox::-webkit-input-placeholder, .scfRadioButtonList::-webkit-input-placeholder, .scfListBox::-webkit-input-placeholder, .scfCheckBoxList::-webkit-input-placeholder, .scfFileUpload::-webkit-input-placeholder, .scfCreditCardTextBox::-webkit-input-placeholder, .scfCreditCardType::-webkit-input-placeholder, .scfConfirmPasswordTextBox::-webkit-input-placeholder, .scfTelephoneTextBox::-webkit-input-placeholder, .scfSmsTelephoneTextBox::-webkit-input-placeholder,
.scfMultipleLineTextBox::-webkit-input-placeholder,
.scfDropList::-webkit-input-placeholder {
  color: #777777;
}
/* line 141, ../sass/vendor/bootstrap/_forms.scss */
.form-control[disabled], [disabled].scfEmailTextBox, [disabled].scfSingleLineTextBox, [disabled].scfPasswordTextBox, [disabled].scfNumberTextBox, [disabled].scfDatePickerTextBox, [disabled].scfDateTextBox, [disabled].scfRadioButtonList, [disabled].scfListBox, [disabled].scfCheckBoxList, [disabled].scfFileUpload, [disabled].scfCreditCardTextBox, [disabled].scfCreditCardType, [disabled].scfConfirmPasswordTextBox, [disabled].scfTelephoneTextBox, [disabled].scfSmsTelephoneTextBox,
[disabled].scfMultipleLineTextBox,
[disabled].scfDropList, .form-control[readonly], [readonly].scfEmailTextBox, [readonly].scfSingleLineTextBox, [readonly].scfPasswordTextBox, [readonly].scfNumberTextBox, [readonly].scfDatePickerTextBox, [readonly].scfDateTextBox, [readonly].scfRadioButtonList, [readonly].scfListBox, [readonly].scfCheckBoxList, [readonly].scfFileUpload, [readonly].scfCreditCardTextBox, [readonly].scfCreditCardType, [readonly].scfConfirmPasswordTextBox, [readonly].scfTelephoneTextBox, [readonly].scfSmsTelephoneTextBox,
[readonly].scfMultipleLineTextBox,
[readonly].scfDropList, fieldset[disabled] .form-control, fieldset[disabled] .scfEmailTextBox, fieldset[disabled] .scfSingleLineTextBox, fieldset[disabled] .scfPasswordTextBox, fieldset[disabled] .scfNumberTextBox, fieldset[disabled] .scfDatePickerTextBox, fieldset[disabled] .scfDateTextBox, fieldset[disabled] .scfRadioButtonList, fieldset[disabled] .scfListBox, fieldset[disabled] .scfCheckBoxList, fieldset[disabled] .scfFileUpload, fieldset[disabled] .scfCreditCardTextBox, fieldset[disabled] .scfCreditCardType, fieldset[disabled] .scfConfirmPasswordTextBox, fieldset[disabled] .scfTelephoneTextBox, fieldset[disabled] .scfSmsTelephoneTextBox,
fieldset[disabled] .scfMultipleLineTextBox,
fieldset[disabled] .scfDropList {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../sass/vendor/bootstrap/_forms.scss */
textarea.form-control, textarea.scfEmailTextBox, textarea.scfSingleLineTextBox, textarea.scfPasswordTextBox, textarea.scfNumberTextBox, textarea.scfDatePickerTextBox, textarea.scfDateTextBox, textarea.scfRadioButtonList, textarea.scfListBox, textarea.scfCheckBoxList, textarea.scfFileUpload, textarea.scfCreditCardTextBox, textarea.scfCreditCardType, textarea.scfConfirmPasswordTextBox, textarea.scfTelephoneTextBox, textarea.scfSmsTelephoneTextBox,
textarea.scfMultipleLineTextBox,
textarea.scfDropList {
  height: auto;
}

/* line 165, ../sass/vendor/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 178, ../sass/vendor/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.428571429 \0;
}
/* line 186, ../sass/vendor/bootstrap/_forms.scss */
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .form-horizontal .form-group-sm input[type="date"].scfEmailTextBox, .form-horizontal .form-group-sm input[type="date"].scfSingleLineTextBox, .form-horizontal .form-group-sm input[type="date"].scfPasswordTextBox, .form-horizontal .form-group-sm input[type="date"].scfNumberTextBox, .form-horizontal .form-group-sm input[type="date"].scfDatePickerTextBox, .form-horizontal .form-group-sm input[type="date"].scfDateTextBox, .form-horizontal .form-group-sm input[type="date"].scfRadioButtonList, .form-horizontal .form-group-sm input[type="date"].scfListBox, .form-horizontal .form-group-sm input[type="date"].scfCheckBoxList, .form-horizontal .form-group-sm input[type="date"].scfFileUpload, .form-horizontal .form-group-sm input[type="date"].scfCreditCardTextBox, .form-horizontal .form-group-sm input[type="date"].scfCreditCardType, .form-horizontal .form-group-sm input[type="date"].scfConfirmPasswordTextBox, .form-horizontal .form-group-sm input[type="date"].scfTelephoneTextBox, .form-horizontal .form-group-sm input[type="date"].scfSmsTelephoneTextBox,
.form-horizontal .form-group-sm input[type="date"].scfMultipleLineTextBox,
.form-horizontal .form-group-sm input[type="date"].scfDropList,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.form-horizontal .form-group-sm input[type="time"].scfEmailTextBox,
.form-horizontal .form-group-sm input[type="time"].scfSingleLineTextBox,
.form-horizontal .form-group-sm input[type="time"].scfPasswordTextBox,
.form-horizontal .form-group-sm input[type="time"].scfNumberTextBox,
.form-horizontal .form-group-sm input[type="time"].scfDatePickerTextBox,
.form-horizontal .form-group-sm input[type="time"].scfDateTextBox,
.form-horizontal .form-group-sm input[type="time"].scfRadioButtonList,
.form-horizontal .form-group-sm input[type="time"].scfListBox,
.form-horizontal .form-group-sm input[type="time"].scfCheckBoxList,
.form-horizontal .form-group-sm input[type="time"].scfFileUpload,
.form-horizontal .form-group-sm input[type="time"].scfCreditCardTextBox,
.form-horizontal .form-group-sm input[type="time"].scfCreditCardType,
.form-horizontal .form-group-sm input[type="time"].scfConfirmPasswordTextBox,
.form-horizontal .form-group-sm input[type="time"].scfTelephoneTextBox,
.form-horizontal .form-group-sm input[type="time"].scfSmsTelephoneTextBox,
.form-horizontal .form-group-sm input[type="time"].scfMultipleLineTextBox,
.form-horizontal .form-group-sm input[type="time"].scfDropList,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.form-horizontal .form-group-sm input[type="datetime-local"].scfEmailTextBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfSingleLineTextBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfPasswordTextBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfNumberTextBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfDatePickerTextBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfDateTextBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfRadioButtonList,
.form-horizontal .form-group-sm input[type="datetime-local"].scfListBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfCheckBoxList,
.form-horizontal .form-group-sm input[type="datetime-local"].scfFileUpload,
.form-horizontal .form-group-sm input[type="datetime-local"].scfCreditCardTextBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfCreditCardType,
.form-horizontal .form-group-sm input[type="datetime-local"].scfConfirmPasswordTextBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfTelephoneTextBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfSmsTelephoneTextBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfMultipleLineTextBox,
.form-horizontal .form-group-sm input[type="datetime-local"].scfDropList,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.form-horizontal .form-group-sm input[type="month"].scfEmailTextBox,
.form-horizontal .form-group-sm input[type="month"].scfSingleLineTextBox,
.form-horizontal .form-group-sm input[type="month"].scfPasswordTextBox,
.form-horizontal .form-group-sm input[type="month"].scfNumberTextBox,
.form-horizontal .form-group-sm input[type="month"].scfDatePickerTextBox,
.form-horizontal .form-group-sm input[type="month"].scfDateTextBox,
.form-horizontal .form-group-sm input[type="month"].scfRadioButtonList,
.form-horizontal .form-group-sm input[type="month"].scfListBox,
.form-horizontal .form-group-sm input[type="month"].scfCheckBoxList,
.form-horizontal .form-group-sm input[type="month"].scfFileUpload,
.form-horizontal .form-group-sm input[type="month"].scfCreditCardTextBox,
.form-horizontal .form-group-sm input[type="month"].scfCreditCardType,
.form-horizontal .form-group-sm input[type="month"].scfConfirmPasswordTextBox,
.form-horizontal .form-group-sm input[type="month"].scfTelephoneTextBox,
.form-horizontal .form-group-sm input[type="month"].scfSmsTelephoneTextBox,
.form-horizontal .form-group-sm input[type="month"].scfMultipleLineTextBox,
.form-horizontal .form-group-sm input[type="month"].scfDropList {
  line-height: 30px;
}
/* line 189, ../sass/vendor/bootstrap/_forms.scss */
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .form-horizontal .form-group-lg input[type="date"].scfEmailTextBox, .form-horizontal .form-group-lg input[type="date"].scfSingleLineTextBox, .form-horizontal .form-group-lg input[type="date"].scfPasswordTextBox, .form-horizontal .form-group-lg input[type="date"].scfNumberTextBox, .form-horizontal .form-group-lg input[type="date"].scfDatePickerTextBox, .form-horizontal .form-group-lg input[type="date"].scfDateTextBox, .form-horizontal .form-group-lg input[type="date"].scfRadioButtonList, .form-horizontal .form-group-lg input[type="date"].scfListBox, .form-horizontal .form-group-lg input[type="date"].scfCheckBoxList, .form-horizontal .form-group-lg input[type="date"].scfFileUpload, .form-horizontal .form-group-lg input[type="date"].scfCreditCardTextBox, .form-horizontal .form-group-lg input[type="date"].scfCreditCardType, .form-horizontal .form-group-lg input[type="date"].scfConfirmPasswordTextBox, .form-horizontal .form-group-lg input[type="date"].scfTelephoneTextBox, .form-horizontal .form-group-lg input[type="date"].scfSmsTelephoneTextBox,
.form-horizontal .form-group-lg input[type="date"].scfMultipleLineTextBox,
.form-horizontal .form-group-lg input[type="date"].scfDropList,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.form-horizontal .form-group-lg input[type="time"].scfEmailTextBox,
.form-horizontal .form-group-lg input[type="time"].scfSingleLineTextBox,
.form-horizontal .form-group-lg input[type="time"].scfPasswordTextBox,
.form-horizontal .form-group-lg input[type="time"].scfNumberTextBox,
.form-horizontal .form-group-lg input[type="time"].scfDatePickerTextBox,
.form-horizontal .form-group-lg input[type="time"].scfDateTextBox,
.form-horizontal .form-group-lg input[type="time"].scfRadioButtonList,
.form-horizontal .form-group-lg input[type="time"].scfListBox,
.form-horizontal .form-group-lg input[type="time"].scfCheckBoxList,
.form-horizontal .form-group-lg input[type="time"].scfFileUpload,
.form-horizontal .form-group-lg input[type="time"].scfCreditCardTextBox,
.form-horizontal .form-group-lg input[type="time"].scfCreditCardType,
.form-horizontal .form-group-lg input[type="time"].scfConfirmPasswordTextBox,
.form-horizontal .form-group-lg input[type="time"].scfTelephoneTextBox,
.form-horizontal .form-group-lg input[type="time"].scfSmsTelephoneTextBox,
.form-horizontal .form-group-lg input[type="time"].scfMultipleLineTextBox,
.form-horizontal .form-group-lg input[type="time"].scfDropList,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.form-horizontal .form-group-lg input[type="datetime-local"].scfEmailTextBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfSingleLineTextBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfPasswordTextBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfNumberTextBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfDatePickerTextBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfDateTextBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfRadioButtonList,
.form-horizontal .form-group-lg input[type="datetime-local"].scfListBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfCheckBoxList,
.form-horizontal .form-group-lg input[type="datetime-local"].scfFileUpload,
.form-horizontal .form-group-lg input[type="datetime-local"].scfCreditCardTextBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfCreditCardType,
.form-horizontal .form-group-lg input[type="datetime-local"].scfConfirmPasswordTextBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfTelephoneTextBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfSmsTelephoneTextBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfMultipleLineTextBox,
.form-horizontal .form-group-lg input[type="datetime-local"].scfDropList,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.form-horizontal .form-group-lg input[type="month"].scfEmailTextBox,
.form-horizontal .form-group-lg input[type="month"].scfSingleLineTextBox,
.form-horizontal .form-group-lg input[type="month"].scfPasswordTextBox,
.form-horizontal .form-group-lg input[type="month"].scfNumberTextBox,
.form-horizontal .form-group-lg input[type="month"].scfDatePickerTextBox,
.form-horizontal .form-group-lg input[type="month"].scfDateTextBox,
.form-horizontal .form-group-lg input[type="month"].scfRadioButtonList,
.form-horizontal .form-group-lg input[type="month"].scfListBox,
.form-horizontal .form-group-lg input[type="month"].scfCheckBoxList,
.form-horizontal .form-group-lg input[type="month"].scfFileUpload,
.form-horizontal .form-group-lg input[type="month"].scfCreditCardTextBox,
.form-horizontal .form-group-lg input[type="month"].scfCreditCardType,
.form-horizontal .form-group-lg input[type="month"].scfConfirmPasswordTextBox,
.form-horizontal .form-group-lg input[type="month"].scfTelephoneTextBox,
.form-horizontal .form-group-lg input[type="month"].scfSmsTelephoneTextBox,
.form-horizontal .form-group-lg input[type="month"].scfMultipleLineTextBox,
.form-horizontal .form-group-lg input[type="month"].scfDropList {
  line-height: 46px;
}

/* line 200, ../sass/vendor/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 209, ../sass/vendor/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 217, ../sass/vendor/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 224, ../sass/vendor/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 233, ../sass/vendor/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 239, ../sass/vendor/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 248, ../sass/vendor/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 260, ../sass/vendor/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 269, ../sass/vendor/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 279, ../sass/vendor/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 291, ../sass/vendor/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 298, ../sass/vendor/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-horizontal .form-group-lg .form-control-static.scfEmailTextBox, .form-horizontal .form-group-lg .form-control-static.scfSingleLineTextBox, .form-horizontal .form-group-lg .form-control-static.scfPasswordTextBox, .form-horizontal .form-group-lg .form-control-static.scfNumberTextBox, .form-horizontal .form-group-lg .form-control-static.scfDatePickerTextBox, .form-horizontal .form-group-lg .form-control-static.scfDateTextBox, .form-horizontal .form-group-lg .form-control-static.scfRadioButtonList, .form-horizontal .form-group-lg .form-control-static.scfListBox, .form-horizontal .form-group-lg .form-control-static.scfCheckBoxList, .form-horizontal .form-group-lg .form-control-static.scfFileUpload, .form-horizontal .form-group-lg .form-control-static.scfCreditCardTextBox, .form-horizontal .form-group-lg .form-control-static.scfCreditCardType, .form-horizontal .form-group-lg .form-control-static.scfConfirmPasswordTextBox, .form-horizontal .form-group-lg .form-control-static.scfTelephoneTextBox, .form-horizontal .form-group-lg .form-control-static.scfSmsTelephoneTextBox,
.form-horizontal .form-group-lg .form-control-static.scfMultipleLineTextBox,
.form-horizontal .form-group-lg .form-control-static.scfDropList, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .form-horizontal .form-group-sm .form-control-static.scfEmailTextBox, .form-horizontal .form-group-sm .form-control-static.scfSingleLineTextBox, .form-horizontal .form-group-sm .form-control-static.scfPasswordTextBox, .form-horizontal .form-group-sm .form-control-static.scfNumberTextBox, .form-horizontal .form-group-sm .form-control-static.scfDatePickerTextBox, .form-horizontal .form-group-sm .form-control-static.scfDateTextBox, .form-horizontal .form-group-sm .form-control-static.scfRadioButtonList, .form-horizontal .form-group-sm .form-control-static.scfListBox, .form-horizontal .form-group-sm .form-control-static.scfCheckBoxList, .form-horizontal .form-group-sm .form-control-static.scfFileUpload, .form-horizontal .form-group-sm .form-control-static.scfCreditCardTextBox, .form-horizontal .form-group-sm .form-control-static.scfCreditCardType, .form-horizontal .form-group-sm .form-control-static.scfConfirmPasswordTextBox, .form-horizontal .form-group-sm .form-control-static.scfTelephoneTextBox, .form-horizontal .form-group-sm .form-control-static.scfSmsTelephoneTextBox,
.form-horizontal .form-group-sm .form-control-static.scfMultipleLineTextBox,
.form-horizontal .form-group-sm .form-control-static.scfDropList {
  padding-left: 0;
  padding-right: 0;
}

/* line 67, ../sass/vendor/bootstrap/mixins/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control, .form-horizontal .form-group-sm .scfEmailTextBox, .form-horizontal .form-group-sm .scfSingleLineTextBox, .form-horizontal .form-group-sm .scfPasswordTextBox, .form-horizontal .form-group-sm .scfNumberTextBox, .form-horizontal .form-group-sm .scfDatePickerTextBox, .form-horizontal .form-group-sm .scfDateTextBox, .form-horizontal .form-group-sm .scfRadioButtonList, .form-horizontal .form-group-sm .scfListBox, .form-horizontal .form-group-sm .scfCheckBoxList, .form-horizontal .form-group-sm .scfFileUpload, .form-horizontal .form-group-sm .scfCreditCardTextBox, .form-horizontal .form-group-sm .scfCreditCardType, .form-horizontal .form-group-sm .scfConfirmPasswordTextBox, .form-horizontal .form-group-sm .scfTelephoneTextBox, .form-horizontal .form-group-sm .scfSmsTelephoneTextBox,
.form-horizontal .form-group-sm .scfMultipleLineTextBox,
.form-horizontal .form-group-sm .scfDropList {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 75, ../sass/vendor/bootstrap/mixins/_forms.scss */
select.input-sm, .form-horizontal .form-group-sm select.form-control, .form-horizontal .form-group-sm select.scfEmailTextBox, .form-horizontal .form-group-sm select.scfSingleLineTextBox, .form-horizontal .form-group-sm select.scfPasswordTextBox, .form-horizontal .form-group-sm select.scfNumberTextBox, .form-horizontal .form-group-sm select.scfDatePickerTextBox, .form-horizontal .form-group-sm select.scfDateTextBox, .form-horizontal .form-group-sm select.scfRadioButtonList, .form-horizontal .form-group-sm select.scfListBox, .form-horizontal .form-group-sm select.scfCheckBoxList, .form-horizontal .form-group-sm select.scfFileUpload, .form-horizontal .form-group-sm select.scfCreditCardTextBox, .form-horizontal .form-group-sm select.scfCreditCardType, .form-horizontal .form-group-sm select.scfConfirmPasswordTextBox, .form-horizontal .form-group-sm select.scfTelephoneTextBox, .form-horizontal .form-group-sm select.scfSmsTelephoneTextBox,
.form-horizontal .form-group-sm select.scfMultipleLineTextBox,
.form-horizontal .form-group-sm select.scfDropList {
  height: 30px;
  line-height: 30px;
}

/* line 80, ../sass/vendor/bootstrap/mixins/_forms.scss */
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .form-horizontal .form-group-sm textarea.scfEmailTextBox, .form-horizontal .form-group-sm textarea.scfSingleLineTextBox, .form-horizontal .form-group-sm textarea.scfPasswordTextBox, .form-horizontal .form-group-sm textarea.scfNumberTextBox, .form-horizontal .form-group-sm textarea.scfDatePickerTextBox, .form-horizontal .form-group-sm textarea.scfDateTextBox, .form-horizontal .form-group-sm textarea.scfRadioButtonList, .form-horizontal .form-group-sm textarea.scfListBox, .form-horizontal .form-group-sm textarea.scfCheckBoxList, .form-horizontal .form-group-sm textarea.scfFileUpload, .form-horizontal .form-group-sm textarea.scfCreditCardTextBox, .form-horizontal .form-group-sm textarea.scfCreditCardType, .form-horizontal .form-group-sm textarea.scfConfirmPasswordTextBox, .form-horizontal .form-group-sm textarea.scfTelephoneTextBox, .form-horizontal .form-group-sm textarea.scfSmsTelephoneTextBox,
.form-horizontal .form-group-sm textarea.scfMultipleLineTextBox,
.form-horizontal .form-group-sm textarea.scfDropList,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.form-horizontal .form-group-sm select[multiple].scfEmailTextBox,
.form-horizontal .form-group-sm select[multiple].scfSingleLineTextBox,
.form-horizontal .form-group-sm select[multiple].scfPasswordTextBox,
.form-horizontal .form-group-sm select[multiple].scfNumberTextBox,
.form-horizontal .form-group-sm select[multiple].scfDatePickerTextBox,
.form-horizontal .form-group-sm select[multiple].scfDateTextBox,
.form-horizontal .form-group-sm select[multiple].scfRadioButtonList,
.form-horizontal .form-group-sm select[multiple].scfListBox,
.form-horizontal .form-group-sm select[multiple].scfCheckBoxList,
.form-horizontal .form-group-sm select[multiple].scfFileUpload,
.form-horizontal .form-group-sm select[multiple].scfCreditCardTextBox,
.form-horizontal .form-group-sm select[multiple].scfCreditCardType,
.form-horizontal .form-group-sm select[multiple].scfConfirmPasswordTextBox,
.form-horizontal .form-group-sm select[multiple].scfTelephoneTextBox,
.form-horizontal .form-group-sm select[multiple].scfSmsTelephoneTextBox,
.form-horizontal .form-group-sm select[multiple].scfMultipleLineTextBox,
.form-horizontal .form-group-sm select[multiple].scfDropList {
  height: auto;
}

/* line 67, ../sass/vendor/bootstrap/mixins/_forms.scss */
.input-lg, .form-horizontal .form-group-lg .form-control, .form-horizontal .form-group-lg .scfEmailTextBox, .form-horizontal .form-group-lg .scfSingleLineTextBox, .form-horizontal .form-group-lg .scfPasswordTextBox, .form-horizontal .form-group-lg .scfNumberTextBox, .form-horizontal .form-group-lg .scfDatePickerTextBox, .form-horizontal .form-group-lg .scfDateTextBox, .form-horizontal .form-group-lg .scfRadioButtonList, .form-horizontal .form-group-lg .scfListBox, .form-horizontal .form-group-lg .scfCheckBoxList, .form-horizontal .form-group-lg .scfFileUpload, .form-horizontal .form-group-lg .scfCreditCardTextBox, .form-horizontal .form-group-lg .scfCreditCardType, .form-horizontal .form-group-lg .scfConfirmPasswordTextBox, .form-horizontal .form-group-lg .scfTelephoneTextBox, .form-horizontal .form-group-lg .scfSmsTelephoneTextBox,
.form-horizontal .form-group-lg .scfMultipleLineTextBox,
.form-horizontal .form-group-lg .scfDropList {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, ../sass/vendor/bootstrap/mixins/_forms.scss */
select.input-lg, .form-horizontal .form-group-lg select.form-control, .form-horizontal .form-group-lg select.scfEmailTextBox, .form-horizontal .form-group-lg select.scfSingleLineTextBox, .form-horizontal .form-group-lg select.scfPasswordTextBox, .form-horizontal .form-group-lg select.scfNumberTextBox, .form-horizontal .form-group-lg select.scfDatePickerTextBox, .form-horizontal .form-group-lg select.scfDateTextBox, .form-horizontal .form-group-lg select.scfRadioButtonList, .form-horizontal .form-group-lg select.scfListBox, .form-horizontal .form-group-lg select.scfCheckBoxList, .form-horizontal .form-group-lg select.scfFileUpload, .form-horizontal .form-group-lg select.scfCreditCardTextBox, .form-horizontal .form-group-lg select.scfCreditCardType, .form-horizontal .form-group-lg select.scfConfirmPasswordTextBox, .form-horizontal .form-group-lg select.scfTelephoneTextBox, .form-horizontal .form-group-lg select.scfSmsTelephoneTextBox,
.form-horizontal .form-group-lg select.scfMultipleLineTextBox,
.form-horizontal .form-group-lg select.scfDropList {
  height: 46px;
  line-height: 46px;
}

/* line 80, ../sass/vendor/bootstrap/mixins/_forms.scss */
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .form-horizontal .form-group-lg textarea.scfEmailTextBox, .form-horizontal .form-group-lg textarea.scfSingleLineTextBox, .form-horizontal .form-group-lg textarea.scfPasswordTextBox, .form-horizontal .form-group-lg textarea.scfNumberTextBox, .form-horizontal .form-group-lg textarea.scfDatePickerTextBox, .form-horizontal .form-group-lg textarea.scfDateTextBox, .form-horizontal .form-group-lg textarea.scfRadioButtonList, .form-horizontal .form-group-lg textarea.scfListBox, .form-horizontal .form-group-lg textarea.scfCheckBoxList, .form-horizontal .form-group-lg textarea.scfFileUpload, .form-horizontal .form-group-lg textarea.scfCreditCardTextBox, .form-horizontal .form-group-lg textarea.scfCreditCardType, .form-horizontal .form-group-lg textarea.scfConfirmPasswordTextBox, .form-horizontal .form-group-lg textarea.scfTelephoneTextBox, .form-horizontal .form-group-lg textarea.scfSmsTelephoneTextBox,
.form-horizontal .form-group-lg textarea.scfMultipleLineTextBox,
.form-horizontal .form-group-lg textarea.scfDropList,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.form-horizontal .form-group-lg select[multiple].scfEmailTextBox,
.form-horizontal .form-group-lg select[multiple].scfSingleLineTextBox,
.form-horizontal .form-group-lg select[multiple].scfPasswordTextBox,
.form-horizontal .form-group-lg select[multiple].scfNumberTextBox,
.form-horizontal .form-group-lg select[multiple].scfDatePickerTextBox,
.form-horizontal .form-group-lg select[multiple].scfDateTextBox,
.form-horizontal .form-group-lg select[multiple].scfRadioButtonList,
.form-horizontal .form-group-lg select[multiple].scfListBox,
.form-horizontal .form-group-lg select[multiple].scfCheckBoxList,
.form-horizontal .form-group-lg select[multiple].scfFileUpload,
.form-horizontal .form-group-lg select[multiple].scfCreditCardTextBox,
.form-horizontal .form-group-lg select[multiple].scfCreditCardType,
.form-horizontal .form-group-lg select[multiple].scfConfirmPasswordTextBox,
.form-horizontal .form-group-lg select[multiple].scfTelephoneTextBox,
.form-horizontal .form-group-lg select[multiple].scfSmsTelephoneTextBox,
.form-horizontal .form-group-lg select[multiple].scfMultipleLineTextBox,
.form-horizontal .form-group-lg select[multiple].scfDropList {
  height: auto;
}

/* line 320, ../sass/vendor/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 325, ../sass/vendor/bootstrap/_forms.scss */
.has-feedback .form-control, .has-feedback .scfEmailTextBox, .has-feedback .scfSingleLineTextBox, .has-feedback .scfPasswordTextBox, .has-feedback .scfNumberTextBox, .has-feedback .scfDatePickerTextBox, .has-feedback .scfDateTextBox, .has-feedback .scfRadioButtonList, .has-feedback .scfListBox, .has-feedback .scfCheckBoxList, .has-feedback .scfFileUpload, .has-feedback .scfCreditCardTextBox, .has-feedback .scfCreditCardType, .has-feedback .scfConfirmPasswordTextBox, .has-feedback .scfTelephoneTextBox, .has-feedback .scfSmsTelephoneTextBox,
.has-feedback .scfMultipleLineTextBox,
.has-feedback .scfDropList {
  padding-right: 42.5px;
}

/* line 330, ../sass/vendor/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 341, ../sass/vendor/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .form-horizontal .form-group-lg .scfEmailTextBox + .form-control-feedback, .form-horizontal .form-group-lg .scfSingleLineTextBox + .form-control-feedback, .form-horizontal .form-group-lg .scfPasswordTextBox + .form-control-feedback, .form-horizontal .form-group-lg .scfNumberTextBox + .form-control-feedback, .form-horizontal .form-group-lg .scfDatePickerTextBox + .form-control-feedback, .form-horizontal .form-group-lg .scfDateTextBox + .form-control-feedback, .form-horizontal .form-group-lg .scfRadioButtonList + .form-control-feedback, .form-horizontal .form-group-lg .scfListBox + .form-control-feedback, .form-horizontal .form-group-lg .scfCheckBoxList + .form-control-feedback, .form-horizontal .form-group-lg .scfFileUpload + .form-control-feedback, .form-horizontal .form-group-lg .scfCreditCardTextBox + .form-control-feedback, .form-horizontal .form-group-lg .scfCreditCardType + .form-control-feedback, .form-horizontal .form-group-lg .scfConfirmPasswordTextBox + .form-control-feedback, .form-horizontal .form-group-lg .scfTelephoneTextBox + .form-control-feedback, .form-horizontal .form-group-lg .scfSmsTelephoneTextBox + .form-control-feedback,
.form-horizontal .form-group-lg .scfMultipleLineTextBox + .form-control-feedback,
.form-horizontal .form-group-lg .scfDropList + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 346, ../sass/vendor/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .form-horizontal .form-group-sm .scfEmailTextBox + .form-control-feedback, .form-horizontal .form-group-sm .scfSingleLineTextBox + .form-control-feedback, .form-horizontal .form-group-sm .scfPasswordTextBox + .form-control-feedback, .form-horizontal .form-group-sm .scfNumberTextBox + .form-control-feedback, .form-horizontal .form-group-sm .scfDatePickerTextBox + .form-control-feedback, .form-horizontal .form-group-sm .scfDateTextBox + .form-control-feedback, .form-horizontal .form-group-sm .scfRadioButtonList + .form-control-feedback, .form-horizontal .form-group-sm .scfListBox + .form-control-feedback, .form-horizontal .form-group-sm .scfCheckBoxList + .form-control-feedback, .form-horizontal .form-group-sm .scfFileUpload + .form-control-feedback, .form-horizontal .form-group-sm .scfCreditCardTextBox + .form-control-feedback, .form-horizontal .form-group-sm .scfCreditCardType + .form-control-feedback, .form-horizontal .form-group-sm .scfConfirmPasswordTextBox + .form-control-feedback, .form-horizontal .form-group-sm .scfTelephoneTextBox + .form-control-feedback, .form-horizontal .form-group-sm .scfSmsTelephoneTextBox + .form-control-feedback,
.form-horizontal .form-group-sm .scfMultipleLineTextBox + .form-control-feedback,
.form-horizontal .form-group-sm .scfDropList + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .scfDropListLabel,
.has-success .scfEmailLabel,
.has-success .scfMultipleLineTextLabel,
.has-success .scfSingleLineTextLabel,
.has-success .scfPasswordLabel,
.has-success .scfNumberLabel,
.has-success .scfDatePickerLabel,
.has-success .scfDateLabel,
.has-success .scfRadioButtonListLabel,
.has-success .scfCheckBoxListLabel,
.has-success .scfListBoxLabel,
.has-success .scfFileUploadLabel,
.has-success .scfDateSelectorLabel,
.has-success .scfCreditCardLabel,
.has-success .scfConfirmPasswordLabel,
.has-success .scfCaptchaLabel,
.has-success .scfTelephoneLabel,
.has-success .scfSmsTelephoneLabel,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 17, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control, .has-success .scfEmailTextBox, .has-success .scfSingleLineTextBox, .has-success .scfPasswordTextBox, .has-success .scfNumberTextBox, .has-success .scfDatePickerTextBox, .has-success .scfDateTextBox, .has-success .scfRadioButtonList, .has-success .scfListBox, .has-success .scfCheckBoxList, .has-success .scfFileUpload, .has-success .scfCreditCardTextBox, .has-success .scfCreditCardType, .has-success .scfConfirmPasswordTextBox, .has-success .scfTelephoneTextBox, .has-success .scfSmsTelephoneTextBox,
.has-success .scfMultipleLineTextBox,
.has-success .scfDropList {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus, .has-success .scfEmailTextBox:focus, .has-success .scfSingleLineTextBox:focus, .has-success .scfPasswordTextBox:focus, .has-success .scfNumberTextBox:focus, .has-success .scfDatePickerTextBox:focus, .has-success .scfDateTextBox:focus, .has-success .scfRadioButtonList:focus, .has-success .scfListBox:focus, .has-success .scfCheckBoxList:focus, .has-success .scfFileUpload:focus, .has-success .scfCreditCardTextBox:focus, .has-success .scfCreditCardType:focus, .has-success .scfConfirmPasswordTextBox:focus, .has-success .scfTelephoneTextBox:focus, .has-success .scfSmsTelephoneTextBox:focus,
.has-success .scfMultipleLineTextBox:focus,
.has-success .scfDropList:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 27, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 33, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .scfDropListLabel,
.has-warning .scfEmailLabel,
.has-warning .scfMultipleLineTextLabel,
.has-warning .scfSingleLineTextLabel,
.has-warning .scfPasswordLabel,
.has-warning .scfNumberLabel,
.has-warning .scfDatePickerLabel,
.has-warning .scfDateLabel,
.has-warning .scfRadioButtonListLabel,
.has-warning .scfCheckBoxListLabel,
.has-warning .scfListBoxLabel,
.has-warning .scfFileUploadLabel,
.has-warning .scfDateSelectorLabel,
.has-warning .scfCreditCardLabel,
.has-warning .scfConfirmPasswordLabel,
.has-warning .scfCaptchaLabel,
.has-warning .scfTelephoneLabel,
.has-warning .scfSmsTelephoneLabel,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 17, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control, .has-warning .scfEmailTextBox, .has-warning .scfSingleLineTextBox, .has-warning .scfPasswordTextBox, .has-warning .scfNumberTextBox, .has-warning .scfDatePickerTextBox, .has-warning .scfDateTextBox, .has-warning .scfRadioButtonList, .has-warning .scfListBox, .has-warning .scfCheckBoxList, .has-warning .scfFileUpload, .has-warning .scfCreditCardTextBox, .has-warning .scfCreditCardType, .has-warning .scfConfirmPasswordTextBox, .has-warning .scfTelephoneTextBox, .has-warning .scfSmsTelephoneTextBox,
.has-warning .scfMultipleLineTextBox,
.has-warning .scfDropList {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus, .has-warning .scfEmailTextBox:focus, .has-warning .scfSingleLineTextBox:focus, .has-warning .scfPasswordTextBox:focus, .has-warning .scfNumberTextBox:focus, .has-warning .scfDatePickerTextBox:focus, .has-warning .scfDateTextBox:focus, .has-warning .scfRadioButtonList:focus, .has-warning .scfListBox:focus, .has-warning .scfCheckBoxList:focus, .has-warning .scfFileUpload:focus, .has-warning .scfCreditCardTextBox:focus, .has-warning .scfCreditCardType:focus, .has-warning .scfConfirmPasswordTextBox:focus, .has-warning .scfTelephoneTextBox:focus, .has-warning .scfSmsTelephoneTextBox:focus,
.has-warning .scfMultipleLineTextBox:focus,
.has-warning .scfDropList:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 27, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 33, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .scfDropListLabel,
.has-error .scfEmailLabel,
.has-error .scfMultipleLineTextLabel,
.has-error .scfSingleLineTextLabel,
.has-error .scfPasswordLabel,
.has-error .scfNumberLabel,
.has-error .scfDatePickerLabel,
.has-error .scfDateLabel,
.has-error .scfRadioButtonListLabel,
.has-error .scfCheckBoxListLabel,
.has-error .scfListBoxLabel,
.has-error .scfFileUploadLabel,
.has-error .scfDateSelectorLabel,
.has-error .scfCreditCardLabel,
.has-error .scfConfirmPasswordLabel,
.has-error .scfCaptchaLabel,
.has-error .scfTelephoneLabel,
.has-error .scfSmsTelephoneLabel,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 17, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control, .has-error .scfEmailTextBox, .has-error .scfSingleLineTextBox, .has-error .scfPasswordTextBox, .has-error .scfNumberTextBox, .has-error .scfDatePickerTextBox, .has-error .scfDateTextBox, .has-error .scfRadioButtonList, .has-error .scfListBox, .has-error .scfCheckBoxList, .has-error .scfFileUpload, .has-error .scfCreditCardTextBox, .has-error .scfCreditCardType, .has-error .scfConfirmPasswordTextBox, .has-error .scfTelephoneTextBox, .has-error .scfSmsTelephoneTextBox,
.has-error .scfMultipleLineTextBox,
.has-error .scfDropList {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus, .has-error .scfEmailTextBox:focus, .has-error .scfSingleLineTextBox:focus, .has-error .scfPasswordTextBox:focus, .has-error .scfNumberTextBox:focus, .has-error .scfDatePickerTextBox:focus, .has-error .scfDateTextBox:focus, .has-error .scfRadioButtonList:focus, .has-error .scfListBox:focus, .has-error .scfCheckBoxList:focus, .has-error .scfFileUpload:focus, .has-error .scfCreditCardTextBox:focus, .has-error .scfCreditCardType:focus, .has-error .scfConfirmPasswordTextBox:focus, .has-error .scfTelephoneTextBox:focus, .has-error .scfSmsTelephoneTextBox:focus,
.has-error .scfMultipleLineTextBox:focus,
.has-error .scfDropList:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 27, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 33, ../sass/vendor/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 365, ../sass/vendor/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 375, ../sass/vendor/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a8d91;
}

@media (min-width: 768px) {
  /* line 400, ../sass/vendor/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 407, ../sass/vendor/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control, .form-inline .scfEmailTextBox, .navbar-form .scfEmailTextBox, .form-inline .scfSingleLineTextBox, .navbar-form .scfSingleLineTextBox, .form-inline .scfPasswordTextBox, .navbar-form .scfPasswordTextBox, .form-inline .scfNumberTextBox, .navbar-form .scfNumberTextBox, .form-inline .scfDatePickerTextBox, .navbar-form .scfDatePickerTextBox, .form-inline .scfDateTextBox, .navbar-form .scfDateTextBox, .form-inline .scfRadioButtonList, .navbar-form .scfRadioButtonList, .form-inline .scfListBox, .navbar-form .scfListBox, .form-inline .scfCheckBoxList, .navbar-form .scfCheckBoxList, .form-inline .scfFileUpload, .navbar-form .scfFileUpload, .form-inline .scfCreditCardTextBox, .navbar-form .scfCreditCardTextBox, .form-inline .scfCreditCardType, .navbar-form .scfCreditCardType, .form-inline .scfConfirmPasswordTextBox, .navbar-form .scfConfirmPasswordTextBox, .form-inline .scfTelephoneTextBox, .navbar-form .scfTelephoneTextBox, .form-inline .scfSmsTelephoneTextBox, .navbar-form .scfSmsTelephoneTextBox,
  .form-inline .scfMultipleLineTextBox,
  .navbar-form .scfMultipleLineTextBox,
  .form-inline .scfDropList,
  .navbar-form .scfDropList {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 413, ../sass/vendor/bootstrap/_forms.scss */
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 417, ../sass/vendor/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control,
  .form-inline .input-group .scfEmailTextBox,
  .navbar-form .input-group .scfEmailTextBox,
  .form-inline .input-group .scfSingleLineTextBox,
  .navbar-form .input-group .scfSingleLineTextBox,
  .form-inline .input-group .scfPasswordTextBox,
  .navbar-form .input-group .scfPasswordTextBox,
  .form-inline .input-group .scfNumberTextBox,
  .navbar-form .input-group .scfNumberTextBox,
  .form-inline .input-group .scfDatePickerTextBox,
  .navbar-form .input-group .scfDatePickerTextBox,
  .form-inline .input-group .scfDateTextBox,
  .navbar-form .input-group .scfDateTextBox,
  .form-inline .input-group .scfRadioButtonList,
  .navbar-form .input-group .scfRadioButtonList,
  .form-inline .input-group .scfListBox,
  .navbar-form .input-group .scfListBox,
  .form-inline .input-group .scfCheckBoxList,
  .navbar-form .input-group .scfCheckBoxList,
  .form-inline .input-group .scfFileUpload,
  .navbar-form .input-group .scfFileUpload,
  .form-inline .input-group .scfCreditCardTextBox,
  .navbar-form .input-group .scfCreditCardTextBox,
  .form-inline .input-group .scfCreditCardType,
  .navbar-form .input-group .scfCreditCardType,
  .form-inline .input-group .scfConfirmPasswordTextBox,
  .navbar-form .input-group .scfConfirmPasswordTextBox,
  .form-inline .input-group .scfTelephoneTextBox,
  .navbar-form .input-group .scfTelephoneTextBox,
  .form-inline .input-group .scfSmsTelephoneTextBox,
  .navbar-form .input-group .scfSmsTelephoneTextBox,
  .form-inline .input-group .scfMultipleLineTextBox,
  .navbar-form .input-group .scfMultipleLineTextBox,
  .form-inline .input-group .scfDropList,
  .navbar-form .input-group .scfDropList {
    width: auto;
  }
  /* line 425, ../sass/vendor/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control, .form-inline .input-group > .scfEmailTextBox, .navbar-form .input-group > .scfEmailTextBox, .form-inline .input-group > .scfSingleLineTextBox, .navbar-form .input-group > .scfSingleLineTextBox, .form-inline .input-group > .scfPasswordTextBox, .navbar-form .input-group > .scfPasswordTextBox, .form-inline .input-group > .scfNumberTextBox, .navbar-form .input-group > .scfNumberTextBox, .form-inline .input-group > .scfDatePickerTextBox, .navbar-form .input-group > .scfDatePickerTextBox, .form-inline .input-group > .scfDateTextBox, .navbar-form .input-group > .scfDateTextBox, .form-inline .input-group > .scfRadioButtonList, .navbar-form .input-group > .scfRadioButtonList, .form-inline .input-group > .scfListBox, .navbar-form .input-group > .scfListBox, .form-inline .input-group > .scfCheckBoxList, .navbar-form .input-group > .scfCheckBoxList, .form-inline .input-group > .scfFileUpload, .navbar-form .input-group > .scfFileUpload, .form-inline .input-group > .scfCreditCardTextBox, .navbar-form .input-group > .scfCreditCardTextBox, .form-inline .input-group > .scfCreditCardType, .navbar-form .input-group > .scfCreditCardType, .form-inline .input-group > .scfConfirmPasswordTextBox, .navbar-form .input-group > .scfConfirmPasswordTextBox, .form-inline .input-group > .scfTelephoneTextBox, .navbar-form .input-group > .scfTelephoneTextBox, .form-inline .input-group > .scfSmsTelephoneTextBox, .navbar-form .input-group > .scfSmsTelephoneTextBox,
  .form-inline .input-group > .scfMultipleLineTextBox,
  .navbar-form .input-group > .scfMultipleLineTextBox,
  .form-inline .input-group > .scfDropList,
  .navbar-form .input-group > .scfDropList {
    width: 100%;
  }
  /* line 429, ../sass/vendor/bootstrap/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label, .form-inline .scfDropListLabel, .navbar-form .scfDropListLabel, .form-inline .scfEmailLabel, .navbar-form .scfEmailLabel, .form-inline .scfMultipleLineTextLabel, .navbar-form .scfMultipleLineTextLabel, .form-inline .scfSingleLineTextLabel, .navbar-form .scfSingleLineTextLabel, .form-inline .scfPasswordLabel, .navbar-form .scfPasswordLabel, .form-inline .scfNumberLabel, .navbar-form .scfNumberLabel, .form-inline .scfDatePickerLabel, .navbar-form .scfDatePickerLabel, .form-inline .scfDateLabel, .navbar-form .scfDateLabel, .form-inline .scfRadioButtonListLabel, .navbar-form .scfRadioButtonListLabel, .form-inline .scfCheckBoxListLabel, .navbar-form .scfCheckBoxListLabel, .form-inline .scfListBoxLabel, .navbar-form .scfListBoxLabel, .form-inline .scfFileUploadLabel, .navbar-form .scfFileUploadLabel, .form-inline .scfDateSelectorLabel, .navbar-form .scfDateSelectorLabel, .form-inline .scfCreditCardLabel, .navbar-form .scfCreditCardLabel, .form-inline .scfConfirmPasswordLabel, .navbar-form .scfConfirmPasswordLabel, .form-inline .scfCaptchaLabel, .navbar-form .scfCaptchaLabel, .form-inline .scfTelephoneLabel, .navbar-form .scfTelephoneLabel, .form-inline .scfSmsTelephoneLabel, .navbar-form .scfSmsTelephoneLabel {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 437, ../sass/vendor/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 444, ../sass/vendor/bootstrap/_forms.scss */
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 448, ../sass/vendor/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 458, ../sass/vendor/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 475, ../sass/vendor/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 485, ../sass/vendor/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 491, ../sass/vendor/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 498, ../sass/vendor/bootstrap/_forms.scss */
  .form-horizontal .control-label, .form-horizontal .scfDropListLabel, .form-horizontal .scfEmailLabel, .form-horizontal .scfMultipleLineTextLabel, .form-horizontal .scfSingleLineTextLabel, .form-horizontal .scfPasswordLabel, .form-horizontal .scfNumberLabel, .form-horizontal .scfDatePickerLabel, .form-horizontal .scfDateLabel, .form-horizontal .scfRadioButtonListLabel, .form-horizontal .scfCheckBoxListLabel, .form-horizontal .scfListBoxLabel, .form-horizontal .scfFileUploadLabel, .form-horizontal .scfDateSelectorLabel, .form-horizontal .scfCreditCardLabel, .form-horizontal .scfConfirmPasswordLabel, .form-horizontal .scfCaptchaLabel, .form-horizontal .scfTelephoneLabel, .form-horizontal .scfSmsTelephoneLabel {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 509, ../sass/vendor/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 20px;
}
@media (min-width: 768px) {
  /* line 520, ../sass/vendor/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label, .form-horizontal .form-group-lg .scfDropListLabel, .form-horizontal .form-group-lg .scfEmailLabel, .form-horizontal .form-group-lg .scfMultipleLineTextLabel, .form-horizontal .form-group-lg .scfSingleLineTextLabel, .form-horizontal .form-group-lg .scfPasswordLabel, .form-horizontal .form-group-lg .scfNumberLabel, .form-horizontal .form-group-lg .scfDatePickerLabel, .form-horizontal .form-group-lg .scfDateLabel, .form-horizontal .form-group-lg .scfRadioButtonListLabel, .form-horizontal .form-group-lg .scfCheckBoxListLabel, .form-horizontal .form-group-lg .scfListBoxLabel, .form-horizontal .form-group-lg .scfFileUploadLabel, .form-horizontal .form-group-lg .scfDateSelectorLabel, .form-horizontal .form-group-lg .scfCreditCardLabel, .form-horizontal .form-group-lg .scfConfirmPasswordLabel, .form-horizontal .form-group-lg .scfCaptchaLabel, .form-horizontal .form-group-lg .scfTelephoneLabel, .form-horizontal .form-group-lg .scfSmsTelephoneLabel {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 530, ../sass/vendor/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label, .form-horizontal .form-group-sm .scfDropListLabel, .form-horizontal .form-group-sm .scfEmailLabel, .form-horizontal .form-group-sm .scfMultipleLineTextLabel, .form-horizontal .form-group-sm .scfSingleLineTextLabel, .form-horizontal .form-group-sm .scfPasswordLabel, .form-horizontal .form-group-sm .scfNumberLabel, .form-horizontal .form-group-sm .scfDatePickerLabel, .form-horizontal .form-group-sm .scfDateLabel, .form-horizontal .form-group-sm .scfRadioButtonListLabel, .form-horizontal .form-group-sm .scfCheckBoxListLabel, .form-horizontal .form-group-sm .scfListBoxLabel, .form-horizontal .form-group-sm .scfFileUploadLabel, .form-horizontal .form-group-sm .scfDateSelectorLabel, .form-horizontal .form-group-sm .scfCreditCardLabel, .form-horizontal .form-group-sm .scfConfirmPasswordLabel, .form-horizontal .form-group-sm .scfCaptchaLabel, .form-horizontal .form-group-sm .scfTelephoneLabel, .form-horizontal .form-group-sm .scfSmsTelephoneLabel {
    padding-top: 6px;
  }
}

/* line 9, ../sass/vendor/bootstrap/_buttons.scss */
.btn, .scfSubmitButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 25, ../sass/vendor/bootstrap/_buttons.scss */
.btn:focus, .scfSubmitButton:focus, .btn:active:focus, .scfSubmitButton:active:focus, .btn.active:focus, .active.scfSubmitButton:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 30, ../sass/vendor/bootstrap/_buttons.scss */
.btn:hover, .scfSubmitButton:hover, .btn:focus, .scfSubmitButton:focus {
  color: #333;
  text-decoration: none;
}
/* line 36, ../sass/vendor/bootstrap/_buttons.scss */
.btn:active, .scfSubmitButton:active, .btn.active, .active.scfSubmitButton {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 43, ../sass/vendor/bootstrap/_buttons.scss */
.btn.disabled, .disabled.scfSubmitButton, .btn[disabled], [disabled].scfSubmitButton, fieldset[disabled] .btn, fieldset[disabled] .scfSubmitButton, .btn-change-password.collapsed.disabled, .disabled .upload, .address-footer a.aspNetDisabled.btn.btn-default.delete:hover {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled, .disabled.scfSubmitButton, .btn[disabled], [disabled].scfSubmitButton, fieldset[disabled] .btn, fieldset[disabled] .scfSubmitButton, .btn-change-password.collapsed.disabled, .disabled .upload {
  pointer-events: none;
}
.address-footer a.aspNetDisabled.btn.btn-default.delete:hover,
.address-footer a.btn.btn-default.delete.disabled.disabled {
    pointer-events: auto;
}
/* line 57, ../sass/vendor/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 28, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 38, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 60, ../sass/vendor/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 28, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 38, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 64, ../sass/vendor/bootstrap/_buttons.scss */
.btn-success, a.btn-secondary,
.btn-secondary, a.btn-shop-now,
.btn-shop-now, a.btn-success, .navbar .btn-cart {
  color: #fff;
  background-color: #96bd0e;
  border-color: #83a50c;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-success:hover,
.btn-secondary:hover,
.btn-shop-now:hover, .navbar .btn-cart:hover, .btn-success:focus,
.btn-secondary:focus,
.btn-shop-now:focus, .navbar .btn-cart:focus, .btn-success:active,
.btn-secondary:active,
.btn-shop-now:active, .navbar .btn-cart:active, .btn-success.active,
.active.btn-secondary,
.active.btn-shop-now, .navbar .active.btn-cart, .open > .btn-success.dropdown-toggle,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-toggle.btn-shop-now, .navbar .open > .dropdown-toggle.btn-cart {
  color: #fff;
  background-color: #708e0a;
  border-color: #566c08;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-success:active,
.btn-secondary:active,
.btn-shop-now:active, .navbar .btn-cart:active, .btn-success.active,
.active.btn-secondary,
.active.btn-shop-now, .navbar .active.btn-cart, .open > .btn-success.dropdown-toggle,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-toggle.btn-shop-now, .navbar .open > .dropdown-toggle.btn-cart {
  background-image: none;
}
/* line 28, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-success.disabled,
.disabled.btn-secondary,
.disabled.btn-shop-now, .navbar .disabled.btn-cart, .btn-success.disabled:hover,
.disabled.btn-secondary:hover,
.disabled.btn-shop-now:hover, .navbar .disabled.btn-cart:hover, .btn-success.disabled:focus,
.disabled.btn-secondary:focus,
.disabled.btn-shop-now:focus, .navbar .disabled.btn-cart:focus, .btn-success.disabled:active,
.disabled.btn-secondary:active,
.disabled.btn-shop-now:active, .navbar .disabled.btn-cart:active, .btn-success.disabled.active,
.disabled.active.btn-secondary,
.disabled.active.btn-shop-now, .navbar .disabled.active.btn-cart, .btn-success[disabled],
[disabled].btn-secondary,
[disabled].btn-shop-now, .navbar [disabled].btn-cart, .btn-success[disabled]:hover,
[disabled].btn-secondary:hover,
[disabled].btn-shop-now:hover, .navbar [disabled].btn-cart:hover, .btn-success[disabled]:focus,
[disabled].btn-secondary:focus,
[disabled].btn-shop-now:focus, .navbar [disabled].btn-cart:focus, .btn-success[disabled]:active,
[disabled].btn-secondary:active,
[disabled].btn-shop-now:active, .navbar [disabled].btn-cart:active, .btn-success[disabled].active,
[disabled].active.btn-secondary,
[disabled].active.btn-shop-now, .navbar [disabled].active.btn-cart, fieldset[disabled] .btn-success,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-shop-now, fieldset[disabled] .navbar .btn-cart, .navbar fieldset[disabled] .btn-cart, fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-shop-now:hover, fieldset[disabled] .navbar .btn-cart:hover, .navbar fieldset[disabled] .btn-cart:hover, fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-shop-now:focus, fieldset[disabled] .navbar .btn-cart:focus, .navbar fieldset[disabled] .btn-cart:focus, fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-shop-now:active, fieldset[disabled] .navbar .btn-cart:active, .navbar fieldset[disabled] .btn-cart:active, fieldset[disabled] .btn-success.active,
fieldset[disabled] .active.btn-secondary,
fieldset[disabled] .active.btn-shop-now, fieldset[disabled] .navbar .active.btn-cart, .navbar fieldset[disabled] .active.btn-cart {
  background-color: #96bd0e;
  border-color: #83a50c;
}
/* line 38, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-success .badge,
.btn-secondary .badge,
.btn-shop-now .badge, .navbar .btn-cart .badge {
  color: #96bd0e;
  background-color: #fff;
}

/* line 68, ../sass/vendor/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 28, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 38, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 72, ../sass/vendor/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 28, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 38, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 76, ../sass/vendor/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 28, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 38, ../sass/vendor/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 85, ../sass/vendor/bootstrap/_buttons.scss */
.btn-link {
  color: #0097D4;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 91, ../sass/vendor/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 98, ../sass/vendor/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 104, ../sass/vendor/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
/* line 112, ../sass/vendor/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 124, ../sass/vendor/bootstrap/_buttons.scss */
.btn-lg {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 128, ../sass/vendor/bootstrap/_buttons.scss */
.btn-sm, .suggested-accessories .accessories .accessories-item .accessories-cta .btn, .suggested-accessories .accessories .accessories-item .accessories-cta .scfSubmitButton,
.bought-together .accessories .accessories-item .accessories-cta .btn,
.bought-together .accessories .accessories-item .accessories-cta .scfSubmitButton,
.flyout-suggested .accessories .accessories-item .accessories-cta .btn,
.flyout-suggested .accessories .accessories-item .accessories-cta .scfSubmitButton {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 132, ../sass/vendor/bootstrap/_buttons.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 140, ../sass/vendor/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 146, ../sass/vendor/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 154, ../sass/vendor/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../sass/vendor/bootstrap/_component-animations.scss */
.fade, .modal {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass/vendor/bootstrap/_component-animations.scss */
.fade.in, .in.modal {
  opacity: 1;
}

/* line 18, ../sass/vendor/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../sass/vendor/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../sass/vendor/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../sass/vendor/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../sass/vendor/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 7, ../sass/vendor/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
  background-clip: padding-box;
}
/* line 52, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 76, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 86, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 101, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 109, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 122, ../sass/vendor/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, ../sass/vendor/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 162, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, ../sass/vendor/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, ../sass/vendor/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 205, ../sass/vendor/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, ../sass/vendor/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 9, ../sass/vendor/bootstrap/_navs.scss */
.nav, .jump-nav-bar .jump-nav ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.nav:before, .jump-nav-bar .jump-nav ul:before, .nav:after, .jump-nav-bar .jump-nav ul:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.nav:after, .jump-nav-bar .jump-nav ul:after {
  clear: both;
}
/* line 15, ../sass/vendor/bootstrap/_navs.scss */
.nav > li, .jump-nav-bar .jump-nav ul > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/vendor/bootstrap/_navs.scss */
.nav > li > a, .jump-nav-bar .jump-nav ul > li > a {
  position: relative;
  display: block;
  padding: 15px 15px;
}
/* line 23, ../sass/vendor/bootstrap/_navs.scss */
.jump-nav-bar .jump-nav ul > li > a:hover, .jump-nav-bar .jump-nav ul > li > a:focus {
  text-decoration: none;
  background-color: #cccccc;
}
/* line 31, ../sass/vendor/bootstrap/_navs.scss */
.nav > li.disabled > a, .jump-nav-bar .jump-nav ul > li.disabled > a {
  color: #777777;
}
/* line 34, ../sass/vendor/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .jump-nav-bar .jump-nav ul > li.disabled > a:hover, .nav > li.disabled > a:focus, .jump-nav-bar .jump-nav ul > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../sass/vendor/bootstrap/_navs.scss */
.jump-nav-bar .jump-nav ul .open > a, .jump-nav-bar .jump-nav ul .open > a:hover, .jump-nav-bar .jump-nav ul .open > a:focus {
  background-color: #cccccc;
  border-color: #0097D4;
}
/* line 59, ../sass/vendor/bootstrap/_navs.scss */
.nav .nav-divider, .jump-nav-bar .jump-nav ul .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass/vendor/bootstrap/_navs.scss */
.nav > li > a > img, .jump-nav-bar .jump-nav ul > li > a > img {
  max-width: none;
}

/* line 76, ../sass/vendor/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../sass/vendor/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass/vendor/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
/* line 89, ../sass/vendor/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../sass/vendor/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../sass/vendor/bootstrap/_navs.scss */
.nav-pills > li, .jump-nav-bar .jump-nav ul > li {
  float: left;
}
/* line 122, ../sass/vendor/bootstrap/_navs.scss */
.nav-pills > li > a, .jump-nav-bar .jump-nav ul > li > a {
  border-radius: 4px;
}
/* line 125, ../sass/vendor/bootstrap/_navs.scss */
.nav-pills > li + li, .jump-nav-bar .jump-nav ul > li + li {
  margin-left: 2px;
}
/* line 131, ../sass/vendor/bootstrap/_navs.scss */
.nav-pills > li.active > a, .jump-nav-bar .jump-nav ul > li.active > a, .nav-pills > li.active > a:hover, .jump-nav-bar .jump-nav ul > li.active > a:hover, .nav-pills > li.active > a:focus, .jump-nav-bar .jump-nav ul > li.active > a:focus {
  color: #fff;
  background-color: #0097D4;
}

/* line 144, ../sass/vendor/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../sass/vendor/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../sass/vendor/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass/vendor/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass/vendor/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/vendor/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../sass/vendor/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass/vendor/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../sass/vendor/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass/vendor/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
/* line 199, ../sass/vendor/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../sass/vendor/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  /* line 210, ../sass/vendor/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../sass/vendor/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../sass/vendor/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../sass/vendor/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass/vendor/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 520px;
}
@media (max-width: 480px) and (orientation: landscape) {
  /* line 92, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../sass/vendor/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  /* line 108, ../sass/vendor/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  /* line 138, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 171, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 177, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}

/* line 190, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
/* line 203, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 208, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 214, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 190, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 229, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -20px;
}
/* line 232, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 240, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 248, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 252, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 254, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 229, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 267, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 269, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 275, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -20px;
  }
}

@media (min-width: 768px) {
  /* line 289, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 292, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 303, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* line 315, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 303, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 335, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -20px;
  }
}

/* line 345, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 350, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 359, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 362, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .suggested-accessories .accessories .accessories-item .accessories-cta .navbar-btn.btn, .suggested-accessories .accessories .accessories-item .accessories-cta .navbar-btn.scfSubmitButton,
.bought-together .accessories .accessories-item .accessories-cta .navbar-btn.btn,
.bought-together .accessories .accessories-item .accessories-cta .navbar-btn.scfSubmitButton,
.flyout-suggested .accessories .accessories-item .accessories-cta .navbar-btn.btn,
.flyout-suggested .accessories .accessories-item .accessories-cta .navbar-btn.scfSubmitButton {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 365, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 375, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 375, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
  /* line 384, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 394, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 398, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 400, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 407, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 412, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 415, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 422, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 430, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 439, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 441, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 445, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 450, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 459, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 470, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 472, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 479, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 487, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 503, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 505, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 510, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 512, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 518, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 528, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #fff;
  border-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}
/* line 532, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #777777;
}
/* line 534, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 541, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #777777;
}
/* line 546, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #383c42;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

/* line 546, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-main > li > a:hover {
  background-color: #f3f6f7;
  color: #383c42;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

/* line 549, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  /*
  color: #383c42;
  background-color: #f3f6f7;
  */
}

/* line 556, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 564, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 574, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #e7e7e7;
}
/* line 576, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #fff;
}
/* line 580, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 585, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: black;
}
/* line 593, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #f3f6f7;
  color: #383c42;
}
@media (max-width: 767px) {
  /* line 604, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 607, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 610, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  /* line 612, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 619, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 627, ../sass/vendor/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 638, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #fff;
}
/* line 640, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 645, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #fff;
}
/* line 647, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 653, ../sass/vendor/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../sass/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
/* line 13, ../sass/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../sass/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 23, ../sass/vendor/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../sass/vendor/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
/* line 10, ../sass/vendor/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../sass/vendor/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../sass/vendor/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 32, ../sass/vendor/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 41, ../sass/vendor/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 51, ../sass/vendor/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
/* line 63, ../sass/vendor/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 17, ../sass/vendor/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../sass/vendor/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 17, ../sass/vendor/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5, ../sass/vendor/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../sass/vendor/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../sass/vendor/bootstrap/_labels.scss */
.btn .label, .scfSubmitButton .label {
  position: relative;
  top: -1px;
}

/* line 33, ../sass/vendor/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../sass/vendor/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../sass/vendor/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../sass/vendor/bootstrap/_labels.scss */
.label-primary {
  background-color: #428bca;
}
/* line 7, ../sass/vendor/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 52, ../sass/vendor/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../sass/vendor/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../sass/vendor/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../sass/vendor/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../sass/vendor/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass/vendor/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../sass/vendor/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../sass/vendor/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 9, ../sass/vendor/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../sass/vendor/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, ../sass/vendor/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 27, ../sass/vendor/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, ../sass/vendor/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, ../sass/vendor/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 45, ../sass/vendor/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 57, ../sass/vendor/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../sass/vendor/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 60, ../sass/vendor/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../sass/vendor/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 63, ../sass/vendor/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../sass/vendor/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 66, ../sass/vendor/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../sass/vendor/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 1, ../sass/vendor/bootstrap/_media.scss */
.media, .search-result {
  margin-top: 15px;
}
/* line 5, ../sass/vendor/bootstrap/_media.scss */
.media:first-child, .search-result:first-child {
  margin-top: 0;
}

/* line 10, ../sass/vendor/bootstrap/_media.scss */
.media-right,
.media > .pull-right,
.search-result > .pull-right {
  padding-left: 10px;
}

/* line 15, ../sass/vendor/bootstrap/_media.scss */
.media-left, .search-result > .img,
.media > .pull-left,
.search-result > .pull-left {
  padding-right: 10px;
}

/* line 20, ../sass/vendor/bootstrap/_media.scss */
.media-left, .search-result > .img,
.media-right,
.media-body,
.search-result > .desc {
  display: table-cell;
  vertical-align: top;
}

/* line 27, ../sass/vendor/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 31, ../sass/vendor/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 36, ../sass/vendor/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 44, ../sass/vendor/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 7, ../sass/vendor/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../sass/vendor/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../sass/vendor/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../sass/vendor/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../sass/vendor/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../sass/vendor/bootstrap/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 45, ../sass/vendor/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 59, ../sass/vendor/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}
/* line 62, ../sass/vendor/bootstrap/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 69, ../sass/vendor/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 76, ../sass/vendor/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 85, ../sass/vendor/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 89, ../sass/vendor/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 99, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 105, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 112, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 116, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 124, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 131, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 135, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 142, ../sass/vendor/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
/* line 146, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 150, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 157, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 161, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 170, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 179, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 186, ../sass/vendor/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 198, ../sass/vendor/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 202, ../sass/vendor/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 205, ../sass/vendor/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 210, ../sass/vendor/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 212, ../sass/vendor/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
/* line 216, ../sass/vendor/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 218, ../sass/vendor/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 226, ../sass/vendor/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 229, ../sass/vendor/bootstrap/_panels.scss */
.panel-primary {
  border-color: #428bca;
}
/* line 6, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

/* line 232, ../sass/vendor/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 235, ../sass/vendor/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 238, ../sass/vendor/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 241, ../sass/vendor/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../sass/vendor/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../sass/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../sass/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 26, ../sass/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 31, ../sass/vendor/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../sass/vendor/bootstrap/_wells.scss */
.well, .scfValidationSummary,
.scfSubmitSummary {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../sass/vendor/bootstrap/_wells.scss */
.well blockquote, .scfValidationSummary blockquote,
.scfSubmitSummary blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../sass/vendor/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../sass/vendor/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../sass/vendor/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../sass/vendor/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, ../sass/vendor/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../sass/vendor/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../sass/vendor/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../sass/vendor/bootstrap/_modals.scss */
.modal.fade .modal-dialog, .modal .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../sass/vendor/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 38, ../sass/vendor/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../sass/vendor/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../sass/vendor/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../sass/vendor/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../sass/vendor/bootstrap/_modals.scss */
.modal-backdrop.fade, .modal-backdrop.modal {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../sass/vendor/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../sass/vendor/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

/* line 85, ../sass/vendor/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../sass/vendor/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../sass/vendor/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../sass/vendor/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../sass/vendor/bootstrap/_modals.scss */
.modal-footer .btn + .btn, .modal-footer .scfSubmitButton + .btn, .modal-footer .btn + .scfSubmitButton, .modal-footer .scfSubmitButton + .scfSubmitButton {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../sass/vendor/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .scfSubmitButton + .btn, .modal-footer .btn-group .btn + .scfSubmitButton, .modal-footer .btn-group .scfSubmitButton + .scfSubmitButton {
  margin-left: -1px;
}
/* line 119, ../sass/vendor/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../sass/vendor/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../sass/vendor/bootstrap/_modals.scss */
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }

  /* line 140, ../sass/vendor/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../sass/vendor/bootstrap/_modals.scss */
  .modal-sm {
    width: 400px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../sass/vendor/bootstrap/_modals.scss */
  .modal-lg {
    width: 1200px;
  }
}
/* line 7, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}

/* line 35, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 50, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 56, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 62, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 69, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 76, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 83, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 89, ../sass/vendor/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7, ../sass/vendor/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height:100%;
}
/* line 16, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  height: 100%
}
/* line 22, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
/* line 29, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 35, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 39, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 46, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 49, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 52, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 57, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 60, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 69, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 84, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 87, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 94, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 103, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 112, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 117, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 122, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
/* line 132, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 137, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 148, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 159, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 180, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #f3f6f7;
}

/* line 191, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 202, ../sass/vendor/bootstrap/_carousel.scss */
.carousel-caption .btn, .carousel-caption .scfSubmitButton {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 213, ../sass/vendor/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 222, ../sass/vendor/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 226, ../sass/vendor/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 233, ../sass/vendor/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 240, ../sass/vendor/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../sass/vendor/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/vendor/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../sass/vendor/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../sass/vendor/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../sass/vendor/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../sass/vendor/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../sass/vendor/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../sass/vendor/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../sass/vendor/bootstrap/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 31, ../sass/vendor/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  /* line 7, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  /* line 49, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  /* line 54, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  /* line 59, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 87, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 106, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  /* line 18, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 18, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-ms {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 154, ../sass/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 154, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 161, ../sass/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 161, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 168, ../sass/vendor/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 168, ../sass/vendor/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../sass/vendor/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
/* line 40, ../sass/vendor/slick/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 55, ../sass/vendor/slick/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 62, ../sass/vendor/slick/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 66, ../sass/vendor/slick/_slick.scss */
.slick-loading .slick-list {
  background: #fff url('/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/ajax-loader.gif') center center no-repeat;
}
/* line 70, ../sass/vendor/slick/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 75, ../sass/vendor/slick/_slick.scss */
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 83, ../sass/vendor/slick/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 89, ../sass/vendor/slick/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 95, ../sass/vendor/slick/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 99, ../sass/vendor/slick/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 103, ../sass/vendor/slick/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 107, ../sass/vendor/slick/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 110, ../sass/vendor/slick/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 113, ../sass/vendor/slick/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 119, ../sass/vendor/slick/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 123, ../sass/vendor/slick/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 127, ../sass/vendor/slick/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 131, ../sass/vendor/slick/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/slick.eot");
  src: url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/slick.eot#iefix") format("embedded-opentype"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/slick.woff") format("woff"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/slick.ttf") format("truetype"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 154, ../sass/vendor/slick/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
/* line 170, ../sass/vendor/slick/_slick.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 174, ../sass/vendor/slick/_slick.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 178, ../sass/vendor/slick/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 182, ../sass/vendor/slick/_slick.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 191, ../sass/vendor/slick/_slick.scss */
.slick-prev {
  left: -25px;
}
/* line 193, ../sass/vendor/slick/_slick.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 197, ../sass/vendor/slick/_slick.scss */
.slick-prev:before {
  content: "â†";
}
/* line 199, ../sass/vendor/slick/_slick.scss */
[dir="rtl"] .slick-prev:before {
  content: "â†’";
}

/* line 204, ../sass/vendor/slick/_slick.scss */
.slick-next {
  right: -25px;
}
/* line 206, ../sass/vendor/slick/_slick.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 210, ../sass/vendor/slick/_slick.scss */
.slick-next:before {
  content: "â†’";
}
/* line 212, ../sass/vendor/slick/_slick.scss */
[dir="rtl"] .slick-next:before {
  content: "â†";
}

/* Dots */
/* line 220, ../sass/vendor/slick/_slick.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 223, ../sass/vendor/slick/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 232, ../sass/vendor/slick/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 241, ../sass/vendor/slick/_slick.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 253, ../sass/vendor/slick/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 255, ../sass/vendor/slick/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 260, ../sass/vendor/slick/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 279, ../sass/vendor/slick/_slick.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/* Invisible left hotspot */
/* line 4, ../sass/vendor/smoothdivscroll/_smoothdivscroll.scss */
div.scrollingHotSpotLeft {
  	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
      and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
  min-width: 75px;
  width: 10%;
  height: 100%;
  	/* There is a big background image and it's used to solve some problems I experienced
      in Internet Explorer 6. */
  background-image: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/big_transparent.gif);
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  left: 0;
  /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
  cursor: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/cursors/cursor_arrow_left.png), url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/cursors/cursor_arrow_left.cur), w-resize;
}

/* Visible left hotspot */
/* line 24, ../sass/vendor/smoothdivscroll/_smoothdivscroll.scss */
div.scrollingHotSpotLeftVisible {
  background-image: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/arrow_left.gif);
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  /* Standard CSS3 opacity setting */
  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
  filter: alpha(opacity=35);
  /* Opacity for Internet Explorer. */
  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
/* line 36, ../sass/vendor/smoothdivscroll/_smoothdivscroll.scss */
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  background-image: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/big_transparent.gif);
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  right: 0;
  cursor: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/cursors/cursor_arrow_right.png), url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/cursors/cursor_arrow_right.cur), e-resize;
}

/* Visible right hotspot */
/* line 51, ../sass/vendor/smoothdivscroll/_smoothdivscroll.scss */
div.scrollingHotSpotRightVisible {
  background-image: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/arrow_right.gif);
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
/* line 65, ../sass/vendor/smoothdivscroll/_smoothdivscroll.scss */
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* line 73, ../sass/vendor/smoothdivscroll/_smoothdivscroll.scss */
div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}

/*! jQuery UI - v1.11.2 - 2015-01-20
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=normal&fsDefault=1.2em&cornerRadius=0&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 12, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 22, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 32, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 38, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 41, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 44, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 54, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 61, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 70, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 82, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 89, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 94, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 98, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 105, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 109, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 112, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 115, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 118, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 121, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 130, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 135, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 139, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 143, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 149, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 155, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 159, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 166, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 174, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 182, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 187, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 190, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 193, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 197, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 200, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 203, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 206, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 210, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 213, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 220, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 223, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 227, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 231, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 235, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 239, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 242, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 245, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 249, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
/* line 257, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-widget {
  font-family: Arial,sans-serif;
  font-size: 1.2em;
}

/* line 261, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 264, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,sans-serif;
  font-size: 1em;
}

/* line 271, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

/* line 276, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 279, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc;
  color: #222222;
  font-weight: bold;
}

/* line 285, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 291, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: normal;
  color: #555555;
}

/* line 299, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

/* line 305, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada;
  font-weight: normal;
  color: #212121;
}

/* line 316, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 327, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  font-weight: normal;
  color: #212121;
}

/* line 335, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 344, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636;
}

/* line 351, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 356, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a;
}

/* line 363, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 368, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 373, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 378, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 385, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 392, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 400, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* positioning */
/* line 430, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 431, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 432, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 433, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 434, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 435, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 436, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 437, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 438, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 439, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 440, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 441, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 442, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 443, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 444, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 445, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 446, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 447, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 448, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 449, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 450, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 451, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 452, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 453, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 454, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 455, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 456, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 457, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 458, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 459, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 460, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 461, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 462, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 463, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 464, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 465, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 466, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 467, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 468, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 469, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 470, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 471, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 472, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 473, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 474, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 475, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 476, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 477, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 478, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 479, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 480, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 481, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 482, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 483, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 484, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 485, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 486, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 487, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 488, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 489, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 490, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 491, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 492, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 493, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 494, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 495, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 496, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 497, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 498, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 499, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 500, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 501, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 502, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 503, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 504, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 505, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 506, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 507, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 508, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 509, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 510, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 511, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 512, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 513, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 514, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 515, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 516, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 517, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 518, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 519, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 520, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 521, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 522, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 523, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 524, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 525, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 526, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 527, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 528, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 529, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 530, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 531, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 532, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 533, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 534, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 535, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 536, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 537, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 538, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 539, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 540, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 541, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 542, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 543, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 544, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 545, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 546, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 547, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 548, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 549, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 550, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 551, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 552, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 553, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 554, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 555, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 556, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 557, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 558, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 559, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 560, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 561, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 562, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 563, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 564, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 565, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 566, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 568, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 569, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 570, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 571, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 572, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 573, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 574, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 575, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 576, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 577, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 578, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 579, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 580, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 581, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 582, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 583, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 584, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 585, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 586, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 587, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 588, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 589, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 590, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 591, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 592, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 593, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 594, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 595, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 596, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 597, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 598, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 599, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 600, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 601, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 602, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 603, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 604, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 605, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 612, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}

/* line 618, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}

/* line 624, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}

/* line 630, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}

/* Overlays */
/* line 638, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

/* line 643, ../sass/vendor/jquery/_jquery-ui.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/2UX7WLTfW3W8TclTUvlFyQ.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/12mE4jfMSBTmg-81EiS-YRsxEYwM7FgeyaSgU71cLG0.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/7m8l7TlFO-S3VkhHuR0at4bN6UDyHWBl620a-IRfuBk.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff") format("woff");
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/OLffGBTaF0XFOW1gnuHF0YbN6UDyHWBl620a-IRfuBk.woff") format("woff");
}
@font-face {
  font-family: 'wacom';
  src: url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/wacom35.eot?v2");
  src: url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/wacom35.eot#iefixv2") format("embedded-opentype"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/wacom35.woff?v2") format("woff"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/wacom35.ttf?v2") format("truetype"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/wacom35.svg?v2#wacom") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/wacom/_font-wacom.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'wacom';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/* line 23, ../sass/wacom/_font-wacom.scss */
.icon-play:before,
.circle.icon-play:after {
  content: "\e61f";
}

/* line 27, ../sass/wacom/_font-wacom.scss */
.icon-douban:before {
  content: "\e600";
}

/* line 30, ../sass/wacom/_font-wacom.scss */
.icon-weibo:before {
  content: "\e601";
}

/* line 33, ../sass/wacom/_font-wacom.scss */
.icon-renren:before {
  content: "\e602";
}

/* line 36, ../sass/wacom/_font-wacom.scss */
.icon-cart:before {
  content: "\e603";
}

/* line 39, ../sass/wacom/_font-wacom.scss */
.icon-search:before {
  content: "\e604";
}

/* line 42, ../sass/wacom/_font-wacom.scss */
.icon-sun:before {
  content: "\e605";
}

/* line 45, ../sass/wacom/_font-wacom.scss */
.icon-tablet:before {
  content: "\e606";
}

/* line 48, ../sass/wacom/_font-wacom.scss */
.icon-suitcase:before {
  content: "\e607";
}

/* line 51, ../sass/wacom/_font-wacom.scss */
.icon-keyboard:before {
  content: "\e608";
}

/* line 54, ../sass/wacom/_font-wacom.scss */
.icon-share:before {
  content: "\e609";
}

/* line 57, ../sass/wacom/_font-wacom.scss */
.icon-question:before {
  content: "\e60a";
}

/* line 60, ../sass/wacom/_font-wacom.scss */
.icon-twitter:before {
  content: "\e60b";
}

/* line 63, ../sass/wacom/_font-wacom.scss */
.icon-facebook:before {
  content: "\e60c";
}

/* line 66, ../sass/wacom/_font-wacom.scss */
.icon-google:before {
  content: "\e60d";
}

/* line 69, ../sass/wacom/_font-wacom.scss */
.icon-arrow-left:before {
  content: "\e60e";
}

/* line 72, ../sass/wacom/_font-wacom.scss */
.icon-arrow-right:before {
  content: "\e60f";
}

/* line 75, ../sass/wacom/_font-wacom.scss */
.icon-arrow-up:before {
  content: "\e610";
}

/* line 78, ../sass/wacom/_font-wacom.scss */
.icon-arrow-down:before {
  content: "\e611";
}

/* line 81, ../sass/wacom/_font-wacom.scss */
.icon-heart:before {
  content: "\e612";
}

/* line 84, ../sass/wacom/_font-wacom.scss */
.icon-bulb:before {
  content: "\e613";
}

/* line 87, ../sass/wacom/_font-wacom.scss */
.icon-clock:before {
  content: "\e614";
}

/* line 90, ../sass/wacom/_font-wacom.scss */
.icon-love:before {
  content: "\e615";
}

/* line 93, ../sass/wacom/_font-wacom.scss */
.icon-happy-face:before {
  content: "\e616";
}

/* line 96, ../sass/wacom/_font-wacom.scss */
.icon-leaf:before {
  content: "\e617";
}

/* line 99, ../sass/wacom/_font-wacom.scss */
.icon-marker:before {
  content: "\e618";
}

/* line 102, ../sass/wacom/_font-wacom.scss */
.icon-bubble:before {
  content: "\e619";
}

/* line 105, ../sass/wacom/_font-wacom.scss */
.icon-screen:before {
  content: "\e61a";
}

/* line 108, ../sass/wacom/_font-wacom.scss */
.icon-down:before {
  content: "\e61b";
}

/* line 111, ../sass/wacom/_font-wacom.scss */
.icon-up:before {
  content: "\e61c";
}

/* line 114, ../sass/wacom/_font-wacom.scss */
.icon-right:before,
.circle.icon-right:after {
  content: "\e61d";
}

/* line 118, ../sass/wacom/_font-wacom.scss */
.icon-left:before {
  content: "\e61e";
}

/* line 121, ../sass/wacom/_font-wacom.scss */
.icon-up:before,
.circle.icon-up:after {
  content: "\e61c";
}

/* temporary icons */
/* line 128, ../sass/wacom/_font-wacom.scss */
.icon-video:before,
.icon-specifications:before,
.icon-support:before,
.icon-community:before,
.icon-store:before,
.icon-star:before,
.icon-email:before,
.icon-retailer:before,
.icon-wishlist:before {
  content: "\e61a";
}

/* line 140, ../sass/wacom/_font-wacom.scss */
a .circle {
  color: inherit;
}

/* line 142, ../sass/wacom/_font-wacom.scss */
.circle {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 10px;
  font-size: 20px;
  border: 1px solid;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
/* line 157, ../sass/wacom/_font-wacom.scss */
.circle.icon-left {
  margin-right: 5px;
}
/* line 160, ../sass/wacom/_font-wacom.scss */
.circle.icon-right {
  margin-left: 5px;
}
/* line 164, ../sass/wacom/_font-wacom.scss */
.circle:before, .circle:after {
  display: inline-block;
  position: relative;
  left: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 179, ../sass/wacom/_font-wacom.scss */
.circle:hover:before, .circle:hover:after {
  left: -20px;
}
/* line 184, ../sass/wacom/_font-wacom.scss */
.circle.large {
  width: 60px;
  height: 60px;
  line-height: 20px;
  font-size: 60px;
  border-width: 2px;
  border-radius: 60px;
}
/* line 192, ../sass/wacom/_font-wacom.scss */
.circle.large:before, .circle.large:after {
  top: -2px;
  left: -2px;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
}
/* line 204, ../sass/wacom/_font-wacom.scss */
.circle.large:hover:before, .circle.large:hover:after {
  left: -60px;
}

/* line 214, ../sass/wacom/_font-wacom.scss */
a:hover .circle:before, a:hover .circle:after {
  left: -20px;
}
/* line 221, ../sass/wacom/_font-wacom.scss */
a:hover .circle.large:before, a:hover .circle.large:after {
  left: -60px;
}

@font-face {
  font-family: 'ico';
  src: url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/ico35.eot?v2");
  src: url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/ico35.eot?v2#iefix") format("embedded-opentype"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/ico35.woff?v2") format("woff"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/ico35.ttf?v2") format("truetype"), url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/fonts/vendor/ico35.svg?v2#ico") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ico';
    src: url('/National_Library/20160521004321oe_/http://www.wacom.com/assets/styles/font/ico.svg?v2#ico') format('svg');
  }
}
*/
/* line 251, ../sass/wacom/_font-wacom.scss */
[class^="ico-"]:before, [class*=" ico-"]:before {
  font-family: "ico";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 282, ../sass/wacom/_font-wacom.scss */
.ico-star:before {
  content: '\e800';
}

/* 'î €' */
/* line 283, ../sass/wacom/_font-wacom.scss */
.ico-star-empty:before {
  content: '\e801';
}

/* 'î ' */
/* line 284, ../sass/wacom/_font-wacom.scss */
.ico-star-half-alt:before {
  content: '\e802';
}

/* 'î ‚' */
/* line 285, ../sass/wacom/_font-wacom.scss */
.ico-comment:before {
  content: '\e803';
}

/* 'î ƒ' */
/* line 286, ../sass/wacom/_font-wacom.scss */
.ico-cancel-circle:before {
  content: '\e804';
}

/* 'î „' */
/* line 287, ../sass/wacom/_font-wacom.scss */
.ico-plus-circle:before {
  content: '\e805';
}

/* 'î …' */
/* line 288, ../sass/wacom/_font-wacom.scss */
.ico-minus-circle:before {
  content: '\e806';
}

/* 'î †' */
/* line 289, ../sass/wacom/_font-wacom.scss */
.ico-flashlight:before {
  content: '\e807';
}

/* 'î ‡' */
/* line 290, ../sass/wacom/_font-wacom.scss */
.ico-mail:before {
  content: '\e808';
}

/* 'î ˆ' */
/* line 291, ../sass/wacom/_font-wacom.scss */
.ico-play-circled:before {
  content: '\e809';
}

/* 'î ‰' */
/* line 292, ../sass/wacom/_font-wacom.scss */
.ico-right-open-big:before {
  content: '\e80a';
}

/* 'î Š' */
/* line 293, ../sass/wacom/_font-wacom.scss */
.ico-commerical-building:before {
  content: '\e80b';
}

/* 'î ‹' */
/* line 294, ../sass/wacom/_font-wacom.scss */
.ico-doc-new:before {
  content: '\e80c';
}

/* 'î Œ' */
/* line 295, ../sass/wacom/_font-wacom.scss */
.ico-left-open-big:before {
  content: '\e80d';
}

/* 'î ' */
/* line 296, ../sass/wacom/_font-wacom.scss */
.ico-check:before {
  content: '\e80e';
}

/* 'î Ž' */
/* line 297, ../sass/wacom/_font-wacom.scss */
.ico-sina-weibo:before {
  content: '\e80f';
}

/* 'î ' */
/* line 298, ../sass/wacom/_font-wacom.scss */
.ico-facebook:before {
  content: '\e810';
}

/* 'î ' */
/* line 299, ../sass/wacom/_font-wacom.scss */
.ico-twitter:before {
  content: '\e811';
}

/* 'î ‘' */
/* line 300, ../sass/wacom/_font-wacom.scss */
.ico-renren:before {
  content: '\e812';
}

/* 'î ’' */
/* line 301, ../sass/wacom/_font-wacom.scss */
.ico-gplus:before {
  content: '\e813';
}

/* 'î “' */
/* line 302, ../sass/wacom/_font-wacom.scss */
.ico-export:before {
  content: '\e814';
}

/* 'î ”' */
/* line 303, ../sass/wacom/_font-wacom.scss */
.ico-print:before {
  content: '\e815';
}

/* 'î •' */
/* line 304, ../sass/wacom/_font-wacom.scss */
.ico-menu:before {
  content: '\e816';
}

/* 'î –' */
/* line 305, ../sass/wacom/_font-wacom.scss */
.ico-search:before {
  content: '\e817';
}

/* 'î —' */
/* line 306, ../sass/wacom/_font-wacom.scss */
.ico-cart:before {
  content: '\e818';
}

/* 'î ˜' */
/* line 307, ../sass/wacom/_font-wacom.scss */
.ico-plus:before {
  content: '\e819';
}

/* 'î ™' */
/* line 308, ../sass/wacom/_font-wacom.scss */
.ico-minus:before {
  content: '\e81a';
}

/* 'î š' */
/* line 309, ../sass/wacom/_font-wacom.scss */
.ico-mobile:before {
  content: '\e81b';
}

/* 'î ›' */
/* line 310, ../sass/wacom/_font-wacom.scss */
.ico-chat:before {
  content: '\e81c';
}

/* 'î œ' */
/* line 311, ../sass/wacom/_font-wacom.scss */
.ico-at:before {
  content: '\e81d';
}

/* 'î ' */
/* line 1, ../sass/wacom/_globals.scss */
* {
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

@media (max-width: 1240px) {
  @-ms-viewport {
    width: 1240px;
  }
}
/* line 16, ../sass/wacom/_globals.scss */
html {
  height: 100%;
}

/* line 19, ../sass/wacom/_globals.scss */
body {
  position: relative;
  height: 100%;
  padding-top: 50px;
  background-color: #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  /* line 29, ../sass/wacom/_globals.scss */
  body {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  /* line 29, ../sass/wacom/_globals.scss */
  body {
    padding-top: 70px;
  }
}

/* line 39, ../sass/wacom/_globals.scss */
.language-ja body {
  font-family: Arial, "MS PGothic", "Â£ÃÂ£Ã“ Â£ÃÂ¥Â´Â¥Â·Â¥ÃƒÂ¥Â¯", "MS PMincho", sans-serif;
}

/* line 45, ../sass/wacom/_globals.scss */
.language-zh body {
  font-family: Arial, SimSun, sans-serif;
}

/* line 51, ../sass/wacom/_globals.scss */
.language-ko body {
  font-family: Arial, Dotum, AppleGothic, sans-serif;
}

/* line 56, ../sass/wacom/_globals.scss */
body.overlay-body {
  padding-top: 0;
}

/* line 60, ../sass/wacom/_globals.scss */
.overlay {
  position: fixed;
  z-index: 500;
  top: 0;
  left: -9999em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.25 ease-in-out;
  -o-transition: opacity 0.25 ease-in-out;
  transition: opacity 0.25 ease-in-out;
}
/* line 73, ../sass/wacom/_globals.scss */
.overlay.show {
  left: 0;
  opacity: 1;
}

/* line 79, ../sass/wacom/_globals.scss */
img.resp-image {
  width: 100%;
}

/* line 83, ../sass/wacom/_globals.scss */
.no-wrap {
  display: block;
  white-space: nowrap;
}
/* line 87, ../sass/wacom/_globals.scss */
.no-wrap span.link-text {
  white-space: normal;
}

/* line 93, ../sass/wacom/_globals.scss */
.server-error {
  padding: 100px;
  color: #fff;
}

/* line 98, ../sass/wacom/_globals.scss */
.back-to-top {
  display: none;
}

@media (max-width: 767px) {
  /* line 102, ../sass/wacom/_globals.scss */
  .back-to-top {
    display: block;
    text-align: center;
  }
  /* line 106, ../sass/wacom/_globals.scss */
  .back-to-top a {
    display: block;
    padding: 5px;
  }
}
/* line 4, ../sass/wacom/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-style: inherit;
  font-weight: 300;
}
/* line 9, ../sass/wacom/_typography.scss */
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-style: normal;
}
/* line 13, ../sass/wacom/_typography.scss */
h1.strong,
h1 strong, h2.strong,
h2 strong, h3.strong,
h3 strong, h4.strong,
h4 strong, h5.strong,
h5 strong, h6.strong,
h6 strong {
  font-weight: 400;
}

/* line 19, ../sass/wacom/_typography.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 23, ../sass/wacom/_typography.scss */
h1 {
  font-size: 2em;
}

/* line 26, ../sass/wacom/_typography.scss */
h2 {
  font-size: 1.8em;
}

/* line 29, ../sass/wacom/_typography.scss */
h3 {
  font-size: 1.5em;
}

/* line 32, ../sass/wacom/_typography.scss */
h4 {
  font-size: 1.3em;
}

/* line 35, ../sass/wacom/_typography.scss */
h5 {
  font-size: 1.1em;
}

/* line 38, ../sass/wacom/_typography.scss */
h6 {
  font-size: 1em;
}

@media (min-width: 1200px) {
  /* line 43, ../sass/wacom/_typography.scss */
  h1 {
    font-size: 3em;
  }

  /* line 46, ../sass/wacom/_typography.scss */
  h2 {
    font-size: 2.5em;
  }

  /* line 49, ../sass/wacom/_typography.scss */
  h3 {
    font-size: 2em;
  }
}
/* margins */
/* line 57, ../sass/wacom/_typography.scss */
p {
  margin-top: 10px;
}

/* line 59, ../sass/wacom/_typography.scss */
div[class^="col-"] > h4,
div[class^="col-"] > h5,
div[class^="col-"] > h6 {
  margin-top: 8px;
}

/* line 67, ../sass/wacom/_typography.scss */
.large {
  font-size: 2.5em;
  font-weight: 400;
}

/* line 72, ../sass/wacom/_typography.scss */
.larger {
  font-size: 3em;
  font-weight: 200;
}

/* line 77, ../sass/wacom/_typography.scss */
.largest {
  font-size: 3.5em;
  font-weight: 200;
}

/* line 82, ../sass/wacom/_typography.scss */
.small {
  line-height: 1.3em;
}

/* line 86, ../sass/wacom/_typography.scss */
.subheader {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #808285;
}

/* line 94, ../sass/wacom/_typography.scss */
h1 .subheader, h2 .subheader, h3 .subheader {
  display: block;
  line-height: 1em;
  font-size: 0.7em;
}

/* line 100, ../sass/wacom/_typography.scss */
.subheader + h1,
.subheader + h2,
.subheader + h3,
.subheader + h4,
.subheader + h5,
.subheader + h6 {
  margin-top: 0;
}

/* line 110, ../sass/wacom/_typography.scss */
a:hover {
  text-decoration: none;
}

/* line 114, ../sass/wacom/_typography.scss */
label {
  font-weight: normal;
}

/* line 116, ../sass/wacom/_typography.scss */
blockquote {
  padding: 0;
  font-size: inherit;
  border-left: none;
}
/* line 121, ../sass/wacom/_typography.scss */
blockquote > *:before {
  content: '\201C';
}
/* line 124, ../sass/wacom/_typography.scss */
blockquote > *:after {
  content: '\201D';
}

/* line 130, ../sass/wacom/_typography.scss */
.list-unstyled, .list-inline, .reviews ul, .social ul, .hero .variant-container .variant, .compare-products-modal .compare-abilities, ul.list-dynamic, .help .help-items, .hero-section-nav ul, .search-facets ul, .search-results > ul, .footer-nav, .footer-social, .footer-sub-nav {
  padding-left: 0;
  list-style: none;
}

/* line 136, ../sass/wacom/_typography.scss */
.list-inline, .reviews ul, .social ul, .hero .variant-container .variant, .compare-products-modal .compare-abilities {
  margin-left: -5px;
}
/* line 140, ../sass/wacom/_typography.scss */
.list-inline > li, .reviews ul > li, .social ul > li, .hero .variant-container .variant > li, .compare-products-modal .compare-abilities > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 147, ../sass/wacom/_typography.scss */
ul.list-dynamic {
  margin-left: -20px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 0;
  display: table;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
ul.list-dynamic:before, ul.list-dynamic:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
ul.list-dynamic:after {
  clear: both;
}
/* line 154, ../sass/wacom/_typography.scss */
ul.list-dynamic > li {
  padding: 0;
  -webkit-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s;
}
/* line 162, ../sass/wacom/_typography.scss */
ul.list-dynamic > li figcaption {
  padding: 0 20px;
}
@media (min-width: 768px) {
  /* line 167, ../sass/wacom/_typography.scss */
  ul.list-dynamic > li {
    display: table-cell;
  }
  /* line 172, ../sass/wacom/_typography.scss */
  ul.list-dynamic[data-items-count="2"] li {
    width: 50%;
  }
  /* line 177, ../sass/wacom/_typography.scss */
  ul.list-dynamic[data-items-count="4"] li {
    width: 25%;
  }
  /* line 182, ../sass/wacom/_typography.scss */
  ul.list-dynamic[data-items-count="5"] li {
    width: 20%;
  }
  /* line 187, ../sass/wacom/_typography.scss */
  ul.list-dynamic[data-items-count="6"] li {
    width: 16.6666666667%;
  }
  /* line 192, ../sass/wacom/_typography.scss */
  ul.list-dynamic[data-items-count="7"] li {
    width: 14.2857142857%;
  }
  /* line 197, ../sass/wacom/_typography.scss */
  ul.list-dynamic[data-items-count="8"] li {
    width: 12.5%;
  }
  /* line 202, ../sass/wacom/_typography.scss */
  ul.list-dynamic[data-items-count="9"] li {
    width: 11.1111111111%;
  }
  /* line 207, ../sass/wacom/_typography.scss */
  ul.list-dynamic[data-items-count="10"] li {
    width: 10%;
  }
}

/* line 216, ../sass/wacom/_typography.scss */
.layer-mini-item ul.list-dynamic li {
  min-height: 160px;
}

.layer-mini-item ul.list-dynamic li h5 {
  word-wrap: break-word;
}

@media (min-width: 992px) {
  /* line 224, ../sass/wacom/_typography.scss */
  .text-smaller {
    font-size: 0.8em;
  }

  /* line 225, ../sass/wacom/_typography.scss */
  .text-small, .learn-more {
    font-size: 0.9em;
  }

  /* line 226, ../sass/wacom/_typography.scss */
  .text-big {
    font-size: 1.2em;
  }
  /* line 229, ../sass/wacom/_typography.scss */
  .text-big p {
    line-height: 1.3em !important;
    margin: 1.3em 0;
  }

  /* line 234, ../sass/wacom/_typography.scss */
  .text-bigger {
    font-size: 1.4em;
  }
  /* line 237, ../sass/wacom/_typography.scss */
  .text-bigger p {
    line-height: 1.3em !important;
    margin: 1.3em 0;
  }
}
/* line 243, ../sass/wacom/_typography.scss */
.learn-more {
  white-space: nowrap;
}

@media (min-width: 480px) {
  /* line 249, ../sass/wacom/_typography.scss */
  .text-right-ms {
    text-align: right;
  }
}

@media (min-width: 768px) {
  /* line 255, ../sass/wacom/_typography.scss */
  .text-right-sm {
    text-align: right;
  }
}

@media (min-width: 992px) {
  /* line 261, ../sass/wacom/_typography.scss */
  .text-right-md {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  /* line 267, ../sass/wacom/_typography.scss */
  .text-right-lg {
    text-align: right;
  }
}

@media (min-width: 480px) {
  /* line 275, ../sass/wacom/_typography.scss */
  .pull-right-ms {
    float: right;
  }
}

@media (min-width: 768px) {
  /* line 281, ../sass/wacom/_typography.scss */
  .pull-right-sm {
    float: right;
  }
}

@media (min-width: 992px) {
  /* line 287, ../sass/wacom/_typography.scss */
  .pull-right-md {
    float: right;
  }
}

@media (min-width: 1200px) {
  /* line 293, ../sass/wacom/_typography.scss */
  .pull-right-lg {
    float: right;
  }
}

/* line 1, ../sass/wacom/_icons.scss */
i[class^="i-"] {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-image: url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/spritesheetv2.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  /* ie7 inline block fix */
  zoom: 1;
  *display: inline;
}

/* line 13, ../sass/wacom/_icons.scss */
i.i-pressure {
  width: 27px;
  height: 27px;
  background-position: -350px -150px;
}

/* line 16, ../sass/wacom/_icons.scss */
i.i-palmrejection {
  width: 27px;
  height: 27px;
  background-position: -400px -150px;
}

/* line 19, ../sass/wacom/_icons.scss */
i.i-shortcutfunctionality {
  width: 27px;
  height: 27px;
  background-position: -450px -150px;
}

/* temp */
/* line 24, ../sass/wacom/_icons.scss */
i.entypo-check, i.entypo-cross, i.entypo-chat {
  display: none;
}

/* line 29, ../sass/wacom/_icons.scss */
.ui-icon {
  text-indent: 0;
  overflow: visible;
}

/* line 34, ../sass/wacom/_icons.scss */
.ui-icon-calendar {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
}

/* grid */
/* line 3, ../sass/wacom/_grid.scss */
.row.no-gutter, .layer-section-header hgroup.no-gutter, .wrapper.store-home .layer-checkout-header hgroup.no-gutter, .no-gutter.compare {
  margin-left: 0;
  margin-right: 0;
}
/* line 7, ../sass/wacom/_grid.scss */
.row.no-gutter > *[class*="col-"], .layer-section-header hgroup.no-gutter > *[class*="col-"], .wrapper.store-home .layer-checkout-header hgroup.no-gutter > *[class*="col-"], .no-gutter.compare > *[class*="col-"] {
  padding: 0;
}

/* line 13, ../sass/wacom/_grid.scss */
.col-xs-100,
.col-ms-100,
.col-sm-100,
.col-md-100,
.col-lg-100,
.col-xs-200,
.col-ms-200,
.col-sm-200,
.col-md-200,
.col-lg-200,
.flyout-suggested .accessories .accessories-item,
.col-xs-300,
.col-ms-300,
.col-sm-300,
.col-md-300,
.col-lg-300,
.col-xs-400,
.col-ms-400,
.col-sm-400,
.col-md-400,
.col-lg-400,
.col-xs-500,
.col-ms-500,
.col-sm-500,
.col-md-500,
.col-lg-500,
.col-xs-600,
.col-ms-600,
.col-sm-600,
.col-md-600,
.col-lg-600,
.col-xs-700,
.col-ms-700,
.col-sm-700,
.col-md-700,
.col-lg-700,
.col-xs-800,
.col-ms-800,
.col-sm-800,
.col-md-800,
.col-lg-800,
.col-xs-900,
.col-ms-900,
.col-sm-900,
.col-md-900,
.col-lg-900,
.col-xs-1000,
.col-ms-1000,
.col-sm-1000,
.col-md-1000,
.col-lg-1000 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 78, ../sass/wacom/_grid.scss */
.col-xs-100 {
  width: 10%;
  float: left;
}

/* line 82, ../sass/wacom/_grid.scss */
.col-xs-200 {
  width: 20%;
  float: left;
}

/* line 86, ../sass/wacom/_grid.scss */
.col-xs-300 {
  width: 30%;
  float: left;
}

/* line 90, ../sass/wacom/_grid.scss */
.col-xs-400 {
  width: 40%;
  float: left;
}

/* line 94, ../sass/wacom/_grid.scss */
.col-xs-500 {
  width: 50%;
  float: left;
}

/* line 98, ../sass/wacom/_grid.scss */
.col-xs-600 {
  width: 60%;
  float: left;
}

/* line 102, ../sass/wacom/_grid.scss */
.col-xs-700 {
  width: 70%;
  float: left;
}

/* line 106, ../sass/wacom/_grid.scss */
.col-xs-800 {
  width: 80%;
  float: left;
}

/* line 110, ../sass/wacom/_grid.scss */
.col-xs-900 {
  width: 90%;
  float: left;
}

/* line 114, ../sass/wacom/_grid.scss */
.col-xs-1000 {
  width: 1000%;
  float: left;
}

/*@media (min-width: 480px) {*/
@media (min-width: 480px) {
  /* line 121, ../sass/wacom/_grid.scss */
  .col-ms-100 {
    width: 10%;
    float: left;
  }

  /* line 125, ../sass/wacom/_grid.scss */
  .col-ms-200 {
    width: 20%;
    float: left;
  }

  /* line 129, ../sass/wacom/_grid.scss */
  .col-ms-300 {
    width: 30%;
    float: left;
  }

  /* line 133, ../sass/wacom/_grid.scss */
  .col-ms-400 {
    width: 40%;
    float: left;
  }

  /* line 137, ../sass/wacom/_grid.scss */
  .col-ms-500 {
    width: 50%;
    float: left;
  }

  /* line 141, ../sass/wacom/_grid.scss */
  .col-ms-600 {
    width: 60%;
    float: left;
  }

  /* line 145, ../sass/wacom/_grid.scss */
  .col-ms-700 {
    width: 70%;
    float: left;
  }

  /* line 149, ../sass/wacom/_grid.scss */
  .col-ms-800 {
    width: 80%;
    float: left;
  }

  /* line 153, ../sass/wacom/_grid.scss */
  .col-ms-900 {
    width: 90%;
    float: left;
  }

  /* line 157, ../sass/wacom/_grid.scss */
  .col-ms-1000 {
    width: 100%;
    float: left;
  }
}
/*@media (min-width: 768px) {*/
@media (min-width: 768px) {
  /* line 165, ../sass/wacom/_grid.scss */
  .col-sm-100 {
    width: 10%;
    float: left;
  }

  /* line 169, ../sass/wacom/_grid.scss */
  .col-sm-200 {
    width: 20%;
    float: left;
  }

  /* line 173, ../sass/wacom/_grid.scss */
  .col-sm-300 {
    width: 30%;
    float: left;
  }

  /* line 177, ../sass/wacom/_grid.scss */
  .col-sm-400 {
    width: 40%;
    float: left;
  }

  /* line 181, ../sass/wacom/_grid.scss */
  .col-sm-500 {
    width: 50%;
    float: left;
  }

  /* line 185, ../sass/wacom/_grid.scss */
  .col-sm-600 {
    width: 60%;
    float: left;
  }

  /* line 189, ../sass/wacom/_grid.scss */
  .col-sm-700 {
    width: 70%;
    float: left;
  }

  /* line 193, ../sass/wacom/_grid.scss */
  .col-sm-800 {
    width: 80%;
    float: left;
  }

  /* line 197, ../sass/wacom/_grid.scss */
  .col-sm-900 {
    width: 90%;
    float: left;
  }

  /* line 201, ../sass/wacom/_grid.scss */
  .col-sm-1000 {
    width: 100%;
    float: left;
  }
}
/*@media (min-width: 992px) {*/
@media (min-width: 992px) {
  /* line 209, ../sass/wacom/_grid.scss */
  .col-md-100 {
    width: 10%;
    float: left;
  }

  /* line 213, ../sass/wacom/_grid.scss */
  .col-md-200 {
    width: 20%;
    float: left;
  }

  /* line 217, ../sass/wacom/_grid.scss */
  .col-md-300 {
    width: 30%;
    float: left;
  }

  /* line 221, ../sass/wacom/_grid.scss */
  .col-md-400 {
    width: 40%;
    float: left;
  }

  /* line 225, ../sass/wacom/_grid.scss */
  .col-md-500 {
    width: 50%;
    float: left;
  }

  /* line 229, ../sass/wacom/_grid.scss */
  .col-md-600 {
    width: 60%;
    float: left;
  }

  /* line 233, ../sass/wacom/_grid.scss */
  .col-md-700 {
    width: 70%;
    float: left;
  }

  /* line 237, ../sass/wacom/_grid.scss */
  .col-md-800 {
    width: 80%;
    float: left;
  }

  /* line 241, ../sass/wacom/_grid.scss */
  .col-md-900 {
    width: 90%;
    float: left;
  }

  /* line 245, ../sass/wacom/_grid.scss */
  .col-md-1000 {
    width: 100%;
    float: left;
  }
}
/*@media (min-width: 1200px) {*/
@media (min-width: 1200px) {
  /* line 253, ../sass/wacom/_grid.scss */
  .col-lg-100 {
    width: 10%;
    float: left;
  }

  /* line 257, ../sass/wacom/_grid.scss */
  .col-lg-200, .flyout-suggested .accessories .accessories-item {
    width: 20%;
    float: left;
  }

  /* line 261, ../sass/wacom/_grid.scss */
  .col-lg-300 {
    width: 30%;
    float: left;
  }

  /* line 265, ../sass/wacom/_grid.scss */
  .col-lg-400 {
    width: 40%;
    float: left;
  }

  /* line 269, ../sass/wacom/_grid.scss */
  .col-lg-500 {
    width: 50%;
    float: left;
  }

  /* line 273, ../sass/wacom/_grid.scss */
  .col-lg-600 {
    width: 60%;
    float: left;
  }

  /* line 277, ../sass/wacom/_grid.scss */
  .col-lg-700 {
    width: 70%;
    float: left;
  }

  /* line 281, ../sass/wacom/_grid.scss */
  .col-lg-800 {
    width: 80%;
    float: left;
  }

  /* line 285, ../sass/wacom/_grid.scss */
  .col-lg-900 {
    width: 90%;
    float: left;
  }

  /* line 289, ../sass/wacom/_grid.scss */
  .col-lg-1000 {
    width: 100%;
    float: left;
  }
}
/* line 1, ../sass/wacom/components/_buttons.scss */
.btn, .scfSubmitButton {
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #adafb4;
  font-size: inherit;
  overflow-x: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 11, ../sass/wacom/components/_buttons.scss */
.btn a, .scfSubmitButton a, .btn *, .scfSubmitButton * {
  color: #fff;
}

/* line 18, ../sass/wacom/components/_buttons.scss */
a.btn-standard,
.btn-standard {
  background-color: #adafb4;
  color: #fff !important;
}
/* line 22, ../sass/wacom/components/_buttons.scss */
a.btn-standard:hover,
.btn-standard:hover {
  background-color: #e5e5e5;
  color: #0097D4 !important;
}
/* line 25, ../sass/wacom/components/_buttons.scss */
a.btn-standard:hover i,
a.btn-standard:hover span,
.btn-standard:hover i,
.btn-standard:hover span {
  color: #0097D4 !important;
}

/* line 31, ../sass/wacom/components/_buttons.scss */
a.btn-primary,
.btn-primary {
  background-color: #0097D4;
  color: #fff !important;
}

/* line 36, ../sass/wacom/components/_buttons.scss */
a.btn-primary-dark,
.btn-primary-dark {
  background-color: #0090c0;
  color: #fff !important;
}

/* line 41, ../sass/wacom/components/_buttons.scss */
a.btn-secondary,
.btn-secondary {
  color: #fff !important;
}

.btn-header-search {
    background-color: transparent;
    color: #999;
    position: relative;
    left: 150px;
    float: right;
    width: 36px;
}

.btn-header-search i {
    color: #999;
}

.btn-header-search i:hover {
    color: #000;
}

/* Big pink button */
a.btn-cta {
    background-color: #e6006a !important;
    color: #fff !important;
    width: 80%;
    min-width: 430px;
    padding: 16px;
    border-radius: 4px;
    font-size: 110%;
    white-space: normal;
}
a.btn-cta:hover {
    background-color: #CD0051 !important;
    color: #fff !important;
}

section.btn-cta {
    padding: 20px 0 !important;
}

@media (max-width: 450px) {
    a.btn-cta {
        min-width: inherit;
        width: 90%;
        white-space: inherit;
    }
}

/* line 46, ../sass/wacom/components/_buttons.scss */
a.btn-shop-now,
.btn-shop-now {
  padding: 4px 12px;
  color: #fff !important;
}

/* line 52, ../sass/wacom/components/_buttons.scss */
a.btn-success, a.btn-secondary, a.btn-shop-now, .navbar a.btn-cart,
.btn-success,
a.btn-secondary,
.btn-secondary,
a.btn-shop-now,
.btn-shop-now,
a.btn-success,
.navbar .btn-cart {
  background-color: #96bd0e;
}

/* line 58, ../sass/wacom/components/_buttons.scss */
a.btn-success, a.btn-secondary, a.btn-shop-now, .navbar a.btn-cart,
.btn-success,
a.btn-secondary,
.btn-secondary,
a.btn-shop-now,
.btn-shop-now,
a.btn-success,
.navbar .btn-cart,
a.btn-success *,
a.btn-secondary *,
a.btn-shop-now *,
.navbar a.btn-cart *,
.btn-success *,
a.btn-secondary *,
.btn-secondary *,
a.btn-shop-now *,
.btn-shop-now *,
a.btn-success *,
.navbar .btn-cart * {
  color: #fff;
}
/* line 63, ../sass/wacom/components/_buttons.scss */
a.btn-success:hover, a.btn-secondary:hover, a.btn-shop-now:hover, .navbar a.btn-cart:hover,
.btn-success:hover,
.btn-secondary:hover,
.btn-shop-now:hover,
.navbar .btn-cart:hover,
a.btn-success *:hover,
a.btn-secondary *:hover,
a.btn-shop-now *:hover,
.navbar a.btn-cart *:hover,
.btn-success *:hover,
.btn-secondary *:hover,
.btn-shop-now *:hover,
.navbar .btn-cart *:hover {
  color: #fff;
}

/* line 67, ../sass/wacom/components/_buttons.scss */
a.btn-info {
  color: #fff !important;
}

/* line 71, ../sass/wacom/components/_buttons.scss */
a.btn-black {
  background-color: #000;
  color: #fff !important;
}

/* line 75, ../sass/wacom/components/_buttons.scss */
a.btn-light {
  background-color: #e5e5e5;
  color: #0097D4 !important;
}

/* line 84, ../sass/wacom/components/_buttons.scss */
a.btn-disabled, a.aspNetDisabled,
.btn-disabled,
.aspNetDisabled,
a.btn-disabled:hover,
a.aspNetDisabled:hover {
  background-color: #e5e5e5;
  color: #fff !important;
  cursor: inherit;
}

/* line 100, ../sass/wacom/components/_buttons.scss */
a.btn-wide {
  padding-left: 60px;
  padding-right: 60px;
}

/* line 105, ../sass/wacom/components/_buttons.scss */
a.btn-wider {
  padding-left: 100px;
  padding-right: 100px;
}

/* line 110, ../sass/wacom/components/_buttons.scss */
a.btn-full-width {
  display: block;
}

/* line 114, ../sass/wacom/components/_buttons.scss */
.btn-lg {
  font-size: 1.5em;
}

/* line 118, ../sass/wacom/components/_buttons.scss */
.btn-sm, .suggested-accessories .accessories .accessories-item .accessories-cta .btn, .suggested-accessories .accessories .accessories-item .accessories-cta .scfSubmitButton,
.bought-together .accessories .accessories-item .accessories-cta .btn,
.bought-together .accessories .accessories-item .accessories-cta .scfSubmitButton,
.flyout-suggested .accessories .accessories-item .accessories-cta .btn,
.flyout-suggested .accessories .accessories-item .accessories-cta .scfSubmitButton {
  font-size: 0.9em;
  padding: 3px 10px;
}

/* line 123, ../sass/wacom/components/_buttons.scss */
.btn-xs {
  font-size: 0.8em;
}

/* line 1, ../sass/wacom/components/_contactinfo.scss */
.contact-info {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1, ../sass/wacom/components/_filter.scss */
.js-nav-filter {
  position: relative;
  clear: both;
  margin: 20px 0;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
/* line 10, ../sass/wacom/components/_filter.scss */
.js-nav-filter .prev-button,
.js-nav-filter .next-button {
  position: absolute;
  top: 0;
}
/* line 14, ../sass/wacom/components/_filter.scss */
.js-nav-filter .prev-button a,
.js-nav-filter .next-button a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #828b99;
  text-align: center;
  line-height: 60px;
}
/* line 22, ../sass/wacom/components/_filter.scss */
.js-nav-filter .prev-button a i,
.js-nav-filter .next-button a i {
  color: #fff;
}
/* line 26, ../sass/wacom/components/_filter.scss */
.js-nav-filter .prev-button a:hover,
.js-nav-filter .next-button a:hover {
  background-color: #4b4d50;
}
/* line 31, ../sass/wacom/components/_filter.scss */
.js-nav-filter .prev-button {
  left: 0;
}
/* line 34, ../sass/wacom/components/_filter.scss */
.js-nav-filter .next-button {
  right: 0;
}
/* line 37, ../sass/wacom/components/_filter.scss */
.js-nav-filter ul {
  list-style: none;
  display: table;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-transition: margin-left 0.1s;
  -o-transition: margin-left 0.1s;
  transition: margin-left 0.1s;
}
/* line 51, ../sass/wacom/components/_filter.scss */
.js-nav-filter ul li {
  display: table-cell;
}
/* line 55, ../sass/wacom/components/_filter.scss */
.js-nav-filter ul li a {
  display: block;
  padding: 0 10px;
  text-align: center;
  font-size: 1.2em;
  line-height: 60px;
  border-left: 1px solid #f3f6f7;
}
/* line 63, ../sass/wacom/components/_filter.scss */
.js-nav-filter ul li a span {
  white-space: nowrap;
}
/* line 66, ../sass/wacom/components/_filter.scss */
.js-nav-filter ul li a:hover {
  background-color: #fafafa;
}
/* line 71, ../sass/wacom/components/_filter.scss */
.js-nav-filter ul li.active a {
  background-color: #0097D4;
  border-left: none;
}
/* line 75, ../sass/wacom/components/_filter.scss */
.js-nav-filter ul li.active a span {
  color: #fff;
}
/* line 83, ../sass/wacom/components/_filter.scss */
.js-nav-filter .scroller-container {
  margin-left: 60px;
  margin-right: 60px;
  max-width: 100%;
  overflow: hidden;
}

/* line 1, ../sass/wacom/components/_filtercategories.scss */
#filtercategories {
  position: relative;
  float: right;
  max-width: 380px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}
/* line 9, ../sass/wacom/components/_filtercategories.scss */
#filtercategories ul {
  list-style: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
/* line 19, ../sass/wacom/components/_filtercategories.scss */
#filtercategories ul li {
  display: block;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/* line 29, ../sass/wacom/components/_filtercategories.scss */
#filtercategories ul li a {
  display: block;
  padding: 5px 5px 5px 20px;
  font-size: 1.4em;
  line-height: 50px;
  background-color: #fff;
}
/* line 36, ../sass/wacom/components/_filtercategories.scss */
#filtercategories ul li.active {
  max-height: 60px;
  opacity: 1;
}
/* line 39, ../sass/wacom/components/_filtercategories.scss */
#filtercategories ul li.active a {
  color: #828b99;
}
/* line 42, ../sass/wacom/components/_filtercategories.scss */
#filtercategories ul li.active a:hover {
  background-color: #fafafa;
}
/* line 45, ../sass/wacom/components/_filtercategories.scss */
#filtercategories ul li.active a:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  content: '\e61b';
  font-family: 'wacom';
  font-size: 0.4em;
  line-height: 60px;
  text-align: center;
  background-color: #828b99;
  color: #fff;
}
/* line 71, ../sass/wacom/components/_filtercategories.scss */
#filtercategories.expand ul li {
  max-height: 60px;
  opacity: 1;
}
/* line 76, ../sass/wacom/components/_filtercategories.scss */
#filtercategories.expand ul li a:hover {
  background-color: #0097D4;
}
/* line 79, ../sass/wacom/components/_filtercategories.scss */
#filtercategories.expand ul li a:hover span {
  color: #fff;
}
/* line 84, ../sass/wacom/components/_filtercategories.scss */
#filtercategories.expand ul li.active {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
/* line 88, ../sass/wacom/components/_filtercategories.scss */
#filtercategories.expand ul li.active a:hover {
  background-color: #fff;
}
/* line 91, ../sass/wacom/components/_filtercategories.scss */
#filtercategories.expand ul li.active a:hover span {
  color: #828b99;
}
/* line 95, ../sass/wacom/components/_filtercategories.scss */
#filtercategories.expand ul li.active a:after {
  content: '\e61c';
}

/*.product-item-cta {
	@extend .list-inline;
	margin-top: 10px;
	li {
		padding: 0;
		a {
			padding-left: 9px;
			padding-right: 5px;
			text-transform: uppercase;
			border-left: 1px solid $gray-lighter;
			color: $wacom-green;
		}
	}
	li:first-child {
		a {
			border-left: none;
			color: $wacom-blue;
		}
	}
}*/
/* line 23, ../sass/wacom/components/_itemcta.scss */
.tab-pane .product-cta {
  font-size: 0.9em;
}

/* line 28, ../sass/wacom/components/_itemcta.scss */
.product-cta,
.compare-actions {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
/* line 34, ../sass/wacom/components/_itemcta.scss */
.product-cta li,
.compare-actions li {
  display: inline-block;
  padding: 0;
}
/* line 38, ../sass/wacom/components/_itemcta.scss */
.product-cta li a,
.compare-actions li a {
  padding-left: 9px;
  padding-right: 5px;
  text-transform: uppercase;
  color: #96be0f;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 49, ../sass/wacom/components/_itemcta.scss */
.product-cta li a:hover,
.compare-actions li a:hover {
  color: #718f0b;
}
/* line 55, ../sass/wacom/components/_itemcta.scss */
.product-cta li:first-child a,
.compare-actions li:first-child a {
  border-left: none;
  color: #00aae5;
}
/* line 59, ../sass/wacom/components/_itemcta.scss */
.product-cta li:first-child a:hover,
.compare-actions li:first-child a:hover {
  color: #0084b2;
}

@media (max-width: 1199px) {
  /* line 68, ../sass/wacom/components/_itemcta.scss */
  .compare-actions li {
    display: block;
    margin: 0.5em 0;
  }
  /* line 72, ../sass/wacom/components/_itemcta.scss */
  .compare-actions li a {
    padding: 0;
    border-left: none;
  }
}
/* line 1, ../sass/wacom/components/_livechat.scss */
.live-chat {
  text-transform: uppercase;
}
/* line 3, ../sass/wacom/components/_livechat.scss */
.live-chat a, .live-chat i {
  color: #828b99;
}
/* line 4, ../sass/wacom/components/_livechat.scss */
.live-chat i {
  font-size: 1.2em;
}

/* line 1, ../sass/wacom/components/_newsitem.scss */
.news-item {
  padding: 20px 0;
  border-top: 1px solid rgba(173, 175, 180, 0.2);
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.news-item:before, .news-item:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.news-item:after {
  clear: both;
}

@media (min-width: 992px) {
  /* line 10, ../sass/wacom/components/_newsitem.scss */
  .news-links {
    text-align: right;
  }
}
/* line 17, ../sass/wacom/components/_newsitem.scss */
.news-links .news-item-link {
  color: #0097D4;
}
/* line 20, ../sass/wacom/components/_newsitem.scss */
.news-links .news-item-link span {
  margin-right: 0.1em;
  font-weight: bold;
  color: #0097D4;
}

/* line 27, ../sass/wacom/components/_newsitem.scss */
.news-item-title {
  overflow: hidden;
  *zoom: 1;
}
/* line 32, ../sass/wacom/components/_newsitem.scss */
.news-item-title p {
  margin-top: 0;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.news-event-header:before, .news-event-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.news-event-header:after {
  clear: both;
}
/* line 43, ../sass/wacom/components/_newsitem.scss */
.news-event-header h4 {
  float: left;
  margin-top: 0;
}
/* line 47, ../sass/wacom/components/_newsitem.scss */
.news-event-header a {
  float: right;
  line-height: 2.3em;
  font-size: 0.9em;
  text-transform: uppercase;
}

/* line 54, ../sass/wacom/components/_newsitem.scss */
ul.news-event-items {
  list-style: none;
  padding-left: 0;
}
/* line 59, ../sass/wacom/components/_newsitem.scss */
ul.news-event-items li.news-event-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2, ../sass/wacom/components/_phone.scss */
.phone h5 {
  position: relative;
  margin: 0.5em 0;
  padding-left: 30px;
}
/* line 7, ../sass/wacom/components/_phone.scss */
.phone h5:before {
  content: "";
  background: transparent url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/icons.png") 0 0px no-repeat;
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  left: -20px;
  top: -20px;
}
/* line 20, ../sass/wacom/components/_phone.scss */
.phone dl dt {
  display: inline-block;
  width: 30px;
}
/* line 24, ../sass/wacom/components/_phone.scss */
.phone dl dd {
  display: inline;
}
/* line 27, ../sass/wacom/components/_phone.scss */
.phone dl dd:after {
  content: ' ';
  display: block;
}

/* line 1, ../sass/wacom/components/_retailer.scss */
.retailer {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 0.8em;
  text-transform: uppercase;
}
/* line 6, ../sass/wacom/components/_retailer.scss */
.retailer a, .retailer i {
  color: #828b99 !important;
}
/* line 7, ../sass/wacom/components/_retailer.scss */
.retailer i {
  font-size: 1.3em;
  line-height: 0.5;
}

/* line 1, ../sass/wacom/components/_reviews.scss */
.reviews {
  padding-bottom: 10px;
  font-size: 0.9em;
  border-bottom: 1px solid #e5e5e5;
}
/* line 5, ../sass/wacom/components/_reviews.scss */
.reviews .stars {
  font-size: 2.5em;
}
/* line 8, ../sass/wacom/components/_reviews.scss */
.reviews ul {
  font-size: 0.9em;
}
/* line 13, ../sass/wacom/components/_reviews.scss */
.reviews ul li a {
  color: #828b99;
}

/* line 1, ../sass/wacom/components/_social.scss */
.social {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 4, ../sass/wacom/components/_social.scss */
.social ul {
  padding: 0;
  display: inline-block;
}
/* line 9, ../sass/wacom/components/_social.scss */
.social ul li {
  font-size: 1.0em;
}
/* line 10, ../sass/wacom/components/_social.scss */
.social ul a, .social ul i {
  color: #828b99;
}

/* line 1, ../sass/wacom/components/_stockinfo.scss */
.stock-info {
  text-align: center;
}
/* line 4, ../sass/wacom/components/_stockinfo.scss */
.stock-info > span {
  display: inline-block;
  margin: 0 1em;
}
/* line 9, ../sass/wacom/components/_stockinfo.scss */
.stock-info .negative {
  color: #cc0a00 !important;
}
/* line 12, ../sass/wacom/components/_stockinfo.scss */
.stock-info .positive {
  color: #1dcc00 !important;
}

/* line 9, ../sass/wacom/components/_tables.scss */
.table.table-borderless th,
.table.table-borderless td {
  border-top: none;
  padding-left: 0;
}

/* line 17, ../sass/wacom/components/_tables.scss */
.table-responsive {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 17, ../sass/wacom/components/_tables.scss */
  .table-responsive {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, rgba(0, 0, 0, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(15%, rgba(255, 255, 255, 0.1)), color-stop(85%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, rgba(0, 0, 0, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, rgba(0, 0, 0, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, rgba(0, 0, 0, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, rgba(0, 0, 0, 0.1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 );
    /* IE6-9 */
  }
}

/* line 1, ../sass/wacom/components/_thumbnail.scss */
.thumbnail {
  border: none;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.thumbnail:before, .thumbnail:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.thumbnail:after {
  clear: both;
}
@media (max-width: 767px) {
  /* line 1, ../sass/wacom/components/_thumbnail.scss */
  .thumbnail {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 13, ../sass/wacom/components/_thumbnail.scss */
.thumbnail figure figcaption {
  /*h3 { white-space: nowrap; } was causing issues with http://sky-lb-730316938.us-east-1.elb.amazonaws.com/de-de/products/pen-displays/cintiq-24-hd-touch */
}
/* line 17, ../sass/wacom/components/_thumbnail.scss */
.thumbnail figure figcaption h2 a {
  color: #4b4d50;
}
/* line 20, ../sass/wacom/components/_thumbnail.scss */
.thumbnail figure figcaption h2 a i {
  color: #0097D4;
}
/* line 25, ../sass/wacom/components/_thumbnail.scss */
.thumbnail figure figcaption h3 {
  margin: 0;
}
/* line 29, ../sass/wacom/components/_thumbnail.scss */
.thumbnail figure figcaption h5 {
  line-height: 1.5em;
}
/* line 33, ../sass/wacom/components/_thumbnail.scss */
.thumbnail figure figcaption p {
  margin: 0.5em 0;
}
/* line 38, ../sass/wacom/components/_thumbnail.scss */
.thumbnail figure .image,
.thumbnail figure .img {
  text-align: center;
  /*display: table-cell;
  width: 100%;
  vertical-align: middle;*/
}
/* line 42, ../sass/wacom/components/_thumbnail.scss */
.thumbnail figure .image img,
.thumbnail figure .img img {
  max-width: 100%;
}
/* line 52, ../sass/wacom/components/_thumbnail.scss */
.thumbnail.thumbnail-right {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  /* line 57, ../sass/wacom/components/_thumbnail.scss */
  .thumbnail.thumbnail-right .image {
    float: right;
    width: 30%;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  /* line 64, ../sass/wacom/components/_thumbnail.scss */
  .thumbnail.thumbnail-right .image {
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 69, ../sass/wacom/components/_thumbnail.scss */
  .thumbnail.thumbnail-right figcaption {
    position: relative;
    z-index: 10;
    max-width: 60%;
  }
}

/* line 78, ../sass/wacom/components/_thumbnail.scss */
.product-compare > div:first-child > .thumbnail,
.products > div:first-child > .thumbnail {
  border-top: none;
}

/* line 83, ../sass/wacom/components/_thumbnail.scss */
.layer-section-nav figure .image {
  padding: 20px;
  text-align: left;
}

/* line 90, ../sass/wacom/components/_thumbnail.scss */
.product {
  text-align: center;
}
/* line 95, ../sass/wacom/components/_thumbnail.scss */
.product .img a {
  display: block;
  min-height: 180px;
}
/* line 99, ../sass/wacom/components/_thumbnail.scss */
.product .img a img {
  display: inline-block;
  max-width: 100%;
}
/* line 105, ../sass/wacom/components/_thumbnail.scss */
.product figcaption {
  margin-top: -20px;
}
/* line 106, ../sass/wacom/components/_thumbnail.scss */
.product figcaption .desc {
  margin-bottom: 10px;
}
/* line 110, ../sass/wacom/components/_thumbnail.scss */
.product figcaption h4 + ul.list-inline, .product figcaption .reviews h4 + ul, .reviews .product figcaption h4 + ul, .product figcaption .social h4 + ul, .social .product figcaption h4 + ul, .product figcaption .hero .variant-container h4 + ul.variant, .hero .variant-container .product figcaption h4 + ul.variant, .product figcaption .compare-products-modal h4 + ul.compare-abilities, .compare-products-modal .product figcaption h4 + ul.compare-abilities {
  margin-top: -0.8em;
}
/* line 111, ../sass/wacom/components/_thumbnail.scss */
.product figcaption h4 a {
  color: #101114;
}
/* line 112, ../sass/wacom/components/_thumbnail.scss */
.product figcaption .price {
  font-weight: 600;
}

/* line 117, ../sass/wacom/components/_thumbnail.scss */
.product-cta {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
/* line 122, ../sass/wacom/components/_thumbnail.scss */
.product-cta li {
  display: inline-block;
  padding: 0;
}
/* line 126, ../sass/wacom/components/_thumbnail.scss */
.product-cta li a {
  padding-left: 9px;
  padding-right: 5px;
  text-transform: uppercase;
  border-left: 1px solid #e5e5e5;
  color: #96be0f;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 136, ../sass/wacom/components/_thumbnail.scss */
.product-cta li a:hover {
  color: #718f0b;
}
/* line 142, ../sass/wacom/components/_thumbnail.scss */
.product-cta li:first-child a {
  border-left: none;
  color: #00aae5;
}
/* line 146, ../sass/wacom/components/_thumbnail.scss */
.product-cta li:first-child a:hover {
  color: #0084b2;
}

/* line 155, ../sass/wacom/components/_thumbnail.scss */
.tab-pane .product figcaption h4 {
  font-size: 1em;
}
/* line 158, ../sass/wacom/components/_thumbnail.scss */
.tab-pane .product figcaption nav {
  font-size: 0.7em;
}
/* line 163, ../sass/wacom/components/_thumbnail.scss */
.tab-pane .product-cta {
  font-size: 0.9em;
}

/* line 169, ../sass/wacom/components/_thumbnail.scss */
.media-gallery-container {
  /*margin-left: -100px;
  margin-right: -100px;*/
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.media-gallery-container:before, .media-gallery-container:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.media-gallery-container:after {
  clear: both;
}
/* line 179, ../sass/wacom/components/_thumbnail.scss */
.media-gallery-container .scrollingHotSpotLeft {
  background: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/g-arrow-left.png) center center no-repeat;
}
/* line 182, ../sass/wacom/components/_thumbnail.scss */
.media-gallery-container .scrollingHotSpotRight {
  background: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/g-arrow-right.png) center center no-repeat;
}
/* line 186, ../sass/wacom/components/_thumbnail.scss */
.media-gallery-container div.scrollableArea {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  /* If you don't want the images in the scroller to be selectable, try the following
  	block of code. It's just a nice feature that prevent the images from
  	accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 202, ../sass/wacom/components/_thumbnail.scss */
.media-gallery-container div.scrollingHotSpotLeft {
  left: 0;
  top: 0;
  height: 220px;
}
/* line 207, ../sass/wacom/components/_thumbnail.scss */
.media-gallery-container div.scrollingHotSpotRight {
  right: 0;
  top: 0;
  height: 220px;
}

/* line 214, ../sass/wacom/components/_thumbnail.scss */
.media-gallery {
  margin: 0 -20px;
  padding: 20px 0;
  list-style: none;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.media-gallery:before, .media-gallery:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.media-gallery:after {
  clear: both;
}
/* line 220, ../sass/wacom/components/_thumbnail.scss */
.media-gallery li {
  padding: 0;
  margin: 0 20px;
}
/* line 226, ../sass/wacom/components/_thumbnail.scss */
.media-gallery li .thumbnail figure .image {
  display: table;
  width: 180px;
  height: 180px;
  text-align: left;
}
/* line 233, ../sass/wacom/components/_thumbnail.scss */
.media-gallery li .thumbnail figure .image a {
  position: relative;
  display: table-cell;
  width: 180px;
  height: 180px;
  vertical-align: middle;
  text-align: left;
}
/* line 241, ../sass/wacom/components/_thumbnail.scss */
.media-gallery li .thumbnail figure .image a.arrow:after {
  display: none;
}

/* line 254, ../sass/wacom/components/_thumbnail.scss */
.softwares {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 258, ../sass/wacom/components/_thumbnail.scss */
.softwares .product-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  /* line 272, ../sass/wacom/components/_thumbnail.scss */
  .media-gallery li {
    float: left;
    width: 180px;
    /*a {
    	text-align: center;
    }*/
  }
}
/* line 1, ../sass/wacom/components/_tiles.scss */
.tile {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 6, ../sass/wacom/components/_tiles.scss */
.tile a {
  display: block;
}
/* line 10, ../sass/wacom/components/_tiles.scss */
.tile .tile-body {
  position: relative;
  z-index: 100;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  min-height: 232px;
}
@media (min-width: 768px) {
  /* line 10, ../sass/wacom/components/_tiles.scss */
  .tile .tile-body {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* line 24, ../sass/wacom/components/_tiles.scss */
.tile .tile-body header {
  margin-bottom: 10px;
}
/* line 26, ../sass/wacom/components/_tiles.scss */
.tile .tile-body header * {
  margin: 0;
}
/* line 29, ../sass/wacom/components/_tiles.scss */
.tile .tile-body footer {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
  width: 100%;
}
/* line 36, ../sass/wacom/components/_tiles.scss */
.tile .tile-body footer ul {
  margin: 0;
}
/* line 39, ../sass/wacom/components/_tiles.scss */
.tile .tile-body footer ul li {
  margin-right: 0px;
  padding-left: 0;
}
/* line 42, ../sass/wacom/components/_tiles.scss */
.tile .tile-body footer ul li a {
  padding-left: 8px;
  border-left: 1px solid #4b4d50;
}
/* line 48, ../sass/wacom/components/_tiles.scss */
.tile .tile-body footer ul li:first-child a {
  padding-left: 0;
  border-left: none;
}
/* line 54, ../sass/wacom/components/_tiles.scss */
.tile .tile-body footer .link-text {
  margin-right: 5px;
}
/* line 57, ../sass/wacom/components/_tiles.scss */
.tile .tile-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  /* line 57, ../sass/wacom/components/_tiles.scss */
  .tile .tile-background {
    position: relative;
    height: 232px;
    /*
    img {
    	max-width: 100%;
    }
    */
  }
}
@media (min-width: 1400px) {
  /* line 77, ../sass/wacom/components/_tiles.scss */
  .tile .tile-background img {
    max-width: none;
  }
}

@media (min-width: 992px) {
  /* line 84, ../sass/wacom/components/_tiles.scss */
  .tile-small {
    max-width: 232px;
  }
}
@media (min-width: 1200px) {
  /* line 84, ../sass/wacom/components/_tiles.scss */
  .tile-small {
    max-width: 240px;
  }
}
/* line 92, ../sass/wacom/components/_tiles.scss */
.tile-small .tile-background {
  width: 100%;
  min-height: 232px;
}
/* line 96, ../sass/wacom/components/_tiles.scss */
.tile-small .tile-background img {
  width: 100%;
}

/* line 103, ../sass/wacom/components/_tiles.scss */
.tile-large .tile-body {
  padding: 20px;
}
@media (min-width: 992px) {
  /* line 103, ../sass/wacom/components/_tiles.scss */
  .tile-large .tile-body {
    height: 464px;
  }
}
/* line 109, ../sass/wacom/components/_tiles.scss */
.tile-large .tile-background {
  width: 100%;
}
@media (min-width: 992px) {
  /* line 109, ../sass/wacom/components/_tiles.scss */
  .tile-large .tile-background {
    height: 464px;
  }
}
/* line 115, ../sass/wacom/components/_tiles.scss */
.tile-large .tile-background img {
  width: 100%;
}

/* line 122, ../sass/wacom/components/_tiles.scss */
.tile-tall .tile-background {
  width: 100%;
}
@media (min-width: 992px) {
  /* line 122, ../sass/wacom/components/_tiles.scss */
  .tile-tall .tile-background {
    height: 464px;
  }
}
/* line 128, ../sass/wacom/components/_tiles.scss */
.tile-tall .tile-background img {
  width: 100%;
}

/* line 135, ../sass/wacom/components/_tiles.scss */
.tile-wide .tile-background {
  max-width: 464px;
}
@media (min-width: 992px) {
  /* line 135, ../sass/wacom/components/_tiles.scss */
  .tile-wide .tile-background {
    height: 232px;
  }
}
/* line 141, ../sass/wacom/components/_tiles.scss */
.tile-wide .tile-body {
  padding-bottom: 35px;
}
/* line 146, ../sass/wacom/components/_tiles.scss */
.tile-wide .dl-horizontal dt {
  text-align: left;
  font-weight: normal;
  color: #828b99;
}
@media (min-width: 768px) {
  /* line 146, ../sass/wacom/components/_tiles.scss */
  .tile-wide .dl-horizontal dt {
    width: 30%;
  }
}
/* line 154, ../sass/wacom/components/_tiles.scss */
.tile-wide .dl-horizontal dd {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 154, ../sass/wacom/components/_tiles.scss */
  .tile-wide .dl-horizontal dd {
    margin-left: 30%;
    padding-bottom: 5px;
  }
}

/* line 166, ../sass/wacom/components/_tiles.scss */
.tile-three-col.tile-text-right .tile-body {
  padding-left: 40%;
}
/* line 171, ../sass/wacom/components/_tiles.scss */
.tile-three-col.tile-text-left .tile-body {
  padding-right: 40%;
}

/* line 177, ../sass/wacom/components/_tiles.scss */
.tile-icon {
  text-align: center;
}
/* line 181, ../sass/wacom/components/_tiles.scss */
.tile-icon .tile-body i {
  display: inline-block;
  margin: 0.15em 0;
  font-size: 8em;
  color: #fff;
}
/* line 187, ../sass/wacom/components/_tiles.scss */
.tile-icon .tile-body h2 {
  margin: 0;
}
/* line 193, ../sass/wacom/components/_tiles.scss */
.tile-icon.tile-text-dark .tile-body i {
  color: #808285;
}

/* line 198, ../sass/wacom/components/_tiles.scss */
.tile-spacer {
  display: none;
}

@media (min-width: 1200px) {
  /* line 203, ../sass/wacom/components/_tiles.scss */
  .tile-spacer > span {
    display: block;
    width: 232px;
    height: 232px;
  }
}
/* line 212, ../sass/wacom/components/_tiles.scss */
.tile-carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 101;
  width: 50%;
}

/* tile options */
/* line 224, ../sass/wacom/components/_tiles.scss */
.tile-text-bottom .tile-body {
  top: auto;
  bottom: 0;
  height: auto;
}
/* line 230, ../sass/wacom/components/_tiles.scss */
.tile-text-bottom .tile-body footer {
  position: relative;
  padding: 0;
}
/* line 235, ../sass/wacom/components/_tiles.scss */
.tile-text-bottom .tile-body.profile {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 237, ../sass/wacom/components/_tiles.scss */
.tile-text-bottom .tile-body.profile h4 {
  margin: 0;
}

/* line 245, ../sass/wacom/components/_tiles.scss */
.tile-social .tile-body {
  bottom: 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  /* line 245, ../sass/wacom/components/_tiles.scss */
  .tile-social .tile-body {
    height: 232px;
  }
}
/* line 252, ../sass/wacom/components/_tiles.scss */
.tile-social .tile-body footer {
  color: #828b99;
}
/* line 257, ../sass/wacom/components/_tiles.scss */
.tile-social .tile-background img {
  height: 232px;
}
/* line 261, ../sass/wacom/components/_tiles.scss */
.tile-social:before {
  width: 0;
  height: 0;
  border-left: 13.5px solid transparent;
  border-right: 13.5px solid transparent;
  border-bottom: 14px solid white;
  content: '';
  right: 20px;
  margin: -14px 0;
  position: absolute;
  top: 232px;
  z-index: 100;
}

/* line 277, ../sass/wacom/components/_tiles.scss */
.tile-video .tile-body {
  text-align: center;
}
/* line 280, ../sass/wacom/components/_tiles.scss */
.tile-video .tile-body .icon-play {
  top: 50%;
  margin-top: -31px;
  color: #fff;
}

/* line 288, ../sass/wacom/components/_tiles.scss */
.tile-links {
  margin: 25px 0;
}
/* line 291, ../sass/wacom/components/_tiles.scss */
.tile-links li {
  margin: 15px 0;
}

/* line 298, ../sass/wacom/components/_tiles.scss */
.tile-support-links .tile-body ul {
  position: absolute;
  bottom: 0;
}

/* line 308, ../sass/wacom/components/_tiles.scss */
.tile-small .tile-body.profile .profile-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 992px) {
  /* line 321, ../sass/wacom/components/_tiles.scss */
  .tile-product-nav {
    background: -moz-linear-gradient(top, transparent 1%, transparent 80%, rgba(0, 0, 0, 0.1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, transparent), color-stop(80%, transparent), color-stop(100%, rgba(0, 0, 0, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 1%, transparent 80%, rgba(0, 0, 0, 0.1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 1%, transparent 80%, rgba(0, 0, 0, 0.1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 1%, transparent 80%, rgba(0, 0, 0, 0.1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 1%, transparent 80%, rgba(0, 0, 0, 0.1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );
    /* IE6-9 */
  }
}
/* line 333, ../sass/wacom/components/_tiles.scss */
.tile-product-nav .tile-body header {
  margin-bottom: 0;
}
/* line 335, ../sass/wacom/components/_tiles.scss */
.tile-product-nav .tile-body header h3 {
  font-size: 1.5em;
}
@media (min-width: 1400px) {
  /* line 335, ../sass/wacom/components/_tiles.scss */
  .tile-product-nav .tile-body header h3 {
    font-size: 2em;
  }
}
/* line 341, ../sass/wacom/components/_tiles.scss */
.tile-product-nav .tile-body header ul {
  margin-top: 0.8em;
}
@media (min-width: 480px) {
  /* line 341, ../sass/wacom/components/_tiles.scss */
  .tile-product-nav .tile-body header ul {
    text-align: right;
  }
}
/* line 354, ../sass/wacom/components/_tiles.scss */
.tile-product-nav .thumbnail figure figcaption {
  padding: 0 10px;
}
/* line 357, ../sass/wacom/components/_tiles.scss */
.tile-product-nav .thumbnail figure figcaption h5 {
  line-height: 1.1em;
  text-align: center;
}
/* line 361, ../sass/wacom/components/_tiles.scss */
.tile-product-nav .thumbnail figure figcaption h5 a {
  color: #4b4d50;
}
/* line 363, ../sass/wacom/components/_tiles.scss */
.tile-product-nav .thumbnail figure figcaption h5 a:hover {
  color: #0097D4;
}

/* line 373, ../sass/wacom/components/_tiles.scss */
.tile-related-links {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 377, ../sass/wacom/components/_tiles.scss */
.tile-related-links .tile-body h3 {
  margin: 0;
  color: #4b4d50;
}
/* line 382, ../sass/wacom/components/_tiles.scss */
.tile-related-links .tile-body ul li {
  margin: 1em 0;
}
/* line 384, ../sass/wacom/components/_tiles.scss */
.tile-related-links .tile-body ul li a {
  line-height: 1.3em;
}

/* line 398, ../sass/wacom/components/_tiles.scss */
.tile-background {
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

/* line 406, ../sass/wacom/components/_tiles.scss */
.tile:hover .tile-background {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* tile colors */
/* line 419, ../sass/wacom/components/_tiles.scss */
.tile {
  color: #fff;
}
/* line 422, ../sass/wacom/components/_tiles.scss */
.tile > a {
  color: #fff;
}
/* line 425, ../sass/wacom/components/_tiles.scss */
.tile > a *,
.tile > a *:hover {
  color: #fff;
}

/* line 431, ../sass/wacom/components/_tiles.scss */
.tile-text-light {
  color: #f3f6f7;
}
/* line 434, ../sass/wacom/components/_tiles.scss */
.tile-text-light > a {
  color: #f3f6f7;
}
/* line 437, ../sass/wacom/components/_tiles.scss */
.tile-text-light > a *,
.tile-text-light > a *:hover {
  color: #f3f6f7;
}
.tile-text-light a,
.tile-text-light a:hover,
.tile-text-light *,
.tile-text-light *:hover {
  color: #f3f6f7;
}

/* line 443, ../sass/wacom/components/_tiles.scss */
.tile-text-white {
  color: #fff;
}
/* line 446, ../sass/wacom/components/_tiles.scss */
.tile-text-white > a {
  color: #fff;
}
/* line 449, ../sass/wacom/components/_tiles.scss */
.tile-text-white > a *,
.tile-text-white > a *:hover {
  color: #fff;
}
/* line 455, ../sass/wacom/components/_tiles.scss */
.tile-text-white a,
.tile-text-white a:hover,
.tile-text-white *,
.tile-text-white *:hover {
  color: #fff;
}

/* line 462, ../sass/wacom/components/_tiles.scss */
.tile-text-dark {
  color: #101114;
}
/* line 465, ../sass/wacom/components/_tiles.scss */
.tile-text-dark > a {
  color: #101114;
}
/* line 468, ../sass/wacom/components/_tiles.scss */
.tile-text-dark > a *,
.tile-text-dark > a *:hover {
  color: #101114;
}
.tile-text-dark a,
.tile-text-dark a:hover,
.tile-text-dark *,
.tile-text-dark *:hover {
  color: #101114;
}

/* line 473, ../sass/wacom/components/_tiles.scss */
.tile-text-dark > a .btn-success,
.tile-text-dark > a .btn-secondary,
.tile-text-dark > a .btn-shop-now, .tile-text-dark > a .navbar .btn-cart, .navbar .tile-text-dark > a .btn-cart {
  color: #fff !important;
}

/* line 478, ../sass/wacom/components/_tiles.scss */
.tile-text-black {
  color: #000;
}
/* line 481, ../sass/wacom/components/_tiles.scss */
.tile-text-black > a {
  color: #000;
}
/* line 484, ../sass/wacom/components/_tiles.scss */
.tile-text-black > a *,
.tile-text-black > a *:hover {
  color: #000;
}
/* line 490, ../sass/wacom/components/_tiles.scss */
.tile-text-black a,
.tile-text-black a:hover,
.tile-text-black *,
.tile-text-black *:hover {
  color: #000;
}

@media (min-width: 1400px) {
  /* line 505, ../sass/wacom/components/_tiles.scss */
  .tile-small {
    width: 240px;
  }
  /* line 508, ../sass/wacom/components/_tiles.scss */
  .tile-small .tile-background {
    height: 240px;
  }

  /* line 514, ../sass/wacom/components/_tiles.scss */
  .tile-large .tile-body {
    height: 480px;
  }
  /* line 517, ../sass/wacom/components/_tiles.scss */
  .tile-large .tile-background {
    height: 480px;
  }

  /* line 523, ../sass/wacom/components/_tiles.scss */
  .tile-tall .tile-background {
    height: 480px;
  }

  /* line 529, ../sass/wacom/components/_tiles.scss */
  .tile-wide .tile-background {
    width: 480px;
    height: 240px;
  }

  /* line 536, ../sass/wacom/components/_tiles.scss */
  .tile-spacer > span {
    display: block;
    width: 240px;
    height: 240px;
  }

  /* line 544, ../sass/wacom/components/_tiles.scss */
  .tile-social .tile-body {
    height: 240px;
  }
  /* line 548, ../sass/wacom/components/_tiles.scss */
  .tile-social .tile-background img {
    height: 240px;
  }
  /* line 552, ../sass/wacom/components/_tiles.scss */
  .tile-social:before {
    top: 240px;
  }
}

.tile-outline {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
/* line 1, ../sass/wacom/components/_wishlist.scss */
.wishlist {
  font-size: 0.8em;
  text-transform: uppercase;
}
/* line 5, ../sass/wacom/components/_wishlist.scss */
.wishlist a,
.wishlist i {
  color: #828b99;
}
/* line 10, ../sass/wacom/components/_wishlist.scss */
.wishlist i {
  font-size: 3em;
  line-height: 0.5;
}

@media (min-width: 992px) {
  /* line 2, ../sass/wacom/components/_section-nav.scss */
  .section-nav {
    padding: 20px 0 50px;
  }
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.section-nav .thumbnail:before, .section-nav .thumbnail:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.section-nav .thumbnail:after {
  clear: both;
}

/* line 15, ../sass/wacom/components/_section-nav.scss */
.section-nav .thumbnail figcaption h5 {
  color: #808285;
}

/* line 19, ../sass/wacom/components/_section-nav.scss */
.section-nav .thumbnail figure .image {
  padding: 0 20px;
  text-align: left;
}

/* line 24, ../sass/wacom/components/_section-nav.scss */
.section-nav h3 {
  font-size: 1.8em;
}

@media (max-width: 767px) {
  /* line 29, ../sass/wacom/components/_section-nav.scss */
  .section-nav .thumbnail figure figcaption {
    float: right;
    width: 65%;
    padding-left: 10px;
  }

  /* line 34, ../sass/wacom/components/_section-nav.scss */
  .section-nav .thumbnail figure .image {
    float: left;
    width: 35%;
    padding-right: 0;
  }
}
/* line 1, ../sass/wacom/components/_credit.scss */
.credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.8em;
}

/* line 1, ../sass/wacom/components/_font-resizer.scss */
.font-resizer {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  font-size: 1.3em;
}
/* line 10, ../sass/wacom/components/_font-resizer.scss */
.font-resizer .font-resize-nav-item {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #000;
  color: #fff;
  border-top: 1px solid #101114;
}
/* line 20, ../sass/wacom/components/_font-resizer.scss */
.font-resizer .font-resize-nav-item sup {
  color: #fff;
}
/* line 23, ../sass/wacom/components/_font-resizer.scss */
.font-resizer .font-resize-nav-item.down {
  font-size: 0.7em;
}
/* line 26, ../sass/wacom/components/_font-resizer.scss */
.font-resizer .font-resize-nav-item.down sup {
  font-size: 1.1em;
}
/* line 30, ../sass/wacom/components/_font-resizer.scss */
.font-resizer .font-resize-nav-item:hover {
  background-color: #0097D4;
}
/* line 33, ../sass/wacom/components/_font-resizer.scss */
.font-resizer .font-resize-nav-item:first-child {
  border-top: none;
}

@media (min-width: 768px) {
  /* line 40, ../sass/wacom/components/_font-resizer.scss */
  .font-resizer {
    width: 60px;
    font-size: 1.5em;
  }
  /* line 44, ../sass/wacom/components/_font-resizer.scss */
  .font-resizer .font-resize-nav-item {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
/* line 52, ../sass/wacom/components/_font-resizer.scss */
body.ir .font-resizer {
  display: block;
}

/* line 2, ../sass/wacom/components/_well.scss */
.well > *, .scfValidationSummary > *,
.scfSubmitSummary > * {
  margin-top: 0;
}
/* line 5, ../sass/wacom/components/_well.scss */
.well > *:last-child, .scfValidationSummary > *:last-child,
.scfSubmitSummary > *:last-child {
  margin-bottom: 0;
}

/* line 2, ../sass/wacom/components/_collapse-toggle.scss */
.collapse-toggle .expand {
  display: none;
}
/* line 5, ../sass/wacom/components/_collapse-toggle.scss */
.collapse-toggle .collapse {
  display: inline;
}
/* line 9, ../sass/wacom/components/_collapse-toggle.scss */
.collapse-toggle.collapsed .expand {
  display: inline;
}
/* line 12, ../sass/wacom/components/_collapse-toggle.scss */
.collapse-toggle.collapsed .collapse {
  display: none;
}

/* line 1, ../sass/wacom/components/_secondary.scss */
.secondary {
  margin-top: 40px;
}
/* line 4, ../sass/wacom/components/_secondary.scss */
.secondary h4 {
  margin-bottom: 0;
}
/* line 8, ../sass/wacom/components/_secondary.scss */
.secondary h4 + p {
  margin-top: 0;
}

/* line 9, ../sass/wacom/components/_labels.scss */
.label-default {
  color: #777;
}

/* line 10, ../sass/wacom/components/_labels.scss */
.label-primary {
  color: #0097D4;
}

/* line 11, ../sass/wacom/components/_labels.scss */
.label-success {
  color: #96bd0e;
}

/* line 12, ../sass/wacom/components/_labels.scss */
.label-info {
  color: #5bc0de;
}

/* line 13, ../sass/wacom/components/_labels.scss */
.label-warning {
  color: #f0ad4e;
}

/* line 14, ../sass/wacom/components/_labels.scss */
.label-danger {
  color: #d9534f;
}

/* line 1, ../sass/wacom/components/_tooltip.scss */
*[data-toggle="tooltip"] {
  border-bottom: 1px dotted #adafb4;
  cursor: help;
}

/* line 6, ../sass/wacom/components/_tooltip.scss */
.tooltip {
  z-index: 9999;
}

/* line 10, ../sass/wacom/components/_tooltip.scss */
.tooltip-inner {
  padding: 10px;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.5em;
  background-color: #fff;
  color: #101114;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

/* line 20, ../sass/wacom/components/_tooltip.scss */
.tooltip-arrow {
  display: none;
}

/* layers */
/* line 2, ../sass/wacom/modules/_layers.scss */
.layer, #sub-footer, #footer,
*[class^="layer"] {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center;
  -webkit-transition: max-width 0.2s;
  -o-transition: max-width 0.2s;
  transition: max-width 0.2s;
}
@media (max-width: 991px) {
  /* line 2, ../sass/wacom/modules/_layers.scss */
  .layer, #sub-footer, #footer,
  *[class^="layer"] {
    background-image: none !important;
  }
}

@media (max-width: 991px) {
  /* line 2, ../sass/wacom/modules/_layers.scss */
  .layer, #sub-footer, #footer,
  *[class^="layer"] {
    min-height: 0 !important;
  }

  .layer-hero-carousel {
    min-height: 500px !important;
  }

}

@media (max-width: 768px) {
  /* line 2, ../sass/wacom/modules/_layers.scss */
  .layer, #sub-footer, #footer,
  *[class^="layer"] {
    min-height: 0 !important;
  }

  .layer-hero-carousel {
    min-height: 500px !important;
  }
}

@media (min-width: 768px) {
  /* line 2, ../sass/wacom/modules/_layers.scss */
  .layer, #sub-footer, #footer,
  *[class^="layer"] {
    padding: 40px 0;
  }
}
/* line 30, ../sass/wacom/modules/_layers.scss */
.layer > .container, #sub-footer > .container, #footer > .container,
*[class^="layer"] > .container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
/* line 37, ../sass/wacom/modules/_layers.scss */
.layer > .container > .row > .layer-background, #sub-footer > .container > .row > .layer-background, #footer > .container > .row > .layer-background, .layer-section-header .layer > .container > hgroup > .layer-background, .layer-section-header #sub-footer > .container > hgroup > .layer-background, .layer-section-header #footer > .container > hgroup > .layer-background, .wrapper.store-home .layer-checkout-header .layer > .container > hgroup > .layer-background, .wrapper.store-home .layer-checkout-header #sub-footer > .container > hgroup > .layer-background, .wrapper.store-home .layer-checkout-header #footer > .container > hgroup > .layer-background, .layer > .container > .compare > .layer-background, #sub-footer > .container > .compare > .layer-background, #footer > .container > .compare > .layer-background,
*[class^="layer"] > .container > .row > .layer-background,
.layer-section-header *[class^="layer"] > .container > hgroup > .layer-background,
.wrapper.store-home .layer-checkout-header *[class^="layer"] > .container > hgroup > .layer-background,
*[class^="layer"] > .container > .compare > .layer-background {
  margin-top: -20px;
}
@media (min-width: 1200px) {
  /* line 30, ../sass/wacom/modules/_layers.scss */
  .layer > .container, #sub-footer > .container, #footer > .container,
  *[class^="layer"] > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 47, ../sass/wacom/modules/_layers.scss */
.layer > .container .layer-background, #sub-footer > .container .layer-background, #footer > .container .layer-background,
*[class^="layer"] > .container .layer-background {
  padding: 0;
  overflow: hidden;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer > .container .layer-background:before, #sub-footer > .container .layer-background:before, #footer > .container .layer-background:before, .layer > .container .layer-background:after, #sub-footer > .container .layer-background:after, #footer > .container .layer-background:after,
*[class^="layer"] > .container .layer-background:before,
*[class^="layer"] > .container .layer-background:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer > .container .layer-background:after, #sub-footer > .container .layer-background:after, #footer > .container .layer-background:after,
*[class^="layer"] > .container .layer-background:after {
  clear: both;
}
/* line 55, ../sass/wacom/modules/_layers.scss */
.layer > .container .layer-background img, #sub-footer > .container .layer-background img, #footer > .container .layer-background img,
*[class^="layer"] > .container .layer-background img {
  max-width: 100%;
}
@media (min-width: 992px) {
  /* line 61, ../sass/wacom/modules/_layers.scss */
  .layer > .container .layer-background, #sub-footer > .container .layer-background, #footer > .container .layer-background,
  *[class^="layer"] > .container .layer-background {
    display: none;
  }
}
/* line 64, ../sass/wacom/modules/_layers.scss */
.layer > .container p, #sub-footer > .container p, #footer > .container p, .layer > .container ul, #sub-footer > .container ul, #footer > .container ul, .layer > .container ol, #sub-footer > .container ol, #footer > .container ol, .layer > .container h4 h5, #sub-footer > .container h4 h5, #footer > .container h4 h5, .layer > .container h6, #sub-footer > .container h6, #footer > .container h6,
*[class^="layer"] > .container p,
*[class^="layer"] > .container ul,
*[class^="layer"] > .container ol,
*[class^="layer"] > .container h4 h5,
*[class^="layer"] > .container h6 {
  line-height: 1.7em;
}
/* line 69, ../sass/wacom/modules/_layers.scss */
.layer.padding-bottom > .container, .padding-bottom#sub-footer > .container, .padding-bottom#footer > .container,
*[class^="layer"].padding-bottom > .container {
  padding: 0 0 40px 0;
}
@media (max-width: 991px) {
  /* line 74, ../sass/wacom/modules/_layers.scss */
  .layer .content, #sub-footer .content, #footer .content,
  *[class^="layer"] .content {
    margin-top: 0 !important;
  }
}
/* line 78, ../sass/wacom/modules/_layers.scss */
.layer .content .video, #sub-footer .content .video, #footer .content .video,
*[class^="layer"] .content .video {
  display: block;
  position: relative;
  width: 140px;
  height: 80px;
  cursor: pointer;
}
/* line 85, ../sass/wacom/modules/_layers.scss */
.layer .content .video:after, #sub-footer .content .video:after, #footer .content .video:after,
*[class^="layer"] .content .video:after {
  left: 70px;
  top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 40px;
}
/* line 95, ../sass/wacom/modules/_layers.scss */
.layer .content .video:hover:after, #sub-footer .content .video:hover:after, #footer .content .video:hover:after,
*[class^="layer"] .content .video:hover:after {
  opacity: 1;
}
/* line 103, ../sass/wacom/modules/_layers.scss */
.layer.mobile-background-true > .container .layer-background, .mobile-background-true#sub-footer > .container .layer-background, .mobile-background-true#footer > .container .layer-background,
*[class^="layer"].mobile-background-true > .container .layer-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
/* line 111, ../sass/wacom/modules/_layers.scss */
.layer.mobile-background-true > .container .layer-background img, .mobile-background-true#sub-footer > .container .layer-background img, .mobile-background-true#footer > .container .layer-background img,
*[class^="layer"].mobile-background-true > .container .layer-background img {
  width: 100%;
  height: 100%;
}
/* line 121, ../sass/wacom/modules/_layers.scss */
.layer.mobile-image-hidden > .container .layer-background, .mobile-image-hidden#sub-footer > .container .layer-background, .mobile-image-hidden#footer > .container .layer-background,
*[class^="layer"].mobile-image-hidden > .container .layer-background {
  display: none;
}

/* line 132, ../sass/wacom/modules/_layers.scss */
.language-ja .layer h1, .language-ja #sub-footer h1, .language-ja #footer h1, .language-ja .layer h2, .language-ja #sub-footer h2, .language-ja #footer h2, .language-ja .layer h3, .language-ja #sub-footer h3, .language-ja #footer h3, .language-ja .layer h4, .language-ja #sub-footer h4, .language-ja #footer h4, .language-ja .layer h5, .language-ja #sub-footer h5, .language-ja #footer h5, .language-ja .layer h6, .language-ja #sub-footer h6, .language-ja #footer h6,
.language-ja *[class^="layer"] h1,
.language-ja *[class^="layer"] h2,
.language-ja *[class^="layer"] h3,
.language-ja *[class^="layer"] h4,
.language-ja *[class^="layer"] h5,
.language-ja *[class^="layer"] h6 {
  font-family: "Roboto", "MS PGothic", "Â£ÃÂ£Ã“ Â£ÃÂ¥Â´Â¥Â·Â¥ÃƒÂ¥Â¯", Arial, "MS PMincho", sans-serif;
}
/* line 138, ../sass/wacom/modules/_layers.scss */
.language-ja .layer figcaption p, .language-ja #sub-footer figcaption p, .language-ja #footer figcaption p,
.language-ja .layer article p,
.language-ja #sub-footer article p,
.language-ja #footer article p,
.language-ja .layer .content p,
.language-ja #sub-footer .content p,
.language-ja #footer .content p,
.language-ja *[class^="layer"] figcaption p,
.language-ja *[class^="layer"] article p,
.language-ja *[class^="layer"] .content p {
  font-size: 1.2em;
}

/* line 148, ../sass/wacom/modules/_layers.scss */
.language-zh .layer h1, .language-zh #sub-footer h1, .language-zh #footer h1, .language-zh .layer h2, .language-zh #sub-footer h2, .language-zh #footer h2, .language-zh .layer h3, .language-zh #sub-footer h3, .language-zh #footer h3, .language-zh .layer h4, .language-zh #sub-footer h4, .language-zh #footer h4, .language-zh .layer h5, .language-zh #sub-footer h5, .language-zh #footer h5, .language-zh .layer h6, .language-zh #sub-footer h6, .language-zh #footer h6,
.language-zh *[class^="layer"] h1,
.language-zh *[class^="layer"] h2,
.language-zh *[class^="layer"] h3,
.language-zh *[class^="layer"] h4,
.language-zh *[class^="layer"] h5,
.language-zh *[class^="layer"] h6 {
  font-family: "Roboto", SimSun, Arial, sans-serif;
}
/* line 154, ../sass/wacom/modules/_layers.scss */
.language-zh .layer figcaption p, .language-zh #sub-footer figcaption p, .language-zh #footer figcaption p,
.language-zh .layer article p,
.language-zh #sub-footer article p,
.language-zh #footer article p,
.language-zh .layer .content p,
.language-zh #sub-footer .content p,
.language-zh #footer .content p,
.language-zh *[class^="layer"] figcaption p,
.language-zh *[class^="layer"] article p,
.language-zh *[class^="layer"] .content p {
  font-size: 1.2em;
}

/* line 163, ../sass/wacom/modules/_layers.scss */
.language-ko *[class^="layer"] h1, .language-ko *[class^="layer"] h2, .language-ko *[class^="layer"] h3, .language-ko *[class^="layer"] h4, .language-ko *[class^="layer"] h5, .language-ko *[class^="layer"] h6 {
  font-family: "Roboto", Dotum, AppleGothic, Arial, sans-serif;
}
/* line 169, ../sass/wacom/modules/_layers.scss */
.language-ko *[class^="layer"] figcaption p,
.language-ko *[class^="layer"] article p,
.language-ko *[class^="layer"] .content p {
  font-size: 1.2em;
}

@media (min-width: 1400px) {
  /* line 180, ../sass/wacom/modules/_layers.scss */
  .layer > .container, #sub-footer > .container, #footer > .container,
  *[class^="layer"] > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*.page-editor .layer-background {
	display: block !important;
	img {
		max-width: 100%;
	}
}*/
/* line 194, ../sass/wacom/modules/_layers.scss */
.layer-full-width > .container, .layer-page-editor > .container, .layer-hero > .container, .layer-hero-carousel > .container, .layer-big-thumbnails > .container, .layer-search-results > .container, .layer-product-feature-carousel > .container,
.layer-product-highlights-carousel > .container, .layer-feature-image > .container, .layer-quick-access > .container, .layer-offices > .container {
  width: 100%;
  padding: 0;
}
/* line 198, ../sass/wacom/modules/_layers.scss */
.layer-full-width > .container > .row, .layer-page-editor > .container > .row, .layer-hero > .container > .row, .layer-hero-carousel > .container > .row, .layer-big-thumbnails > .container > .row, .layer-search-results > .container > .row, .layer-product-feature-carousel > .container > .row,
.layer-product-highlights-carousel > .container > .row, .layer-feature-image > .container > .row, .layer-quick-access > .container > .row, .layer-offices > .container > .row, .layer-section-header .layer-full-width > .container > hgroup, .layer-section-header .layer-page-editor > .container > hgroup, .layer-section-header .layer-hero > .container > hgroup, .layer-section-header .layer-hero-carousel > .container > hgroup, .layer-section-header .layer-big-thumbnails > .container > hgroup, .layer-section-header .layer-search-results > .container > hgroup, .layer-section-header .layer-product-feature-carousel > .container > hgroup,
.layer-section-header .layer-product-highlights-carousel > .container > hgroup, .layer-section-header .layer-feature-image > .container > hgroup, .layer-section-header .layer-quick-access > .container > hgroup, .layer-section-header .layer-offices > .container > hgroup, .wrapper.store-home .layer-checkout-header .layer-full-width > .container > hgroup, .wrapper.store-home .layer-checkout-header .layer-page-editor > .container > hgroup, .wrapper.store-home .layer-checkout-header .layer-hero > .container > hgroup, .wrapper.store-home .layer-checkout-header .layer-hero-carousel > .container > hgroup, .wrapper.store-home .layer-checkout-header .layer-big-thumbnails > .container > hgroup, .wrapper.store-home .layer-checkout-header .layer-search-results > .container > hgroup, .wrapper.store-home .layer-checkout-header .layer-product-feature-carousel > .container > hgroup,
.wrapper.store-home .layer-checkout-header .layer-product-highlights-carousel > .container > hgroup, .wrapper.store-home .layer-checkout-header .layer-feature-image > .container > hgroup, .wrapper.store-home .layer-checkout-header .layer-quick-access > .container > hgroup, .wrapper.store-home .layer-checkout-header .layer-offices > .container > hgroup, .layer-full-width > .container > .compare, .layer-page-editor > .container > .compare, .layer-hero > .container > .compare, .layer-hero-carousel > .container > .compare, .layer-big-thumbnails > .container > .compare, .layer-search-results > .container > .compare, .layer-product-feature-carousel > .container > .compare,
.layer-product-highlights-carousel > .container > .compare, .layer-feature-image > .container > .compare, .layer-quick-access > .container > .compare, .layer-offices > .container > .compare {
  margin-left: auto;
  margin-right: auto;
}

/* line 1, ../sass/wacom/modules/_layers-all.scss */
.layer-page-editor {
  padding: 10px 20px;
  background-color: #ececec;
  border-bottom: 2px solid #828b99;
}

/* line 7, ../sass/wacom/modules/_layers-all.scss */
html.page-editor .layer-page-editor {
  display: block;
}

/* line 13, ../sass/wacom/modules/_layers-all.scss */
.layer-section-header, .wrapper.store-home .layer-checkout-header {
  position: relative;
  width: 100%;
  z-index: 500;
  padding: 0;
  /*
  @media (min-width: $screen-md-min){
  	hgroup {
  		max-width: $screen-md-min;
  	}
  }
  */
}
@media (min-width: 768px) {
  /* line 13, ../sass/wacom/modules/_layers-all.scss */
  .layer-section-header, .wrapper.store-home .layer-checkout-header {
    height: 0;
    background-color: transparent;
  }
}
/* line 24, ../sass/wacom/modules/_layers-all.scss */
.layer-section-header > .container, .wrapper.store-home .layer-checkout-header > .container {
  width: 100%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 29, ../sass/wacom/modules/_layers-all.scss */
.layer-section-header hgroup, .wrapper.store-home .layer-checkout-header hgroup {
  max-width: 1240px;
  min-height: 85px;
  margin: 0 auto;
  padding: 10px 20px;
  /*ul {
  	@extend .col-md-4;
  	margin-top: 2.5em;
  }*/
}
/* line 37, ../sass/wacom/modules/_layers-all.scss */
.layer-section-header hgroup h1, .wrapper.store-home .layer-checkout-header hgroup h1 {
  line-height: 1em;
}
/* line 40, ../sass/wacom/modules/_layers-all.scss */
.layer-section-header hgroup h1:first-child, .wrapper.store-home .layer-checkout-header hgroup h1:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 44, ../sass/wacom/modules/_layers-all.scss */
.layer-section-header hgroup h3, .wrapper.store-home .layer-checkout-header hgroup h3 {
  color: #4b4d50;
}
/* line 47, ../sass/wacom/modules/_layers-all.scss */
.layer-section-header hgroup h3:first-child, .wrapper.store-home .layer-checkout-header hgroup h3:first-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  /* line 64, ../sass/wacom/modules/_layers-all.scss */
  .layer-section-header hgroup, .wrapper.store-home .layer-checkout-header hgroup {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  /* line 69, ../sass/wacom/modules/_layers-all.scss */
  .layer-section-header hgroup, .wrapper.store-home .layer-checkout-header hgroup {
    min-height: 100px;
    padding: 15px 0 25px 0;
  }
}

/* line 79, ../sass/wacom/modules/_layers-all.scss */
.faq-page .layer-section-header > .container h1, .faq-page .wrapper.store-home .layer-checkout-header > .container h1, .wrapper.store-home .faq-page .layer-checkout-header > .container h1,
.layer-support-header > .container h1 {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  /* line 79, ../sass/wacom/modules/_layers-all.scss */
  .faq-page .layer-section-header > .container h1, .faq-page .wrapper.store-home .layer-checkout-header > .container h1, .wrapper.store-home .faq-page .layer-checkout-header > .container h1,
  .layer-support-header > .container h1 {
    margin-top: 1.3em;
  }
}
@media (min-width: 1200px) {
  /* line 79, ../sass/wacom/modules/_layers-all.scss */
  .faq-page .layer-section-header > .container h1, .faq-page .wrapper.store-home .layer-checkout-header > .container h1, .wrapper.store-home .faq-page .layer-checkout-header > .container h1,
  .layer-support-header > .container h1 {
    margin-top: 0.7em;
  }
}
/* line 88, ../sass/wacom/modules/_layers-all.scss */
.faq-page .layer-section-header > .container h3, .faq-page .wrapper.store-home .layer-checkout-header > .container h3, .wrapper.store-home .faq-page .layer-checkout-header > .container h3,
.layer-support-header > .container h3 {
  /*margin-top: 1em;*/
}
/* line 91, ../sass/wacom/modules/_layers-all.scss */
.faq-page .layer-section-header > .container h3.subheader + h1, .faq-page .wrapper.store-home .layer-checkout-header > .container h3.subheader + h1, .wrapper.store-home .faq-page .layer-checkout-header > .container h3.subheader + h1,
.layer-support-header > .container h3.subheader + h1 {
  margin-top: 0;
}

/* line 97, ../sass/wacom/modules/_layers-all.scss */
html.ie .layer-section-header, html.ie .wrapper.store-home .layer-checkout-header, .wrapper.store-home html.ie .layer-checkout-header {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 105, ../sass/wacom/modules/_layers-all.scss */
.layer-section-title {
  background-color: #1d1f22;
}

/* line 114, ../sass/wacom/modules/_layers-all.scss */
.layer-jump-nav {
  position: fixed;
  top: 50px;
  padding: 0;
  width: 100%;
  max-width: none;
  line-height: 40px;
  z-index: 200;
  background-color: #fff;
  /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); */
  left: 0;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 768px) {
  /* line 114, ../sass/wacom/modules/_layers-all.scss */
  .layer-jump-nav {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  /* line 114, ../sass/wacom/modules/_layers-all.scss */
  .layer-jump-nav {
    top: 70px;
  }
}
@media (min-width: 1400px) {
  /* line 134, ../sass/wacom/modules/_layers-all.scss */
  .layer-jump-nav .container {
    width: 1400px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  /* line 114, ../sass/wacom/modules/_layers-all.scss */
  .layer-jump-nav .btn-shop-now {
    margin-right: 20px;
  }
}


/* line 145, ../sass/wacom/modules/_layers-all.scss */
.layer-hero {
  padding: 0;
  min-height: 0;
}
@media (max-width: 767px) {
  /* line 152, ../sass/wacom/modules/_layers-all.scss */
  .layer-hero .hero figure {
    min-height: 0 !important;
  }
  /* line 156, ../sass/wacom/modules/_layers-all.scss */
  .layer-hero .hero figure .hero-image {
    display: block;
  }
  /* line 159, ../sass/wacom/modules/_layers-all.scss */
  .layer-hero .hero figure figcaption {
    margin-top: 20px !important;
  }
}

/* line 172, ../sass/wacom/modules/_layers-all.scss */
.layer-hero-carousel {
  padding: 0;
}

@media (min-width: 768px) {
    .layer-hero-carousel {
      height: 1px;
    }
}


/* line 177, ../sass/wacom/modules/_layers-all.scss */
.layer-hero-carousel figcaption h2 {
  margin-bottom: 0;
  font-size: 2.2em;
}
@media (min-width: 992px) {
  /* line 177, ../sass/wacom/modules/_layers-all.scss */
  .layer-hero-carousel figcaption h2 {
    font-size: 3em;
  }
}
/* line 185, ../sass/wacom/modules/_layers-all.scss */
.layer-hero-carousel figcaption h2 + h3 {
  margin-top: 0;
}

/* line 196, ../sass/wacom/modules/_layers-all.scss */
.layer-feature figure {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-feature figure:before, .layer-feature figure:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-feature figure:after {
  clear: both;
}

/* line 208, ../sass/wacom/modules/_layers-all.scss */
.gallery-carousel {
  width: 100%;
}
/* line 215, ../sass/wacom/modules/_layers-all.scss */
.gallery-carousel .carousel-control {
  display: block;
  background: none;
}
/* line 223, ../sass/wacom/modules/_layers-all.scss */
.gallery-carousel .carousel-control.left i {
  left: 20px;
  width: 44px;
  height: 100px;
  background: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/g-arrow-left.png) left top no-repeat;
}
@media (max-width: 767px) {
  /* line 223, ../sass/wacom/modules/_layers-all.scss */
  .gallery-carousel .carousel-control.left i {
    left: 5px;
    width: 22px;
    height: 50px;
    background-size: 22px 50px;
  }
}
/* line 237, ../sass/wacom/modules/_layers-all.scss */
.gallery-carousel .carousel-control.right i {
  right: 20px;
  width: 44px;
  height: 100px;
  background: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/g-arrow-right.png) left top no-repeat;
}
@media (max-width: 767px) {
  /* line 237, ../sass/wacom/modules/_layers-all.scss */
  .gallery-carousel .carousel-control.right i {
    right: 5px;
    width: 22px;
    height: 50px;
    background-size: 22px 50px;
  }
}
/* line 249, ../sass/wacom/modules/_layers-all.scss */
.gallery-carousel .carousel-control i {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  line-height: 100px;
}
@media (max-width: 767px) {
  /* line 249, ../sass/wacom/modules/_layers-all.scss */
  .gallery-carousel .carousel-control i {
    margin-top: -25px;
  }
}
/* line 261, ../sass/wacom/modules/_layers-all.scss */
.gallery-carousel .item img {
  margin: 0 auto;
}

/* line 278, ../sass/wacom/modules/_layers-all.scss */
.layer-tabs {
  background-color: #f3f6f7;
}
@media (min-width: 992px) {
  /* line 283, ../sass/wacom/modules/_layers-all.scss */
  .layer-tabs.layer-full-width .tabs > header, .layer-tabs.layer-page-editor .tabs > header, .layer-tabs.layer-hero .tabs > header, .layer-tabs.layer-hero-carousel .tabs > header, .layer-tabs.layer-big-thumbnails .tabs > header, .layer-tabs.layer-search-results .tabs > header, .layer-tabs.layer-product-feature-carousel .tabs > header,
  .layer-tabs.layer-product-highlights-carousel .tabs > header, .layer-tabs.layer-feature-image .tabs > header, .layer-tabs.layer-quick-access .tabs > header, .layer-tabs.layer-offices .tabs > header {
    padding-left: 90px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  /* line 290, ../sass/wacom/modules/_layers-all.scss */
  .layer-tabs.layer-full-width .tabs .tabs-container, .layer-tabs.layer-page-editor .tabs .tabs-container, .layer-tabs.layer-hero .tabs .tabs-container, .layer-tabs.layer-hero-carousel .tabs .tabs-container, .layer-tabs.layer-big-thumbnails .tabs .tabs-container, .layer-tabs.layer-search-results .tabs .tabs-container, .layer-tabs.layer-product-feature-carousel .tabs .tabs-container,
  .layer-tabs.layer-product-highlights-carousel .tabs .tabs-container, .layer-tabs.layer-feature-image .tabs .tabs-container, .layer-tabs.layer-quick-access .tabs .tabs-container, .layer-tabs.layer-offices .tabs .tabs-container {
    padding-left: 50px;
  }
}
/* line 299, ../sass/wacom/modules/_layers-all.scss */
.layer-tabs.layer-integrated-products {
  padding: 0;
}
/* line 302, ../sass/wacom/modules/_layers-all.scss */
.layer-tabs.layer-integrated-products .tabs > header {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 306, ../sass/wacom/modules/_layers-all.scss */
.layer-tabs.layer-integrated-products .tabs .tabs-container {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  /* line 318, ../sass/wacom/modules/_layers-all.scss */
  .layer-tabs.no-padding .tabs > header {
    padding: 20px 0 20px 40px;
  }
}
@media (min-width: 992px) {
  /* line 327, ../sass/wacom/modules/_layers-all.scss */
  .layer-tabs.layer-tabs-right .tabs > header {
    float: right;
    margin-left: 0;
    padding-right: 40px;
  }
}
/* line 339, ../sass/wacom/modules/_layers-all.scss */
.layer-tabs.layer-tabs-right .tabs > header nav ul li.active a:after {
  border-left: none;
  border-right: 12px solid #01a7df;
  left: -12px;
}
/* line 350, ../sass/wacom/modules/_layers-all.scss */
.layer-tabs.layer-tabs-right .tabs .tabs-container {
  padding-left: 20px;
}

/* line 361, ../sass/wacom/modules/_layers-all.scss */
.layer-tabs.layer-background-dark .tabs.horizontal header nav ul, .layer-tabs.layer-breadcrumbs .tabs.horizontal header nav ul, .layer-tabs#footer .tabs.horizontal header nav ul {
  border-bottom: 1px solid #4b4d50;
}
/* line 365, ../sass/wacom/modules/_layers-all.scss */
.layer-tabs.layer-background-dark .tabs.horizontal header nav ul li.active a, .layer-tabs.layer-breadcrumbs .tabs.horizontal header nav ul li.active a, .layer-tabs#footer .tabs.horizontal header nav ul li.active a {
  color: #fff;
  background-color: #4b4d50;
}
/* line 368, ../sass/wacom/modules/_layers-all.scss */
.layer-tabs.layer-background-dark .tabs.horizontal header nav ul li.active a span, .layer-tabs.layer-breadcrumbs .tabs.horizontal header nav ul li.active a span, .layer-tabs#footer .tabs.horizontal header nav ul li.active a span {
  color: #fff;
}
/* line 371, ../sass/wacom/modules/_layers-all.scss */
.layer-tabs.layer-background-dark .tabs.horizontal header nav ul li.active a:after, .layer-tabs.layer-breadcrumbs .tabs.horizontal header nav ul li.active a:after, .layer-tabs#footer .tabs.horizontal header nav ul li.active a:after {
  background-color: #4b4d50;
  border-bottom: 1px solid #4b4d50;
  border-right: 1px solid #4b4d50;
}

/* products inside tabs /discover/educate/advanced-art-and-design */
/* line 396, ../sass/wacom/modules/_layers-all.scss */
.layer-compare {
  background-color: #1f2228;
}
/* line 402, ../sass/wacom/modules/_layers-all.scss */
.layer-compare .compare .compare-items .product-item .price {
  font-size: 1.5em;
}

/* line 410, ../sass/wacom/modules/_layers-all.scss */
.layer-discover {
  padding: 0;
}
/* line 413, ../sass/wacom/modules/_layers-all.scss */
.layer-discover header {
  padding-top: 20px;
  padding-bottom: 30px;
}
/* line 418, ../sass/wacom/modules/_layers-all.scss */
.layer-discover ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  border-top: 1px solid #e5e5e5;
}
/* line 425, ../sass/wacom/modules/_layers-all.scss */
.layer-discover ul li a {
  padding: 10px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-discover ul li a figure:before, .layer-discover ul li a figure:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-discover ul li a figure:after {
  clear: both;
}
/* line 434, ../sass/wacom/modules/_layers-all.scss */
.layer-discover ul li a figure .img img {
  width: 100%;
}
/* line 444, ../sass/wacom/modules/_layers-all.scss */
.layer-discover ul li a figcaption h5 span {
  display: block;
  color: #0097D4;
}
/* line 449, ../sass/wacom/modules/_layers-all.scss */
.layer-discover ul li a figcaption .icon-arrow-down {
  display: none;
}
@media (min-width: 480px) {
  /* line 456, ../sass/wacom/modules/_layers-all.scss */
  .layer-discover ul {
    float: right;
    border-top: none;
  }
  /* line 460, ../sass/wacom/modules/_layers-all.scss */
  .layer-discover ul li {
    width: 120px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    				/*&:first-child {
    					a {
    						border-left: 1px solid $gray-lighter;
    
    						span {
    							display: block;
    						}
    					}
    				}*/
  }
  /* line 465, ../sass/wacom/modules/_layers-all.scss */
  .layer-discover ul li a {
    display: block;
    text-align: center;
    margin-left: -1px;
    margin-right: -1px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
  }
  /* line 479, ../sass/wacom/modules/_layers-all.scss */
  .layer-discover ul li a figure .img {
    float: none;
    width: auto;
    padding: 0;
  }
  /* line 484, ../sass/wacom/modules/_layers-all.scss */
  .layer-discover ul li a figure .img img {
    width: 90%;
  }
  /* line 490, ../sass/wacom/modules/_layers-all.scss */
  .layer-discover ul li a figcaption {
    float: noen;
    width: auto;
    padding: 0;
  }
  /* line 494, ../sass/wacom/modules/_layers-all.scss */
  .layer-discover ul li a figcaption .icon-arrow-down {
    display: inline-block;
  }
}

/* line 511, ../sass/wacom/modules/_layers-all.scss */
.layer-explore {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 514, ../sass/wacom/modules/_layers-all.scss */
  .layer-explore .row, .layer-explore .layer-section-header hgroup, .layer-section-header .layer-explore hgroup, .layer-explore .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header .layer-explore hgroup, .layer-explore .compare {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
/* line 523, ../sass/wacom/modules/_layers-all.scss */
.layer-explore header {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 528, ../sass/wacom/modules/_layers-all.scss */
.layer-explore header h3.subheader {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 523, ../sass/wacom/modules/_layers-all.scss */
  .layer-explore header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 535, ../sass/wacom/modules/_layers-all.scss */
  .layer-explore header h1 {
    font-size: 1.8em;
  }
}
/* line 544, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 767px) {
  /* line 544, ../sass/wacom/modules/_layers-all.scss */
  .layer-explore ul {
    width: 768px;
    text-align: left;
  }
}
/* line 557, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li {
  display: inline-block;
  float: none;
  margin-left: -0.48%;
  padding: 0;
  vertical-align: top;
}
/* line 565, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li a {
  display: block;
  min-height: 140px;
  padding: 10px 5px 15px;
  text-align: center;
  color: #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-width: 0 0 0 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(transparent)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#dddddd, transparent) 1 100%;
  -moz-border-image: -moz-linear-gradient(#dddddd, transparent) 1 100%;
  -o-border-image: -o-linear-gradient(#dddddd, transparent) 1 100%;
  border-image: linear-gradient(to bottom, #dddddd, transparent) 1 100%;
}
/* line 586, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li a figure .img {
  opacity: 0;
  display: table-cell;
  height: 60px;
  width: 113px;
  vertical-align: middle;
}
/* line 593, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li a figure .img img {
  width: 90% !important;
}
/* line 597, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li a figure figcaption {
  line-height: 1.2em;
}
/* line 600, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li a figure figcaption small {
  color: #adadae;
  font-family: 'Roboto', Arial;
  font-weight: 300;
}
/* line 608, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li a h5 span {
  display: block;
  color: #0097D4;
}
/* line 613, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li a i {
  position: absolute;
  left: 50%;
  bottom: 20px;
  font-size: 20px;
  margin-left: -10px;
}
/* line 622, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li a:hover figcaption small {
  color: #0097D4;
}
/* line 629, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li:first-child a {
  border-left: 1px solid #e5e5e5;
}
/* line 634, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li:last-child a {
  border-width: 0 1px 0 1px;
  padding: 10px;
}
/* line 638, ../sass/wacom/modules/_layers-all.scss */
.layer-explore ul li:last-child a span {
  display: block;
}

/* line 647, ../sass/wacom/modules/_layers-all.scss */
.layer-sub-header {
  position: fixed;
  z-index: 500;
  top: 50px;
  padding: 0;
  max-width: none;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  left: 0;
}
@media (min-width: 768px) {
  /* line 647, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  /* line 647, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header {
    top: 70px;
  }
}
/* line 663, ../sass/wacom/modules/_layers-all.scss */
.layer-sub-header .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 668, ../sass/wacom/modules/_layers-all.scss */
.layer-sub-header .container nav > ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 674, ../sass/wacom/modules/_layers-all.scss */
.layer-sub-header .container nav > ul li a {
  color: #adafb4;
}
/* line 677, ../sass/wacom/modules/_layers-all.scss */
.layer-sub-header .container nav > ul li a:hover {
  color: #999;
}
/* line 681, ../sass/wacom/modules/_layers-all.scss */
.layer-sub-header .container nav > ul li ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 686, ../sass/wacom/modules/_layers-all.scss */
.layer-sub-header .container nav > ul li ul li.active a {
  color: #999;
}
@media (max-width: 767px) {
  /* line 696, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul > li > a {
    position: relative;
  }
  /* line 698, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul > li > a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -1.5em;
    content: '\e61b';
    font-family: 'wacom';
    font-size: 0.5em;
  }
  /* line 710, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul > li.expand > a:after {
    content: '\e61c';
  }
  /* line 717, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul li a {
    display: block;
    padding: 5px 20px;
  }
  /* line 722, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul li ul li {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    transition: max-height 0.2s;
  }
  /* line 732, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul li.expand ul li {
    max-height: 50px;
  }
}
@media (min-width: 768px) {
  /* line 742, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav {
    padding: 10px 0;
  }
  /* line 744, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  /* line 748, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 752, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul > li > a:after {
    content: ':';
    margin: 0 10px;
  }
  /* line 757, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul > li.active > a {
    color: #383c42;
  }
  /* line 763, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul li a {
    color: #999;
  }
  /* line 766, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul li a:hover {
    color: #999;
  }
  /* line 770, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul li ul {
    padding-left: 0;
    list-style: none;
    display: inline-block;
  }
  /* line 775, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul li ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 781, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header .container nav > ul li ul li.active a {
    color: #999;
  }
}

@media screen and (min-width: 1400px) {
  /* line 793, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header > .container {
    width: 1400px;
    padding: 0;
  }
  /* line 797, ../sass/wacom/modules/_layers-all.scss */
  .layer-sub-header > .container nav {
    margin-left: 10px;
  }
}
/* */
/* line 811, ../sass/wacom/modules/_layers-all.scss */
.layer-tertiary-nav {
  padding: 0;
  box-shadow: inset 0 -5px 20px -10px rgba(0, 0, 0, 0.2);
}
/* line 816, ../sass/wacom/modules/_layers-all.scss */
.layer-tertiary-nav > .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 820, ../sass/wacom/modules/_layers-all.scss */
.layer-tertiary-nav li {
  font-family: 'Roboto', Arial;
  font-weight: 300;
}
@media (min-width: 992px) {
  /* line 826, ../sass/wacom/modules/_layers-all.scss */
  .layer-tertiary-nav li:not(.active) a:hover {
    background-color: #dee1e2;
  }
}

/* */
/* line 835, ../sass/wacom/modules/_layers-all.scss */
.layer-big-thumbnails {
  padding: 0;
}
/* line 842, ../sass/wacom/modules/_layers-all.scss */
.layer-big-thumbnails ul.list-dynamic {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  /* line 847, ../sass/wacom/modules/_layers-all.scss */
  .layer-big-thumbnails li {
    background-image: none !important;
  }
  /* line 851, ../sass/wacom/modules/_layers-all.scss */
  .layer-big-thumbnails .thumbnail {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 856, ../sass/wacom/modules/_layers-all.scss */
  .layer-big-thumbnails .thumbnail .image {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 862, ../sass/wacom/modules/_layers-all.scss */
  .layer-big-thumbnails li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 868, ../sass/wacom/modules/_layers-all.scss */
  .layer-big-thumbnails .thumbnail {
    margin-bottom: 0;
    padding-top: 200px;
  }
  /* line 872, ../sass/wacom/modules/_layers-all.scss */
  .layer-big-thumbnails .thumbnail .image {
    display: none;
  }
  /* line 874, ../sass/wacom/modules/_layers-all.scss */
  .layer-big-thumbnails .thumbnail figure {
    background-color: rgba(0, 0, 0, 0.8);
  }
  /* line 877, ../sass/wacom/modules/_layers-all.scss */
  .layer-big-thumbnails .thumbnail figure figcaption {
    padding: 20px;
  }
}

/*.page-editor .layer-big-thumbnails .image { display: block !important; }*/
/* line 888, ../sass/wacom/modules/_layers-all.scss */
.layer-search-results {
  padding: 0;
  background-color: #f3f6f7;
}

/* line 895, ../sass/wacom/modules/_layers-all.scss */
.layer-product-feature-carousel,
.layer-product-highlights-carousel {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 895, ../sass/wacom/modules/_layers-all.scss */
  .layer-product-feature-carousel,
  .layer-product-highlights-carousel {
    min-height: 0 !important;
  }
}

/* line 905, ../sass/wacom/modules/_layers-all.scss */
.layer-product-feature-carousel {
  background-color: #101114;
}

@media (min-width: 768px) {
  /* line 909, ../sass/wacom/modules/_layers-all.scss */
  .layer-feature-image {
    padding: 0;
  }
}
/* line 917, ../sass/wacom/modules/_layers-all.scss */
.layer-feature-image .feature-main-image {
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 917, ../sass/wacom/modules/_layers-all.scss */
  .layer-feature-image .feature-main-image {
    position: absolute;
    top: 5%;
    z-index: 0;
    max-width: 60%;
  }
}
/* line 928, ../sass/wacom/modules/_layers-all.scss */
.layer-feature-image .feature {
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 928, ../sass/wacom/modules/_layers-all.scss */
  .layer-feature-image .feature {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  /* line 928, ../sass/wacom/modules/_layers-all.scss */
  .layer-feature-image .feature {
    padding: 20px 0;
    min-height: 0 !important;
  }
}
/* line 942, ../sass/wacom/modules/_layers-all.scss */
.layer-feature-image .feature.text-light h2,
.layer-feature-image .feature.text-light p, .layer-feature-image .feature.text-white h2,
.layer-feature-image .feature.text-white p {
  color: #fff;
}
/* line 948, ../sass/wacom/modules/_layers-all.scss */
.layer-feature-image .feature.text-light p {
  color: #adafb4;
}
/* line 955, ../sass/wacom/modules/_layers-all.scss */
.layer-feature-image .feature.text-dark h2,
.layer-feature-image .feature.text-dark p, .layer-feature-image .feature.text-black h2,
.layer-feature-image .feature.text-black p {
  color: #000;
}
/* line 961, ../sass/wacom/modules/_layers-all.scss */
.layer-feature-image .feature.text-dark p {
  color: #808285;
}
/* line 967, ../sass/wacom/modules/_layers-all.scss */
.layer-feature-image .feature-image {
  margin-top: 20px;
  /* img { max-width: 100%; } causing issues in multi feature layer */
}
@media (max-width: 991px) {
  /* line 971, ../sass/wacom/modules/_layers-all.scss */
  .layer-feature-image .feature-image img {
    max-width: 100%;
  }
}
/* line 976, ../sass/wacom/modules/_layers-all.scss */
.layer-feature-image .feature-background-image {
  display: none;
}

/*.page-editor .feature-background-image {
	display: block !important;
	img {
		max-width: 100%;
	}
}*/
/* line 988, ../sass/wacom/modules/_layers-all.scss */
section[class*="feature-image-left"] .feature-main-image {
  left: auto;
  right: 63%;
}

/* line 999, ../sass/wacom/modules/_layers-all.scss */
section[class*="feature-image-right"] .feature-main-image {
  left: 63%;
  right: auto;
}

/* line 1011, ../sass/wacom/modules/_layers-all.scss */
.feature-image-left-top .feature-main-image,
.feature-image-left-bottom .feature-main-image {
  left: 0 !important;
  right: auto !important;
}

/* line 1018, ../sass/wacom/modules/_layers-all.scss */
.feature-image-right-top .feature-main-image,
.feature-image-right-bottom .feature-main-image {
  left: auto !important;
  right: 0 !important;
}

/* line 1024, ../sass/wacom/modules/_layers-all.scss */
.feature-image-left-top,
.feature-image-right-top {
  padding-top: 0;
}
/* line 1028, ../sass/wacom/modules/_layers-all.scss */
.feature-image-left-top .feature-main-image,
.feature-image-right-top .feature-main-image {
  top: 0;
  bottom: auto;
}

/* line 1033, ../sass/wacom/modules/_layers-all.scss */
.feature-image-left-bottom,
.feature-image-right-bottom {
  padding-bottom: 0;
}
/* line 1037, ../sass/wacom/modules/_layers-all.scss */
.feature-image-left-bottom .feature-main-image,
.feature-image-right-bottom .feature-main-image {
  top: auto;
  bottom: 0;
}

/* line 1044, ../sass/wacom/modules/_layers-all.scss */
.layer-spec {
  background-color: #4b4d50;
  background: #2a2d32 url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/bg-dots-grey.png");
  background-repeat: repeat !important;
  background-size: auto !important;
  color: #fff;
}
/* line 1051, ../sass/wacom/modules/_layers-all.scss */
.layer-spec h2, .layer-spec h3 {
  color: #fff;
}
/* line 1055, ../sass/wacom/modules/_layers-all.scss */
.layer-spec .features {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-spec .features:before, .layer-spec .features:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-spec .features:after {
  clear: both;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-spec .features:before, .layer-spec .features:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-spec .features:after {
  clear: both;
}
/* line 1064, ../sass/wacom/modules/_layers-all.scss */
.layer-spec .features .feature {
  min-height: 170px;
  /*
  position: relative;
  float: left;
  width: 160px;
  margin-right: 10px;
  */
}
/* line 1074, ../sass/wacom/modules/_layers-all.scss */
.layer-spec .features .feature .feature-title {
  display: table;
  width: 100%;
  min-height: 2.6em;
  color: #fff;
  font-size: 1em;
  text-align: center;
}
/* line 1082, ../sass/wacom/modules/_layers-all.scss */
.layer-spec .features .feature .feature-title span {
  display: table-cell;
  vertical-align: bottom;
}
/* line 1089, ../sass/wacom/modules/_layers-all.scss */
.layer-spec .features .feature .box img {
  width: 100%;
}
/* line 1094, ../sass/wacom/modules/_layers-all.scss */
.layer-spec .features .feature > .label {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  left: 0;
  bottom: 12px;
  color: #828b99;
  white-space: normal;
}
@media (max-width: 767px) {
  /* line 1094, ../sass/wacom/modules/_layers-all.scss */
  .layer-spec .features .feature > .label {
    font-size: 0.7em;
    font-weight: 100;
  }
}
/* line 1107, ../sass/wacom/modules/_layers-all.scss */
.layer-spec .features .feature > .label .label {
  color: #828b99;
  font-weight: normal;
}
/* line 1111, ../sass/wacom/modules/_layers-all.scss */
.layer-spec .features .feature > .label .label.half {
  width: 50%;
}

/* line 1123, ../sass/wacom/modules/_layers-all.scss */
.specs .spec-list {
  padding-left: 0;
  list-style: none;
}
/* line 1127, ../sass/wacom/modules/_layers-all.scss */
.specs .spec-list .spec-row {
  border-bottom: 1px solid #4b4d50;
  padding: 10px 0;
  color: #828b99;
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.specs .spec-list .spec-row:before, .specs .spec-list .spec-row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.specs .spec-list .spec-row:after {
  clear: both;
}
/* line 1140, ../sass/wacom/modules/_layers-all.scss */
.specs .spec-list .spec-row .value {
  float: right;
  text-align: right;
  max-width: 340px;
}
/* line 1146, ../sass/wacom/modules/_layers-all.scss */
.specs .spec-list .spec-row:nth-child(n+6) {
  border-bottom: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
}
/* line 1154, ../sass/wacom/modules/_layers-all.scss */
.specs .more,
.specs .less {
  padding: 10px;
  background-color: #101114;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
/* line 1162, ../sass/wacom/modules/_layers-all.scss */
.specs .more i,
.specs .less i {
  font-size: 1em;
  opacity: 0.5;
}
/* line 1168, ../sass/wacom/modules/_layers-all.scss */
.specs .more:hover i,
.specs .less:hover i {
  opacity: 1;
}
/* line 1173, ../sass/wacom/modules/_layers-all.scss */
.specs .less {
  display: none;
}
/* line 1176, ../sass/wacom/modules/_layers-all.scss */
.specs.expand .more {
  display: none;
}
/* line 1177, ../sass/wacom/modules/_layers-all.scss */
.specs.expand .less {
  display: block;
}
/* line 1181, ../sass/wacom/modules/_layers-all.scss */
.specs.expand .spec-list .spec-row:nth-child(n+6) {
  border-bottom: 1px solid #4b4d50;
  padding: 10px 0;
  max-height: 400px;
}

/* line 1191, ../sass/wacom/modules/_layers-all.scss */
.spec-image {
  text-align: center;
}
@media (max-width: 767px) {
  /* line 1191, ../sass/wacom/modules/_layers-all.scss */
  .spec-image {
    padding: 20px;
  }
}
/* line 1200, ../sass/wacom/modules/_layers-all.scss */
.spec-image img {
  max-width: 100%;
}
/* line 1202, ../sass/wacom/modules/_layers-all.scss */
.spec-image figcaption {
  margin-top: 1em;
  color: #828b99;
  font-size: 0.9em;
}

/* line 1209, ../sass/wacom/modules/_layers-all.scss */
.layer-quick-access {
  padding: 0;
}
/* line 1213, ../sass/wacom/modules/_layers-all.scss */
.layer-quick-access .container {
  max-width: 1200px;
}
@media (max-width: 767px) {
  /* line 1213, ../sass/wacom/modules/_layers-all.scss */
  .layer-quick-access .container {
    -webkit-overflow-scrolling: touch;
  }
}
/* line 1223, ../sass/wacom/modules/_layers-all.scss */
.layer-quick-access.dark {
  background-color: #131415;
}
/* line 1226, ../sass/wacom/modules/_layers-all.scss */
.layer-quick-access.dark .reviews,
.layer-quick-access.dark .social {
  border-bottom: 1px solid #4b4d50;
}

/* line 1233, ../sass/wacom/modules/_layers-all.scss */
.quick-access.bs .social, .quick-access.bs .reviews {
  border-bottom: 0 none;
}

/* line 1236, ../sass/wacom/modules/_layers-all.scss */
.quick-access.bs .price a {
  margin-right: 30px;
  margin-right: 30px;
}

/* line 1241, ../sass/wacom/modules/_layers-all.scss */
.layer-accessories {
  background-color: #f3f6f7;
}

/* line 1245, ../sass/wacom/modules/_layers-all.scss */
.layer-offices {
  padding: 0;
}
/* line 1249, ../sass/wacom/modules/_layers-all.scss */
.layer-offices .title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 80px;
}
/* line 1256, ../sass/wacom/modules/_layers-all.scss */
.layer-offices .map-wrapper img {
  width: 100%;
  height: auto;
}
/* line 1262, ../sass/wacom/modules/_layers-all.scss */
.layer-offices ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  /* line 1262, ../sass/wacom/modules/_layers-all.scss */
  .layer-offices ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  /* line 1274, ../sass/wacom/modules/_layers-all.scss */
  .layer-offices ul li {
    color: white;
    position: absolute;
  }
}

/* line 1283, ../sass/wacom/modules/_layers-all.scss */
.icon-marker {
  display: none;
}

/* line 1289, ../sass/wacom/modules/_layers-all.scss */
.office-wrapper .office .location {
  margin-bottom: 1em;
  font-size: 1.1em;
}
/* line 1293, ../sass/wacom/modules/_layers-all.scss */
.office-wrapper .office .address {
  font-size: 0.9em;
  font-weight: 600;
}
/* line 1298, ../sass/wacom/modules/_layers-all.scss */
.office-wrapper .office .tel,
.office-wrapper .office .fax {
  font-size: 0.9em;
}
/* line 1301, ../sass/wacom/modules/_layers-all.scss */
.office-wrapper .office .tel span,
.office-wrapper .office .fax span {
  font-weight: 600;
}

/* line 1306, ../sass/wacom/modules/_layers-all.scss */
.office-wrapper {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 992px) {
  /* line 1311, ../sass/wacom/modules/_layers-all.scss */
  .office-wrapper {
    cursor: pointer;
    margin-left: -50%;
    margin-right: 50%;
    padding: 0;
    border-bottom: none;
    overflow: hidden;
  }
  /* line 1321, ../sass/wacom/modules/_layers-all.scss */
  .office-wrapper .icon-marker {
    display: block;
    font-size: 2em;
    color: #0097D4;
  }
  /* line 1327, ../sass/wacom/modules/_layers-all.scss */
  .office-wrapper .office {
    background-color: #1f2227;
    border-bottom: none;
    bottom: 0;
    height: auto;
    margin-left: -99999px;
    margin-bottom: 0;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 30px;
    position: absolute;
    width: 0;
    z-index: 15;
  }
  /* line 1342, ../sass/wacom/modules/_layers-all.scss */
  .office-wrapper .office:after {
    width: 16px;
    height: 16px;
    background-color: #1f2227;
    border: none;
    content: '';
    position: absolute;
    right: 50%;
    left: auto;
    bottom: -0.65em;
    top: auto;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  /* line 1368, ../sass/wacom/modules/_layers-all.scss */
  .office-wrapper:hover .marker {
    opacity: 0;
  }
  /* line 1371, ../sass/wacom/modules/_layers-all.scss */
  .office-wrapper:hover .marker.blue {
    opacity: 1;
  }
  /* line 1375, ../sass/wacom/modules/_layers-all.scss */
  .office-wrapper:hover .office {
    -webkit-transition: margin-bottom 0.3s, opacity 0.3s;
    -moz-transition: margin-bottom 0.3s, opacity 0.3s;
    -ms-transition: margin-bottom 0.3s, opacity 0.3s;
    -o-transition: margin-bottom 0.3s, opacity 0.3s;
    transition: margin-bottom 0.3s, opacity 0.3s;
    margin-bottom: 25px;
    margin-left: -110px;
    opacity: 1;
    overflow: visible;
    width: 240px;
  }
}
@media (max-width: 767px) {
  /* line 1394, ../sass/wacom/modules/_layers-all.scss */
  .layer-text .row, .layer-text .layer-section-header hgroup, .layer-section-header .layer-text hgroup, .layer-text .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header .layer-text hgroup, .layer-text .compare {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 1401, ../sass/wacom/modules/_layers-all.scss */
.layer-text .content p {
  margin: 1.5em 0 1em;
}
@media (max-width: 767px) {
  /* line 1401, ../sass/wacom/modules/_layers-all.scss */
  .layer-text .content p {
    margin: 0.5em 0;
  }
}
/* line 1407, ../sass/wacom/modules/_layers-all.scss */
.layer-text .content p.image {
  margin-top: 3em;
}
/* line 1413, ../sass/wacom/modules/_layers-all.scss */
.layer-text .image img {
  max-width: 100%;
}
@media (max-width: 1400px) {
  /* line 1416, ../sass/wacom/modules/_layers-all.scss */
  .layer-text .image img {
    max-width: 70%;
  }
  /* line 1419, ../sass/wacom/modules/_layers-all.scss */
  .layer-text .image .video img {
    max-width: 100%;
  }
}
/* line 1425, ../sass/wacom/modules/_layers-all.scss */
.layer-text .sidebar {
  margin-top: 2em;
}
@media (min-width: 768px) {
  /* line 1425, ../sass/wacom/modules/_layers-all.scss */
  .layer-text .sidebar {
    float: right;
  }
}
/* line 1433, ../sass/wacom/modules/_layers-all.scss */
.layer-text .sidebar [class*="col-"] {
  width: auto;
  height: auto;
  float: none;
}

@media (max-width: 1399px) {
  /* line 1442, ../sass/wacom/modules/_layers-all.scss */
  .layer-text h2 {
    font-size: 2.1em;
  }
}
/* line 1488, ../sass/wacom/modules/_layers-all.scss */
.layer-text-normal-right,
.layer-text-narrow-right,
.layer-text-narrower-right,
.layer-text-wide-right,
.layer-text-wider-right {
  background-position: center;
}
@media (max-width: 767px) {
  /* line 1497, ../sass/wacom/modules/_layers-all.scss */
  .layer-text-normal-right .layer-background img,
  .layer-text-narrow-right .layer-background img,
  .layer-text-narrower-right .layer-background img,
  .layer-text-wide-right .layer-background img,
  .layer-text-wider-right .layer-background img {
    float: left;
    max-width: 150% !important;
  }
}
/* line 1504, ../sass/wacom/modules/_layers-all.scss */
.layer-text-normal-right .content,
.layer-text-normal-right figcaption,
.layer-text-narrow-right .content,
.layer-text-narrow-right figcaption,
.layer-text-narrower-right .content,
.layer-text-narrower-right figcaption,
.layer-text-wide-right .content,
.layer-text-wide-right figcaption,
.layer-text-wider-right .content,
.layer-text-wider-right figcaption {
  float: right !important;
}
/* line 1508, ../sass/wacom/modules/_layers-all.scss */
.layer-text-normal-right .sidebar,
.layer-text-narrow-right .sidebar,
.layer-text-narrower-right .sidebar,
.layer-text-wide-right .sidebar,
.layer-text-wider-right .sidebar {
  margin-left: 0;
}
/* line 1510, ../sass/wacom/modules/_layers-all.scss */
.layer-text-normal-right .sidebar .image,
.layer-text-narrow-right .sidebar .image,
.layer-text-narrower-right .sidebar .image,
.layer-text-wide-right .sidebar .image,
.layer-text-wider-right .sidebar .image {
  text-align: right;
}

/* line 1516, ../sass/wacom/modules/_layers-all.scss */
.layer-text-normal-left,
.layer-text-narrow-left,
.layer-text-narrower-left,
.layer-text-wide-left,
.layer-text-wider-left {
  background-position: center;
}
@media (max-width: 767px) {
  /* line 1525, ../sass/wacom/modules/_layers-all.scss */
  .layer-text-normal-left .layer-background img,
  .layer-text-narrow-left .layer-background img,
  .layer-text-narrower-left .layer-background img,
  .layer-text-wide-left .layer-background img,
  .layer-text-wider-left .layer-background img {
    float: right;
    max-width: 150% !important;
  }
}
@media (min-width: 768px) {
  /* line 1531, ../sass/wacom/modules/_layers-all.scss */
  .layer-text-normal-left .sidebar,
  .layer-text-narrow-left .sidebar,
  .layer-text-narrower-left .sidebar,
  .layer-text-wide-left .sidebar,
  .layer-text-wider-left .sidebar {
    float: right;
  }
}
/* line 1535, ../sass/wacom/modules/_layers-all.scss */
.layer-text-normal-left .sidebar .image,
.layer-text-narrow-left .sidebar .image,
.layer-text-narrower-left .sidebar .image,
.layer-text-wide-left .sidebar .image,
.layer-text-wider-left .sidebar .image {
  text-align: left;
}

/* line 1546, ../sass/wacom/modules/_layers-all.scss */
.layer-text-normal-center .content,
.layer-text-normal-center figcaption,
.layer-text-narrow-center .content,
.layer-text-narrow-center figcaption,
.layer-text-narrower-center .content,
.layer-text-narrower-center figcaption,
.layer-text-wide-center .content,
.layer-text-wide-center figcaption,
.layer-text-wider-center .content,
.layer-text-wider-center figcaption {
  float: none !important;
  margin: 0 auto;
  text-align: center;
}
/* line 1552, ../sass/wacom/modules/_layers-all.scss */
.layer-text-normal-center .sidebar,
.layer-text-narrow-center .sidebar,
.layer-text-narrower-center .sidebar,
.layer-text-wide-center .sidebar,
.layer-text-wider-center .sidebar {
  display: none;
}

/* line 1558, ../sass/wacom/modules/_layers-all.scss */
.layer-text-centered .container {
  text-align: center;
}

/* line 1563, ../sass/wacom/modules/_layers-all.scss */
.layer-tiles {
  padding: 0;
  overflow: hidden;
}
/* line 1566, ../sass/wacom/modules/_layers-all.scss */
.layer-tiles .container {
  max-width: 928px;
  padding: 0;
}
/* line 1570, ../sass/wacom/modules/_layers-all.scss */
.layer-tiles .container h3 {
  margin-top: 0;
}
/* line 1574, ../sass/wacom/modules/_layers-all.scss */
.layer-tiles .container p {
  line-height: 1.3em;
}
@media (min-width: 768px) {
  /* line 1566, ../sass/wacom/modules/_layers-all.scss */
  .layer-tiles .container {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  /* line 1566, ../sass/wacom/modules/_layers-all.scss */
  .layer-tiles .container {
    max-width: 1160px;
    padding: 20px 0;
  }
}
@media (min-width: 1400px) {
  /* line 1566, ../sass/wacom/modules/_layers-all.scss */
  .layer-tiles .container {
    max-width: 1200px;
  }
}

/* line 1605, ../sass/wacom/modules/_layers-all.scss */
.layer-text h2 img {
  max-width: 100%;
}
/* line 1609, ../sass/wacom/modules/_layers-all.scss */
.layer-text .app-stores {
  margin: 20px 0 0 0;
  text-align: center;
}
/* line 1613, ../sass/wacom/modules/_layers-all.scss */
.layer-text .app-stores a {
  display: block;
  margin: 0 20px;
}

/* line 1623, ../sass/wacom/modules/_layers-all.scss */
.layer-mini-item ul.list-dynamic li figcaption {
  padding: 0;
}

/* line 1, ../sass/wacom/modules/_layers-options.scss */
.layer-text-light, .layer-section-title, .layer-big-thumbnails {
  background-color: #101114;
  color: #fff;
}
/* line 5, ../sass/wacom/modules/_layers-options.scss */
.layer-text-light *, .layer-section-title *, .layer-big-thumbnails * {
  color: #fff;
}
/* line 9, ../sass/wacom/modules/_layers-options.scss */
.layer-text-light p, .layer-section-title p, .layer-big-thumbnails p,
.layer-text-light .sub-heading,
.layer-section-title .sub-heading,
.layer-big-thumbnails .sub-heading {
  color: #f3f6f7;
}
/* line 14, ../sass/wacom/modules/_layers-options.scss */
.layer-text-light a, .layer-section-title a, .layer-big-thumbnails a {
  color: #0097D4;
}

/* line 19, ../sass/wacom/modules/_layers-options.scss */
.layer-text-white {
  background-color: #101114;
  color: #fff;
}
/* line 23, ../sass/wacom/modules/_layers-options.scss */
.layer-text-white *,
.layer-text-white p,
.layer-text-white .sub-heading,
.layer-text-white a {
  color: #fff;
}
/* line 30, ../sass/wacom/modules/_layers-options.scss */
.layer-text-white p a {
  color: #0097D4;
}
/* line 32, ../sass/wacom/modules/_layers-options.scss */
.layer-text-white p a:hover {
  color: #0073a1;
}
/* line 37, ../sass/wacom/modules/_layers-options.scss */
.layer-text-white input {
  color: #101114;
}

/* line 46, ../sass/wacom/modules/_layers-options.scss */
.layer-text-dark {
  background-color: #f3f6f7;
  color: #101114;
}
/* line 50, ../sass/wacom/modules/_layers-options.scss */
.layer-text-dark .sub-heading {
  color: #808285;
}
/* line 54, ../sass/wacom/modules/_layers-options.scss */
.layer-text-dark p {
  color: #4b4d50;
}
/* line 58, ../sass/wacom/modules/_layers-options.scss */
.layer-text-dark a {
  color: #0097D4;
}

/* line 63, ../sass/wacom/modules/_layers-options.scss */
.layer-text-black {
  background-color: #f3f6f7;
  color: #000;
}
/* line 67, ../sass/wacom/modules/_layers-options.scss */
.layer-text-black *,
.layer-text-black p,
.layer-text-black .sub-heading {
  color: #000;
}
/* line 73, ../sass/wacom/modules/_layers-options.scss */
.layer-text-black p a {
  color: #0097D4;
}
/* line 75, ../sass/wacom/modules/_layers-options.scss */
.layer-text-black p a:hover {
  color: #0073a1;
}

/* line 94, ../sass/wacom/modules/_layers-options.scss */
.layer-text-big {
  font-size: 1.1em;
}

/* line 98, ../sass/wacom/modules/_layers-options.scss */
.layer-text-bigger {
  font-size: 1.3em;
}

/* line 102, ../sass/wacom/modules/_layers-options.scss */
.layer-text-small {
  font-size: 0.9em;
}

/* line 106, ../sass/wacom/modules/_layers-options.scss */
.layer-text-smaller {
  font-size: 0.8em;
}

/* line 117, ../sass/wacom/modules/_layers-options.scss */
.layer-background-gray, .layer-help, .layer-tertiary-nav, .layer-products,
.layer-background-grey {
  /*background-color: $gray-lightest !important;*/
  background-color: #f3f6f7;
}

/* line 123, ../sass/wacom/modules/_layers-options.scss */
.layer-background-black, .layer-big-thumbnails {
  background-color: #000 !important;
}

/* line 127, ../sass/wacom/modules/_layers-options.scss */
.layer-breadcrumbs, #footer {
  /*background-color: $gray-darkest !important;*/
  /*background-color: #13161d !important;*/
  background-color: #fff !important;
}

.layer-background-dark {
  /*background-color: $gray-darkest !important;*/
  background-color: #13161d !important;
}

/* line 133, ../sass/wacom/modules/_layers-options.scss */
.layer-background-white {
  background-color: #fff !important;
}

/* line 137, ../sass/wacom/modules/_layers-options.scss */
.layer-background-blue {
  background-color: #0097D4 !important;
}

/* line 141, ../sass/wacom/modules/_layers-options.scss */
.layer-background-dots {
  background-image: url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/bg-dots.png");
  background-repeat: repeat !important;
  background-size: auto !important;
}

/* line 148, ../sass/wacom/modules/_layers-options.scss */
.layer-background-squiggly .container {
  background: url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/squiggly-line-large.png") top center no-repeat;
}

/* line 153, ../sass/wacom/modules/_layers-options.scss */
.layer-background-blue-graphic {
  background: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/bg-hero-blue.jpg);
}

/* line 157, ../sass/wacom/modules/_layers-options.scss */
.layer-background-black-graphic {
  background: url(/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/bg-hero-black.jpg);
}

/* line 162, ../sass/wacom/modules/_layers-options.scss */
.text-success {
  color: #96bd0e;
}
/* line 165, ../sass/wacom/modules/_layers-options.scss */
.text-success p {
  color: #96bd0e;
}

/* line 3, ../sass/wacom/modules/_accessories.scss */
.accessories-item-image {
  padding: 20px;
  border: 1px solid #e9eced;
  background-color: #fff;
}

/* line 15, ../sass/wacom/modules/_accessories.scss */
.accessories-cta {
  padding: 10px;
  border: 1px solid #e9eced;
  border-top: none;
  background-color: #f9f9f9;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.accessories-cta:before, .accessories-cta:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.accessories-cta:after {
  clear: both;
}
/* line 22, ../sass/wacom/modules/_accessories.scss */
.accessories-cta .btn, .accessories-cta .scfSubmitButton {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 27, ../sass/wacom/modules/_accessories.scss */
.accessories-cta .price {
  float: left;
  padding-top: 5px;
  font-size: 1.2em;
}

/* line 1, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-dropdown, .tabs > header nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 6, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-dropdown li, .tabs > header nav ul li {
  display: table;
  width: 100%;
  position: relative;
}
/* line 10, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-dropdown li a, .tabs > header nav ul li a {
  position: relative;
  display: table-cell;
  padding: 0 20px;
  height: 42px;
  width: 100%;
  color: #4b4d50;
  white-space: nowrap;
  line-height: 1em;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 991px) {
  /* line 10, ../sass/wacom/modules/_tabs.scss */
  .tabs-nav-dropdown li a, .tabs > header nav ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* line 26, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-dropdown li a span, .tabs > header nav ul li a span {
  display: block;
  /*display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
/* line 33, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-dropdown li a small, .tabs > header nav ul li a small {
  display: block;
  font-size: 0.65em;
}
/* line 39, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-dropdown li.active a, .tabs > header nav ul li.active a {
  color: #fff;
  background-color: #01a7df;
}
/* line 42, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-dropdown li.active a span, .tabs > header nav ul li.active a span,
.tabs-nav-dropdown li.active a small,
.tabs > header nav ul li.active a small {
  color: #fff;
}
@media (min-width: 992px) {
  /* line 47, ../sass/wacom/modules/_tabs.scss */
  .tabs-nav-dropdown li.active a:after, .tabs > header nav ul li.active a:after {
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 12px solid #01a7df;
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
  }
}
@media (max-width: 991px) {
  /* line 6, ../sass/wacom/modules/_tabs.scss */
  .tabs-nav-dropdown li, .tabs > header nav ul li {
    display: block;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  /* line 70, ../sass/wacom/modules/_tabs.scss */
  .tabs-nav-dropdown li.active, .tabs > header nav ul li.active {
    display: table;
    max-height: 42px;
  }
  /* line 74, ../sass/wacom/modules/_tabs.scss */
  .tabs-nav-dropdown li.active:after, .tabs > header nav ul li.active:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    content: '\e61b';
    font-family: 'wacom';
    font-size: 0.5em;
    line-height: 42px;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 991px) {
  /* line 92, ../sass/wacom/modules/_tabs.scss */
  .tabs-nav-dropdown.expand li, .tabs > header nav ul.expand li {
    max-height: 42px;
  }
  /* line 95, ../sass/wacom/modules/_tabs.scss */
  .tabs-nav-dropdown.expand li.active:after, .tabs > header nav ul.expand li.active:after {
    content: '\e61c';
  }
}

/* line 104, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-horizontal, .tabs.horizontal header nav ul {
  position: relative;
  width: 100%;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 991px) {
  /* line 111, ../sass/wacom/modules/_tabs.scss */
  .tabs-nav-horizontal:after, .tabs.horizontal header nav ul:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    content: '\e61b';
    font-family: 'wacom';
    font-size: 0.5em;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background-color: #e5e5e5;
  }
  /* line 125, ../sass/wacom/modules/_tabs.scss */
  .tabs-nav-horizontal.expand:after, .tabs.horizontal header nav ul.expand:after {
    content: '\e61c';
  }
}
/* line 130, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-horizontal li a, .tabs.horizontal header nav ul li a {
  position: relative;
  display: block;
  padding: 8px 20px;
  color: #e5e5e5;
  white-space: nowrap;
}
/* line 138, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-horizontal li.active a, .tabs.horizontal header nav ul li.active a {
  color: #0097D4;
  background-color: transparent;
}
/* line 141, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-horizontal li.active a span, .tabs.horizontal header nav ul li.active a span {
  color: #0097D4;
}
/* line 146, ../sass/wacom/modules/_tabs.scss */
.tabs-nav-horizontal li.active:after, .tabs.horizontal header nav ul li.active:after {
  display: none;
}

/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.tabs:after {
  clear: both;
}
/* line 155, ../sass/wacom/modules/_tabs.scss */
.tabs > header {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 155, ../sass/wacom/modules/_tabs.scss */
  .tabs > header {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 164, ../sass/wacom/modules/_tabs.scss */
.tabs > header nav {
  margin-top: 40px;
  font-size: 1.3em;
}
@media (max-width: 991px) {
  /* line 174, ../sass/wacom/modules/_tabs.scss */
  .tabs .tabs-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 181, ../sass/wacom/modules/_tabs.scss */
.tabs .tabs-container .tabs-content {
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.tabs .tabs-container .tabs-content:before, .tabs .tabs-container .tabs-content:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.tabs .tabs-container .tabs-content:after {
  clear: both;
}
/* line 185, ../sass/wacom/modules/_tabs.scss */
.tabs .tabs-container .tabs-content .tab-pane {
  display: none;
}
/* line 188, ../sass/wacom/modules/_tabs.scss */
.tabs .tabs-container .tabs-content .tab-pane.active {
  display: block;
  margin-bottom: 20px;
}
/* line 198, ../sass/wacom/modules/_tabs.scss */
.tabs .tabs-container .tabs-content .tab-pane figure img {
  max-width: 100%;
}
/* line 208, ../sass/wacom/modules/_tabs.scss */
.tabs.horizontal header {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: auto;
}
/* line 215, ../sass/wacom/modules/_tabs.scss */
.tabs.horizontal header nav {
  margin-top: 40px;
  font-size: 1.3em;
}
/* line 224, ../sass/wacom/modules/_tabs.scss */
.tabs.horizontal .tabs-container {
  float: none;
  margin-left: 0;
  width: auto;
}
/* line 229, ../sass/wacom/modules/_tabs.scss */
.tabs.horizontal .tabs-container .tabs-content {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  /* line 236, ../sass/wacom/modules/_tabs.scss */
  .tabs.horizontal header {
    margin-bottom: 50px;
  }
  /* line 241, ../sass/wacom/modules/_tabs.scss */
  .tabs.horizontal header nav ul {
    display: table;
    width: 100%;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
  }
  /* line 248, ../sass/wacom/modules/_tabs.scss */
  .tabs.horizontal header nav ul li {
    display: table-cell;
  }
  /* line 250, ../sass/wacom/modules/_tabs.scss */
  .tabs.horizontal header nav ul li a {
    position: relative;
    display: block;
    padding: 8px 20px;
    color: #e5e5e5;
    white-space: nowrap;
    text-align: center;
  }
  /* line 259, ../sass/wacom/modules/_tabs.scss */
  .tabs.horizontal header nav ul li.active a {
    color: #0097D4;
    background-color: #fff;
  }
  /* line 262, ../sass/wacom/modules/_tabs.scss */
  .tabs.horizontal header nav ul li.active a span {
    color: #0097D4;
  }
  /* line 265, ../sass/wacom/modules/_tabs.scss */
  .tabs.horizontal header nav ul li.active a:after {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    content: '';
    position: absolute;
    right: 50%;
    left: auto;
    bottom: -0.65em;
    top: auto;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  /* line 295, ../sass/wacom/modules/_tabs.scss */
  .tabs.horizontal .tabs-container {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 295, ../sass/wacom/modules/_tabs.scss */
  .tabs.horizontal .tabs-container {
    padding-left: 20px;
  }
}

/* line 310, ../sass/wacom/modules/_tabs.scss */
.tab-no-arrow > li > a:after, .tab-no-arrow > li > a:before {
  display: none !important;
}

@media (max-width: 991px) {
  /* line 5, ../sass/wacom/modules/_article.scss */
  .article-background img {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 13, ../sass/wacom/modules/_article.scss */
  .article {
    position: relative;
    padding: 30px;
    min-height: 550px;
    overflow: hidden;
  }
  /* line 19, ../sass/wacom/modules/_article.scss */
  .article.market {
    min-height: 0;
  }

  /* line 23, ../sass/wacom/modules/_article.scss */
  .article-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  /* line 31, ../sass/wacom/modules/_article.scss */
  .article-content.text-light {
    color: #fff;
  }
  /* line 34, ../sass/wacom/modules/_article.scss */
  .article-content.text-bottom {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  /* line 42, ../sass/wacom/modules/_article.scss */
  .tab-pane .article.row, .tab-pane .layer-section-header hgroup.article, .layer-section-header .tab-pane hgroup.article, .tab-pane .wrapper.store-home .layer-checkout-header hgroup.article, .wrapper.store-home .layer-checkout-header .tab-pane hgroup.article, .tab-pane .article.compare {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 1, ../sass/wacom/modules/_careers.scss */
.careers-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3em;
}

/* line 8, ../sass/wacom/modules/_careers.scss */
.careers-listing-region {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.careers-listing-region:before, .careers-listing-region:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.careers-listing-region:after {
  clear: both;
}
/* line 13, ../sass/wacom/modules/_careers.scss */
.careers-listing-region span {
  float: left;
}
/* line 16, ../sass/wacom/modules/_careers.scss */
.careers-listing-region a {
  float: right;
}
/* line 20, ../sass/wacom/modules/_careers.scss */
.careers-listing-region:first-child {
  border-top: none;
}

/* line 1, ../sass/wacom/modules/_carousel.scss */
.carousel-inner > .item.show {
  display: block;
}

/* line 5, ../sass/wacom/modules/_carousel.scss */
.carousel {
  position: relative;
}
/* line 8, ../sass/wacom/modules/_carousel.scss */
.carousel .container {
  margin: 0 auto;
}
/* line 12, ../sass/wacom/modules/_carousel.scss */
.carousel .slide {
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 18, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-container {
  position: absolute;
  z-index: 200;
  bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 18, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-container {
    display: none;
  }
}

/* line 28, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 40, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 3px;
  border: none;
  background-color: #e5e5e5;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
/* line 48, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators li.active {
  width: 15px;
  height: 15px;
  margin: 3px;
}

/* line 59, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container {
  display: block;
  position: static;
  background-color: #f0f0f0;
  padding-bottom: 1px;
}
/* line 64, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container .container {
  margin: 0 auto;
  padding: 0;
}
/* line 68, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators {
  margin: 0;
  min-height: 63px;
  max-width: 100%;
  text-align: left;
}
/* line 74, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  text-indent: 0;
  font-family: 'Roboto', Arial;
  font-size: 1.2em;
  font-weight: 400;
  -webkit-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  transition: max-height 0.2s;
}
/* line 95, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li span {
  display: block;
  padding: 20px;
}
/* line 98, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li span a {
  display: block;
  color: #828b99;
  cursor: pointer;
}
/* line 104, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li.active {
  max-height: 200px;
}
/* line 107, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li.active span {
  background-color: #0097D4;
  color: #fff;
}
/* line 110, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li.active span a {
  color: #fff;
}
/* line 113, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li.active span a:after {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -1em;
  content: '\e61b';
  font-family: 'wacom';
  font-size: 0.5em;
}
/* line 128, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators.expand li {
  max-height: 200px;
  border-top: 1px solid #e5e5e5;
}
/* line 135, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators.expand li.active span a:after {
  content: '\e61c';
}
@media (min-width: 768px) {
  /* line 144, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li {
    position: relative;
    float: left;
    display: block;
    max-height: none;
    border-top: none !important;
    overflow: visible;
  }
  /* line 152, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li span {
    display: table;
    height: 120px;
    max-height: 120px;
    width: 100%;
    padding: 0;
    border-right: 1px solid #e5e5e5;
  }
  /* line 160, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li span a {
    display: table-cell;
    height: 120px;
    padding: 0 20px;
    vertical-align: middle;
  }
  /* line 169, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li:first-child span {
    border-left: 1px solid #e5e5e5;
  }
  /* line 173, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li.active {
    height: auto;
    margin: 0;
  }
  /* line 178, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li.active span a:after {
    display: none;
  }
  /* line 182, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators li.active:after {
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    content: "\e61c";
    font-family: 'wacom';
    font-size: 0.35em;
    text-align: center;
    line-height: 20px;
    border-radius: 30px;
    background-color: #0097D4;
    color: #fff;
  }
}
@media (min-width: 768px) {
  /* line 203, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators[data-items-count="1"] li {
    width: 100%;
  }
  /* line 204, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators[data-items-count="2"] li {
    width: 50%;
  }
  /* line 207, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators[data-items-count="3"] li {
    width: 33.3333333333%;
  }
  /* line 208, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators[data-items-count="4"] li {
    width: 25%;
  }
  /* line 211, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators[data-items-count="5"] li {
    width: 20%;
  }
  /* line 212, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators[data-items-count="6"] li {
    width: 16.6666666667%;
  }
  /* line 216, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators[data-items-count="7"] li {
    width: 14.2857142857%;
    font-size: 1em;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  /* line 216, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators[data-items-count="7"] li {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  /* line 225, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators[data-items-count="7"] li span a {
    padding: 0 10px;
  }
  /* line 231, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container .container .carousel-indicators[data-items-count="8"] li {
    width: 12.5%;
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  /* line 59, ../sass/wacom/modules/_carousel.scss */
  .carousel-indicators-type-text .carousel-indicators-container {
    height: 120px;
  }
}
/* line 241, ../sass/wacom/modules/_carousel.scss */
.carousel-indicators-type-text.carousel-indicators-type-none .carousel-indicators li.active:after {
  display: none !important;
}

/* Fade transition for carousel items */
@media (min-width: 992px) {
  /* line 250, ../sass/wacom/modules/_carousel.scss */
  .carousel.carousel-fade,
  .carousel.fade,
  .carousel.modal {
    opacity: 1;
  }
  /* line 255, ../sass/wacom/modules/_carousel.scss */
  .carousel.carousel-fade .carousel-inner .item,
  .carousel.fade .carousel-inner .item,
  .carousel.modal .carousel-inner .item {
    opacity: 0;
    left: 0 !important;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  /* line 263, ../sass/wacom/modules/_carousel.scss */
  .carousel.carousel-fade .carousel-inner .active,
  .carousel.fade .carousel-inner .active,
  .carousel.modal .carousel-inner .active {
    opacity: 1;
  }
  /* line 267, ../sass/wacom/modules/_carousel.scss */
  .carousel.carousel-fade .carousel-inner .next.left,
  .carousel.carousel-fade .carousel-inner .prev.right,
  .carousel.fade .carousel-inner .next.left,
  .carousel.modal .carousel-inner .next.left,
  .carousel.fade .carousel-inner .prev.right,
  .carousel.modal .carousel-inner .prev.right {
    opacity: 1;
    z-index: 2;
  }
  /* line 273, ../sass/wacom/modules/_carousel.scss */
  .carousel.carousel-fade .carousel-inner .active.left,
  .carousel.carousel-fade .carousel-inner .active.right,
  .carousel.fade .carousel-inner .active.left,
  .carousel.modal .carousel-inner .active.left,
  .carousel.fade .carousel-inner .active.right,
  .carousel.modal .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  /* line 281, ../sass/wacom/modules/_carousel.scss */
  .carousel.carousel-fade .carousel-control,
  .carousel.fade .carousel-control,
  .carousel.modal .carousel-control {
    z-index: 2;
  }
}
/* line 1, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature-carousel {
  position: relative;
}
/* line 4, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature-carousel .carousel-indicators {
  text-align: center;
}
/* line 8, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature-carousel .product-feature-title {
  padding: 20px;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}

.layer-text-black .product-feature-title, .layer-text-black * {
  color: #000;
}
.layer-text-white .product-feature-title, .layer-text-white * {
  color: #fff;
}
.layer-text-dark .product-feature-title, .layer-text-dark * {
  color: #4b4d50;
}
.layer-text-light .product-feature-title, .layer-text-light * {
  color: #f3f6f7;
}

@media (min-width: 768px) {
  /* line 8, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature-carousel .product-feature-title {
    position: absolute;
    z-index: 10;
    top: 10%;
    width: 100%;
    padding: 0;
    font-size: 3.5em;
  }
}
/* line 24, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature-carousel .carousel-indicators-container {
  display: none;
}
@media (min-width: 768px) {
  /* line 28, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature-carousel .carousel-indicators-container {
    display: block;
    bottom: 10%;
  }
}
/* line 35, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature-carousel .carousel-indicators li.active {
  background-color: #0097D4;
}
@media (max-width: 767px) {
  /* line 41, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature-carousel .item {
    display: block !important;
    opacity: 1 !important;
  }
}

/* line 48, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature {
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  /* line 48, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature {
    background-image: none !important;
  }
}
/* line 55, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature figure {
  position: relative;
}
@media (min-width: 768px) {
  /* line 55, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure {
    min-height: 650px;
  }
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.product-feature figure .product-feature-image:before, .product-feature figure .product-feature-image:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.product-feature figure .product-feature-image:after {
  clear: both;
}
/* line 65, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature figure .product-feature-image img {
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 62, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-image {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 74, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-figure-caption {
    position: absolute;
    padding: 20px;
    width: 240px;
    background-color: #000;
    border-radius: 20px;
  }
  /* line 82, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-figure-caption.top-left {
    top: 15%;
    left: 10%;
  }
  /* line 83, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-figure-caption.top-right {
    top: 15%;
    right: 10%;
  }
  /* line 84, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-figure-caption.bottom-left {
    bottom: 15%;
    left: 10%;
  }
  /* line 85, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-figure-caption.bottom-right {
    bottom: 15%;
    right: 10%;
  }
  /* line 87, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-figure-caption > p {
    margin: 0;
    font-size: 1.2em;
    text-align: center;
  }
}
/* line 94, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature figure .product-feature-figure-caption-story {
  padding: 20px;
  font-size: 1.2em;
  color: #fff;
}
/* line 100, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature figure .product-feature-figure-caption-story p img {
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 106, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-figure-caption-story > div {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    width: auto !important;
    color: #fff !important;
  }
}
@media (min-width: 768px) {
  /* line 94, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-figure-caption-story {
    width: 50%;
    margin-top: 200px;
  }
  /* line 123, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-figure-caption-story p {
    margin-bottom: 30px;
  }
  /* line 127, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-figure-caption-story.figure-image-large-left {
    float: left;
    padding-left: 100px;
  }
  /* line 131, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure .product-feature-figure-caption-story.figure-image-large-right {
    float: right;
    padding-right: 100px;
  }
}
@media (min-width: 768px) {
  /* line 141, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure.figure-image-large-left .product-feature-image img {
    float: right;
    max-width: 150% !important;
  }
}
/* line 147, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature figure.figure-image-large-left .product-feature-figure-caption-story {
  top: 30%;
  left: 10%;
}
@media (min-width: 768px) {
  /* line 154, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figure.figure-image-large-right .product-feature-image img {
    float: left;
    max-width: 150% !important;
  }
}
/* line 160, ../sass/wacom/modules/_carouselproduct.scss */
.product-feature figure.figure-image-large-right .product-feature-figure-caption-story {
  top: 30%;
  right: 10%;
}
@media (max-width: 767px) {
  /* line 167, ../sass/wacom/modules/_carouselproduct.scss */
  .product-feature figcaption {
    padding: 20px;
    text-align: center;
  }
}

/* line 178, ../sass/wacom/modules/_carouselproduct.scss */
.product-highlights-carousel .carousel-indicators-container {
  bottom: 100px;
}
/* line 181, ../sass/wacom/modules/_carouselproduct.scss */
.product-highlights-carousel .carousel-indicators-container .carousel-indicators {
  margin-top: 30px;
  text-align: left;
}
/* line 186, ../sass/wacom/modules/_carouselproduct.scss */
.product-highlights-carousel .carousel-indicators-container .carousel-indicators li {
  width: 27px;
  height: 27px;
  border-radius: 27px;
  text-align: center;
  text-indent: inherit;
  line-height: 27px;
  background-color: #fff;
  color: #4b4d50;
}
/* line 196, ../sass/wacom/modules/_carouselproduct.scss */
.product-highlights-carousel .carousel-indicators-container .carousel-indicators li.active {
  width: 27px;
  height: 27px;
  background-color: #0097D4;
  color: #fff;
}
/* line 202, ../sass/wacom/modules/_carouselproduct.scss */
.product-highlights-carousel .carousel-indicators-container .carousel-indicators li.active a {
  color: #fff;
}

/* line 211, ../sass/wacom/modules/_carouselproduct.scss */
.product-highlight {
  background-size: cover;
  background-position: center center;
}
/* line 215, ../sass/wacom/modules/_carouselproduct.scss */
.product-highlight figure {
  position: relative;
  min-height: 600px;
}
/* line 219, ../sass/wacom/modules/_carouselproduct.scss */
.product-highlight figure .product-feature-image {
  display: none;
}
/* line 222, ../sass/wacom/modules/_carouselproduct.scss */
.product-highlight figure .product-caption {
  margin-top: 150px;
  color: #fff;
}
/* line 227, ../sass/wacom/modules/_carouselproduct.scss */
.product-highlight figure .product-caption > h2 {
  font-size: 2.5em;
}
/* line 230, ../sass/wacom/modules/_carouselproduct.scss */
.product-highlight figure .product-caption > p {
  margin: 1em 0 0 0;
  font-size: 1.2em;
}

/* line 239, ../sass/wacom/modules/_carouselproduct.scss */
.our-values-1a {
  position: absolute;
  left: 0;
  top: 0;
  width: 34%;
  padding: 2% 4%;
  color: #101114;
}

@media (max-width: 479px) {
  /* line 248, ../sass/wacom/modules/_carouselproduct.scss */
  .our-values-2a,
  .our-values-3a,
  .our-values-4a,
  .our-values-5a,
  .our-values-6a,
  .our-values-7a,
  .our-values-8a {
    display: none;
  }
}
@media (min-width: 480px) {
  /* line 260, ../sass/wacom/modules/_carouselproduct.scss */
  .our-values-2a,
  .our-values-3a,
  .our-values-4a,
  .our-values-5a,
  .our-values-6a,
  .our-values-7a,
  .our-values-8a {
    position: absolute;
    left: 0;
    top: 0;
    width: 44%;
    padding: 0% 4%;
  }
  /* line 273, ../sass/wacom/modules/_carouselproduct.scss */
  .our-values-2a p,
  .our-values-3a p,
  .our-values-4a p,
  .our-values-5a p,
  .our-values-6a p,
  .our-values-7a p,
  .our-values-8a p {
    margin-bottom: 10px !important;
  }

  /* line 278, ../sass/wacom/modules/_carouselproduct.scss */
  .our-values-2b,
  .our-values-3b,
  .our-values-4b,
  .our-values-5b,
  .our-values-6b,
  .our-values-7b,
  .our-values-8b {
    position: absolute;
    left: 65%;
    top: 45%;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  /* line 293, ../sass/wacom/modules/_carouselproduct.scss */
  .our-values-2a,
  .our-values-3a,
  .our-values-4a,
  .our-values-5a,
  .our-values-6a,
  .our-values-7a,
  .our-values-8a {
    width: 50%;
    padding: 2% 4%;
  }
  /* line 303, ../sass/wacom/modules/_carouselproduct.scss */
  .our-values-2a p,
  .our-values-3a p,
  .our-values-4a p,
  .our-values-5a p,
  .our-values-6a p,
  .our-values-7a p,
  .our-values-8a p {
    margin-bottom: 30px !important;
  }

  /* line 308, ../sass/wacom/modules/_carouselproduct.scss */
  .our-values-2b,
  .our-values-3b,
  .our-values-4b,
  .our-values-5b,
  .our-values-6b,
  .our-values-7b,
  .our-values-8b {
    left: 60%;
    padding-right: 2%;
  }
}
/* product compare */
/* line 2, ../sass/wacom/modules/_compare.scss */
.product-compare-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 6, ../sass/wacom/modules/_compare.scss */
.product-compare-filter .btn, .product-compare-filter .scfSubmitButton {
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-left: none;
  background-color: #fff;
  color: #828b99;
}
/* line 15, ../sass/wacom/modules/_compare.scss */
.product-compare-filter nav ul {
  width: 100%;
}
/* line 17, ../sass/wacom/modules/_compare.scss */
.product-compare-filter nav ul li {
  float: none;
}
@media (min-width: 992px) {
  /* line 15, ../sass/wacom/modules/_compare.scss */
  .product-compare-filter nav ul {
    display: table;
    width: 100%;
    text-align: right;
  }
  /* line 25, ../sass/wacom/modules/_compare.scss */
  .product-compare-filter nav ul li {
    display: table-cell;
  }
}
/* line 31, ../sass/wacom/modules/_compare.scss */
.product-compare-filter nav ul li:first-child .btn, .product-compare-filter nav ul li:first-child .scfSubmitButton {
  border: 1px solid #e5e5e5;
}
/* line 35, ../sass/wacom/modules/_compare.scss */
.product-compare-filter li {
  padding-left: 0;
  padding-right: 0;
}
/* line 39, ../sass/wacom/modules/_compare.scss */
.product-compare-filter li a {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 44, ../sass/wacom/modules/_compare.scss */
.product-compare-filter li a:hover {
  background-color: #f2f2f2;
}
/* line 47, ../sass/wacom/modules/_compare.scss */
.product-compare-filter li.active a {
  background-color: #0097D4;
  color: #fff;
}
/* line 51, ../sass/wacom/modules/_compare.scss */
.product-compare-filter li.active a:hover {
  background-color: #00a9ee;
}
@media (max-width: 767px) {
  /* line 58, ../sass/wacom/modules/_compare.scss */
  .product-compare-filter nav:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    content: '\e61b';
    font-family: 'wacom';
    font-size: 0.5em;
    text-align: center;
  }
  /* line 71, ../sass/wacom/modules/_compare.scss */
  .product-compare-filter nav ul li {
    display: block;
    min-height: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    transition: max-height 0.2s;
  }
  /* line 80, ../sass/wacom/modules/_compare.scss */
  .product-compare-filter nav ul li:first-child, .product-compare-filter nav ul li.active {
    max-height: 100px;
  }
  /* line 84, ../sass/wacom/modules/_compare.scss */
  .product-compare-filter nav ul li a {
    display: block;
    padding: 0 10px !important;
    text-align: left;
    font-size: 1.2em;
    line-height: 40px;
    border: none !important;
  }
  /* line 96, ../sass/wacom/modules/_compare.scss */
  .product-compare-filter nav.expand ul li {
    max-height: 100px;
  }
}

/* line 105, ../sass/wacom/modules/_compare.scss */
.product-compare {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
/* line 115, ../sass/wacom/modules/_compare.scss */
.product-compare.transparent {
  background-color: transparent;
}
/* line 119, ../sass/wacom/modules/_compare.scss */
.product-compare > div {
  -webkit-transition: margin-top 1s ease-in-out;
  -o-transition: margin-top 1s ease-in-out;
  transition: margin-top 1s ease-in-out;
}
/* line 124, ../sass/wacom/modules/_compare.scss */
.product-compare > div.filter-out {
  margin-top: -10000px;
}

/* line 130, ../sass/wacom/modules/_compare.scss */
.product-compare-item figure {
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/* line 136, ../sass/wacom/modules/_compare.scss */
.product-compare-item figure:hover {
  background-color: #f2f2f2;
}

/* line 142, ../sass/wacom/modules/_compare.scss */
.compare-widget-button,
.compare-widget-item-checkbox {
  display: none;
}

@media (min-width: 768px) {
  /* line 147, ../sass/wacom/modules/_compare.scss */
  .compare-widget-button,
  .compare-widget-item-checkbox {
    display: block;
  }

  /* line 151, ../sass/wacom/modules/_compare.scss */
  .product-compare-button {
    text-align: center;
  }
  /* line 154, ../sass/wacom/modules/_compare.scss */
  .product-compare-button .btn, .product-compare-button .scfSubmitButton {
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
}
/* line 1, ../sass/wacom/modules/_help.scss */
.help {
  padding-top: 20px;
}
/* line 3, ../sass/wacom/modules/_help.scss */
.help .help-items {
  margin-top: 0.3em;
}
/* line 8, ../sass/wacom/modules/_help.scss */
.help .help-items > li > * {
  margin-top: 0;
}
/* line 9, ../sass/wacom/modules/_help.scss */
.help .help-items > li .desc {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 7, ../sass/wacom/modules/_help.scss */
  .help .help-items > li {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* line 17, ../sass/wacom/modules/_help.scss */
.help .body {
  padding-left: 0;
}
/* line 20, ../sass/wacom/modules/_help.scss */
.help .body h2 {
  margin-top: 0;
}

/* line 1, ../sass/wacom/modules/_hero.scss */
.hero {
  position: relative;
  background-size: cover;
  -webkit-transition: min-height 0.2s;
  -o-transition: min-height 0.2s;
  transition: min-height 0.2s;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 1, ../sass/wacom/modules/_hero.scss */
  .hero {
    background-image: none !important;
  }
}
/* line 15, ../sass/wacom/modules/_hero.scss */
.hero figure {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  -webkit-transition: min-height 0.2s;
  -o-transition: min-height 0.2s;
  transition: min-height 0.2s;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.hero figure:before, .hero figure:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.hero figure:after {
  clear: both;
}
@media (min-width: 1200px) {
  /* line 15, ../sass/wacom/modules/_hero.scss */
  .hero figure {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
  }
}
/* line 36, ../sass/wacom/modules/_hero.scss */
.hero figure .hero-image {
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}
/* line 40, ../sass/wacom/modules/_hero.scss */
.hero figure .hero-image img {
  max-width: 100%;
  min-height: 100px;
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 47, ../sass/wacom/modules/_hero.scss */
  .hero figure .hero-image {
    display: none;
  }
}
.hero-video-background {
    background-image: none !important;
}
.video-container {
    display: none;
}
@media (min-width: 768px) {
    .video-container {
        display: block;
    }
}
/* line 50, ../sass/wacom/modules/_hero.scss */
.hero figure figcaption {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  min-height: 150px;
}
@media (max-width: 767px) {
  /* line 50, ../sass/wacom/modules/_hero.scss */
  .hero figure figcaption {
    float: none !important;
    width: auto;
  }
}
@media (min-width: 1400px) {
  /* line 50, ../sass/wacom/modules/_hero.scss */
  .hero figure figcaption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 70, ../sass/wacom/modules/_hero.scss */
.hero figure figcaption img {
  max-width: 100%;
}
/* line 73, ../sass/wacom/modules/_hero.scss */
.hero figure figcaption p {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}
/* line 78, ../sass/wacom/modules/_hero.scss */
.hero figure figcaption .video {
  display: block;
  position: relative;
  width: 140px;
  height: 80px;
  cursor: pointer;
}
/* line 85, ../sass/wacom/modules/_hero.scss */
.hero figure figcaption .video:after {
  left: 70px;
  top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 40px;
}
/* line 95, ../sass/wacom/modules/_hero.scss */
.hero figure figcaption .video:hover:after {
  opacity: 1;
}
@media (min-width: 1200px) {
  /* line 1, ../sass/wacom/modules/_hero.scss */
  .hero {
    min-height: 337px;
  }
  /* line 104, ../sass/wacom/modules/_hero.scss */
  .hero figure {
    max-width: 1240px;
    min-height: 337px;
  }
}
@media (min-width: 1400px) {
  /* line 110, ../sass/wacom/modules/_hero.scss */
  .hero figure {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 116, ../sass/wacom/modules/_hero.scss */
.hero.hero-text-light {
  background-color: #101114;
}
/* line 120, ../sass/wacom/modules/_hero.scss */
.hero.hero-text-light figcaption *,
.hero.hero-text-light .credit * {
  color: #fff;
}
/* line 124, ../sass/wacom/modules/_hero.scss */
.hero.hero-text-dark {
  background-color: #f3f6f7;
}
/* line 128, ../sass/wacom/modules/_hero.scss */
.hero .hero-video-link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 139, ../sass/wacom/modules/_hero.scss */
.hero .hero-video-link h1 {
  margin: 0 !important;
  white-space: nowrap;
  color: #fff;
}
/* line 146, ../sass/wacom/modules/_hero.scss */
.hero .hero-video-link h1 i {
  color: #fff;
}
/* line 152, ../sass/wacom/modules/_hero.scss */
.hero .variant-container {
  padding: 5px 0;
}
@media (min-width: 992px) {
  /* line 152, ../sass/wacom/modules/_hero.scss */
  .hero .variant-container {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 10px;
    height: 37px;
    width: 100%;
    padding: 10px 0;
  }
}
/* line 166, ../sass/wacom/modules/_hero.scss */
.hero .variant-container .variant {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 992px) {
  /* line 166, ../sass/wacom/modules/_hero.scss */
  .hero .variant-container .variant {
    padding: 0 40px;
  }
}
/* line 176, ../sass/wacom/modules/_hero.scss */
.hero .variant-container .variant li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 176, ../sass/wacom/modules/_hero.scss */
  .hero .variant-container .variant li {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 176, ../sass/wacom/modules/_hero.scss */
  .hero .variant-container .variant li {
    margin-right: 40px;
  }
}
/* line 186, ../sass/wacom/modules/_hero.scss */
.hero .variant-container .variant li a {
  position: relative;
  font-size: 1.2em;
  color: #808285;
}
@media (min-width: 992px) {
  /* line 186, ../sass/wacom/modules/_hero.scss */
  .hero .variant-container .variant li a {
    font-size: 1.7em;
  }
}
/* line 194, ../sass/wacom/modules/_hero.scss */
.hero .variant-container .variant li a i {
  font-size: 0.8em;
  color: #808285;
}
/* line 200, ../sass/wacom/modules/_hero.scss */
.hero .variant-container .variant li.active a {
  color: #101114;
}
@media (min-width: 768px) {
  /* line 204, ../sass/wacom/modules/_hero.scss */
  .hero .variant-container .variant li.active a:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -12px;
  }
}
/* line 218, ../sass/wacom/modules/_hero.scss */
.hero .variant-container .variant li.active a i {
  color: #101114;
}
@media (min-width: 1400px) {
  /* line 226, ../sass/wacom/modules/_hero.scss */
  .hero .variant-container .variant {
    padding: 0 20px;
  }
}
/* line 237, ../sass/wacom/modules/_hero.scss */
.hero.hero-text-light .variant-container .variant li a, .hero.layer-text-light .variant-container .variant li a, .hero.layer-section-title .variant-container .variant li a, .hero.layer-big-thumbnails .variant-container .variant li a, .hero.layer-text-white .variant-container .variant li a {
  color: #828b99;
}
/* line 240, ../sass/wacom/modules/_hero.scss */
.hero.hero-text-light .variant-container .variant li a i, .hero.layer-text-light .variant-container .variant li a i, .hero.layer-section-title .variant-container .variant li a i, .hero.layer-big-thumbnails .variant-container .variant li a i, .hero.layer-text-white .variant-container .variant li a i {
  color: #828b99;
}
/* line 245, ../sass/wacom/modules/_hero.scss */
.hero.hero-text-light .variant-container .variant li.active a, .hero.layer-text-light .variant-container .variant li.active a, .hero.layer-section-title .variant-container .variant li.active a, .hero.layer-big-thumbnails .variant-container .variant li.active a, .hero.layer-text-white .variant-container .variant li.active a {
  color: #fff;
}
/* line 248, ../sass/wacom/modules/_hero.scss */
.hero.hero-text-light .variant-container .variant li.active a i, .hero.layer-text-light .variant-container .variant li.active a i, .hero.layer-section-title .variant-container .variant li.active a i, .hero.layer-big-thumbnails .variant-container .variant li.active a i, .hero.layer-text-white .variant-container .variant li.active a i {
  color: #fff;
}
/* line 258, ../sass/wacom/modules/_hero.scss */
.hero.hero-text-light .variant-container.dark .variant li.active a:after, .hero.layer-text-light .variant-container.dark .variant li.active a:after, .hero.layer-section-title .variant-container.dark .variant li.active a:after, .hero.layer-big-thumbnails .variant-container.dark .variant li.active a:after, .hero.layer-text-white .variant-container.dark .variant li.active a:after {
  border-bottom-color: #101114;
}
/* line 267, ../sass/wacom/modules/_hero.scss */
.hero .credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.8em;
}
/* line 274, ../sass/wacom/modules/_hero.scss */
.hero .hero.product-story {
  min-height: 500px;
}
/* line 277, ../sass/wacom/modules/_hero.scss */
.hero .hero.product-story figure {
  min-height: 500px;
}

.layer-hero-carousel .container, .layer-hero-carousel .carousel-container {
    height: 100%;
}

/* line 292, ../sass/wacom/modules/_hero.scss */
.language-ja .hero figure figcaption p,
.language-ja .layer-hero-carousel figure figcaption p {
  font-family: Arial, "MS PGothic", "Â£ÃÂ£Ã“ Â£ÃÂ¥Â´Â¥Â·Â¥ÃƒÂ¥Â¯", "MS PMincho", sans-serif;
  font-size: 1.2em;
}

/* line 306, ../sass/wacom/modules/_hero.scss */
.language-zh .hero figure figcaption p,
.language-zh .layer-hero-carousel figure figcaption p {
  font-family: Arial, SimSun, sans-serif;
}

/* line 319, ../sass/wacom/modules/_hero.scss */
.language-ko .hero figure figcaption p,
.language-ko .layer-hero-carousel figure figcaption p {
  font-family: Arial, Dotum, AppleGothic, sans-serif;
}

/*.page-editor .hero-image {
	display: block !important;
	max-width: 100%;
}*/
@media (min-width: 768px) {
  /* line 338, ../sass/wacom/modules/_hero.scss */
  .medium .hero figure {
    padding-top: 150px;
  }

  /* line 349, ../sass/wacom/modules/_hero.scss */
  .tall .hero figure {
    padding-top: 100px;
  }
}
/* line 359, ../sass/wacom/modules/_hero.scss */
.with-section-header figure,
.with-section-header .hero figure {
  padding-top: 100px;
}

/* line 365, ../sass/wacom/modules/_hero.scss */
.hero-section-nav {
  padding: 20px;
  background-color: #e5e5e5;
}
@media (min-width: 768px) {
  /* line 365, ../sass/wacom/modules/_hero.scss */
  .hero-section-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  /* line 365, ../sass/wacom/modules/_hero.scss */
  .hero-section-nav {
    width: 25%;
    padding: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  /* line 365, ../sass/wacom/modules/_hero.scss */
  .hero-section-nav {
    padding: 40px;
  }
}

/* line 392, ../sass/wacom/modules/_hero.scss */
.hero-section-nav ul li {
  margin: 0.5em 0;
}
/* line 395, ../sass/wacom/modules/_hero.scss */
.hero-section-nav ul li a {
  color: #828b99;
}
/* line 397, ../sass/wacom/modules/_hero.scss */
.hero-section-nav ul li a:hover {
  color: #0097D4;
}
/* line 401, ../sass/wacom/modules/_hero.scss */
.hero-section-nav ul li.active a {
  color: #4b4d50;
}

/* line 410, ../sass/wacom/modules/_hero.scss */
.layer-product-hero .hero figure {
  min-height: 443px;
}
@media (max-width: 767px) {
  /* line 416, ../sass/wacom/modules/_hero.scss */
  .layer-product-hero .hero .app-stores a {
    display: block;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  /* line 414, ../sass/wacom/modules/_hero.scss */
  .layer-product-hero .hero .app-stores {
    position: absolute;
    bottom: 50px;
    left: 20px;
  }
  /* line 426, ../sass/wacom/modules/_hero.scss */
  .layer-product-hero .hero .app-stores a img {
    width: 20%;
  }
}
@media (min-width: 992px) {
  /* line 433, ../sass/wacom/modules/_hero.scss */
  .layer-product-hero .hero .app-stores a img {
    width: auto;
  }
}

@media (min-width: 1400px) {
  /* line 443, ../sass/wacom/modules/_hero.scss */
  .hero {
    min-height: 380px;
  }
  /* line 446, ../sass/wacom/modules/_hero.scss */
  .hero figure {
    min-height: 380px;
  }
  /* line 450, ../sass/wacom/modules/_hero.scss */
  .hero .app-stores {
    padding: 0;
  }

  /* line 457, ../sass/wacom/modules/_hero.scss */
  .medium .hero {
    min-height: 450px;
  }
  /* line 460, ../sass/wacom/modules/_hero.scss */
  .medium .hero figure {
    min-height: 450px;
    padding-top: 190px;
  }

  /* line 469, ../sass/wacom/modules/_hero.scss */
  .tall .hero {
    min-height: 650px;
  }
  /* line 472, ../sass/wacom/modules/_hero.scss */
  .tall .hero figure {
    min-height: 650px;
    padding-top: 150px;
  }

  /* line 480, ../sass/wacom/modules/_hero.scss */
  .layer-product-hero .hero figure {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  /* line 491, ../sass/wacom/modules/_hero.scss */
  .layer-hero-carousel .hero figure figcaption {
    /*display: none;*/
  }
}
/* line 2, ../sass/wacom/modules/_locations.scss */
.location {
  margin-bottom: 50px;
}
/* line 4, ../sass/wacom/modules/_locations.scss */
.location h4 {
  margin: 0;
}
/* line 7, ../sass/wacom/modules/_locations.scss */
.location p {
  margin: 0;
}
/* line 10, ../sass/wacom/modules/_locations.scss */
.location .address {
  margin-bottom: 1em;
}
/* line 12, ../sass/wacom/modules/_locations.scss */
.location .address address {
  margin-bottom: 0;
}
/* line 14, ../sass/wacom/modules/_locations.scss */
.location .distance {
  font-size: 0.9em;
  margin: 0.5em 0;
}
/* line 18, ../sass/wacom/modules/_locations.scss */
.location .directions {
  font-size: 0.9em;
  margin: 0.5em 0;
}

/* line 1, ../sass/wacom/modules/_markets.scss */
.market-item {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
/* line 8, ../sass/wacom/modules/_markets.scss */
.market-item.show {
  max-height: 1000px;
}

/* line 4, ../sass/wacom/modules/_modal.scss */
.modal .modal-dialog {
  max-width: 100%;
}
/* line 7, ../sass/wacom/modules/_modal.scss */
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
/* line 10, ../sass/wacom/modules/_modal.scss */
.modal .modal-dialog .modal-content .modal-header {
  border-bottom-color: #e5e5e5;
}
/* line 13, ../sass/wacom/modules/_modal.scss */
.modal .modal-dialog .modal-content .modal-footer {
  text-align: left;
}
@media (max-width: 767px) {
  /* line 20, ../sass/wacom/modules/_modal.scss */
  .modal .modal-dialog {
    margin: 0;
  }
  /* line 23, ../sass/wacom/modules/_modal.scss */
  .modal .modal-dialog .modal-body {
    padding: 0;
  }
}

/* line 31, ../sass/wacom/modules/_modal.scss */
#compareWidgetModal .modal-body {
  padding-top: 0;
}

/* line 37, ../sass/wacom/modules/_modal.scss */
.compare-table thead tr td {
  padding-top: 0;
}
/* line 41, ../sass/wacom/modules/_modal.scss */
.compare-table .compare-price {
  margin-bottom: 0.5em;
}
/* line 42, ../sass/wacom/modules/_modal.scss */
.compare-table .compare-full-specs {
  margin-bottom: 0.5em;
}
/* line 43, ../sass/wacom/modules/_modal.scss */
.compare-table .compare-actions li:first-child a {
  padding-left: 4px;
}

/* line 48, ../sass/wacom/modules/_modal.scss */
.compare-products-modal {
  margin-left: 0;
  margin-right: 0;
}
/* line 52, ../sass/wacom/modules/_modal.scss */
.compare-products-modal > div {
  padding-left: 0;
  padding-right: 0;
}
/* line 56, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-row {
  padding: 10px 20px;
}
/* line 59, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-row.stripe {
  background-color: #f3f6f7;
}
/* line 63, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-product-item {
  border-left: 1px solid #e5e5e5;
}
/* line 67, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-image {
  position: relative;
  height: 180px;
  text-align: center;
}
/* line 72, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-image img {
  width: 180px;
  max-width: 100%;
}
/* line 77, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-image figcaption {
  margin-top: -1.5em;
}
/* line 81, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-abilities {
  text-align: center;
}
/* line 85, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-abilities > li {
  max-width: 50%;
  vertical-align: top;
  font-size: 0.85em;
}
/* line 91, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-abilities > li figure img {
  width: 50px;
  min-height: 38px;
}
/* line 101, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-highlights {
  font-size: 0.85em;
}
/* line 105, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-features {
  font-size: 0.85em;
}
/* line 109, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-price {
  font-size: 1.5em;
  color: #4b4d50;
}
/* line 114, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-full-specs {
  margin: 10px 0;
}
/* line 121, ../sass/wacom/modules/_modal.scss */
.compare-products-modal .compare-actions > li:first-child > a {
  padding-left: 5px;
}

/* line 131, ../sass/wacom/modules/_modal.scss */
.compare > h2 {
  color: #fff;
}
/* line 136, ../sass/wacom/modules/_modal.scss */
.compare .compare-items .product-item {
  text-align: center;
  margin-top: -20px;
}
/* line 142, ../sass/wacom/modules/_modal.scss */
.compare .compare-items .product-item figure img {
  max-width: 100%;
}
/* line 144, ../sass/wacom/modules/_modal.scss */
.compare .compare-items .product-item figure figcaption {
  margin-top: -20px;
  text-align: center;
}
/* line 148, ../sass/wacom/modules/_modal.scss */
.compare .compare-items .product-item figure figcaption h5 {
  margin: 0;
  font-weight: 400;
}
/* line 152, ../sass/wacom/modules/_modal.scss */
.compare .compare-items .product-item figure figcaption h5 a {
  color: #fff;
}
/* line 157, ../sass/wacom/modules/_modal.scss */
.compare .compare-items .product-item figure figcaption h3 {
  margin: 0.5em 0;
  color: #fff;
}
/* line 163, ../sass/wacom/modules/_modal.scss */
.compare .compare-items .product-item .product-item-cta, .compare .compare-items .product-item .compare-products-modal .compare-actions, .compare-products-modal .compare .compare-items .product-item .compare-actions {
  text-align: center;
}
/* line 165, ../sass/wacom/modules/_modal.scss */
.compare .compare-items .product-item .product-item-cta .btn, .compare .compare-items .product-item .compare-products-modal .compare-actions .btn, .compare-products-modal .compare .compare-items .product-item .compare-actions .btn, .compare .compare-items .product-item .product-item-cta .scfSubmitButton, .compare .compare-items .product-item .compare-products-modal .compare-actions .scfSubmitButton, .compare-products-modal .compare .compare-items .product-item .compare-actions .scfSubmitButton {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 169, ../sass/wacom/modules/_modal.scss */
.compare .compare-items .product-item .product-item-cta label, .compare .compare-items .product-item .compare-products-modal .compare-actions label, .compare-products-modal .compare .compare-items .product-item .compare-actions label {
  display: block;
  margin-top: 20px;
}
/* line 176, ../sass/wacom/modules/_modal.scss */
.compare > footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}

/* line 185, ../sass/wacom/modules/_modal.scss */
a.video {
  position: relative;
}
/* line 187, ../sass/wacom/modules/_modal.scss */
a.video:after {
  content: '\e809';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  font-family: 'ico';
  font-size: 100px;
  color: #fff;
  opacity: 0.5;
}
/* line 205, ../sass/wacom/modules/_modal.scss */
a.video:hover:after {
  opacity: 1;
}
/* line 209, ../sass/wacom/modules/_modal.scss */
a.video.no-icon:after {
  display: none;
}

/* line 214, ../sass/wacom/modules/_modal.scss */
.thumbnail a.video:after {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-family: 'ico';
  font-size: 50px;
}

/* line 231, ../sass/wacom/modules/_modal.scss */
.video-player {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 241, ../sass/wacom/modules/_modal.scss */
.video-player .video-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
/* line 254, ../sass/wacom/modules/_modal.scss */
.video-player .overlay-close {
  position: absolute;
  right: 5px;
  top: 5px;
}
@media (min-width: 768px) {
  /* line 254, ../sass/wacom/modules/_modal.scss */
  .video-player .overlay-close {
    right: -40px;
    top: -40px;
  }
}
/* line 262, ../sass/wacom/modules/_modal.scss */
.video-player .overlay-close i {
  font-size: 30px;
  cursor: pointer;
  color: #e5e5e5;
}
/* line 268, ../sass/wacom/modules/_modal.scss */
.video-player .overlay-close:hover i {
  color: #fff;
}

@media (min-height: 600px) {
  /* line 276, ../sass/wacom/modules/_modal.scss */
  .video-player {
    padding: 3%;
  }
}
@media (min-height: 700px) {
  /* line 281, ../sass/wacom/modules/_modal.scss */
  .video-player {
    padding: 5%;
  }
}
@media (min-height: 800px) {
  /* line 286, ../sass/wacom/modules/_modal.scss */
  .video-player {
    padding: 10%;
  }
}
@media (min-height: 1000px) and (min-width: 1400px) {
  /* line 291, ../sass/wacom/modules/_modal.scss */
  .video-player {
    padding: 10%;
  }
  /* line 294, ../sass/wacom/modules/_modal.scss */
  .video-player .video-container {
    max-width: 1240px;
  }
}
@media (min-width: 1100px) {
  /* line 301, ../sass/wacom/modules/_modal.scss */
  .video-player .overlay-close {
    right: -30px;
  }
}
/* line 307, ../sass/wacom/modules/_modal.scss */
.simple-content {
  position: relative;
  z-index: 300;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  background-color: #f2f5f6;
}
/* line 315, ../sass/wacom/modules/_modal.scss */
.simple-content .overlay-content-navigation {
  position: absolute;
  right: 0px;
  top: 20px;
  bottom: 20px;
  width: 30px;
  font-size: 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 315, ../sass/wacom/modules/_modal.scss */
  .simple-content .overlay-content-navigation {
    top: 60px;
    bottom: 40px;
    width: 60px;
    font-size: 2em;
  }
}
/* line 330, ../sass/wacom/modules/_modal.scss */
.simple-content .overlay-content-navigation li {
  position: relative;
  display: table;
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 330, ../sass/wacom/modules/_modal.scss */
  .simple-content .overlay-content-navigation li {
    width: 60px;
    height: 60px;
  }
}
/* line 339, ../sass/wacom/modules/_modal.scss */
.simple-content .overlay-content-navigation li a {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 339, ../sass/wacom/modules/_modal.scss */
  .simple-content .overlay-content-navigation li a {
    width: 60px;
    height: 60px;
  }
}
/* line 348, ../sass/wacom/modules/_modal.scss */
.simple-content .overlay-content-navigation li a.modal-print {
  border-bottom: 1px solid #e5e5e5;
}
/* line 353, ../sass/wacom/modules/_modal.scss */
.simple-content .overlay-content-navigation li.back-to-top {
  position: absolute;
  bottom: 0;
}

/* line 360, ../sass/wacom/modules/_modal.scss */
.feel-modal {
  padding: 0;
}
/* line 363, ../sass/wacom/modules/_modal.scss */
.feel-modal header {
  margin-bottom: 50px;
}
/* line 367, ../sass/wacom/modules/_modal.scss */
.feel-modal .textbox-body {
  margin-bottom: 2em;
}
/* line 372, ../sass/wacom/modules/_modal.scss */
.feel-modal .text-wrapper h4 {
  font-weight: 400;
}
/* line 375, ../sass/wacom/modules/_modal.scss */
.feel-modal .text-wrapper p {
  margin-bottom: 1.5em;
}
/* line 379, ../sass/wacom/modules/_modal.scss */
.feel-modal p {
  color: #828b99;
  font-size: 1.2em;
  line-height: 1.7em;
}

/* line 388, ../sass/wacom/modules/_modal.scss */
.info-modal {
  padding: 0;
}
/* line 391, ../sass/wacom/modules/_modal.scss */
.info-modal .text-wrapper {
  padding: 50px 0;
  font-size: 1.2em;
  line-height: 1.7em;
}
/* line 399, ../sass/wacom/modules/_modal.scss */
.info-modal .text-wrapper p {
  margin: 1.5em 0;
}

/* line 408, ../sass/wacom/modules/_modal.scss */
.social-button-wrapper .social-buttons {
  position: absolute;
  width: 0;
  height: 60px;
  left: 60px;
  top: 0;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 421, ../sass/wacom/modules/_modal.scss */
.social-button-wrapper .social-buttons li {
  float: left;
}
/* line 426, ../sass/wacom/modules/_modal.scss */
.social-button-wrapper:hover .social-buttons {
  display: block;
  width: 180px;
  left: -120px;
  opacity: 1;
}

/* line 436, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 441, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li {
  margin: 0;
}
/* line 445, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.button-dark {
  background-color: #101114;
}
/* line 448, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.button-dark * {
  color: #4b4d50;
}
/* line 453, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.button-dark:hover * {
  color: #7c8085;
}
/* line 458, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.button-light {
  background-color: #fff;
}
/* line 461, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.button-light * {
  color: #e5e5e5;
}
/* line 466, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.button-light:hover * {
  color: #b2b2b2;
}
/* line 471, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.twitter:hover {
  background-color: #1dadeb;
}
/* line 473, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.twitter:hover * {
  color: #fff;
}
/* line 477, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.facebook:hover {
  background-color: #0a4d94;
}
/* line 479, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.facebook:hover * {
  color: #fff;
}
/* line 483, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.gplus:hover {
  background-color: #d82a20;
}
/* line 485, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons li a.gplus:hover * {
  color: #fff;
}
/* line 492, ../sass/wacom/modules/_modal.scss */
.modal-window-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 500, ../sass/wacom/modules/_modal.scss */
.modal-window-button.modal-back-to-top i.circle {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  /* line 500, ../sass/wacom/modules/_modal.scss */
  .modal-window-button.modal-back-to-top i.circle {
    width: 28px;
    height: 28px;
  }
}
/* line 508, ../sass/wacom/modules/_modal.scss */
.modal-window-button.modal-back-to-top i.circle:before, .modal-window-button.modal-back-to-top i.circle:after {
  width: 20px;
  height: 20px;
  font-size: 5px;
  line-height: 18px;
}
@media (min-width: 768px) {
  /* line 508, ../sass/wacom/modules/_modal.scss */
  .modal-window-button.modal-back-to-top i.circle:before, .modal-window-button.modal-back-to-top i.circle:after {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
/* line 525, ../sass/wacom/modules/_modal.scss */
.modal-window-button.modal-back-to-top:hover i.circle:before, .modal-window-button.modal-back-to-top:hover i.circle:after {
  left: -29px;
}

/* line 533, ../sass/wacom/modules/_modal.scss */
.news-modal {
  padding: 20px;
}

@media (min-width: 768px) {
  /* line 537, ../sass/wacom/modules/_modal.scss */
  .news-modal {
    padding: 50px 100px;
  }
}
/* line 542, ../sass/wacom/modules/_modal.scss */
.privacy-policy-sub-title {
  display: inline-block;
  margin-top: 0;
  padding-bottom: 0.3em;
  border-bottom: 3px solid #e5e5e5;
}

/* line 549, ../sass/wacom/modules/_modal.scss */
.privacy-list {
  margin-top: 40px;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}

/* line 555, ../sass/wacom/modules/_modal.scss */
.privacy-item {
  margin-bottom: 20px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.privacy-item:before, .privacy-item:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.privacy-item:after {
  clear: both;
}
/* line 559, ../sass/wacom/modules/_modal.scss */
.privacy-item .numeral {
  float: left;
  width: 3.5%;
  line-height: 1.7em;
}
/* line 564, ../sass/wacom/modules/_modal.scss */
.privacy-item .content {
  width: 95.6%;
}
/* line 566, ../sass/wacom/modules/_modal.scss */
.privacy-item .content p {
  margin: 0;
}
/* line 570, ../sass/wacom/modules/_modal.scss */
.privacy-item .sub-list {
  font-size: 0.9em;
}

/* line 575, ../sass/wacom/modules/_modal.scss */
.privacy-table {
  clear: both;
  margin-top: 20px;
}
/* line 579, ../sass/wacom/modules/_modal.scss */
.privacy-table > dt {
  display: block;
  padding: 15px 25px;
  border: 1px solid #e5e5e5;
  background-color: #eaeff2;
  font-weight: bold;
}
/* line 586, ../sass/wacom/modules/_modal.scss */
.privacy-table > dd {
  display: block;
  margin-bottom: -1px;
  padding: 15px 25px;
  border: 1px solid #e5e5e5;
  border-top: none;
  font-size: 0.9em;
}
/* line 594, ../sass/wacom/modules/_modal.scss */
.privacy-table ul {
  padding-left: 1em;
  list-style: square;
}
/* line 597, ../sass/wacom/modules/_modal.scss */
.privacy-table ul li {
  margin: 0.5em 0;
}

/* line 603, ../sass/wacom/modules/_modal.scss */
.email-overlay {
  float: right;
  margin-bottom: -50px;
  text-align: right;
}
/* line 608, ../sass/wacom/modules/_modal.scss */
.email-overlay h5,
.email-overlay p {
  margin: 0 !important;
}
/* line 612, ../sass/wacom/modules/_modal.scss */
.email-overlay p {
  font-size: 0.9em;
  line-height: 1.3em;
}

/* line 619, ../sass/wacom/modules/_modal.scss */
.boost-modal {
  background-color: #fff;
}

/* line 622, ../sass/wacom/modules/_modal.scss */
.boost-modal-ad {
  padding: 20px;
}
/* line 624, ../sass/wacom/modules/_modal.scss */
.boost-modal-ad img {
  width: 100%;
}

/* line 629, ../sass/wacom/modules/_modal.scss */
.boost-modal-where-to-buy {
  padding: 0 20px 20px 20px;
}
/* line 631, ../sass/wacom/modules/_modal.scss */
.boost-modal-where-to-buy h4 {
  color: #808285;
}
/* line 636, ../sass/wacom/modules/_modal.scss */
.boost-modal-where-to-buy ul li {
  margin: 0 10px;
}

/* line 643, ../sass/wacom/modules/_modal.scss */
.login-modal .modal-header {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 647, ../sass/wacom/modules/_modal.scss */
.login-modal .modal-body {
  padding: 20px;
}
@media (max-width: 991px) {
  /* line 650, ../sass/wacom/modules/_modal.scss */
  .login-modal .modal-body .login-form {
    padding: 20px 40px;
  }
}
/* line 654, ../sass/wacom/modules/_modal.scss */
.login-modal .modal-body .login-form h2 {
  margin-top: 0;
}
/* line 658, ../sass/wacom/modules/_modal.scss */
.login-modal .modal-body .one-click {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 658, ../sass/wacom/modules/_modal.scss */
  .login-modal .modal-body .one-click {
    padding: 20px 40px;
  }
}
/* line 664, ../sass/wacom/modules/_modal.scss */
.login-modal .modal-body .one-click p {
  margin-top: 0;
}

/* line 1, ../sass/wacom/modules/_navjump.scss */
.touch .jump-nav .nav li a:hover, .touch .jump-nav-bar .jump-nav ul li a:hover, .jump-nav-bar .touch .jump-nav ul li a:hover {
  background-color: transparent;
}

/* line 4, ../sass/wacom/modules/_navjump.scss */
.touch .jump-nav .nav li.active a, .touch .jump-nav-bar .jump-nav ul li.active a, .jump-nav-bar .touch .jump-nav ul li.active a {
  background-color: #0097D4;
}

/* line 8, ../sass/wacom/modules/_navjump.scss */
.jump-nav-bar {
  margin-left: -20px;
  margin-right: -20px;
  /*
  .live-chat {
  	@extend .col-xs-3;
  }
  */
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.jump-nav-bar:before, .jump-nav-bar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.jump-nav-bar:after {
  clear: both;
}
/* line 22, ../sass/wacom/modules/_navjump.scss */
.jump-nav-bar .jump-nav ul {
  line-height: inherit;
}
/* line 27, ../sass/wacom/modules/_navjump.scss */
.jump-nav-bar .jump-nav ul li a {
  display: inline;
  padding: 2px 18px;
  line-height: 1.5em;
  color: #adadae;
  font-family: 'Roboto', Arial;
  font-weight: 300;
}
@media (max-width: 991px) {
  /* line 18, ../sass/wacom/modules/_navjump.scss */
  .jump-nav-bar .jump-nav {
    width: 100%;
    height: 41px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 47, ../sass/wacom/modules/_navjump.scss */
  .jump-nav-bar .jump-nav:after {
    content: '\e61b';
    font-family: 'wacom';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0;
    font-size: 0.5em;
    text-align: center;
    border-right: 1px solid #e5e5e5;
  }
  /* line 59, ../sass/wacom/modules/_navjump.scss */
  .jump-nav-bar .jump-nav.expand:after {
    content: '\e61c';
    background-color: #fff;
  }
  /* line 64, ../sass/wacom/modules/_navjump.scss */
  .jump-nav-bar .jump-nav ul {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
  }
  /* line 71, ../sass/wacom/modules/_navjump.scss */
  .jump-nav-bar .jump-nav ul li {
    float: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* line 79, ../sass/wacom/modules/_navjump.scss */
  .jump-nav-bar .jump-nav ul li a {
    display: block;
    background-color: #f3f6f7;
  }
  /* line 87, ../sass/wacom/modules/_navjump.scss */
  .jump-nav-bar .jump-nav.expand ul li {
    max-height: 100px;
    margin: 10px 0;
  }
}
/* line 96, ../sass/wacom/modules/_navjump.scss */
.jump-nav-bar .price {
  float: right;
  text-align: right;
}
/* line 102, ../sass/wacom/modules/_navjump.scss */
.jump-nav-bar .price h4 {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 40px;
  vertical-align: middle;
}

/* line 111, ../sass/wacom/modules/_navjump.scss */
.jump-nav-item {
  display: block;
  position: relative;
  z-index: -1;
  top: -100px;
  visibility: hidden;
  height: 0;
}

/*.jump-nav-bar {
	

	.live-chat {
		@extend .col-xs-2;
	}

	.jump-nav {
		@extend .col-xs-7;

		> ul {
			@extend .nav, .nav-pills;

			li {
				a {
					display: inline;
					padding: 2px 10px;
					line-height: 1.5em;

					color: $gray;
				}
			}
		}
	}

	.price {
		@extend .col-xs-3;
		text-align: right;

		h3 {
			display: inline-block;
		}
	}
}
*/
/*
.tertiary-nav {
	@include make-row();
	margin: 0;
	padding: 0;
	text-align: left;
	
	&[data-items="1"] { li { width: percentage((8 / 8)); } }
	&[data-items="2"] { li { width: percentage((4 / 8)); } }
	&[data-items="3"] { li { width: percentage((2.66666666666667 / 8)); } }
	&[data-items="4"] { li { width: percentage((2 / 8)); } }
	&[data-items="5"] { li { width: percentage((1.6 / 8)); } }
	&[data-items="6"] { li { width: percentage((1.33333333333333 / 8)); } }
	&[data-items="7"] { li { width: percentage((1.14285714285714 / 8)); } }
	&[data-items="8"] { li { width: percentage((1 / 8)); } }
	li {
		float: left;
		display: table;
		min-height: 1px;
		height: 120px;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 0;
		background-color: transparent;
		box-shadow: none;
		text-indent: 0;
		font-size: 1.2em;
		
		a {
			display: table-cell;
			height: 120px;
			padding: 0 10px 0 20px;
			vertical-align: middle;
			border-right: 1px solid $gray-lighter;
			color: $gray;
		}
		&:first-child {
			a {
				border-left: 1px solid $gray-lighter;
			}
		}
		&.active {
			height: auto;
			margin: 0;

			a {
				background-color: $brand-primary;
				color: #fff;
			}
		}
	}
}
*/
/* line 55, ../sass/wacom/modules/_navtertiary.scss */
.tertiary-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
/* line 61, ../sass/wacom/modules/_navtertiary.scss */
.tertiary-nav li {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  text-indent: 0;
  font-family: 'Roboto', Arial;
  font-size: 1.2em;
  font-weight: 400;
  -webkit-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  transition: max-height 0.2s;
}
/* line 82, ../sass/wacom/modules/_navtertiary.scss */
.tertiary-nav li span {
  display: block;
  padding: 20px;
}
/* line 85, ../sass/wacom/modules/_navtertiary.scss */
.tertiary-nav li span a {
  display: block;
  color: #828b99;
}
/* line 90, ../sass/wacom/modules/_navtertiary.scss */
.tertiary-nav li.active {
  max-height: 200px;
}
/* line 93, ../sass/wacom/modules/_navtertiary.scss */
.tertiary-nav li.active span {
  background-color: #0097D4;
  color: #fff;
}
/* line 96, ../sass/wacom/modules/_navtertiary.scss */
.tertiary-nav li.active span a {
  color: #fff;
}
/* line 99, ../sass/wacom/modules/_navtertiary.scss */
.tertiary-nav li.active span a:after {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -1em;
  content: '\e61b';
  font-family: 'wacom';
  font-size: 0.5em;
}
/* line 114, ../sass/wacom/modules/_navtertiary.scss */
.tertiary-nav.expand li {
  max-height: 200px;
  border-top: 1px solid #e5e5e5;
}
/* line 121, ../sass/wacom/modules/_navtertiary.scss */
.tertiary-nav.expand li.active span a:after {
  content: '\e61c';
}
@media (min-width: 768px) {
  /* line 130, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav li {
    position: relative;
    float: left;
    display: block;
    max-height: none;
    border-top: none !important;
    overflow: visible;
  }
  /* line 138, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav li span {
    display: table;
    height: 120px;
    max-height: 120px;
    width: 100%;
    padding: 0;
    border-right: 1px solid #e5e5e5;
  }
  /* line 146, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav li span a {
    display: table-cell;
    height: 120px;
    padding: 0 20px;
    vertical-align: middle;
  }
  /* line 155, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav li:first-child span {
    border-left: 1px solid #e5e5e5;
  }
  /* line 159, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav li.active {
    height: auto;
    margin: 0;
  }
  /* line 164, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav li.active span a:after {
    display: none;
  }
  /* line 168, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav li.active:after {
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    content: "\e61c";
    font-family: 'wacom';
    font-size: 0.35em;
    text-align: center;
    line-height: 20px;
    border-radius: 30px;
    background-color: #0097D4;
    color: #fff;
  }
}
@media (min-width: 768px) {
  /* line 189, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav[data-items-count="1"] li {
    width: 100%;
  }
  /* line 190, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav[data-items-count="2"] li {
    width: 50%;
  }
  /* line 193, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav[data-items-count="3"] li {
    width: 33.3333333333%;
  }
  /* line 194, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav[data-items-count="4"] li {
    width: 25%;
  }
  /* line 197, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav[data-items-count="5"] li {
    width: 20%;
  }
  /* line 198, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav[data-items-count="6"] li {
    width: 16.6666666667%;
  }
  /* line 202, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav[data-items-count="7"] li {
    width: 14.2857142857%;
    font-size: 1em;
  }
  /* line 207, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav[data-items-count="7"] li span a {
    padding: 0 10px;
  }
  /* line 213, ../sass/wacom/modules/_navtertiary.scss */
  .tertiary-nav[data-items-count="8"] li {
    width: 12.5%;
    font-size: 1em;
  }
}

/* line 1, ../sass/wacom/modules/_newsevents.scss */
.news-container {
  padding: 20px 0;
}
/* line 4, ../sass/wacom/modules/_newsevents.scss */
.news-container h3 {
  float: left;
  margin-bottom: 20px;
}

/* line 10, ../sass/wacom/modules/_newsevents.scss */
.fixed-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 2, ../sass/wacom/modules/_panels.scss */
.panel-title a {
  position: relative;
  display: block;
  color: #0097D4;
  padding-right: 20px;
}
/* line 8, ../sass/wacom/modules/_panels.scss */
.panel-title a:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  content: "\e610";
  font-family: 'wacom';
  color: #adafb4;
}
/* line 17, ../sass/wacom/modules/_panels.scss */
.panel-title a.collapsed:after {
  content: "\e611";
}

/* line 1, ../sass/wacom/modules/_quickaccess.scss */
.quick-access {
  width: 750px;
  padding: 20px 0;
}
@media (min-width: 480px) {
  /* line 1, ../sass/wacom/modules/_quickaccess.scss */
  .quick-access {
    width: 900px;
  }
}
@media (min-width: 768px) {
  /* line 1, ../sass/wacom/modules/_quickaccess.scss */
  .quick-access {
    width: auto;
  }
}
/* line 11, ../sass/wacom/modules/_quickaccess.scss */
.quick-access > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.quick-access > ul:before, .quick-access > ul:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.quick-access > ul:after {
  clear: both;
}
/* line 19, ../sass/wacom/modules/_quickaccess.scss */
.quick-access > ul > li > a {
  display: block;
}
/* line 21, ../sass/wacom/modules/_quickaccess.scss */
.quick-access > ul > li > a.large {
  display: block;
  text-align: center;
  font-size: 1.0em;
  color: #adafb4;
  /*i {
  	display: block;
  	margin-bottom: 20px;
  	font-size: 10em;
  	line-height: 0.5;
  	color: $gray-light;
  }*/
}
@media (min-width: 992px) {
  /* line 21, ../sass/wacom/modules/_quickaccess.scss */
  .quick-access > ul > li > a.large {
    font-size: 1.3em;
  }
}
/* line 38, ../sass/wacom/modules/_quickaccess.scss */
.quick-access > ul > li > a.large img {
  max-width: 100%;
}

/* line 46, ../sass/wacom/modules/_quickaccess.scss */
.quick-access.bs {
  max-width: 100%;
}
/* line 50, ../sass/wacom/modules/_quickaccess.scss */
.quick-access.bs .price h4 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

/* line 57, ../sass/wacom/modules/_quickaccess.scss */
.page-editor section.layer-quick-access.light .quick-access > ul > li * {
  color: #adafb4;
}

/* line 1, ../sass/wacom/modules/_search.scss */
.search {
  margin-left: -20px;
  margin-right: -20px;
  margin-left: 0;
  margin-right: 0;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.search:before, .search:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.search:after {
  clear: both;
}

/* line 7, ../sass/wacom/modules/_search.scss */
.search-facets {
  padding: 20px;
}
@media (min-width: 992px) {
  /* line 7, ../sass/wacom/modules/_search.scss */
  .search-facets {
    padding: 50px 0 50px 100px;
  }
}
/* line 14, ../sass/wacom/modules/_search.scss */
.search-facets h2 {
  margin-top: 0;
}
/* line 18, ../sass/wacom/modules/_search.scss */
.search-facets h4 {
  margin-top: 30px;
}
/* line 22, ../sass/wacom/modules/_search.scss */
.search-facets h5 {
  margin: 40px 0 0.5em 0;
  text-transform: uppercase;
}
/* line 27, ../sass/wacom/modules/_search.scss */
.search-facets ul {
  margin: 0;
  padding: 0;
}
/* line 32, ../sass/wacom/modules/_search.scss */
.search-facets ul li {
  margin: 5px 0;
}
/* line 35, ../sass/wacom/modules/_search.scss */
.search-facets ul li input[type="checkbox"] {
  margin-top: 0;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 44, ../sass/wacom/modules/_search.scss */
.search-results {
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 992px) {
  /* line 44, ../sass/wacom/modules/_search.scss */
  .search-results {
    padding: 50px 100px;
  }
}
/* line 51, ../sass/wacom/modules/_search.scss */
.search-results > header {
  border-bottom: 1px solid #adafb4;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
/* line 56, ../sass/wacom/modules/_search.scss */
.search-results > footer {
  border-top: 1px solid #adafb4;
}
/* line 59, ../sass/wacom/modules/_search.scss */
.search-results > header,
.search-results > footer {
  text-align: right;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.search-results > header:before, .search-results > header:after,
.search-results > footer:before,
.search-results > footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.search-results > header:after,
.search-results > footer:after {
  clear: both;
}
/* line 64, ../sass/wacom/modules/_search.scss */
.search-results > header h3,
.search-results > footer h3 {
  float: left;
  display: inline-block;
  margin: 0;
}
/* line 69, ../sass/wacom/modules/_search.scss */
.search-results > header .counter,
.search-results > footer .counter {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  margin-right: 30px;
}
/* line 75, ../sass/wacom/modules/_search.scss */
.search-results > header .pagination,
.search-results > footer .pagination {
  display: inline-block;
  margin: 0.5em 0 0.2em 0;
}
/* line 79, ../sass/wacom/modules/_search.scss */
.search-results > header .pagination > li,
.search-results > footer .pagination > li {
  margin-left: 1em;
}
/* line 82, ../sass/wacom/modules/_search.scss */
.search-results > header .pagination > li a,
.search-results > header .pagination > li span,
.search-results > footer .pagination > li a,
.search-results > footer .pagination > li span {
  float: none;
  padding: 0;
  color: #0097D4;
  background-color: transparent;
  border: none;
  margin-left: 0;
}
/* line 93, ../sass/wacom/modules/_search.scss */
.search-results > header .pagination > li:first-child a,
.search-results > header .pagination > li:first-child span,
.search-results > footer .pagination > li:first-child a,
.search-results > footer .pagination > li:first-child span {
  border: none;
}
/* line 100, ../sass/wacom/modules/_search.scss */
.search-results > header .pagination > li.active a,
.search-results > header .pagination > li.active span,
.search-results > footer .pagination > li.active a,
.search-results > footer .pagination > li.active span {
  color: #828b99;
}
/* line 106, ../sass/wacom/modules/_search.scss */
.search-results > ul {
  padding: 0;
}

/* line 112, ../sass/wacom/modules/_search.scss */
.search-result {
  margin: 50px 0 !important;
}
/* line 116, ../sass/wacom/modules/_search.scss */
.search-result > .img {
  float: left;
}
/* line 123, ../sass/wacom/modules/_search.scss */
.search-result > .desc h4 {
  margin: 0;
}
/* line 125, ../sass/wacom/modules/_search.scss */
.search-result > .desc h4 a {
  color: #828b99;
}
/* line 129, ../sass/wacom/modules/_search.scss */
.search-result > .desc p {
  margin: 0;
}

/* line 1, ../sass/wacom/modules/_storelocator.scss */
.store-locator {
  position: relative;
}

/* line 5, ../sass/wacom/modules/_storelocator.scss */
.store-locator-sidebar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  /* line 5, ../sass/wacom/modules/_storelocator.scss */
  .store-locator-sidebar {
    top: 50px;
    left: 50px;
    right: auto;
    width: 200px;
    padding-top: 95px;
    max-height: 500px;
  }
}

/* line 30, ../sass/wacom/modules/_storelocator.scss */
.store-locator-map {
  min-height: 600px;
  padding-top: 40px;
}
/* line 33, ../sass/wacom/modules/_storelocator.scss */
.store-locator-map #map {
  width: 100%;
  min-height: 560px;
}
@media (min-width: 992px) {
  /* line 30, ../sass/wacom/modules/_storelocator.scss */
  .store-locator-map {
    padding-top: 0;
  }
  /* line 41, ../sass/wacom/modules/_storelocator.scss */
  .store-locator-map #map {
    min-height: 600px;
  }
}

/* line 47, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form {
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  padding: 5px;
}
@media (min-width: 992px) {
  /* line 47, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-form {
    left: 0;
    right: 0;
    height: 53px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
}
/* line 62, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group {
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #adafb4;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 69, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group label {
  display: none;
}
/* line 70, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group input {
  height: 30px;
  padding: 0 20px 0 5px;
  background-color: transparent;
  border: none;
  font-size: 0.8em;
}
/* line 77, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group input:focus + button {
  opacity: 1;
}
/* line 81, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group button {
  position: absolute;
  right: -1px;
  top: -1px;
  text-indent: -9999em;
  background-color: transparent;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media (min-width: 992px) {
  /* line 81, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-form .form-group button {
    opacity: 0;
  }
}
/* line 96, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group button:after {
  position: absolute;
  right: 5px;
  top: 5px;
  content: '\e604';
  font-family: 'wacom';
  text-indent: 0;
  color: #828b99;
}

/* line 109, ../sass/wacom/modules/_storelocator.scss */
.store-locations-filter {
  background-color: #fff;
}
@media (min-width: 992px) {
  /* line 109, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-filter {
    position: absolute;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
/* line 120, ../sass/wacom/modules/_storelocator.scss */
.store-locations-filter .panel-group {
  margin-bottom: 0;
}
/* line 122, ../sass/wacom/modules/_storelocator.scss */
.store-locations-filter .panel-group .panel {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  /* line 122, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-filter .panel-group .panel {
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 133, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-filter .panel-group .panel .panel-title {
    padding: 5px !important;
  }
  /* line 136, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-filter .panel-group .panel .panel-title a {
    display: inline-block;
    padding: 5px;
    width: 45px;
    border-radius: 3px;
    font-size: 0.8em;
    line-height: 22px;
    background-color: #0097D4;
    color: #fff;
    font-family: Arial;
    text-align: center;
  }
  /* line 148, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-filter .panel-group .panel .panel-title a:after {
    display: none;
  }
}
/* line 155, ../sass/wacom/modules/_storelocator.scss */
.store-locations-filter .panel-group .panel .panel-title {
  padding: 10px;
}
/* line 164, ../sass/wacom/modules/_storelocator.scss */
.store-locations-filter .panel-group .panel-collapse .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 171, ../sass/wacom/modules/_storelocator.scss */
.store-locations {
  padding: 0 10px;
  max-height: 0;
  -webkit-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  transition: max-height 0.2s;
  overflow-y: auto;
}
@media (min-width: 992px) {
  /* line 171, ../sass/wacom/modules/_storelocator.scss */
  .store-locations {
    max-height: 405px;
  }
}

/* line 184, ../sass/wacom/modules/_storelocator.scss */
.store-locator-sidebar.view-list .store-locations {
  max-height: 560px;
}

/* line 188, ../sass/wacom/modules/_storelocator.scss */
.store-location {
  position: relative;
  padding: 10px 0 10px 30px;
}
/* line 194, ../sass/wacom/modules/_storelocator.scss */
.store-location:first-child {
  border-top: none;
}
/* line 196, ../sass/wacom/modules/_storelocator.scss */
.store-location h5 {
  margin: 0;
  font-weight: 400;
}
/* line 200, ../sass/wacom/modules/_storelocator.scss */
.store-location address {
  margin-bottom: 10px;
  font-weight: normal;
  color: #828b99;
}
/* line 205, ../sass/wacom/modules/_storelocator.scss */
.store-location address p {
  margin: 0;
  font-size: 0.9em;
}
/* line 207, ../sass/wacom/modules/_storelocator.scss */
.store-location .distance {
  font-size: 0.8em;
}
/* line 210, ../sass/wacom/modules/_storelocator.scss */
.store-location .directions {
  font-size: 0.8em;
}
/* line 214, ../sass/wacom/modules/_storelocator.scss */
.store-location .store-marker {
  position: absolute;
  left: 0;
}

/* line 221, ../sass/wacom/modules/_storelocator.scss */
#map .store-location {
  padding-bottom: 20px;
}

/* line 226, ../sass/wacom/modules/_storelocator.scss */
.store-marker-label {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}

/* line 238, ../sass/wacom/modules/_storelocator.scss */
.store-marker {
  display: block;
  width: 26px;
  height: 34px;
  background: transparent url("/National_Library/20160521004321oe_/http://www.wacom.com/assets/images/store-marker.png") 0 0 no-repeat;
  background-size: 26px 34px;
  text-align: center;
}
/* line 246, ../sass/wacom/modules/_storelocator.scss */
.store-marker .store-marker-label {
  display: inline-block;
  margin-top: 5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
  font-size: 0.8em;
}

/* line 257, ../sass/wacom/modules/_storelocator.scss */
.store-locations-view-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
@media (min-width: 992px) {
  /* line 257, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-view-toggle {
    display: none;
  }
}
/* line 267, ../sass/wacom/modules/_storelocator.scss */
.store-locations-view-toggle a {
  display: inline-block;
  padding: 5px;
  width: 45px;
  border-radius: 3px;
  line-height: 22px;
  background-color: #0097D4;
  color: #fff;
  font-family: Arial;
  text-align: center;
}
/* line 279, ../sass/wacom/modules/_storelocator.scss */
.store-locations-view-toggle a[href="#map"] {
  display: none;
}

/* line 285, ../sass/wacom/modules/_storelocator.scss */
.gm-style-iw .store-location {
  padding-left: 0;
}
/* line 287, ../sass/wacom/modules/_storelocator.scss */
.gm-style-iw .store-location .store-marker {
  display: none;
}

/* line 1, ../sass/wacom/modules/_compatibleapps.scss */
.layer-compatible-apps {
  /*@extend .layer-full-width;*/
}
/* line 4, ../sass/wacom/modules/_compatibleapps.scss */
.layer-compatible-apps .caption {
  width: 90%;
  margin: 20px auto;
}
/* line 9, ../sass/wacom/modules/_compatibleapps.scss */
.layer-compatible-apps .legend {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}
/* line 15, ../sass/wacom/modules/_compatibleapps.scss */
.layer-compatible-apps .legend li {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 15, ../sass/wacom/modules/_compatibleapps.scss */
  .layer-compatible-apps .legend li {
    display: inline-block;
  }
}

/* line 26, ../sass/wacom/modules/_compatibleapps.scss */
.integrated-apps h3,
.integration-coming-soon h3 {
  text-align: left;
}

/* line 31, ../sass/wacom/modules/_compatibleapps.scss */
.apps {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.apps:before, .apps:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.apps:after {
  clear: both;
}

/* line 37, ../sass/wacom/modules/_compatibleapps.scss */
.app {
  float: left;
  height: 200px;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 37, ../sass/wacom/modules/_compatibleapps.scss */
  .app {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.8em;
  }
}
/* line 49, ../sass/wacom/modules/_compatibleapps.scss */
.app img {
  max-width: 100%;
  margin: 10px auto;
}

/* line 54, ../sass/wacom/modules/_compatibleapps.scss */
.app-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 59, ../sass/wacom/modules/_compatibleapps.scss */
.app-support li {
  display: inline-block;
  margin: 0;
}

/* line 71, ../sass/wacom/modules/_compatibleapps.scss */
i.not-supported {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 1, ../sass/wacom/modules/_cookiewarning.scss */
.cookie-warning-wrapper {
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #f3f6f7;
  color: #828b99;
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 0.85em;
}
/* line 14, ../sass/wacom/modules/_cookiewarning.scss */
.cookie-warning-wrapper p {
  margin-top: 0;
}

/* line 2, ../sass/wacom/modules/_staticproduct.scss */
.static-products .tabs-container {
  padding: 50px 0;
}

/* line 11, ../sass/wacom/modules/_staticproduct.scss */
.static-product-image img {
  max-width: 100%;
}
/* line 14, ../sass/wacom/modules/_staticproduct.scss */
.static-product-image .static-product-content {
  min-height: 40px;
}

/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-spec-pen .spec-callout-features:before, .layer-spec-pen .spec-callout-features:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-spec-pen .spec-callout-features:after {
  clear: both;
}
/* line 7, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature {
  position: relative;
  float: left;
  width: 40%;
  margin-right: 10%;
}
/* line 13, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-title {
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #828b99;
}
/* line 19, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-title + img {
  margin-top: 20px;
}
/* line 24, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content {
  padding: 24px 0 14px 0;
}
/* line 27, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content .spec-callout-weight {
  font-size: 6em;
  font-weight: 300;
  line-height: 0.8em;
}
/* line 32, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content .spec-content-section {
  margin: 0 0 20px 0;
}
/* line 36, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content .spec-callout-size-length,
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content .spec-callout-size-diameter {
  display: block;
  font-size: 2em;
}
/* line 41, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content .spec-callout-size {
  display: block;
  font-size: 1em;
}
/* line 47, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-image-desc {
  margin: 20px 0;
  font-style: italic;
  font-size: 0.95em;
  color: #4b4d50;
  line-height: 1.3em;
}
/* line 55, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-compatibility-body {
  margin: 20px 0;
  font-style: italic;
  font-size: 0.95em;
  color: #4b4d50;
  line-height: 1.3em;
}
/* line 63, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-compatibility-list {
  display: none;
  position: absolute;
  left: 9em;
  bottom: 9em;
  opacity: 0;
  z-index: 10;
  padding: 10px;
  background-color: #101114;
  font-size: 0.9em;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 78, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-compatibility-list h3 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #4b4d50;
  color: #828b99;
  font-size: 1.2em;
  font-weight: 400;
}
/* line 87, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-compatibility-list .devices {
  padding-left: 0;
  list-style: none;
  color: #828b99;
  margin-top: 10px;
}
/* line 94, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-compatibility-list .ico-cancel-circle {
  position: absolute;
  top: -30px;
  right: -30px;
  color: #808285;
  font-size: 2em;
}
/* line 103, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature.show .spec-callout-compatibility-list {
  display: block;
  left: -120px;
  bottom: -80px;
  opacity: 1;
}
/* line 113, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-table-products {
  padding-bottom: 20px;
}
/* line 117, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-table-products img {
  max-width: 100%;
}

/* Form */
/* line 2, ../sass/wacom/modules/_scform.scss */
.scfForm {
  font-family: Arial,Helvetica,sans-serif;
}
@media (max-width: 991px) {
  /* line 2, ../sass/wacom/modules/_scform.scss */
  .scfForm {
    margin-bottom: 40px;
  }
}

/* Form Title*/
/* line 12, ../sass/wacom/modules/_scform.scss */
.scfTitleBorder {
  margin-bottom: 0.5em !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 2em !important;
  font-style: inherit !important;
}

/* line 30, ../sass/wacom/modules/_scform.scss */
.scfSectionBorderAsFieldSet {
  margin: 50px 0;
}

/* line 34, ../sass/wacom/modules/_scform.scss */
.scfSectionLegend {
  font-family: 'Roboto';
  font-weight: 300;
  border-bottom: none;
}

/* line 44, ../sass/wacom/modules/_scform.scss */
.scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDatePickerBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder, .scfTelephoneBorder, .scfSmsTelephoneBorder {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfDropListBorder:before, .scfDropListBorder:after, .scfEmailBorder:before, .scfEmailBorder:after, .scfMultipleLineTextBorder:before, .scfMultipleLineTextBorder:after, .scfSingleLineTextBorder:before, .scfSingleLineTextBorder:after, .scfPasswordBorder:before, .scfPasswordBorder:after, .scfNumberBorder:before, .scfNumberBorder:after, .scfDatePickerBorder:before, .scfDatePickerBorder:after, .scfDateBorder:before, .scfDateBorder:after, .scfRadioButtonListBorder:before, .scfRadioButtonListBorder:after, .scfListBoxBorder:before, .scfListBoxBorder:after, .scfCheckBoxListBorder:before, .scfCheckBoxListBorder:after, .scfFileUploadBorder:before, .scfFileUploadBorder:after, .scfDateSelectorBorder:before, .scfDateSelectorBorder:after, .scfCreditCardBorder:before, .scfCreditCardBorder:after, .scfConfirmPasswordBorder:before, .scfConfirmPasswordBorder:after, .scfCaptchaBorder:before, .scfCaptchaBorder:after, .scfTelephoneBorder:before, .scfTelephoneBorder:after, .scfSmsTelephoneBorder:before, .scfSmsTelephoneBorder:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfDropListBorder:after, .scfEmailBorder:after, .scfMultipleLineTextBorder:after, .scfSingleLineTextBorder:after, .scfPasswordBorder:after, .scfNumberBorder:after, .scfDatePickerBorder:after, .scfDateBorder:after, .scfRadioButtonListBorder:after, .scfListBoxBorder:after, .scfCheckBoxListBorder:after, .scfFileUploadBorder:after, .scfDateSelectorBorder:after, .scfCreditCardBorder:after, .scfConfirmPasswordBorder:after, .scfCaptchaBorder:after, .scfTelephoneBorder:after, .scfSmsTelephoneBorder:after {
  clear: both;
}

/* line 49, ../sass/wacom/modules/_scform.scss */
.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
  text-align: right !important;
  padding-top: 7px;
}

/*.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel,*/
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfEmailTextBox:before, .scfEmailTextBox:after, .scfSingleLineTextBox:before, .scfSingleLineTextBox:after, .scfPasswordTextBox:before, .scfPasswordTextBox:after, .scfNumberTextBox:before, .scfNumberTextBox:after, .scfDatePickerTextBox:before, .scfDatePickerTextBox:after, .scfDateTextBox:before, .scfDateTextBox:after, .scfRadioButtonList:before, .scfRadioButtonList:after, .scfListBox:before, .scfListBox:after, .scfCheckBoxList:before, .scfCheckBoxList:after, .scfFileUpload:before, .scfFileUpload:after, .scfCreditCardTextBox:before, .scfCreditCardTextBox:after, .scfCreditCardType:before, .scfCreditCardType:after, .scfConfirmPasswordTextBox:before, .scfConfirmPasswordTextBox:after, .scfTelephoneTextBox:before, .scfTelephoneTextBox:after, .scfSmsTelephoneTextBox:before, .scfSmsTelephoneTextBox:after,
.scfMultipleLineTextBox:before,
.scfMultipleLineTextBox:after,
.scfDropList:before,
.scfDropList:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfEmailTextBox:after, .scfSingleLineTextBox:after, .scfPasswordTextBox:after, .scfNumberTextBox:after, .scfDatePickerTextBox:after, .scfDateTextBox:after, .scfRadioButtonList:after, .scfListBox:after, .scfCheckBoxList:after, .scfFileUpload:after, .scfCreditCardTextBox:after, .scfCreditCardType:after, .scfConfirmPasswordTextBox:after, .scfTelephoneTextBox:after, .scfSmsTelephoneTextBox:after,
.scfMultipleLineTextBox:after,
.scfDropList:after {
  clear: both;
}

/* line 78, ../sass/wacom/modules/_scform.scss */
.scfSubmitButtonBorder {
  margin-top: 20px;
  text-align: right;
}

/* line 83, ../sass/wacom/modules/_scform.scss */
.scfSubmitButton {
  background-color: #0097d4;
}

/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfForm:before, .scfForm:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfForm:after {
  clear: both;
}
/* line 92, ../sass/wacom/modules/_scform.scss */
.scfForm .error .scfSingleLineTextBox, .scfForm .scfValidationSummary .scfSingleLineTextBox,
.scfForm .scfSubmitSummary .scfSingleLineTextBox {
  background-color: #ef909b;
  border-color: red;
}

/* line 99, ../sass/wacom/modules/_scform.scss */
.scfValidationSummary,
.scfSubmitSummary {
  background-color: #f2dede;
  margin-left: 0 !important;
  padding-left: 40px;
}

/* line 107, ../sass/wacom/modules/_scform.scss */
.scfValidatorRequired,
.scfValidator {
  color: red;
}

/* line 113, ../sass/wacom/modules/_scform.scss */
.scfValidator {
  font-size: 0.9em;
}

/* line 117, ../sass/wacom/modules/_scform.scss */
.scfRequired,
.scfValidatorRequired {
  position: absolute;
  right: 1%;
}

/* style for WFFM */
/* line 124, ../sass/wacom/modules/_scform.scss */
.scfCheckBoxListLabel {
  float: left;
}

/* line 127, ../sass/wacom/modules/_scform.scss */
.scfCheckBoxListGeneralPanel {
  margin-left: 225px;
  width: 375px;
}

/* line 131, ../sass/wacom/modules/_scform.scss */
.scfCheckBoxListGeneralPanel input {
  margin-right: 5px;
}

/* line 136, ../sass/wacom/modules/_scform.scss */
.form-group input[type="checkbox"] + label,
.form-group input[type="radio"] + label {
  margin-left: 5px;
}

/* line 140, ../sass/wacom/modules/_scform.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-left: 5px;
}

/* line 147, ../sass/wacom/modules/_scform.scss */
.control-label.error, .error.scfDropListLabel, .scfDropListLabel.scfValidationSummary,
.scfDropListLabel.scfSubmitSummary, .error.scfEmailLabel, .scfEmailLabel.scfValidationSummary,
.scfEmailLabel.scfSubmitSummary, .error.scfMultipleLineTextLabel, .scfMultipleLineTextLabel.scfValidationSummary,
.scfMultipleLineTextLabel.scfSubmitSummary, .error.scfSingleLineTextLabel, .scfSingleLineTextLabel.scfValidationSummary,
.scfSingleLineTextLabel.scfSubmitSummary, .error.scfPasswordLabel, .scfPasswordLabel.scfValidationSummary,
.scfPasswordLabel.scfSubmitSummary, .error.scfNumberLabel, .scfNumberLabel.scfValidationSummary,
.scfNumberLabel.scfSubmitSummary, .error.scfDatePickerLabel, .scfDatePickerLabel.scfValidationSummary,
.scfDatePickerLabel.scfSubmitSummary, .error.scfDateLabel, .scfDateLabel.scfValidationSummary,
.scfDateLabel.scfSubmitSummary, .error.scfRadioButtonListLabel, .scfRadioButtonListLabel.scfValidationSummary,
.scfRadioButtonListLabel.scfSubmitSummary, .error.scfCheckBoxListLabel, .scfCheckBoxListLabel.scfValidationSummary,
.scfCheckBoxListLabel.scfSubmitSummary, .error.scfListBoxLabel, .scfListBoxLabel.scfValidationSummary,
.scfListBoxLabel.scfSubmitSummary, .error.scfFileUploadLabel, .scfFileUploadLabel.scfValidationSummary,
.scfFileUploadLabel.scfSubmitSummary, .error.scfDateSelectorLabel, .scfDateSelectorLabel.scfValidationSummary,
.scfDateSelectorLabel.scfSubmitSummary, .error.scfCreditCardLabel, .scfCreditCardLabel.scfValidationSummary,
.scfCreditCardLabel.scfSubmitSummary, .error.scfConfirmPasswordLabel, .scfConfirmPasswordLabel.scfValidationSummary,
.scfConfirmPasswordLabel.scfSubmitSummary, .error.scfCaptchaLabel, .scfCaptchaLabel.scfValidationSummary,
.scfCaptchaLabel.scfSubmitSummary, .error.scfTelephoneLabel, .scfTelephoneLabel.scfValidationSummary,
.scfTelephoneLabel.scfSubmitSummary, .error.scfSmsTelephoneLabel, .scfSmsTelephoneLabel.scfValidationSummary,
.scfSmsTelephoneLabel.scfSubmitSummary, .control-label.scfValidationSummary,
.control-label.scfSubmitSummary {
  font-size: 0.9em;
}

/* line 151, ../sass/wacom/modules/_scform.scss */
.scfDatePickerTextBox.hasDatepicker {
  cursor: pointer !important;
}

/* line 1, ../sass/wacom/modules/_privacy.scss */
.address,
.email {
  margin-bottom: 40px;
}

/* line 7, ../sass/wacom/modules/_privacy.scss */
.privacy-policy p {
  margin-bottom: 20px;
}

/* line 11, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list {
  margin-top: 40px;
}
/* line 13, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list > ol {
  counter-reset: section;
  list-style: none;
}
/* line 17, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list > ol > li {
  margin-bottom: 40px;
}
/* line 20, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list > ol > li > h5 {
  font-weight: 600;
}
/* line 23, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list > ol > li > h5:before {
  counter-increment: section;
  content: counter(section) ". ";
  display: inline-block;
  width: 25px;
  margin: 0;
  font-weight: 600;
}
/* line 33, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list > ol > li p {
  margin-top: 0;
  margin-left: 25px;
}

/* line 3, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .contact-table {
  background-color: #c00;
}
/* line 6, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .contact-table th, .investors-static .contact-table td {
  width: 50%;
}
/* line 11, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .contact-table thead th {
  text-align: left;
}
/* line 17, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .terms-conditions {
  float: left;
  padding: 35px 0 0 0;
}
/* line 21, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .terms-conditions li {
  color: #a2a6aa;
  color: rgba(56, 61, 67, 0.5);
  font-size: 12px;
  line-height: 1.7em;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
  width: 70%;
}
/* line 32, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .terms-conditions li:first-child {
  margin-top: 0;
}
/* line 35, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .terms-conditions li:before {
  content: "*";
  position: absolute;
  left: 10px;
  top: 0;
}

/* line 45, ../sass/wacom/modules/_investor-relations.scss */
.ir-indices {
  background-color: #fff;
}
/* line 48, ../sass/wacom/modules/_investor-relations.scss */
.ir-indices th {
  padding: 12px;
}
/* line 51, ../sass/wacom/modules/_investor-relations.scss */
.ir-indices td {
  text-align: right;
  padding: 12px;
}
/* line 55, ../sass/wacom/modules/_investor-relations.scss */
.ir-indices td.gray {
  background-color: #f3f6f7;
}

/* line 2, ../sass/wacom/modules/_media-nav.scss */
.media-nav ul {
  margin-bottom: 0;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.media-nav ul:before, .media-nav ul:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.media-nav ul:after {
  clear: both;
}
/* line 6, ../sass/wacom/modules/_media-nav.scss */
.media-nav ul li {
  margin: 10px 0;
  text-align: right;
}
@media (min-width: 480px) {
  /* line 6, ../sass/wacom/modules/_media-nav.scss */
  .media-nav ul li {
    float: left;
    width: 50%;
  }
}
/* line 16, ../sass/wacom/modules/_media-nav.scss */
.media-nav .media, .media-nav .search-result {
  display: table;
  font-size: 1.3em;
  line-height: 0.7em;
}
/* line 21, ../sass/wacom/modules/_media-nav.scss */
.media-nav .media .media-left, .media-nav .search-result .media-left, .media-nav .search-result > .img {
  display: table-cell;
  padding-right: 0;
  vertical-align: middle;
}
/* line 25, ../sass/wacom/modules/_media-nav.scss */
.media-nav .media .media-left i, .media-nav .search-result .media-left i, .media-nav .search-result > .img i {
  font-size: 1.8em;
  color: #0097D4;
}
/* line 30, ../sass/wacom/modules/_media-nav.scss */
.media-nav .media .media-body, .media-nav .search-result .media-body, .media-nav .search-result > .desc {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Roboto';
  font-weight: 300;
}
/* line 35, ../sass/wacom/modules/_media-nav.scss */
.media-nav .media .media-body small, .media-nav .search-result .media-body small, .media-nav .search-result > .desc small {
  font-size: 0.7em;
}

/* line 1, ../sass/wacom/modules/_scrollable.scss */
.scrollable {
  height: 48px;
  overflow: hidden;
  opacity: 0;
  position: relative;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scrollable:before, .scrollable:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scrollable:after {
  clear: both;
}
/* line 10, ../sass/wacom/modules/_scrollable.scss */
.scrollable .scrollWrapper {
  position: relative;
  width: 100%;
}
/* line 15, ../sass/wacom/modules/_scrollable.scss */
.scrollable .scrollWrapper .scrollableArea > div {
  float: left;
}

/* line 1, ../sass/wacom/modules/_calendar.scss */
.ui-widget-header {
  background-color: transparent;
  border: none;
}

/* line 6, ../sass/wacom/modules/_calendar.scss */
.ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-hover {
  border: none;
}

/* line 10, ../sass/wacom/modules/_calendar.scss */
.ui-widget-content .ui-state-highlight {
  background-color: #0097D4;
  border: none;
  color: #fff;
}

/* line 3, ../sass/wacom/modules/_navbar.scss */
.navbar .container {
  position: relative;
  width: auto;
  max-width: 1400px;
}
/* line 9, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-cart {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  float: right;
  width: 60px;
  height: 50px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
/* line 25, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-cart i {
  color: #fff;
}
/* line 28, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-cart i:before {
  margin-left: 0;
  margin-right: 0;
}
/* line 34, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-cart span {
  font-size: 0.8em;
}
/* line 37, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-cart span span {
  display: none;
}
/* line 43, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-search {
  position: absolute;
  right: 60px;
  display: block;
}

/* line 55, ../sass/wacom/modules/_navbar.scss */
.navbar-brand {
  padding: 5px;
}

/* line 58, ../sass/wacom/modules/_navbar.scss */
.navbar-brand img {
  /* height: 40px; */
}

/* line 62, ../sass/wacom/modules/_navbar.scss */
.navbar-sub {
  font-size: 0.825em;
}
/* line 66, ../sass/wacom/modules/_navbar.scss */
.navbar-sub > li > a {
  padding: 5px 10px;
  color: #adafb4;
}

/* line 73, ../sass/wacom/modules/_navbar.scss */
.navbar-toggle {
  padding: 15px;
  margin: 0;
  border: none;
  border-left: 1px solid #4b4d50;
  font-size: 1.45em;
  line-height: 1em;
}

/* line 82, ../sass/wacom/modules/_navbar.scss */
.navbar-nav {
  margin-top: 0;
}

/* line 88, ../sass/wacom/modules/_navbar.scss */
.navbar-main > li > a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e5e5e5;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  padding-left: 10px;
  padding-right: 10px
}
/* line 102, ../sass/wacom/modules/_navbar.scss */
.navbar-main > li > a:hover {
  
}

/* line 108, ../sass/wacom/modules/_navbar.scss */
.touch .navbar-main > li:not(.open) > a:hover {
  background-color: transparent !important;
}

/* line 110, ../sass/wacom/modules/_navbar.scss */
.navbar-form {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 119, ../sass/wacom/modules/_navbar.scss */
.search-form {
  position: relative;
}
/* line 124, ../sass/wacom/modules/_navbar.scss */
.search-form .form-group .form-control, .search-form .form-group .scfEmailTextBox, .search-form .form-group .scfSingleLineTextBox, .search-form .form-group .scfPasswordTextBox, .search-form .form-group .scfNumberTextBox, .search-form .form-group .scfDatePickerTextBox, .search-form .form-group .scfDateTextBox, .search-form .form-group .scfRadioButtonList, .search-form .form-group .scfListBox, .search-form .form-group .scfCheckBoxList, .search-form .form-group .scfFileUpload, .search-form .form-group .scfCreditCardTextBox, .search-form .form-group .scfCreditCardType, .search-form .form-group .scfConfirmPasswordTextBox, .search-form .form-group .scfTelephoneTextBox, .search-form .form-group .scfSmsTelephoneTextBox,
.search-form .form-group .scfMultipleLineTextBox,
.search-form .form-group .scfDropList {
  width: 100%;
  height: 28px;
  background-color: #4b4d50;
  border: none;
  font-size: 0.9em;
  color: #e5e5e5;
}
/* line 137, ../sass/wacom/modules/_navbar.scss */
.search-form .btn, .search-form .scfSubmitButton {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  line-height: 10px;
  background-color: transparent;
}

/* line 155, ../sass/wacom/modules/_navbar.scss */
.navbar-inverse .navbar-text {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #fff;
}

.navbar-main > li {
    margin-left: -1px;
  }

@media (max-width: 767px) {
  /* line 163, ../sass/wacom/modules/_navbar.scss */
  .navbar .navbar-header {
    margin-right: -20px;
  }

  

  /* line 169, ../sass/wacom/modules/_navbar.scss */
  .navbar-main > li,
  .navbar-sub > li {
    border-top: 1px solid #e7e7e7;
  }
  /* line 173, ../sass/wacom/modules/_navbar.scss */
  .navbar-main > li.dropdown > a.dropdown-toggle:after,
  .navbar-sub > li.dropdown > a.dropdown-toggle:after {
    content: '\e819';
    float: right;
    font-family: 'ico';
    color: #828b99;
  }
  /* line 181, ../sass/wacom/modules/_navbar.scss */
  .navbar-main > li.dropdown.open > a.dropdown-toggle:after,
  .navbar-sub > li.dropdown.open > a.dropdown-toggle:after {
    content: '\e81a';
  }

  /* line 188, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub {
    border-top: 2px solid #fff;
    font-size: 0.825em;
  }
  /* line 192, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub > li {
    border-top: 1px solid #e7e7e7;
  }
  /* line 194, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 200, ../sass/wacom/modules/_navbar.scss */
  #navbar-search {
    border-top: 1px solid #1a1a1b;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* line 205, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub-container {
    clear: both;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
  }
  /* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
  .navbar-sub-container:before, .navbar-sub-container:after {
    content: " ";
    display: table;
  }
  /* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
  .navbar-sub-container:after {
    clear: both;
  }

  /* line 214, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub-container {
    clear: both;
  }
  /* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
  .navbar-sub-container:before, .navbar-sub-container:after {
    content: " ";
    display: table;
  }
  /* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
  .navbar-sub-container:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* line 222, ../sass/wacom/modules/_navbar.scss */
  .navbar-main > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  /* line 232, ../sass/wacom/modules/_navbar.scss */
  .navbar-main > li > a {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  /* line 241, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 249, ../sass/wacom/modules/_navbar.scss */
  #navbar-search {
    display: none !important;
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    border-top: 1px solid #1a1a1b;
    background-color: #101114;
    max-height: 520px;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
  }
  /* line 264, ../sass/wacom/modules/_navbar.scss */
  #navbar-search.collapsing {
    display: block !important;
  }
  /* line 267, ../sass/wacom/modules/_navbar.scss */
  #navbar-search.in {
    display: block !important;
    overflow-y: auto;
    height: auto;
  }
  /* line 273, ../sass/wacom/modules/_navbar.scss */
  #navbar-search .navbar-form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 278, ../sass/wacom/modules/_navbar.scss */
  #navbar-search .form-group {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 285, ../sass/wacom/modules/_navbar.scss */
  .navbar .btn-search {
    display: none;
  }

  /* line 289, ../sass/wacom/modules/_navbar.scss */
  #navbar-search {
    display: block !important;
    float: right;
    width: 20%;
    margin-right: 5%;
  }

  /* line 295, ../sass/wacom/modules/_navbar.scss */
  .navbar-form {
    position: relative;
    right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 300, ../sass/wacom/modules/_navbar.scss */
  .navbar-form .form-group {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 306, ../sass/wacom/modules/_navbar.scss */
  .search-collapse {
    display: none !important;
  }

  /* line 311, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  /* line 319, ../sass/wacom/modules/_navbar.scss */
  .navbar {
    min-height: 70px;
  }
  /* line 323, ../sass/wacom/modules/_navbar.scss */
  .navbar .navbar-header .navbar-brand {
    height: 70px;
    padding: 16px 25px 4px 10px;
  }

  /*
  .navbar .navbar-header .navbar-brand:after {
  content : "";
  position: absolute;
  left: 271px;
  top: 20px;
  height: 30px;
  width: 1px;
  border-right: 1px solid #e7e7e7;
}
      */

  /* line 326, ../sass/wacom/modules/_navbar.scss */
  .navbar .navbar-header .navbar-brand .navbar-brand-logo {
    height: 50px;
  }
  /* line 331, ../sass/wacom/modules/_navbar.scss */
  .navbar .btn-cart {
    height: 70px;
    width: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  /* line 340, ../sass/wacom/modules/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  /* line 346, ../sass/wacom/modules/_navbar.scss */
  #navbar-main {
    float: left;
    width: 81%;
  }

  /* line 351, ../sass/wacom/modules/_navbar.scss */
  #navbar-search {
    width: 13%;
  }

  /* line 354, ../sass/wacom/modules/_navbar.scss */
  .navbar-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* line 358, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub-container {
    float: right;
    clear: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
  /* line 366, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub-container .navbar-right:last-child {
    margin-right: 0;
  }

  /* line 373, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub > li > a {
    padding-left: 6px;
    padding-right: 6px;
  }
}


@media (max-width: 1415px) {
    #navbar-main {
    width: 75%;
  }
}


.full-size-logo {
    display: inline;
}

.responsive-logo {
    display: none;
}

@media (max-width: 1330px) {
    .full-size-logo {
        display: none;
    }

    .responsive-logo {
        display: inline;
    }

    #navbar-main {
        width: 92%;
    }
}

@media (max-width: 767px) {
    .full-size-logo {
        display: inline;
    }

    .responsive-logo {
        display: none;
    }
}

/* line 385, ../sass/wacom/modules/_navbar.scss */
.navbar-nav .open .dropdown-menu {
  background-color: #fff;
}
@media (max-width: 767px) {
  /* line 385, ../sass/wacom/modules/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
}

/* line 393, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu {
  position: static;
  display: block;
  max-height: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background-color: #f3f6f7;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
/* line 410, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > .container {
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  /* line 410, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu > .container {
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
}
/* line 419, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > .container header hgroup h3 {
  margin-top: 30px;
  font-size: 1.5em;
}
/* line 422, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > .container header hgroup h3 small {
  margin-left: 50px;
}
@media (min-width: 992px) {
  /* line 428, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu > .container .row, .dropdown-menu > .container .layer-section-header hgroup, .layer-section-header .dropdown-menu > .container hgroup, .dropdown-menu > .container .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header .dropdown-menu > .container hgroup, .dropdown-menu > .container .compare {
    padding: 20px 0;
  }
}
/* line 434, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .thumbnail {
  border: none;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.dropdown-menu .thumbnail:before, .dropdown-menu .thumbnail:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.dropdown-menu .thumbnail:after {
  clear: both;
}
@media (max-width: 992px) {
  /* line 434, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu .thumbnail {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  /* line 434, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu .thumbnail {
    margin-bottom: 20px;
  }
}
/* line 445, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .thumbnail .image {
  float: left;
  width: 30%;
  margin-right: 20px;
  margin-top: 0.35em;
}
/* line 452, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .thumbnail figcaption {
  overflow: hidden;
}
/* line 455, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .thumbnail figcaption h4,
.dropdown-menu .thumbnail figcaption h5 {
  margin: 0;
}
/* line 461, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .well, .dropdown-menu .scfValidationSummary,
.dropdown-menu .scfSubmitSummary {
  position: relative;
  padding: 20px 0 0 0;
  background-color: transparent;
  border: none;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
/* line 473, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .well h5, .dropdown-menu .scfValidationSummary h5,
.dropdown-menu .scfSubmitSummary h5 {
  margin: 0;
}
/* line 474, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .well h4, .dropdown-menu .scfValidationSummary h4,
.dropdown-menu .scfSubmitSummary h4 {
  margin: 0.3em 0;
}
/* line 475, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .well ul, .dropdown-menu .scfValidationSummary ul,
.dropdown-menu .scfSubmitSummary ul {
  margin: 1em 0;
  line-height: 1.3em;
}
/* line 479, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .well ul li, .dropdown-menu .scfValidationSummary ul li,
.dropdown-menu .scfSubmitSummary ul li {
  margin: 1em 0;
}
/* line 483, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > footer {
  display: none;
  font-size: 0.8em;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  background-color: #f3f6f7;
}
/* line 492, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > footer > .container {
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 497, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > footer > .container a,
.dropdown-menu > footer > .container span {
  color: #4b4d50;
  cursor: pointer;
}
/* line 502, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > footer > .container a i,
.dropdown-menu > footer > .container span i {
  font-size: 1.75em;
  color: #d2d2d4;
  vertical-align: middle;
}

@media (min-width: 768px) {
  /* line 512, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu {
    position: absolute;
    top: auto;
  }
}
@media (min-width: 992px) {
  /* line 520, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu .thumbnail .image {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 527, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu .well, .dropdown-menu .scfValidationSummary,
  .dropdown-menu .scfSubmitSummary {
    margin-top: 0;
    margin-left: -20px;
    padding-top: 0;
    padding-left: 20px;
    border-top: none;
    border-left: 1px solid #e5e5e5;
  }
}
/* line 541, ../sass/wacom/modules/_navbar.scss */
.navbar-main .open > .dropdown-menu,
.navbar-sub .open > .dropdown-menu {
  max-height: 3000px;
}

@media (min-width: 768px) {
  /* line 552, ../sass/wacom/modules/_navbar.scss */
  .navbar-main .open > a,
  .navbar-sub .open > a {
    background-color: #f3f6f7 !important;
    color: #383c42 !important;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }

  /* line 556, ../sass/wacom/modules/_navbar.scss */
  .navbar-main .open > a:hover,
  .navbar-sub .open > a:hover {
    background-color: #f3f6f7 !important;
    color: #383c42 !important;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }

    .navbar-inverse .navbar-nav > li.open > a {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .navbar-main li.open:after {
        content: '';
        border-bottom: 1px solid #f3f6f7;
        display: block;
        height: 1px;
        position: relative;
        z-index: 5000;
        width: 99%;
    }
}
/*
Yamm!3
Yet another megamenu for Bootstrap 3
http://geedmo.github.com/yamm3
*/
@media (min-width: 768px) {
  /* line 571, ../sass/wacom/modules/_navbar.scss */
  .yamm .nav, .yamm .jump-nav-bar .jump-nav ul, .jump-nav-bar .jump-nav .yamm ul,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }

  /* line 577, ../sass/wacom/modules/_navbar.scss */
  .yamm .container {
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  /* line 577, ../sass/wacom/modules/_navbar.scss */
  .yamm .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  /* line 577, ../sass/wacom/modules/_navbar.scss */
  .yamm .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 768px) {
  /* line 589, ../sass/wacom/modules/_navbar.scss */
  .yamm .dropdown-menu {
    left: auto;
  }

  /* line 592, ../sass/wacom/modules/_navbar.scss */
  .yamm .nav.navbar-right .dropdown-menu, .yamm .jump-nav-bar .jump-nav ul.navbar-right .dropdown-menu, .jump-nav-bar .jump-nav .yamm ul.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 596, ../sass/wacom/modules/_navbar.scss */
  .yamm .yamm-content {
    padding: 20px 30px;
  }

  /* line 599, ../sass/wacom/modules/_navbar.scss */
  .yamm .dropdown.yamm-fw .dropdown-menu {
    position: fixed;
    left: 0;
    right: 0;
    border-top: 1px solid #e7e7e7;
  }
  /* line 604, ../sass/wacom/modules/_navbar.scss */
  .yamm .dropdown.yamm-fw .dropdown-menu footer {
    display: block;
  }
}
/*
@media screen and ($screen-md) {
	#header {
		> .container {
			.navbar-brand {
				margin-left: 0;
				margin-right: 10px;
			}
		}
	}
}

@media screen and ($screen-lg) {
	#header {
		> .container {
			.navbar-brand {
				margin-right: 30px;
			}
		}
	}
}

@media screen and ($screen-xlg) {
	#header {
		> .container {
			width: $screen-xlg;
			padding: 0;

			.navbar-brand {
				margin-left: 10px;
			}
		}
	}
}
*/
/*#region-selector {
	@extend .layer;

	position: fixed;
	top: $navbar-height;

	width: 100%;

	.container {*/
/* line 11, ../sass/wacom/modules/_regionselector.scss */
.regions {
  position: relative;
  padding: 20px 0;
}

/* line 15, ../sass/wacom/modules/_regionselector.scss */
.region-list {
  list-style: none;
}
/* line 19, ../sass/wacom/modules/_regionselector.scss */
.region-list > li {
  margin-bottom: 40px;
}
/* line 21, ../sass/wacom/modules/_regionselector.scss */
.region-list > li > a {
  display: block;
  font-size: 1.2em;
  margin-bottom: 10px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.region-list > li > a:before, .region-list > li > a:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.region-list > li > a:after {
  clear: both;
}
/* line 27, ../sass/wacom/modules/_regionselector.scss */
.region-list > li > a img {
  float: right;
}
/* line 31, ../sass/wacom/modules/_regionselector.scss */
.region-list > li > a h4 {
  float: left;
  overflow: hidden;
  font-weight: 400;
}

/* line 39, ../sass/wacom/modules/_regionselector.scss */
.region-countries-close {
  display: none;
}

@media (max-width: 767px) {
  /* line 42, ../sass/wacom/modules/_regionselector.scss */
  .region-countries {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s;
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
  /* line 61, ../sass/wacom/modules/_regionselector.scss */
  .region-countries.expand {
    left: 0;
  }
  /* line 64, ../sass/wacom/modules/_regionselector.scss */
  .region-countries > div {
    display: none;
  }
  /* line 66, ../sass/wacom/modules/_regionselector.scss */
  .region-countries > div.active {
    display: block;
  }

  /* line 71, ../sass/wacom/modules/_regionselector.scss */
  .region-countries-close {
    display: block;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    color: #e5e5e5;
    font-size: 1.5em;
  }
}
@media (min-width: 10000000px) {
  /* line 87, ../sass/wacom/modules/_regionselector.scss */
  .region-list > li > a img {
    float: none;
  }
  /* line 90, ../sass/wacom/modules/_regionselector.scss */
  .region-list > li > a h4 {
    float: none;
  }
}
@media (min-width: 768px) {
  /* line 99, ../sass/wacom/modules/_regionselector.scss */
  .regions {
    padding: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 104, ../sass/wacom/modules/_regionselector.scss */
  .regions .region {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  /* line 109, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list {
    list-style: none;
    padding: 0;
    background-color: #e9eced;
  }
  /* line 114, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li {
    display: table;
    width: 100%;
    height: 90px;
    margin-bottom: -1px;
    border-top: 1px solid #e5e5e5;
    background-color: #e4e5e9;
    border-right: 1px solid #e5e5e5;
    background-color: #e4e5e9;
    font-size: 1.0em;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  /* line 114, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  /* line 129, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li a {
    position: relative;
    display: table-cell;
    padding: 10px 10px 10px 120px;
    margin: -1px 0;
    height: 91px;
    vertical-align: middle;
    background: -moz-linear-gradient(left, white 0%, rgba(193, 193, 193, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(193, 193, 193, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, white 0%, rgba(193, 193, 193, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, white 0%, rgba(193, 193, 193, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, white 0%, rgba(193, 193, 193, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, white 0%, rgba(193, 193, 193, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00c1c1c1',GradientType=1 );
    /* IE6-9 */
  }
  /* line 145, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li a img {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  /* line 152, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li.active {
    background-color: #fff;
    border-right-color: #fff;
  }
  /* line 156, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li.active a {
    color: #828b99;
  }
  /* line 158, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li:hover:not(.active) {
    background-color: #f1f2f5;
  }
  /* line 164, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-countries {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 168, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-countries > div {
    display: none;
  }
  /* line 173, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-countries > div.active {
    display: block;
  }
}
@media (min-width: 31400px) {
  /* line 182, ../sass/wacom/modules/_regionselector.scss */
  .regions {
    margin-left: -40px;
    margin-right: -40px;
  }
}
/*	}
}*/
/* line 191, ../sass/wacom/modules/_regionselector.scss */
.countries {
  padding-left: 0;
  list-style: none;
}

/* line 196, ../sass/wacom/modules/_regionselector.scss */
.country .name {
  text-transform: uppercase;
}
/* line 199, ../sass/wacom/modules/_regionselector.scss */
.country .languages {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0.9em;
  line-height: 1em;
}
/* line 207, ../sass/wacom/modules/_regionselector.scss */
.country .languages li {
  display: inline-block;
  margin-right: -0.3em;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #e5e5e5;
}
/* line 215, ../sass/wacom/modules/_regionselector.scss */
.country .languages li:first-child {
  padding-left: 0;
  border-left: none;
}

@media (min-width: 992px) {
  /* line 223, ../sass/wacom/modules/_regionselector.scss */
  .countries {
    padding-left: 0;
  }
}
/* line 1, ../sass/wacom/modules/_breadcrumbs.scss */
.layer-breadcrumbs {
  display: none;
  padding: 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 992px) {
  /* line 1, ../sass/wacom/modules/_breadcrumbs.scss */
  .layer-breadcrumbs {
    display: block;
  }
}

/* line 13, ../sass/wacom/modules/_breadcrumbs.scss */
.breadcrumb {
  margin: 0;
  padding: 5px 0;
  font-size: 0.9em;
}
/* line 19, ../sass/wacom/modules/_breadcrumbs.scss */
.breadcrumb li a {
  color: #828b99;
}
/* line 22, ../sass/wacom/modules/_breadcrumbs.scss */
.breadcrumb li a:hover {
  color: #01a7df;
}
/* line 25, ../sass/wacom/modules/_breadcrumbs.scss */
.breadcrumb li a img {
  height: 30px;
  margin: 3px 10px 3px 0;
}

/* line 1, ../sass/wacom/modules/_footer.scss */
#sub-footer {
  display: none;
  padding: 20px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  /* line 1, ../sass/wacom/modules/_footer.scss */
  #sub-footer {
    display: block;
  }
}
/* line 12, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container h4 {
  color: #999;
}
/* line 15, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul {
  list-style: none;
  margin-left: -20px;
  padding: 0;
}
/* line 21, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li {
  margin-left: 20px;
}
/* line 26, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li > a {
  text-transform: uppercase;
  white-space:normal;
}
/* line 30, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li a {
  color: #383c42;
}
/* line 33, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li a:hover {
  color: #01a7df;
}
/* line 37, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li ul {
  list-style: none;
  margin-top: 0.5em;
  margin-bottom: 30px;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.1em;
}
/* line 45, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li ul li {
  padding: 0.3em 0;
  max-width: 200px;
}
/* line 49, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li ul a {
  color: #999;
}
/* line 52, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li ul a:hover {
  color: #01a7df;
}
@media (min-width: 768px) {
  /* line 70, ../sass/wacom/modules/_footer.scss */
  #sub-footer > .container > ul > li {
    float: left;
    display: inline-block;
    max-width: 13%;
  }
  /* line 75, ../sass/wacom/modules/_footer.scss */
  #sub-footer > .container > ul > li:last-child {
    float: right;
    border-left: 1px solid #4b4d50;
    margin-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 85, ../sass/wacom/modules/_footer.scss */
  #sub-footer > .container > ul {
    margin-left: -50px;
  }
  /* line 88, ../sass/wacom/modules/_footer.scss */
  #sub-footer > .container > ul > li {
    margin-left: 50px;
    max-width: 140px;
  }
  /* line 92, ../sass/wacom/modules/_footer.scss */
  #sub-footer > .container > ul > li:last-child {
    margin-right: 80px;
  }
}

/* line 105, ../sass/wacom/modules/_footer.scss */
#footer {
  padding: 30px 0;
}
/* line 109, ../sass/wacom/modules/_footer.scss */
#footer > .container {
  position: relative;
}

/* line 112, ../sass/wacom/modules/_footer.scss */
.footer-nav {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: none;
  font-size: 1.1em;
  text-transform: uppercase;
}
/* line 120, ../sass/wacom/modules/_footer.scss */
.footer-nav li {
  margin-bottom: 0.5em;
}
/* line 123, ../sass/wacom/modules/_footer.scss */
.footer-nav a {
  color: #383c42;
}
/* line 126, ../sass/wacom/modules/_footer.scss */
.footer-nav a:hover {
  color: #01a7df;
}
@media (min-width: 1200px) {
  /* line 132, ../sass/wacom/modules/_footer.scss */
  .footer-nav li {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  /* line 112, ../sass/wacom/modules/_footer.scss */
  .footer-nav {
    padding-right: 0;
  }
}

/* line 143, ../sass/wacom/modules/_footer.scss */
.footer-social {
  position: absolute;
  right: 20px;
  top: -10px;
  padding-right: 0;
  font-size: 2em;
  text-align: center;
}
/* line 152, ../sass/wacom/modules/_footer.scss */
.footer-social li {
  padding: 0;
}
/* line 154, ../sass/wacom/modules/_footer.scss */
.footer-social a i {
  color: #01a7df;
}

.footer-social a i:hover {
  color: #008cba;
}

@media (min-width: 768px) {
  /* line 162, ../sass/wacom/modules/_footer.scss */
  .footer-social li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  /* line 170, ../sass/wacom/modules/_footer.scss */
  .footer-social {
    position: static;
    right: auto;
    top: auto;
    font-size: 1.4em;
  }
}
/* line 178, ../sass/wacom/modules/_footer.scss */
.footer-sub-nav {
  float: right;
  padding-left: 20px;
  list-style: none;
}
@media (max-width: 991px) {
  /* line 178, ../sass/wacom/modules/_footer.scss */
  .footer-sub-nav {
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 178, ../sass/wacom/modules/_footer.scss */
  .footer-sub-nav {
    padding-left: 0;
  }
}
/* line 192, ../sass/wacom/modules/_footer.scss */
.footer-sub-nav li {
  margin-bottom: 0.5em;
}
/* line 195, ../sass/wacom/modules/_footer.scss */
.footer-sub-nav a {
  color: #999;
}
/* line 198, ../sass/wacom/modules/_footer.scss */
.footer-sub-nav a:hover {
  color: #01a7df;
}
@media (min-width: 1200px) {
  /* line 178, ../sass/wacom/modules/_footer.scss */
  .footer-sub-nav {
    text-align: right;
  }
  /* line 205, ../sass/wacom/modules/_footer.scss */
  .footer-sub-nav li {
    display: inline-block;
    margin-left: 10px;
  }
}

/* line 212, ../sass/wacom/modules/_footer.scss */
.footer-copyright {
  margin-top: 30px;
  color: #828b99;
  font-size: 0.9em;
}

@media (min-width: 480px) {
  /* line 218, ../sass/wacom/modules/_footer.scss */
  .footer-copyright {
    float: left;
    margin-right: 150px;
  }
}
@media (min-width: 1200px) {
  /* line 224, ../sass/wacom/modules/_footer.scss */
  .footer-copyright {
    float: none;
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
  }
}
/* line 232, ../sass/wacom/modules/_footer.scss */
.footer-brand {
  display: block;
  margin-top: 30px;
}

@media (min-width: 480px) {
  /* line 237, ../sass/wacom/modules/_footer.scss */
  .footer-brand {
    position: absolute;
    right: 20px;
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  /* line 244, ../sass/wacom/modules/_footer.scss */
  .footer-brand {
    right: 40px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 250, ../sass/wacom/modules/_footer.scss */
  .footer-brand {
    right: 20px;
    bottom: 15px;
  }
}
/* store */
@media (max-width: 480px) {
  /* line 4, ../sass/wacom/store/_store-global.scss */
  .checkout-page #header .navbar-header {
    float: left;
  }
  /* line 7, ../sass/wacom/store/_store-global.scss */
  .checkout-page #header .navbar-text {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
  }
  /* line 11, ../sass/wacom/store/_store-global.scss */
  .checkout-page #header .navbar-text span {
    display: block;
    font-size: 0.9em;
  }
}

/* line 19, ../sass/wacom/store/_store-global.scss */
.layer-checkout-header {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 25, ../sass/wacom/store/_store-global.scss */
.layer-checkout-header > .container > .row h3, .layer-section-header .layer-checkout-header > .container > hgroup h3, .wrapper.store-home .layer-checkout-header > .container > hgroup h3, .layer-checkout-header > .container > .compare h3 {
  margin-top: 10px;
}
@media (min-width: 992px) {
  /* line 25, ../sass/wacom/store/_store-global.scss */
  .layer-checkout-header > .container > .row h3, .layer-section-header .layer-checkout-header > .container > hgroup h3, .wrapper.store-home .layer-checkout-header > .container > hgroup h3, .layer-checkout-header > .container > .compare h3 {
    line-height: 50px;
  }
}
/* line 32, ../sass/wacom/store/_store-global.scss */
.layer-checkout-header > .container > .row ul, .layer-section-header .layer-checkout-header > .container > hgroup ul, .wrapper.store-home .layer-checkout-header > .container > hgroup ul, .layer-checkout-header > .container > .compare ul {
  margin: 0;
  min-height: 50px;
  line-height: 50px;
}
@media (min-width: 768px) {
  /* line 32, ../sass/wacom/store/_store-global.scss */
  .layer-checkout-header > .container > .row ul, .layer-section-header .layer-checkout-header > .container > hgroup ul, .wrapper.store-home .layer-checkout-header > .container > hgroup ul, .layer-checkout-header > .container > .compare ul {
    text-align: right;
  }
}
/* line 49, ../sass/wacom/store/_store-global.scss */
.layer-checkout-header .shop-by-container {
  position: absolute;
  z-index: 201;
  bottom: -63px;
}

/* line 60, ../sass/wacom/store/_store-global.scss */
.wrapper.store-home .layer-checkout-header .row, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header .compare {
  padding: 15px 0 25px 0;
  margin: 0 auto;
  max-width: 1220px;
}
@media (min-width: 992px) {
  /* line 60, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .row, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header .compare {
    min-height: 100px;
  }
}
/* line 68, ../sass/wacom/store/_store-global.scss */
.wrapper.store-home .layer-checkout-header .row h3, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup h3, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header .compare h3 {
  font-size: 2em;
  line-height: 1.0em;
}
@media (min-width: 480px) {
  /* line 68, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .row h3, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup h3, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header .compare h3 {
    margin: 15px 0 0 0;
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  /* line 68, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .row h3, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup h3, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header .compare h3 {
    margin: 30px 0 0 0;
    font-size: 3em;
  }
}
/* line 81, ../sass/wacom/store/_store-global.scss */
.wrapper.store-home .layer-checkout-header .row ul, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup ul, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup ul, .wrapper.store-home .layer-checkout-header hgroup ul, .wrapper.store-home .layer-checkout-header .compare ul {
  margin-top: 0;
}
@media (min-width: 768px) {
  /* line 81, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .row ul, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup ul, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup ul, .wrapper.store-home .layer-checkout-header hgroup ul, .wrapper.store-home .layer-checkout-header .compare ul {
    margin-top: 20px;
  }
}
/* line 89, ../sass/wacom/store/_store-global.scss */
.wrapper.store-home .layer-checkout-header .shop-by-container {
  bottom: -57px;
  left: 0;
  right: 0;
}
@media (min-width: 480px) {
  /* line 89, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .shop-by-container {
    left: 20px;
    right: auto;
  }
}
@media (min-width: 1200px) {
  /* line 89, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .shop-by-container {
    left: 100px;
  }
}

/* line 105, ../sass/wacom/store/_store-global.scss */
.checkout-page > .layer-section-header, .wrapper.store-home .checkout-page > .layer-checkout-header {
  z-index: 0;
  height: auto;
  background-color: #fff;
}

/* line 114, ../sass/wacom/store/_store-global.scss */
.layer-store-message h3 {
  margin-top: 0;
}

/* line 120, ../sass/wacom/store/_store-global.scss */
.store-layout .layer-store-tiles {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 124, ../sass/wacom/store/_store-global.scss */
.store-layout .layer-store-tiles > .container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: none;
}

/* line 2, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
/* line 8, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown .btn-cart {
  font-size: 1.3em;
}
/* line 14, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown .btn-cart .cart-flyout-quantity {
  display: none;
}
/* line 17, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown .btn-cart .cart-flyout-subtotal {
  display: none;
}
/* line 21, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown .btn-cart .cart-view-cart > span {
  display: none;
}
/* line 26, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  top: 50px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 26, ../sass/wacom/store/_cart-flyout.scss */
  #header .cart.dropdown > .dropdown-menu {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 26, ../sass/wacom/store/_cart-flyout.scss */
  #header .cart.dropdown > .dropdown-menu {
    top: 70px;
  }
}
/* line 43, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open .btn-cart {
  background-color: #f3f6f7;
  width: 200px;
}
/* line 47, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open .btn-cart * {
  color: #4b4d50;
}
/* line 51, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open .btn-cart .cart-flyout-quantity-icon {
  display: none;
}
/* line 54, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open .btn-cart .cart-flyout-quantity {
  display: inline-block;
}
/* line 57, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open .btn-cart .cart-flyout-subtotal {
  display: inline-block;
}
/* line 61, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open > .dropdown-menu {
  max-height: 500px;
}

/* line 70, ../sass/wacom/store/_cart-flyout.scss */
.flyout .container {
  padding: 0;
}
/* line 74, ../sass/wacom/store/_cart-flyout.scss */
.flyout .flyout-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f6f7;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout .flyout-header:before, .flyout .flyout-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout .flyout-header:after {
  clear: both;
}
/* line 80, ../sass/wacom/store/_cart-flyout.scss */
.flyout .flyout-header h3 {
  margin: 0;
}
/* line 87, ../sass/wacom/store/_cart-flyout.scss */
.flyout .flyout-scroll-area {
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 92, ../sass/wacom/store/_cart-flyout.scss */
.flyout .flyout-footer {
  padding: 20px;
}

/* line 97, ../sass/wacom/store/_cart-flyout.scss */
.flyout-container {
  background-color: #fff;
}
/* line 100, ../sass/wacom/store/_cart-flyout.scss */
.flyout-container .flyout-empty-message {
  display: block;
  padding: 0 20px;
  font-size: 1.3em;
}

@media (max-width: 992px) {
  /* line 107, ../sass/wacom/store/_cart-flyout.scss */
  .flyout-items {
    padding: 20px;
  }
}
/* line 111, ../sass/wacom/store/_cart-flyout.scss */

/* Commented out to remove alternating color
.flyout-items .flyout-item:nth-child(even) {
  background-color: #f3f6f7;
}
    //Change padding with new solid line
.flyout-item {
  padding: 10px 20px;
} */
.flyout-item {
    border-top: 1px solid #e5e5e5;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.flyout-item:first-child {
    border-top: medium none;
}
.flyout-item.ewaste {
    border-top: medium none;
}

/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout-item:before, .flyout-item:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout-item:after {
  clear: both;
}
@media (min-width: 480px) {
  /* line 121, ../sass/wacom/store/_cart-flyout.scss */
  .flyout-item .img {
    float: left;
    width: 95px;
  }
}
/* line 127, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption {
  padding-left: 20px;
  overflow: hidden;
  *zoom: 1;
}
/* line 133, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption header .name {
  margin: 0;
  font-weight: 400;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout-item figcaption .body:before, .flyout-item figcaption .body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout-item figcaption .body:after {
  clear: both;
}
/* line 142, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .info {
  font-size: 0.9em;
  margin-bottom: 10px;
}
/* line 147, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .price {
  float: left;
  width: 30%;
  color: #828b99;
}
/* line 153, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .quantity {
  float: left;
  width: 30%;
}
/* line 157, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .quantity input {
  display: inline-block;
  width: 40px;
  height: 25px;
  padding: 2px 5px;
}
/* line 164, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .quantity .btn, .flyout-item figcaption .body .quantity .scfSubmitButton {
  height: 25px;
  padding: 0 5px;
  line-height: 25px;
  font-size: 0.8em;
}
/* line 172, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .subtotal {
  float: right;
  width: 40%;
  text-align: right;
  font-weight: bold;
}
/* line 178, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .subtotal small {
  font-weight: normal;
}
/* line 184, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption footer {
  margin-top: 10px;
  font-size: 0.85em;
}
/* line 187, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption footer .remove {
  color: #adafb4;
}
/* line 189, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption footer .remove i {
  color: #adafb4;
}
/* line 192, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption footer .remove:hover {
  color: #828b99;
}
/* line 194, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption footer .remove:hover i {
  color: #828b99;
}
/* line 201, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste {
  padding: 5px 20px;
}
/* line 203, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste .img {
  text-align: center;
}
/* line 205, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste .img img {
  margin: 0 auto;
  max-width: 50%;
}
/* line 210, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste figcaption {
  padding-top: 5px;
}
/* line 212, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste figcaption .name {
  font-size: 1em;
}
/* line 215, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste figcaption .info {
  display: none;
}
/* line 216, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste figcaption footer {
  display: none;
}

@media (max-width: 992px) {
  /* line 221, ../sass/wacom/store/_cart-flyout.scss */
  .flyout-total {
    padding: 20px 40px;
  }
}
/* line 227, ../sass/wacom/store/_cart-flyout.scss */
.flyout-total table th {
  width: 40%;
}
/* line 230, ../sass/wacom/store/_cart-flyout.scss */
.flyout-total table th,
.flyout-total table td {
  padding-right: 15px;
  vertical-align: top;
}
/* line 236, ../sass/wacom/store/_cart-flyout.scss */
.flyout-total table tbody th {
  padding-right: 10px;
  font-weight: normal;
  color: #828b99;
  width: 45%;
}
/* line 241, ../sass/wacom/store/_cart-flyout.scss */
.flyout-total table tbody th,
.flyout-total table tbody td {
  font-size: .9em;
  padding-bottom: 15px;
}
/* line 247, ../sass/wacom/store/_cart-flyout.scss */
.flyout-total table tfoot th,
.flyout-total table tfoot td {
  padding-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 259, ../sass/wacom/store/_cart-flyout.scss */
.flyout-suggested .accessories .accessories-item {
  padding: 10px !important;
}
/* line 264, ../sass/wacom/store/_cart-flyout.scss */
.flyout-suggested .accessories .accessories-item .accessories-item-image img {
  width: 95px;
  height: 95px;
}

/* line 2, ../sass/wacom/store/_shop-by.scss */
.wrapper.store-home > .shop-by-container {
  display: none;
}

/* line 7, ../sass/wacom/store/_shop-by.scss */
.shop-by-container {
  min-height: 57px;
}
/* line 12, ../sass/wacom/store/_shop-by.scss */
.shop-by-container .shop-by > .panel-default > .panel-heading {
  background-color: #e6e6e6;
}

/* line 23, ../sass/wacom/store/_shop-by.scss */
.wrapper.store-home .shop-by-container .shop-by > .panel-default > .panel-heading {
  background-color: transparent;
}

/* line 30, ../sass/wacom/store/_shop-by.scss */
.shop-by {
  position: absolute;
  z-index: 100;
  margin-bottom: 0;
  min-width: 250px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
}
/* line 39, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default {
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
/* line 45, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
/* line 50, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
/* line 54, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading .panel-title a {
  color: #101114;
}
/* line 57, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading .panel-title a:after {
  font-family: 'ico';
  content: '\e81a';
  color: #4b4d50;
  margin-top: -0.6em;
}
/* line 63, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading .panel-title a.collapsed:after {
  content: '\e819';
}
/* line 69, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading + .panel-collapse .panel-body {
  padding: 0;
  border-top: none;
}
/* line 73, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading + .panel-collapse .panel-body .panel-group {
  margin-bottom: 0;
}
/* line 83, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading > .panel-title {
  font-size: 2em;
}
/* line 87, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse {
  font-size: 0.9em;
}
/* line 92, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group .panel + .panel {
  margin-top: 0;
}
/* line 95, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default {
  border-top: 1px solid #fff;
}
/* line 97, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading {
  text-transform: uppercase;
}
/* line 99, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading .panel-title {
  font-size: 1.2em;
}
/* line 104, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body {
  border-top: none;
}
/* line 109, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading {
  padding: 10px 15px;
}
/* line 111, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title {
  font-size: 1.2em;
}
/* line 113, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title > a {
  color: #4b4d50;
}
/* line 115, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title > a:after {
  content: '';
}
/* line 116, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title > a.collapsed:after {
  content: '';
}
/* line 118, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title > a:before {
  font-family: 'ico';
  content: '\e81a';
  margin-right: 5px;
}
/* line 123, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title > a.collapsed:before {
  content: '\e819';
}
/* line 131, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse .panel-body ul {
  margin-left: 15px;
}
/* line 133, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse .panel-body ul li {
  margin-left: 15px;
}
/* line 135, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse .panel-body ul li a {
  padding: 5px 0;
  font-weight: 400;
  line-height: 1.3em;
}
/* line 146, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 152, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body ul li a {
  display: block;
  padding: 5px 15px;
}
/* line 167, ../sass/wacom/store/_shop-by.scss */
.shop-by .close-dropdown {
  position: absolute;
  right: 0;
  display: none;
  padding: 2px 5px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #828b99;
  text-transform: uppercase;
  font-size: 0.9em;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
}
/* line 179, ../sass/wacom/store/_shop-by.scss */
.shop-by .close-dropdown:before {
  font-family: 'wacom';
  content: '\e610';
  margin-right: 5px;
  font-size: 1.5em;
  color: #0097D4;
  vertical-align: middle;
}

/* line 190, ../sass/wacom/store/_shop-by.scss */
.layer-store-tiles {
  overflow: visible;
}
/* line 192, ../sass/wacom/store/_shop-by.scss */
.layer-store-tiles .shop-by-container {
  position: absolute;
  z-index: 200;
}
/* line 199, ../sass/wacom/store/_shop-by.scss */
.layer-store-tiles .shop-by-container .shop-by > .panel-default .panel-heading {
  background-color: transparent;
}

/* line 1, ../sass/wacom/store/_accessories.scss */
.suggested-accessories,
.bought-together,
.flyout-suggested {
  margin-bottom: 20px;
}
/* line 6, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories,
.bought-together .accessories,
.flyout-suggested .accessories {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.suggested-accessories .accessories:before, .suggested-accessories .accessories:after,
.bought-together .accessories:before,
.bought-together .accessories:after,
.flyout-suggested .accessories:before,
.flyout-suggested .accessories:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.suggested-accessories .accessories:after,
.bought-together .accessories:after,
.flyout-suggested .accessories:after {
  clear: both;
}
/* line 11, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item,
.bought-together .accessories .accessories-item,
.flyout-suggested .accessories .accessories-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: center;
}
/* line 17, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image,
.bought-together .accessories .accessories-item .accessories-item-image,
.flyout-suggested .accessories .accessories-item .accessories-item-image {
  border-bottom: none;
  padding: 10px;
  padding-bottom: 0;
}
/* line 22, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image .img,
.bought-together .accessories .accessories-item .accessories-item-image .img,
.flyout-suggested .accessories .accessories-item .accessories-item-image .img {
  display: table;
  width: 100%;
}
/* line 26, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image .img a,
.bought-together .accessories .accessories-item .accessories-item-image .img a,
.flyout-suggested .accessories .accessories-item .accessories-item-image .img a {
  display: table-cell;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* line 32, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image .img a img,
.bought-together .accessories .accessories-item .accessories-item-image .img a img,
.flyout-suggested .accessories .accessories-item .accessories-item-image .img a img {
  width: 100%;
  height: auto;
}
/* line 39, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image figcaption,
.bought-together .accessories .accessories-item .accessories-item-image figcaption,
.flyout-suggested .accessories .accessories-item .accessories-item-image figcaption {
  padding: 10px 0 0 0;
}
/* line 42, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image figcaption h4,
.bought-together .accessories .accessories-item .accessories-item-image figcaption h4,
.flyout-suggested .accessories .accessories-item .accessories-item-image figcaption h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}
/* line 48, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image figcaption h4 a,
.bought-together .accessories .accessories-item .accessories-item-image figcaption h4 a,
.flyout-suggested .accessories .accessories-item .accessories-item-image figcaption h4 a {
  color: #4b4d50;
}
/* line 54, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-cta,
.bought-together .accessories .accessories-item .accessories-cta,
.flyout-suggested .accessories .accessories-item .accessories-cta {
  padding-top: 0;
  background-color: #fff;
}
/* line 58, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-cta .price,
.bought-together .accessories .accessories-item .accessories-cta .price,
.flyout-suggested .accessories .accessories-item .accessories-cta .price {
  display: block;
  float: none;
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  color: #828b99;
}
/* line 66, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-cta .btn, .suggested-accessories .accessories .accessories-item .accessories-cta .scfSubmitButton,
.bought-together .accessories .accessories-item .accessories-cta .btn,
.bought-together .accessories .accessories-item .accessories-cta .scfSubmitButton,
.flyout-suggested .accessories .accessories-item .accessories-cta .btn,
.flyout-suggested .accessories .accessories-item .accessories-cta .scfSubmitButton {
  float: none;
  border-radius: 0;
}

/* line 76, ../sass/wacom/store/_accessories.scss */
.suggested-accessories {
  background-color: #f3f6f7;
  padding: 15px;
}

/* line 3, ../sass/wacom/store/_product-detail.scss */
.product-detail-page .layer-section-header, .product-detail-page .wrapper.store-home .layer-checkout-header, .wrapper.store-home .product-detail-page .layer-checkout-header {
  height: auto;
}
/* line 6, ../sass/wacom/store/_product-detail.scss */
.product-detail-page .layer-section-header hgroup, .product-detail-page .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .product-detail-page .layer-checkout-header hgroup {
  min-height: inherit;
}
/* line 9, ../sass/wacom/store/_product-detail.scss */
.product-detail-page .layer-section-header hgroup h1, .product-detail-page .wrapper.store-home .layer-checkout-header hgroup h1, .wrapper.store-home .product-detail-page .layer-checkout-header hgroup h1 {
  font-size: 1.8em;
}
/* line 15, ../sass/wacom/store/_product-detail.scss */
.product-detail-page .product-detail-wrapper {
  margin-top: 40px;
}

/* line 19, ../sass/wacom/store/_product-detail.scss */
.product-information .product-name {
  margin-top: 0;
}

/* line 24, ../sass/wacom/store/_product-detail.scss */
.product-cart-box {
  padding: 20px;
  background-color: #f3f6f7;
}
/* line 28, ../sass/wacom/store/_product-detail.scss */
.product-cart-box .product-options {
  margin-bottom: 20px;
}
/* line 31, ../sass/wacom/store/_product-detail.scss */
.product-cart-box .product-price-old {
  font-size: 1.8em;
  text-decoration: line-through;
}
/* line 36, ../sass/wacom/store/_product-detail.scss */
.product-cart-box .product-price {
  font-size: 3em;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 36, ../sass/wacom/store/_product-detail.scss */
  .product-cart-box .product-price {
    float: none;
    width: 100%;
  }
}
/* line 44, ../sass/wacom/store/_product-detail.scss */
.product-cart-box .product-metadata {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

/* line 51, ../sass/wacom/store/_product-detail.scss */
.product-add-to-cart-cta ul {
  margin-top: 10px;
}
@media (min-width: 480px) {
  /* line 51, ../sass/wacom/store/_product-detail.scss */
  .product-add-to-cart-cta ul {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 50, ../sass/wacom/store/_product-detail.scss */
  .product-add-to-cart-cta {
    float: none;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 50, ../sass/wacom/store/_product-detail.scss */
  .product-add-to-cart-cta {
    float: none;
    width: 100%;
  }
}

/* line 68, ../sass/wacom/store/_product-detail.scss */
.bought-together h4 {
  font-weight: 400;
}
/* line 71, ../sass/wacom/store/_product-detail.scss */
.bought-together .compare-products {
  margin-top: 8px;
}
/* line 75, ../sass/wacom/store/_product-detail.scss */
.bought-together .row, .bought-together .layer-section-header hgroup, .layer-section-header .bought-together hgroup, .bought-together .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header .bought-together hgroup, .bought-together .compare {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 80, ../sass/wacom/store/_product-detail.scss */
.bought-together .accessories-item {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 86, ../sass/wacom/store/_product-detail.scss */
.bought-together .accessories-item .accessories-item-image img {
  height: auto;
}

/* line 94, ../sass/wacom/store/_product-detail.scss */
.see-also h4 {
  font-weight: 400;
}
/* line 97, ../sass/wacom/store/_product-detail.scss */
.see-also .compare-products {
  margin-top: 8px;
}
/* line 104, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-item-image {
  padding: 0;
  border: none;
}
/* line 108, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-item-image .product-name {
  margin: 0 0 5px 0;
  font-size: 0.9em;
}
/* line 111, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-item-image .product-name a {
  color: #4b4d50;
}
/* line 114, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-cta {
  border: 0;
  padding: 0;
  background-color: transparent;
}
/* line 119, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-cta .price {
  padding-top: 0;
  font-size: 0.9em;
  color: #828b99;
}
/* line 125, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-cta .btn, .see-also .products .accessories-item .accessories-cta .scfSubmitButton {
  padding: 2px 10px;
  font-size: 0.8em;
}

/* line 134, ../sass/wacom/store/_product-detail.scss */
.product-gallery {
  margin-bottom: 20px;
}
/* line 139, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-image .item a {
  display: block;
}
/* line 144, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-thumbnails {
  position: relative;
  padding: 5px 0;
}
/* line 148, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-thumbnails .thumbnail-nav {
  margin-right: 60px;
}
/* line 151, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-thumbnails .thumbnail-nav .thumbnail-image {
  float: left;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 160, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-thumbnails .thumbnail-nav .thumbnail-image:hover {
  opacity: 1;
  cursor: pointer;
}
/* line 168, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-thumbnails .thumbnail-3d {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 177, ../sass/wacom/store/_product-detail.scss */
.product-tabs .nav-tabs {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 177, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs {
    border: 1px solid #e5e5e5;
  }
  /* line 187, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs li {
    float: none;
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    transition: max-height 0.2s;
  }
  /* line 196, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs li a {
    border: none;
    padding: 11px 15px;
  }
  /* line 201, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs li.active {
    max-height: 100px;
  }
  /* line 203, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs li.active a {
    border: none;
  }
  /* line 208, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    content: '\e61b';
    font-family: 'wacom';
    font-size: 0.5em;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background-color: #e5e5e5;
  }
  /* line 223, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs.expand li {
    max-height: 100px;
  }
  /* line 226, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs.expand:after {
    content: '\e61c';
  }
}
/* line 232, ../sass/wacom/store/_product-detail.scss */
.product-tabs .tab-pane {
  padding: 20px 0 30px 0;
}
/* line 235, ../sass/wacom/store/_product-detail.scss */
.product-tabs .tab-pane .specs {
  width: 100%;
}
/* line 239, ../sass/wacom/store/_product-detail.scss */
.product-tabs .tab-pane .specs .spec-list .spec-row {
  color: #828b99;
  border-bottom-color: #f3f6f7;
}
/* line 245, ../sass/wacom/store/_product-detail.scss */
.product-tabs .tab-pane .specs .more,
.product-tabs .tab-pane .specs .less {
  color: #4b4d50;
  background-color: #f3f6f7;
}

/* line 254, ../sass/wacom/store/_product-detail.scss */
.compare-products {
  text-align: right;
}
/* line 258, ../sass/wacom/store/_product-detail.scss */
.compare-products li:before {
  content: '|';
  margin-right: 12px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #adafb4;
}
/* line 265, ../sass/wacom/store/_product-detail.scss */
.compare-products li:first-child:before {
  content: '';
}

/* line 271, ../sass/wacom/store/_product-detail.scss */
.rating-reviews {
  text-align: right;
}
/* line 274, ../sass/wacom/store/_product-detail.scss */
.rating-reviews ul {
  display: inline-block;
}
/* line 278, ../sass/wacom/store/_product-detail.scss */
.rating-reviews .stars li {
  padding-left: 0;
  padding-right: 0;
}

/* line 285, ../sass/wacom/store/_product-detail.scss */
.product-cart-box {
  margin-bottom: 20px;
}
/* line 288, ../sass/wacom/store/_product-detail.scss */
.product-cart-box .backorder {
  font-size: 0.8em;
  text-transform: uppercase;
}

/* line 294, ../sass/wacom/store/_product-detail.scss */
.product-promos {
  margin-bottom: 20px;
}

/* line 305, ../sass/wacom/store/_product-detail.scss */
.see-also {
  margin-top: 50px;
  margin-bottom: 20px;
}
/* line 310, ../sass/wacom/store/_product-detail.scss */
.see-also .products .product-item {
  padding: 10px;
}
/* line 314, ../sass/wacom/store/_product-detail.scss */
.see-also .products .product-item figure a {
  display: block;
  margin-bottom: 5px;
}
/* line 319, ../sass/wacom/store/_product-detail.scss */
.see-also .products .product-item .name {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}
/* line 325, ../sass/wacom/store/_product-detail.scss */
.see-also .products .product-item .price {
  margin: 0;
  font-size: 1em;
}

/* line 334, ../sass/wacom/store/_product-detail.scss */
.status .tracking,
.status .backorder {
  display: block;
}

/* line 10, ../sass/wacom/store/_create-account.scss */
.social-account {
  margin-top: 100px;
}

/* line 1, ../sass/wacom/store/_checkout.scss */
.layer-steps {
  padding: 20px 0;
  background-color: #f3f6f7;
}
/* line 5, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps {
  margin-bottom: 0;
}
/* line 8, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step {
  font-size: 1.4em;
  line-height: 30px;
  color: #e5e5e5;
}
@media (max-width: 767px) {
  /* line 8, ../sass/wacom/store/_checkout.scss */
  .layer-steps .steps .step {
    display: block;
    margin: 5px 0;
  }
}
@media (min-width: 992px) {
  /* line 8, ../sass/wacom/store/_checkout.scss */
  .layer-steps .steps .step {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 8, ../sass/wacom/store/_checkout.scss */
  .layer-steps .steps .step {
    margin-right: 50px;
  }
}
/* line 23, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step .number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #e5e5e5;
  color: #fff;
  border-radius: 30px;
}
/* line 34, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step.active {
  color: #0097D4;
}
/* line 37, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step.active .number {
  background-color: #0097D4;
}
/* line 42, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step.completed {
  color: #adafb4;
}
/* line 45, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step.completed .number {
  background-color: #adafb4;
}
/* line 52, ../sass/wacom/store/_checkout.scss */
.layer-steps .checkout-phone {
  margin: 30px 0 0 0;
  line-height: 30px;
}
@media (min-width: 992px) {
  /* line 52, ../sass/wacom/store/_checkout.scss */
  .layer-steps .checkout-phone {
    margin: 0;
    text-align: right;
  }
}

/* line 62, ../sass/wacom/store/_checkout.scss */
.layer-checkout-nav {
  background-color: #f3f6f7;
}
@media (max-width: 768px) {
  /* line 64, ../sass/wacom/store/_checkout.scss */
  .layer-checkout-nav > .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 72, ../sass/wacom/store/_checkout.scss */
.layer-guarantees {
  padding: 0;
  background-color: #0097D4;
  color: #fff;
}
@media (max-width: 991px) {
  /* line 72, ../sass/wacom/store/_checkout.scss */
  .layer-guarantees {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.guarantees .guarantee:before, .guarantees .guarantee:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.guarantees .guarantee:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 82, ../sass/wacom/store/_checkout.scss */
  .guarantees .guarantee {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0 30px 20px;
  }
}
/* line 89, ../sass/wacom/store/_checkout.scss */
.guarantees .guarantee img {
  float: left;
  margin-right: 10px;
}
/* line 94, ../sass/wacom/store/_checkout.scss */
.guarantees .guarantee figcaption {
  overflow: hidden;
}
/* line 97, ../sass/wacom/store/_checkout.scss */
.guarantees .guarantee figcaption h4 {
  margin: 0;
  font-size: 1.5em;
}
/* line 104, ../sass/wacom/store/_checkout.scss */
.guarantees > div:first-child .guarantee {
  border-left: none;
}

/* line 110, ../sass/wacom/store/_checkout.scss */
.layer-support {
  background-color: #f3f6f7;
}

/* line 114, ../sass/wacom/store/_checkout.scss */
.layer-checkout-footer {
  background-color: #f3f6f7;
}
/* line 117, ../sass/wacom/store/_checkout.scss */
.layer-checkout-footer .copyright {
  font-size: 0.8em;
  color: #828b99;
  text-align: center;
}
/* line 123, ../sass/wacom/store/_checkout.scss */
.layer-checkout-footer .footer-logo {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
}

/* line 131, ../sass/wacom/store/_checkout.scss */
.shipping-option {
  margin: 40px 0;
}
/* line 134, ../sass/wacom/store/_checkout.scss */
.shipping-option .radio {
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.shipping-option .radio:before, .shipping-option .radio:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.shipping-option .radio:after {
  clear: both;
}
/* line 139, ../sass/wacom/store/_checkout.scss */
.shipping-option .radio:first-child {
  border-top: 1px solid #e5e5e5;
}
/* line 142, ../sass/wacom/store/_checkout.scss */
.shipping-option .radio.selected {
  background-color: #f3f6f7;
}
/* line 146, ../sass/wacom/store/_checkout.scss */
.shipping-option .radio label {
  float: left;
  width: 60%;
  font-size: 1.3em;
}
/* line 151, ../sass/wacom/store/_checkout.scss */
.shipping-option .radio .shipping-time {
  float: left;
  width: 40%;
  text-align: right;
  color: #828b99;
}

/* line 160, ../sass/wacom/store/_checkout.scss */
.payment-information {
  margin: 40px 0;
}

/* line 165, ../sass/wacom/store/_checkout.scss */
.shipping-box h3 {
  margin-top: 0;
}
/* line 168, ../sass/wacom/store/_checkout.scss */
.shipping-box p {
  margin-bottom: 0;
}

/* line 173, ../sass/wacom/store/_checkout.scss */
.secure-checkout {
  margin-bottom: 30px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.secure-checkout:before, .secure-checkout:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.secure-checkout:after {
  clear: both;
}
/* line 177, ../sass/wacom/store/_checkout.scss */
.secure-checkout > div {
  float: right;
  min-width: 255px;
  line-height: 1em !important;
}
/* line 182, ../sass/wacom/store/_checkout.scss */
.secure-checkout > div img {
  float: left;
  margin-right: 5px;
}
/* line 187, ../sass/wacom/store/_checkout.scss */
.secure-checkout > div p {
  display: inline;
  line-height: 1em !important;
}

/* line 195, ../sass/wacom/store/_checkout.scss */
.layer-checkout-confirmation .secure-checkout {
  display: none;
}

@media (max-width: 991px) {
  /* line 200, ../sass/wacom/store/_checkout.scss */
  .cart-information {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* line 208, ../sass/wacom/store/_checkout.scss */
.billing-address.confirmation .form-group {
  margin-bottom: 0;
}

/* line 2, ../sass/wacom/store/_cart.scss */
.cart .panel {
  border-radius: 0;
}
/* line 5, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading {
  border-radius: 0;
  background-color: #4b4d50;
}
/* line 9, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title {
  line-height: 1.7em;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.cart .panel .panel-heading .panel-title:before, .cart .panel .panel-heading .panel-title:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.cart .panel .panel-heading .panel-title:after {
  clear: both;
}
/* line 13, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title a {
  padding-right: 0;
}
/* line 16, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title a:after {
  display: none;
  content: '';
}
/* line 21, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title a:before {
  float: left;
  width: 5%;
  content: '\e81a';
  font-family: 'ico';
  color: #fff;
}
/* line 29, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title a.collapsed:before {
  content: '\e819';
}
/* line 34, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title span {
  display: block;
  vertical-align: bottom;
  color: #fff;
}
/* line 39, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .title {
  font-size: 1.5em;
}
@media (min-width: 480px) {
  /* line 39, ../sass/wacom/store/_cart.scss */
  .cart .panel .panel-heading .panel-title .title {
    float: left;
    width: 40%;
  }
}
/* line 46, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .title small {
  font-size: 0.6em;
}
/* line 49, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .title small a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
/* line 54, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .title small a:before {
  display: none;
}
/* line 60, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .subtotal {
  font-size: 0.9em;
}
@media (min-width: 480px) {
  /* line 60, ../sass/wacom/store/_cart.scss */
  .cart .panel .panel-heading .panel-title .subtotal {
    float: right;
    width: 40%;
    text-align: right;
  }
}
/* line 68, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .subtotal strong {
  margin-left: 20px;
  font-size: 1.3em;
  line-height: 1em;
  color: #fff;
}
/* line 75, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .items {
  font-size: 0.9em;
}
@media (min-width: 480px) {
  /* line 75, ../sass/wacom/store/_cart.scss */
  .cart .panel .panel-heading .panel-title .items {
    float: right;
    width: 15%;
    text-align: right;
  }
}
/* line 86, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-collapse {
  position: relative;
}
/* line 90, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-body {
  padding: 0;
}

/* line 96, ../sass/wacom/store/_cart.scss */
.cart {
  margin-bottom: 40px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
/* line 101, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item {
  position: relative;
  margin: 15px;
  /*padding-top: 20px;*/
  border-top: 1px solid #e5e5e5;
}
/* line 107, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item:first-child {
  border-top: none;
}
@media (min-width: 480px) {
  /* line 111, ../sass/wacom/store/_cart.scss */
  .cart .cart-items .cart-item .img {
    float: left;
    width: 95px;
    margin-right: 10px;
  }
}
/* line 118, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item .img img {
  width: 100%;
}
@media (min-width: 480px) {
  /* line 122, ../sass/wacom/store/_cart.scss */
  .cart .cart-items .cart-item figcaption {
    margin-left: 105px;
  }
}
/* line 128, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption header h4 {
  font-weight: 400;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.cart .cart-items .cart-item figcaption .body:before, .cart .cart-items .cart-item figcaption .body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.cart .cart-items .cart-item figcaption .body:after {
  clear: both;
}
/* line 135, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption .body .info {
  font-size: 0.9em;
  margin-bottom: 20px;
}
/* line 139, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption .body .price {
  float: left;
  width: 30%;
  line-height: 30px;
}
/* line 144, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption .body .quantity {
  float: left;
  width: 30%;
  line-height: 30px;
}
/* line 149, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption .body .quantity input {
  width: 40px;
  height: 27px;
  margin-right: 5px;
  padding: 2px 5px;
}
/* line 156, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption .body .subtotal {
  float: right;
  width: 40%;
  text-align: right;
  font-size: 1.5em;
}
/* line 164, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption footer {
  font-size: 0.9em;
}
@media (min-width: 480px) {
  /* line 164, ../sass/wacom/store/_cart.scss */
  .cart .cart-items .cart-item figcaption footer {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
/* line 172, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption footer a {
  color: #adafb4;
}
/* line 175, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption footer a i {
  color: #adafb4;
}
/* line 179, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption footer a:hover {
  color: #828b99;
}
/* line 181, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption footer a:hover i {
  color: #828b99;
}
/* line 188, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
}
/* line 193, ../sass/wacom/store/_cart.scss */
/*.cart .cart-items .cart-item.ewaste .img {
  text-align: center;
}*/
/* line 196, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste .img img {
  max-width: 50%;
}
/* line 204, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption header h4 {
  margin: 0;
  font-size: 1.1em;
}
/* line 210, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption .body .info {
  margin-bottom: 0;
}
/* line 213, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption .body .price {
  line-height: 1.3em;
}
/* line 216, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption .body .quantity {
  display: none;
}
/* line 217, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption .body .subtotal {
  font-size: 1.1em;
}
/* line 221, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption footer {
  display: none;
}
/* line 227, ../sass/wacom/store/_cart.scss */
.cart .cart-subtotal {
  text-align: right;
  font-size: 1.2em;
  margin-right: 15px;
  border-top: 1px solid #e5e5e5;
}
/* line 234, ../sass/wacom/store/_cart.scss */
.cart .suggested-accessories {
  margin-bottom: 0;
}
/* line 238, ../sass/wacom/store/_cart.scss */
.cart .cart-collapse {
  position: absolute;
  bottom: -1.9em;
  right: 0;
  line-height: 1.5em;
  padding: 2px 10px;
  background-color: #e5e5e5;
  color: #828b99;
  text-transform: uppercase;
  font-size: 0.9em;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
}
/* line 252, ../sass/wacom/store/_cart.scss */
.cart .cart-collapse a:before {
  font-family: 'wacom';
  content: '\e610';
  margin-right: 5px;
  color: #0097D4;
  vertical-align: middle;
}

/* line 263, ../sass/wacom/store/_cart.scss */
.cart-total {
  background-color: #e5e5e5;
  padding: 15px;
}
/* line 267, ../sass/wacom/store/_cart.scss */
.cart-total .table {
  margin-bottom: 0;
}
/* line 270, ../sass/wacom/store/_cart.scss */
.cart-total .table th {
  font-weight: 400;
}
/* line 274, ../sass/wacom/store/_cart.scss */
.cart-total .table td {
  text-align: right;
}
/* line 277, ../sass/wacom/store/_cart.scss */
.cart-total .table td input {
  vertical-align: middle;
  width: 90px;
}
/* line 281, ../sass/wacom/store/_cart.scss */
.cart-total .table td .btn, .cart-total .table td .scfSubmitButton {
  font-size: 0.85em;
  padding: 4px 10px;
  vertical-align: middle;
}
/* line 288, ../sass/wacom/store/_cart.scss */
.cart-total .table th,
.cart-total .table td {
  border-top: none;
  padding-left: 0;
}
/* line 295, ../sass/wacom/store/_cart.scss */
.cart-total .table tfoot th,
.cart-total .table tfoot td {
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 301, ../sass/wacom/store/_cart.scss */
.cart-total .table tfoot th {
  font-size: 1.1em;
}
/* line 304, ../sass/wacom/store/_cart.scss */
.cart-total .table tfoot td {
  font-size: 1.3em;
}

/* line 3, ../sass/wacom/store/_navbar.scss */
.checkout-page #header .navbar-header {
  float: left;
  width: 52px;
}
/* line 7, ../sass/wacom/store/_navbar.scss */
.checkout-page #header .navbar-text {
  float: right;
}

/* account */
/* line 3, ../sass/wacom/store/_account-dropdown.scss */
.account-dropdown .dropdown-menu {
  width: 500px;
}
/* line 6, ../sass/wacom/store/_account-dropdown.scss */
.account-dropdown .dropdown-menu .container {
  padding: 0 20px;
}
/* line 12, ../sass/wacom/store/_account-dropdown.scss */
.account-dropdown figure .img {
  padding-right: 0;
}
/* line 17, ../sass/wacom/store/_account-dropdown.scss */
.account-dropdown figure figcaption ul li {
  margin-bottom: 10px;
}

/* line 1, ../sass/wacom/store/_registration.scss */
.select-product {
  margin-bottom: 50px;
}
/* line 4, ../sass/wacom/store/_registration.scss */
.select-product .product-family-member {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 8, ../sass/wacom/store/_registration.scss */
.select-product .product-family-member h4 {
  margin-bottom: 0;
}
/* line 11, ../sass/wacom/store/_registration.scss */
.select-product .product-family-member h4 + p {
  margin-top: 0;
}
/* line 14, ../sass/wacom/store/_registration.scss */
.select-product .product-family-member:hover {
  background-color: #f3f6f7;
}
/* line 17, ../sass/wacom/store/_registration.scss */
.select-product .product-family-member.selected {
  background-color: #0097D4;
  color: #fff;
}

/* line 24, ../sass/wacom/store/_registration.scss */
.account-information {
  margin: 40px 0;
}

/* line 2, ../sass/wacom/store/_address.scss */
.address-form .control-label, .address-form .scfDropListLabel, .address-form .scfEmailLabel, .address-form .scfMultipleLineTextLabel, .address-form .scfSingleLineTextLabel, .address-form .scfPasswordLabel, .address-form .scfNumberLabel, .address-form .scfDatePickerLabel, .address-form .scfDateLabel, .address-form .scfRadioButtonListLabel, .address-form .scfCheckBoxListLabel, .address-form .scfListBoxLabel, .address-form .scfFileUploadLabel, .address-form .scfDateSelectorLabel, .address-form .scfCreditCardLabel, .address-form .scfConfirmPasswordLabel, .address-form .scfCaptchaLabel, .address-form .scfTelephoneLabel, .address-form .scfSmsTelephoneLabel {
  padding-right: 0;
}
/* line 8, ../sass/wacom/store/_address.scss */
.address-form .checkbox input[type="checkbox"] {
  margin-left: 0;
}
/* line 12, ../sass/wacom/store/_address.scss */
.address-form .radio {
  padding-top: 0;
  padding-left: 45px;
}

/* line 18, ../sass/wacom/store/_address.scss */
.add-new-address {
  background-color: #f3f6f7;
}

/* line 24, ../sass/wacom/store/_address.scss */
.current-address:not(.edit) .form-group {
  margin-bottom: 10px;
}
/* line 27, ../sass/wacom/store/_address.scss */
.current-address:not(.edit) .form-group .control-label, .current-address:not(.edit) .form-group .scfDropListLabel, .current-address:not(.edit) .form-group .scfEmailLabel, .current-address:not(.edit) .form-group .scfMultipleLineTextLabel, .current-address:not(.edit) .form-group .scfSingleLineTextLabel, .current-address:not(.edit) .form-group .scfPasswordLabel, .current-address:not(.edit) .form-group .scfNumberLabel, .current-address:not(.edit) .form-group .scfDatePickerLabel, .current-address:not(.edit) .form-group .scfDateLabel, .current-address:not(.edit) .form-group .scfRadioButtonListLabel, .current-address:not(.edit) .form-group .scfCheckBoxListLabel, .current-address:not(.edit) .form-group .scfListBoxLabel, .current-address:not(.edit) .form-group .scfFileUploadLabel, .current-address:not(.edit) .form-group .scfDateSelectorLabel, .current-address:not(.edit) .form-group .scfCreditCardLabel, .current-address:not(.edit) .form-group .scfConfirmPasswordLabel, .current-address:not(.edit) .form-group .scfCaptchaLabel, .current-address:not(.edit) .form-group .scfTelephoneLabel, .current-address:not(.edit) .form-group .scfSmsTelephoneLabel {
  padding-top: 0;
}
/* line 30, ../sass/wacom/store/_address.scss */
.current-address:not(.edit) .form-group .form-control-static {
  padding: 0;
}
/* line 34, ../sass/wacom/store/_address.scss */
.current-address:not(.edit) .group-1 {
  margin: 20px 0;
}
/* line 39, ../sass/wacom/store/_address.scss */
.current-address .form-group {
  -webkit-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s;
}
/* line 44, ../sass/wacom/store/_address.scss */
.current-address .control-label, .current-address .scfDropListLabel, .current-address .scfEmailLabel, .current-address .scfMultipleLineTextLabel, .current-address .scfSingleLineTextLabel, .current-address .scfPasswordLabel, .current-address .scfNumberLabel, .current-address .scfDatePickerLabel, .current-address .scfDateLabel, .current-address .scfRadioButtonListLabel, .current-address .scfCheckBoxListLabel, .current-address .scfListBoxLabel, .current-address .scfFileUploadLabel, .current-address .scfDateSelectorLabel, .current-address .scfCreditCardLabel, .current-address .scfConfirmPasswordLabel, .current-address .scfCaptchaLabel, .current-address .scfTelephoneLabel, .current-address .scfSmsTelephoneLabel {
  color: #808285;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
/* line 50, ../sass/wacom/store/_address.scss */
.current-address .form-control-static {
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
/* line 56, ../sass/wacom/store/_address.scss */
.current-address .form-control, .current-address .scfEmailTextBox, .current-address .scfSingleLineTextBox, .current-address .scfPasswordTextBox, .current-address .scfNumberTextBox, .current-address .scfDatePickerTextBox, .current-address .scfDateTextBox, .current-address .scfRadioButtonList, .current-address .scfListBox, .current-address .scfCheckBoxList, .current-address .scfFileUpload, .current-address .scfCreditCardTextBox, .current-address .scfCreditCardType, .current-address .scfConfirmPasswordTextBox, .current-address .scfTelephoneTextBox, .current-address .scfSmsTelephoneTextBox,
.current-address .scfMultipleLineTextBox,
.current-address .scfDropList {
  display: none;
}
/* line 61, ../sass/wacom/store/_address.scss */
.current-address .address-label .form-control-static {
  font-weight: bold;
}
/* line 65, ../sass/wacom/store/_address.scss */
.current-address .address-type {
  padding: 10px;
  background-color: #f3f6f7;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* line 74, ../sass/wacom/store/_address.scss */
.current-address .address-footer {
  padding: 10px  0;
  border-top: 2px solid #e5e5e5;
}
/* line 79, ../sass/wacom/store/_address.scss */
.current-address .cancel,
.current-address .save {
  display: none;
}
/* line 85, ../sass/wacom/store/_address.scss */
.current-address.edit .form-control-static {
  display: none;
}
/* line 88, ../sass/wacom/store/_address.scss */
.current-address.edit .form-control, .current-address.edit .scfEmailTextBox, .current-address.edit .scfSingleLineTextBox, .current-address.edit .scfPasswordTextBox, .current-address.edit .scfNumberTextBox, .current-address.edit .scfDatePickerTextBox, .current-address.edit .scfDateTextBox, .current-address.edit .scfRadioButtonList, .current-address.edit .scfListBox, .current-address.edit .scfCheckBoxList, .current-address.edit .scfFileUpload, .current-address.edit .scfCreditCardTextBox, .current-address.edit .scfCreditCardType, .current-address.edit .scfConfirmPasswordTextBox, .current-address.edit .scfTelephoneTextBox, .current-address.edit .scfSmsTelephoneTextBox,
.current-address.edit .scfMultipleLineTextBox,
.current-address.edit .scfDropList {
  display: block;
}
/* line 91, ../sass/wacom/store/_address.scss */
.current-address.edit .edit,
.current-address.edit .delete {
  display: none;
}
/* line 93, ../sass/wacom/store/_address.scss */
.current-address.edit .cancel,
.current-address.edit .save {
  display: inline-block;
}

/* line 3, ../sass/wacom/store/_my-products.scss */
.my-product {
  border: 1px solid #e5e5e5;
}
/* line 7, ../sass/wacom/store/_my-products.scss */
.my-product header h3 {
  margin-top: 10px;
}
/* line 10, ../sass/wacom/store/_my-products.scss */
.my-product header p {
  margin-top: 15px;
}
/* line 16, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-body figure {
  text-align: center;
}
/* line 18, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-body figure .img {
  min-height: 180px;
}
/* line 20, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-body figure .img img {
  margin: 0 auto;
}
/* line 30, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-info {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.my-product .my-product-info:before, .my-product .my-product-info:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.my-product .my-product-info:after {
  clear: both;
}
/* line 39, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-info h4 {
  float: left;
  width: 70%;
  margin: 0;
}
/* line 44, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-info p {
  float: left;
  width: 70%;
  margin: 0;
}
/* line 49, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-info .btn, .my-product .my-product-info .scfSubmitButton {
  float: right;
  width: 28%;
  margin-top: -0.8em;
  margin-left: 2%;
}
/* line 57, ../sass/wacom/store/_my-products.scss */
.my-product .suggested-accessories {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 50px;
}
/* line 65, ../sass/wacom/store/_my-products.scss */
.my-product .suggested-accessories .see-more-accessories {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 71, ../sass/wacom/store/_my-products.scss */
.my-product .suggested-accessories .see-more-accessories .btn, .my-product .suggested-accessories .see-more-accessories .scfSubmitButton {
  display: block;
}

/* line 1, ../sass/wacom/store/_my-account.scss */
.profile-links {
  padding-left: 20px;
}
/* line 4, ../sass/wacom/store/_my-account.scss */
.profile-links p {
  line-height: 1.3em;
}

/* line 3, ../sass/wacom/account/_profile.scss */
.profile-photo .img img {
  width: 100%;
}
/* line 7, ../sass/wacom/account/_profile.scss */
.profile-photo .profile-photo {
  text-align: center;
}

/* line 12, ../sass/wacom/account/_profile.scss */
.update-profile-photo,
.update-profile-photo span {
  color: #0097D4;
}
/* line 15, ../sass/wacom/account/_profile.scss */
.update-profile-photo .upload {
  display: none;
}
/* line 18, ../sass/wacom/account/_profile.scss */
.update-profile-photo.collapsed .upload {
  display: inline;
}
/* line 19, ../sass/wacom/account/_profile.scss */
.update-profile-photo.collapsed .cancel {
  display: none;
}
/* line 22, ../sass/wacom/account/_profile.scss */
.update-profile-photo:hover {
  color: #828b99;
}

/* line 27, ../sass/wacom/account/_profile.scss */
.btn-change-password {
  display: none;
  font-size: 0.9em;
  margin-left: 10px;
  line-height: 1.5em;
  text-decoration: underline;
}
/* line 34, ../sass/wacom/account/_profile.scss */
.btn-change-password:hover {
  color: #828b99;
}
/* line 38, ../sass/wacom/account/_profile.scss */
.btn-change-password.collapsed {
  display: inline-block;
}

/* line 44, ../sass/wacom/account/_profile.scss */
.btn-edit-profile {
  display: none;
}
/* line 47, ../sass/wacom/account/_profile.scss */
.btn-edit-profile.collapsed {
  display: inline-block;
}

/* support */
/* line 5, ../sass/wacom/support/_support-global.scss */
.layer-hero.medium .hero section > .container {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  /* line 5, ../sass/wacom/support/_support-global.scss */
  .layer-hero.medium .hero section > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 23, ../sass/wacom/support/_support-global.scss */
.layer-tutorials .container {
  border-top: 1px solid #e5e5e5;
}
/* line 26, ../sass/wacom/support/_support-global.scss */
.layer-tutorials .container:first-child {
  border-top: none;
}

@media (max-width: 991px) {
  /* line 32, ../sass/wacom/support/_support-global.scss */
  .layer-support-header > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 2, ../sass/wacom/support/_faq-bar.scss */
.faq-bar ul {
  margin: 0;
  padding: 20px 0;
}
/* line 6, ../sass/wacom/support/_faq-bar.scss */
.faq-bar ul li {
  margin: 10px 0;
}

/* line 13, ../sass/wacom/support/_faq-bar.scss */
.faq-search {
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #0085bb;
}
@media (min-width: 992px) {
  /* line 19, ../sass/wacom/support/_faq-bar.scss */
  .faq-search input[type="text"] {
    width: 74%;
    border: none;
  }
  /* line 23, ../sass/wacom/support/_faq-bar.scss */
  .faq-search .btn, .faq-search .scfSubmitButton {
    width: 25%;
    font-size: 1.15em;
  }
}

/* line 3, ../sass/wacom/support/_support-table.scss */
.support-table-heading {
  padding: 5px 0;
  background-color: #f3f6f7;
}

/* line 8, ../sass/wacom/support/_support-table.scss */
.support-table-row {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 12, ../sass/wacom/support/_support-table.scss */
.support-table-row .driver-file-size {
  white-space: nowrap;
}
/* line 16, ../sass/wacom/support/_support-table.scss */
.support-table-row .btn, .support-table-row .scfSubmitButton {
  float: right;
}

/* line 1, ../sass/wacom/support/_drivers.scss */
.drivers {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 1, ../sass/wacom/support/_drivers.scss */
  .drivers {
    border-bottom: 2px solid #e5e5e5;
  }
}
/* line 9, ../sass/wacom/support/_drivers.scss */
.drivers > header h3 {
  margin-top: 0;
}
/* line 12, ../sass/wacom/support/_drivers.scss */
.drivers > header ul {
  margin-bottom: 20px;
}

/* line 19, ../sass/wacom/support/_drivers.scss */
.container .drivers:last-child {
  border-bottom: none;
}

.driver-compatibility-section .driver-compatibility-list {
  display: none;
  position: absolute;
  top: 0;
  left: 65%;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 25px 20px 10px 20px;
  z-index: 5;
  width: 90%;
}

@media (max-width: 991px) {
    .driver-compatibility-section .driver-compatibility-list {
        left: 5%;
        width: 90%;
    }
}

.driver-compatibility-section.show .driver-compatibility-list {
  display: block;
  opacity: 1;
}
.driver-compatibility-list .ico-cancel-circle, .driver-compatibility-link {
    cursor:pointer;
}

.driver-compatibility-list .ico-cancel-circle {
    position: absolute;
    right: 10px;
    top: 10px;
}

/* line 1, ../sass/wacom/support/_product-detail.scss */
.product-detail-support {
  background-color: #f3f6f7;
  font-size: 1.1em;
}
/* line 5, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-intro {
  position: relative;
  min-height: 205px;
  padding-right: 10%;
}
/* line 10, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-intro h2 {
  font-size: 2.5em;
}
/* line 14, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-intro img {
  position: absolute;
  z-index: 10;
  right: -28%;
  bottom: 0;
}
/* line 21, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-getting-started {
  min-height: 205px;
  background-color: #0097D4;
}
/* line 25, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-getting-started a {
  display: block;
  padding: 50px 20px 50px 20px;
}
/* line 29, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-getting-started a h4 .link-text {
  color: #fff !important;
}
/* line 32, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-getting-started a h4 i {
  color: #fff;
}
/* line 38, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-select {
  min-height: 205px;
  padding: 20px 0 20px 20px;
}

/* line 50, ../sass/wacom/support/_product-detail.scss */
.support-product-faqs .img,
.support-product-manuals .img,
.support-product-warranty .img {
  text-align: center;
}
/* line 53, ../sass/wacom/support/_product-detail.scss */
.support-product-faqs h3,
.support-product-manuals h3,
.support-product-warranty h3 {
  text-align: center;
}
/* line 57, ../sass/wacom/support/_product-detail.scss */
.support-product-faqs ul li,
.support-product-manuals ul li,
.support-product-warranty ul li {
  margin: 20px 0;
}
/* line 60, ../sass/wacom/support/_product-detail.scss */
.support-product-faqs ul li a .small,
.support-product-manuals ul li a .small,
.support-product-warranty ul li a .small {
  color: #828b99;
}

/* line 70, ../sass/wacom/support/_product-detail.scss */
.support-product-manuals ul,
.support-product-warranty ul {
  text-align: left;
}
/* line 72, ../sass/wacom/support/_product-detail.scss */
.support-product-manuals ul li,
.support-product-warranty ul li {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
/* line 76, ../sass/wacom/support/_product-detail.scss */
.support-product-manuals ul li:first-child,
.support-product-warranty ul li:first-child {
  border-top: none;
  padding-top: 0;
}

/* line 1, ../sass/wacom/support/_faqs.scss */
.faq-search-form {
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 4, ../sass/wacom/support/_faqs.scss */
.faq-search-form .form-group {
  display: block;
}
/* line 7, ../sass/wacom/support/_faqs.scss */
.faq-search-form .form-control, .faq-search-form .scfEmailTextBox, .faq-search-form .scfSingleLineTextBox, .faq-search-form .scfPasswordTextBox, .faq-search-form .scfNumberTextBox, .faq-search-form .scfDatePickerTextBox, .faq-search-form .scfDateTextBox, .faq-search-form .scfRadioButtonList, .faq-search-form .scfListBox, .faq-search-form .scfCheckBoxList, .faq-search-form .scfFileUpload, .faq-search-form .scfCreditCardTextBox, .faq-search-form .scfCreditCardType, .faq-search-form .scfConfirmPasswordTextBox, .faq-search-form .scfTelephoneTextBox, .faq-search-form .scfSmsTelephoneTextBox,
.faq-search-form .scfMultipleLineTextBox,
.faq-search-form .scfDropList {
  margin: 10px 0;
  border-radius: 0;
}
@media (min-width: 480px) {
  /* line 7, ../sass/wacom/support/_faqs.scss */
  .faq-search-form .form-control, .faq-search-form .scfEmailTextBox, .faq-search-form .scfSingleLineTextBox, .faq-search-form .scfPasswordTextBox, .faq-search-form .scfNumberTextBox, .faq-search-form .scfDatePickerTextBox, .faq-search-form .scfDateTextBox, .faq-search-form .scfRadioButtonList, .faq-search-form .scfListBox, .faq-search-form .scfCheckBoxList, .faq-search-form .scfFileUpload, .faq-search-form .scfCreditCardTextBox, .faq-search-form .scfCreditCardType, .faq-search-form .scfConfirmPasswordTextBox, .faq-search-form .scfTelephoneTextBox, .faq-search-form .scfSmsTelephoneTextBox,
  .faq-search-form .scfMultipleLineTextBox,
  .faq-search-form .scfDropList {
    display: inline-block;
    margin: 0;
    width: 75%;
  }
}
/* line 16, ../sass/wacom/support/_faqs.scss */
.faq-search-form .btn.btn-lg, .faq-search-form .btn-lg.scfSubmitButton {
  line-height: 1.25;
}
@media (min-width: 480px) {
  /* line 16, ../sass/wacom/support/_faqs.scss */
  .faq-search-form .btn.btn-lg, .faq-search-form .btn-lg.scfSubmitButton {
    width: 25%;
  }
}
@media (max-width: 991px) {
  /* line 24, ../sass/wacom/support/_faqs.scss */
  .faq-search-form + div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 28, ../sass/wacom/support/_faqs.scss */
  .faq-search-form + div[class^="col-"] .quick-links-tile {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 36, ../sass/wacom/support/_faqs.scss */
.faq-topics {
  margin: 30px 0;
}
/* line 40, ../sass/wacom/support/_faqs.scss */
.faq-topics ul li {
  margin: 15px 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s, margin 0.2s;
  -o-transition: max-height 0.2s, margin 0.2s;
  transition: max-height 0.2s, margin 0.2s;
}
/* line 47, ../sass/wacom/support/_faqs.scss */
.faq-topics ul li:nth-child(n+6) {
  max-height: 0;
  margin: 0;
}
/* line 54, ../sass/wacom/support/_faqs.scss */
.faq-topics .more,
.faq-topics .less {
  color: #828b99;
  cursor: pointer;
}
/* line 59, ../sass/wacom/support/_faqs.scss */
.faq-topics .more:hover,
.faq-topics .less:hover {
  color: #0097D4;
}
/* line 64, ../sass/wacom/support/_faqs.scss */
.faq-topics .more,
.faq-topics .less {
  display: none;
}
/* line 72, ../sass/wacom/support/_faqs.scss */
.faq-topics.expand ul li:nth-child(n+6) {
  max-height: 5em;
  margin: 15px 0;
}
/* line 78, ../sass/wacom/support/_faqs.scss */
.faq-topics.expand .more {
  display: none !important;
}
/* line 79, ../sass/wacom/support/_faqs.scss */
.faq-topics.expand .less {
  display: block;
}

/* line 83, ../sass/wacom/support/_faqs.scss */
.faq-article {
  margin-bottom: 100px;
}

/* line 88, ../sass/wacom/support/_faqs.scss */
div[class^="col-"] .quick-links-tile {
  width: 100% !important;
}

/* line 2, ../sass/wacom/_font-resizer.scss */
.ir.font-large section[class^="layer"]:not(.layer-sub-header) {
  font-size: 1.2em;
}

/* line 8, ../sass/wacom/_font-resizer.scss */
.ir.font-extra-large section[class^="layer"]:not(.layer-sub-header) {
  font-size: 1.4em;
}

/* line 1, ../sass/wacom/_utility.scss */
.no-margin {
  margin: 0;
}

/* line 2, ../sass/wacom/_utility.scss */
.no-padding {
  padding: 0;
}

/* line 1, ../sass/wacom/_theme.scss */
a *,
a.secondary {
  color: #4b4d50;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 9, ../sass/wacom/_theme.scss */
a *:hover,
a.secondary:hover {
  /*color: darken($text-color, 5%);*/
  color: #0097D4;
}

/* text color for links with children */
/* line 15, ../sass/wacom/_theme.scss */
a i,
a span.link-text {
  color: #0097D4;
}
/* line 19, ../sass/wacom/_theme.scss */
a i:hover,
a span.link-text:hover {
  color: #0085bb;
}

/* icon colors */
/* line 24, ../sass/wacom/_theme.scss */
*.green {
  color: #96be0f;
}
/* line 27, ../sass/wacom/_theme.scss */
*.green:hover {
  color: #83a60d;
}

/* line 32, ../sass/wacom/_theme.scss */
.light {
  color: #fff;
}
/* line 35, ../sass/wacom/_theme.scss */
.light * {
  color: #fff;
}
/* line 38, ../sass/wacom/_theme.scss */
.light *:hover {
  color: #1a1a1a;
}
/* line 43, ../sass/wacom/_theme.scss */
.light:hover {
  color: #1a1a1a;
}

/* line 48, ../sass/wacom/_theme.scss */
.layer-text-white a span.link-text {
  color: #fff;
}
/* line 51, ../sass/wacom/_theme.scss */
.layer-text-white a span.link-text:hover {
  color: #f2f2f2;
}

/* line 56, ../sass/wacom/_theme.scss */
.error, .scfValidationSummary,
.scfSubmitSummary {
  color: #c00 !important;
}

/* no javascript */
/* line 4, ../sass/wacom/_nojs.scss */
.no-js .row, .no-js .layer-section-header hgroup, .layer-section-header .no-js hgroup, .no-js .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header .no-js hgroup, .no-js .compare {
  position: relative;
  z-index: 10;
}

/* line 9, ../sass/wacom/_nojs.scss */
.no-js .layer, .no-js #sub-footer, .no-js #footer,
.no-js *[class^="layer-"] {
  padding: 0;
  min-height: 0 !important;
}

/* line 15, ../sass/wacom/_nojs.scss */
.no-js section[class*="layer"] > .container {
  width: 100%;
}

/* line 23, ../sass/wacom/_nojs.scss */
.no-js .layer .content, .no-js #sub-footer .content, .no-js #footer .content {
  position: relative;
  z-index: 10;
}

/* line 28, ../sass/wacom/_nojs.scss */
.no-js .hero figure {
  width: 100%;
  padding: 0;
}

/* line 33, ../sass/wacom/_nojs.scss */
.no-js .product-family-member figcaption .desc {
  min-height: 60px;
}

/* line 37, ../sass/wacom/_nojs.scss */
.no-js .layer-tiles > .container {
  max-width: 1240px;
}

/* line 41, ../sass/wacom/_nojs.scss */
.no-js .hero figure .hero-image,
.no-js .product-feature figure .product-feature-image,
.no-js .layer > .container .layer-background,
.no-js #sub-footer > .container .layer-background,
.no-js #footer > .container .layer-background {
  display: block;
  position: absolute;
  top: 0;
}

/* line 49, ../sass/wacom/_nojs.scss */
.no-js .list-dynamic {
  opacity: 1;
}

/* line 52, ../sass/wacom/_nojs.scss */
.no-js .list-dynamic > li {
  width: 33%;
}

/* line 56, ../sass/wacom/_nojs.scss */
.no-js .layer-explore ul li a figure .img img,
.no-js .layer-discover ul li a figure .img img {
  height: auto;
}

/* line 61, ../sass/wacom/_nojs.scss */
.no-js .gallery-carousel .item {
  margin: 40px 0;
}

/* line 65, ../sass/wacom/_nojs.scss */
.no-js .gallery-carousel .carousel-control {
  display: none;
}

/* line 67, ../sass/wacom/_nojs.scss */
.no-js .layer-big-thumbnails .thumbnail .image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 73, ../sass/wacom/_nojs.scss */
.no-js .layer-big-thumbnails .thumbnail figure figcaption {
  position: relative;
  z-index: 10;
}

@media (min-width: 1400px) {
  /* line 79, ../sass/wacom/_nojs.scss */
  .no-js .hero figure .hero-image {
    left: -80px;
  }

  /* line 82, ../sass/wacom/_nojs.scss */
  .no-js .product-feature figure .product-feature-image {
    left: 0;
  }

  /* line 86, ../sass/wacom/_nojs.scss */
  .no-js section[class*="layer"] > .container {
    width: 1240px;
  }

  /* line 90, ../sass/wacom/_nojs.scss */
  .no-js .product-feature figure .product-feature-image {
    left: -80px;
  }

  /* line 94, ../sass/wacom/_nojs.scss */
  .no-js .layer > .container .layer-background, .no-js #sub-footer > .container .layer-background, .no-js #footer > .container .layer-background {
    left: -80px;
  }
}
/* line 99, ../sass/wacom/_nojs.scss */
.no-js .product-feature figure .product-feature-image {
  position: relative;
}

/* line 103, ../sass/wacom/_nojs.scss */
.no-js .carousel-inner {
  display: block;
  overflow: visible;
}

/* line 108, ../sass/wacom/_nojs.scss */
.no-js .carousel-inner > .item {
  display: block;
  opacity: 1;
}

/* line 113, ../sass/wacom/_nojs.scss */
.no-js .product-feature-carousel .product-feature-title {
  top: 100px;
}

/* line 117, ../sass/wacom/_nojs.scss */
.no-js .dropdown:hover .dropdown-menu {
  max-height: 600px;
}

@media print {
  /* line 8, ../sass/vendor/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 15, ../sass/vendor/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, ../sass/vendor/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, ../sass/vendor/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 29, ../sass/vendor/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, ../sass/vendor/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, ../sass/vendor/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 44, ../sass/vendor/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, ../sass/vendor/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 53, ../sass/vendor/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 60, ../sass/vendor/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 67, ../sass/vendor/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, ../sass/vendor/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 76, ../sass/vendor/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 83, ../sass/vendor/bootstrap/_print.scss */
  .btn > .caret, .scfSubmitButton > .caret,
  .dropup > .btn > .caret,
  .dropup > .scfSubmitButton > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../sass/vendor/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../sass/vendor/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 95, ../sass/vendor/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media print {
  /* line 4, ../sass/print.scss */
  .wrapper {
    display: none;
  }

  /* line 7, ../sass/print.scss */
  body {
    padding-top: 0;
  }

  /* line 10, ../sass/print.scss */
  .news-modal {
    padding: 0;
  }

  /* line 13, ../sass/print.scss */
  .simple-content {
    width: 800px;
    margin: 0 auto;
  }

  /* line 17, ../sass/print.scss */
  .fixed-container,
  .overlay-content-navigation,
  *[class*="layer"],
  #header,
  #footer,
  #sub-footer {
    display: none;
  }

  /* line 25, ../sass/print.scss */
  .modal-content {
    border: none;
  }

  /* line 28, ../sass/print.scss */
  .wrapper.checkout-page,
  .wrapper.store-layout,
  .layer-checkout-confirmation {
    display: block;
  }

  /* line 35, ../sass/print.scss */
  .panel-title a:before {
    display: none !important;
  }
}
