/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, ../../app/styles/vendors/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../app/styles/vendors/bootstrap/_normalize.scss */
body {
  margin: 0;
}

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

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

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

/* line 75, ../../app/styles/vendors/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, ../../app/styles/vendors/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 95, ../../app/styles/vendors/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

/* line 115, ../../app/styles/vendors/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, ../../app/styles/vendors/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

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

/* line 142, ../../app/styles/vendors/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, ../../app/styles/vendors/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 159, ../../app/styles/vendors/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../../app/styles/vendors/bootstrap/_normalize.scss */
sup {
  top: -0.75em;
}

/* line 171, ../../app/styles/vendors/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, ../../app/styles/vendors/bootstrap/_normalize.scss */
img {
  border: 0;
}

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

/* line 201, ../../app/styles/vendors/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

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

/* line 219, ../../app/styles/vendors/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

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

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

/* line 264, ../../app/styles/vendors/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 275, ../../app/styles/vendors/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

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

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

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

/* line 320, ../../app/styles/vendors/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

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

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

/* line 355, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* line 388, ../../app/styles/vendors/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, ../../app/styles/vendors/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, ../../app/styles/vendors/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, ../../app/styles/vendors/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../../app/styles/vendors/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

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

  /* line 15, ../../app/styles/vendors/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

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

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

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

  /* line 34, ../../app/styles/vendors/bootstrap/_print.scss */
  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

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

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

  /* line 53, ../../app/styles/vendors/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

  /* line 67, ../../app/styles/vendors/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, ../../app/styles/vendors/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

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

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

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

  /* line 91, ../../app/styles/vendors/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 95, ../../app/styles/vendors/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 10, ../../app/styles/vendors/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../app/styles/vendors/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../app/styles/vendors/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../app/styles/vendors/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../app/styles/vendors/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../app/styles/vendors/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

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

/* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

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

/* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

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

/* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

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

/* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

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

/* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

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

/* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

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

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

/* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

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

/* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

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

/* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

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

/* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

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

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

/* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

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

/* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

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

/* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

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

@media (min-width: 768px) {
  /* line 27, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

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

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

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

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

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

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

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

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

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

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

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

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

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

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

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

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

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

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

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

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

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

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

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

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

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

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

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

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../app/styles/vendors/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 10, ../../app/styles/vendors/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

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

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

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

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

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

/* line 115, ../../app/styles/vendors/bootstrap/_forms.scss */
.form-control,
.field.vertical input,
.field.vertical textarea,
.field.vertical select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -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, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.form-control:focus,
.field.vertical input:focus,
.field.vertical textarea:focus,
.field.vertical select: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, ../../app/styles/vendors/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder,
.field.vertical input::-moz-placeholder,
.field.vertical textarea::-moz-placeholder,
.field.vertical select::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 104, ../../app/styles/vendors/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder,
.field.vertical input:-ms-input-placeholder,
.field.vertical textarea:-ms-input-placeholder,
.field.vertical select:-ms-input-placeholder {
  color: #777777;
}
/* line 105, ../../app/styles/vendors/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder,
.field.vertical input::-webkit-input-placeholder,
.field.vertical textarea::-webkit-input-placeholder,
.field.vertical select::-webkit-input-placeholder {
  color: #777777;
}
/* line 145, ../../app/styles/vendors/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.field.vertical input[disabled],
.field.vertical input[readonly], fieldset[disabled]
.field.vertical input,
.field.vertical textarea[disabled],
.field.vertical textarea[readonly], fieldset[disabled]
.field.vertical textarea,
.field.vertical select[disabled],
.field.vertical select[readonly], fieldset[disabled]
.field.vertical select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 157, ../../app/styles/vendors/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 169, ../../app/styles/vendors/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 182, ../../app/styles/vendors/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}
/* line 190, ../../app/styles/vendors/bootstrap/_forms.scss */
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control {
  line-height: 30px;
}
/* line 193, ../../app/styles/vendors/bootstrap/_forms.scss */
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control {
  line-height: 46px;
}

/* line 204, ../../app/styles/vendors/bootstrap/_forms.scss */
.form-group,
.field.vertical {
  margin-bottom: 15px;
}

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

/* line 230, ../../app/styles/vendors/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  display: inline-block;
}

/* line 240, ../../app/styles/vendors/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 246, ../../app/styles/vendors/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 255, ../../app/styles/vendors/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 267, ../../app/styles/vendors/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 276, ../../app/styles/vendors/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 286, ../../app/styles/vendors/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 298, ../../app/styles/vendors/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 305, ../../app/styles/vendors/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control {
  padding-left: 0;
  padding-right: 0;
}

/* line 67, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 75, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
select.input-sm, .form-horizontal .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 80, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 67, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.input-lg, .form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
select.input-lg, .form-horizontal .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 80, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 327, ../../app/styles/vendors/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 332, ../../app/styles/vendors/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 337, ../../app/styles/vendors/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 348, ../../app/styles/vendors/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 353, ../../app/styles/vendors/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 17, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  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, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-success .form-control: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, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 33, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 17, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  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, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-warning .form-control: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, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 33, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 17, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  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, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-error .form-control: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, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 33, ../../app/styles/vendors/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 372, ../../app/styles/vendors/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 382, ../../app/styles/vendors/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 407, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 414, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 420, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 424, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 432, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 436, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 444, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 451, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 455, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 465, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 482, ../../app/styles/vendors/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 492, ../../app/styles/vendors/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 498, ../../app/styles/vendors/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 505, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 516, ../../app/styles/vendors/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  /* line 527, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 537, ../../app/styles/vendors/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../../app/styles/vendors/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../app/styles/vendors/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../app/styles/vendors/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../app/styles/vendors/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../app/styles/vendors/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../app/styles/vendors/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../app/styles/vendors/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

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

/* line 78, ../../app/styles/vendors/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../../app/styles/vendors/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../../app/styles/vendors/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../app/styles/vendors/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../app/styles/vendors/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../app/styles/vendors/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../app/styles/vendors/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../app/styles/vendors/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../app/styles/vendors/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 99, ../../app/styles/vendors/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../app/styles/vendors/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../app/styles/vendors/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #428bca;
}

/* line 8, ../../app/styles/vendors/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #3071a9;
}

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

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

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

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

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

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

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

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

/* line 119, ../../app/styles/vendors/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../app/styles/vendors/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #428bca;
}

/* line 8, ../../app/styles/vendors/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

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

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

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

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

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

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

/* line 5, ../../app/styles/vendors/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../app/styles/vendors/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

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

/* line 149, ../../app/styles/vendors/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../../app/styles/vendors/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../app/styles/vendors/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../app/styles/vendors/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../../app/styles/vendors/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

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

/* line 189, ../../app/styles/vendors/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../../app/styles/vendors/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../../app/styles/vendors/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

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

/* line 274, ../../app/styles/vendors/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, ../../app/styles/vendors/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, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 14, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

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

/* line 15, ../../app/styles/vendors/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../app/styles/vendors/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../app/styles/vendors/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../app/styles/vendors/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../app/styles/vendors/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

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

/* line 45, ../../app/styles/vendors/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

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

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

/* line 31, ../../app/styles/vendors/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: 767px) {
  /* line 7, ../../app/styles/vendors/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

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

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

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

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

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

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

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

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

  /* line 12, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

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

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

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

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

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

  /* line 12, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 157, ../../app/styles/vendors/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 157, ../../app/styles/vendors/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, ../../app/styles/vendors/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 164, ../../app/styles/vendors/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../app/styles/vendors/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 11, ../../app/styles/vendors/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_modals.scss */
.modal.fade .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, ../../app/styles/vendors/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

/* line 51, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../../app/styles/vendors/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../../app/styles/vendors/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../../app/styles/vendors/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

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

/* line 90, ../../app/styles/vendors/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

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

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

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

@media (min-width: 768px) {
  /* line 136, ../../app/styles/vendors/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../../app/styles/vendors/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, ../../app/styles/vendors/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../../app/styles/vendors/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* ----- Responsive ----- */
/* line 6, ../../app/styles/partials/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 9, ../../app/styles/partials/_icons.scss */
[class^="icon-"].light, [class*=" icon-"].light {
  color: #FFFFFF;
}
/* line 12, ../../app/styles/partials/_icons.scss */
[class^="icon-"].primary, [class*=" icon-"].primary {
  color: #3E53A4;
}
/* line 15, ../../app/styles/partials/_icons.scss */
[class^="icon-"].secondary, [class*=" icon-"].secondary {
  color: #CF0989;
}
/* line 18, ../../app/styles/partials/_icons.scss */
[class^="icon-"].light-gray, [class*=" icon-"].light-gray {
  color: #C0C0C0;
}
/* line 21, ../../app/styles/partials/_icons.scss */
[class^="icon-"].medium-gray, [class*=" icon-"].medium-gray {
  color: #9B9B9B;
}
/* line 24, ../../app/styles/partials/_icons.scss */
[class^="icon-"].dark-gray, [class*=" icon-"].dark-gray {
  color: #4E4E4E;
}
/* line 27, ../../app/styles/partials/_icons.scss */
[class^="icon-"].small, [class*=" icon-"].small {
  font-size: 1em;
}
/* line 30, ../../app/styles/partials/_icons.scss */
[class^="icon-"].medium, [class*=" icon-"].medium {
  font-size: 26px !important;
}

/* line 43, ../../app/styles/partials/_icons.scss */
.social-container [class^="icon-"], .social-container [class*=" icon-"] {
  margin: 0;
}

/* line 51, ../../app/styles/partials/_icons.scss */
.icon-caret-up,
.icon-caret-down {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}

/* line 60, ../../app/styles/partials/_icons.scss */
.icn,
#product-carousel .carousel-nav .icn,
.espot_wrapper .close_top_espot,
.alert-container .close,
.gallery-modal .close {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background-size: 1043px 187px;
  background-image: url("../images/sprite/1x/d-spr-global-1x.png");
  background-repeat: no-repeat;
}
/* line 74, ../../app/styles/partials/_icons.scss */
.icn.pull-right,
#product-carousel .carousel-nav .icn.pull-right,
.espot_wrapper .close_top_espot.pull-right,
.alert-container .close.pull-right,
.gallery-modal .close.pull-right {
  margin-right: 0;
}

/* line 79, ../../app/styles/partials/_icons.scss */
.icn-caret {
  width: 5px;
  height: 12px;
  background-image: url("../images/sprite-mobile/icn-right-arrow2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/*.icn-intel {
    width: 30px;
    height: 44px;
    background-image: url('../images/sprite/icn-intel.png');
    background-repeat: no-repeat;
}*/
/* line 94, ../../app/styles/partials/_icons.scss */
.icn-dl {
  width: 64px;
  background-position: -332px -31px;
}

/* line 99, ../../app/styles/partials/_icons.scss */
.icn-play-xs,
.icn-forum,
.icn-support,
.icn-compare,
.ui-state-default .ui-icon.icn-plus,
.icn-plus,
.ui-state-default .ui-icon.icn-minus,
.icn-minus {
  display: block;
  float: left;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  margin-right: 10px;
  background-position: -742px -30px;
  background-size: 1043px 187px;
  background-image: url("../images/sprite/1x/d-spr-global-1x.png");
}

/* line 117, ../../app/styles/partials/_icons.scss */
.ui-state-default .ui-icon.icn-plus,
.icn-plus {
  background-position: -742px 1px;
}

/* line 121, ../../app/styles/partials/_icons.scss */
.ui-state-default .ui-icon.icn-caret-up,
.icn-caret-up,
.ui-state-default .ui-icon.icn-caret-down,
.icn-caret-down {
  display: inline-block;
  width: 15px;
  height: 9px;
  background-size: 100% 100%;
  background-image: url("../images/sprite/icn-caret-down.png");
}

/* line 132, ../../app/styles/partials/_icons.scss */
.icn-caret-left.blue,
.icn-caret-right.blue {
  width: 12px;
  height: 16px;
  vertical-align: text-top;
  margin-top: 1px;
  background-position: -558px -106px;
}

/* line 140, ../../app/styles/partials/_icons.scss */
.icn-caret-left.blue {
  margin-left: 0;
}

/* line 143, ../../app/styles/partials/_icons.scss */
.ui-state-default .ui-icon.icn-caret-up,
.icn-caret-up {
  background-image: url("../images/sprite/icn-caret-up.png");
}

/* line 148, ../../app/styles/partials/_icons.scss */
.icn-square-solid-down-arrow {
  width: 20px;
  height: 11px;
  background-position: -618px -53px;
}

/* line 155, ../../app/styles/partials/_icons.scss */
.icn-view-all-circle.down,
.icn-view-all-circle.up {
  width: 46px;
  height: 46px;
  background-position: -427px 0;
}

/* line 163, ../../app/styles/partials/_icons.scss */
.icn-view-all-circle.up {
  width: 46px;
  height: 46px;
  background-position: -477px 0;
}

/* line 169, ../../app/styles/partials/_icons.scss */
.icn-expand {
  width: 31px;
  height: 31px;
  background-size: 618px 208px;
  background-image: url("../images/sprite-mobile/1x/m-spr-global-1x.png");
  background-position: -184px -30px;
}

/* line 177, ../../app/styles/partials/_icons.scss */
.icn-expand.icn-collapse {
  width: 31px;
  height: 31px;
  background-size: 618px 208px;
  background-image: url("../images/sprite-mobile/1x/m-spr-global-1x.png");
  background-position: -149px -30px;
}

/* line 185, ../../app/styles/partials/_icons.scss */
.espot_wrapper .close_top_espot,
.alert-container .close,
.gallery-modal .close {
  background-position: -777px -31px;
  width: 23px;
  height: 25px;
}

/* line 193, ../../app/styles/partials/_icons.scss */
.modal .modal-header .close {
  background-position: -536px -106px;
  width: 18px;
  height: 18px;
  /*width: 15px;
  height: 15px;
  background-position:center center;
  background-image: url('../images/sprite/icn-close-sm-light.png');*/
}

/* line 202, ../../app/styles/partials/_icons.scss */
.icn-close-sm.light {
  width: 10px;
  height: 10px;
  background-position: -631px 0;
}

/* line 208, ../../app/styles/partials/_icons.scss */
.icn.icn-close.sm.dark {
  width: 36px;
  height: 36px;
  background-position: 0 0;
  background-size: 36px 36px;
  background-image: url("../images/sprite/x_icon.png");
}

/* line 216, ../../app/styles/partials/_icons.scss */
.icn.icn-close.sm.dark.video-close,
.icn.icn-close.sm.dark.video-close-mobile {
  position: absolute;
  z-index: 6;
  right: 15px;
  top: 32px;
  margin-right: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 227, ../../app/styles/partials/_icons.scss */
.video-camera {
  width: 15px;
  height: 7px;
  margin-right: 0;
  background-position: -401px -127px;
}

/* line 234, ../../app/styles/partials/_icons.scss */
.icn-phone.gray {
  width: 27px;
  height: 27px;
  background-position: -369px -159px;
}

/* line 240, ../../app/styles/partials/_icons.scss */
.icn-mail {
  background-position: -393px -95px;
}

/* line 245, ../../app/styles/partials/_icons.scss */
.secondary.ui-state-default .ui-icon.icn-plus,
.secondary .icn-plus, .secondary.ui-state-default .ui-icon.icn-minus,
.secondary .icn-minus {
  border-color: #CF0989;
  background-position: -741px -94px;
}
/* line 252, ../../app/styles/partials/_icons.scss */
.secondary.ui-state-default .ui-icon.icn-plus,
.secondary .icn-plus {
  background-position: -774px -94px;
}

/* line 259, ../../app/styles/partials/_icons.scss */
.light.ui-state-default .ui-icon.icn-plus,
.light .icn-plus, .light.ui-state-default .ui-icon.icn-minus,
.light .icn-minus {
  height: 30px;
  width: 30px;
  background-image: url("../images/sprite/icn-minus-white.png");
  background-position: 0 0;
  background-size: cover;
}
/* line 270, ../../app/styles/partials/_icons.scss */
.light.ui-state-default .ui-icon.icn-plus,
.light .icn-plus {
  background-image: url("../images/sprite/icn-plus-white.png");
}
/* line 276, ../../app/styles/partials/_icons.scss */
.light .icn-fb {
  background-position: -300px -64px;
}
/* line 280, ../../app/styles/partials/_icons.scss */
.light .icn-tw {
  background-position: -331px -64px;
}
/* line 284, ../../app/styles/partials/_icons.scss */
.light .icn-forum {
  background-position: -369px -127px;
}
/* line 288, ../../app/styles/partials/_icons.scss */
.light .icn-sophie {
  background-position: -305px -127px;
}
/* line 292, ../../app/styles/partials/_icons.scss */
.light .icn-phone {
  background-position: -712px -56px;
}
/* line 295, ../../app/styles/partials/_icons.scss */
.light .icn-mail {
  background-position: -393px -64px;
}
/* line 298, ../../app/styles/partials/_icons.scss */
.light .icn-chat {
  background-position: -369px -127px;
}
/* line 302, ../../app/styles/partials/_icons.scss */
.light .icn-check {
  background-position: -305px -159px;
}
/* line 306, ../../app/styles/partials/_icons.scss */
.light .icn-support {
  background-position: -337px -159px;
}

/* line 312, ../../app/styles/partials/_icons.scss */
.icn-sophie {
  height: 30px;
  background-position: -837px -101px;
}

/* line 317, ../../app/styles/partials/_icons.scss */
.icn-download {
  height: 30px;
  background-position: -586px -52px;
}

/* line 322, ../../app/styles/partials/_icons.scss */
.icn-page {
  height: 30px;
  background-position: -574px -84px;
}

/* line 327, ../../app/styles/partials/_icons.scss */
.icn-chat {
  height: 30px;
  background-position: -606px -84px;
}

/* line 332, ../../app/styles/partials/_icons.scss */
.icn-check {
  height: 30px;
  background-position: -805px -101px;
}

/* line 337, ../../app/styles/partials/_icons.scss */
.icn-play-xs {
  height: 30px;
  background-position: -711px -87px;
}

/* line 342, ../../app/styles/partials/_icons.scss */
.icn-forum {
  height: 30px;
  background-position: -679px -92px;
}

/* line 347, ../../app/styles/partials/_icons.scss */
.icn-support {
  height: 30px;
  background-position: -775px 0;
}

/* line 352, ../../app/styles/partials/_icons.scss */
.icn-compare {
  height: 30px;
  background-position: -475px -64px;
}

/* line 357, ../../app/styles/partials/_icons.scss */
.icn-more {
  background-image: url("../images/sprite/icn-more.gif");
}

/* line 361, ../../app/styles/partials/_icons.scss */
.icn-prev {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-position: -648px -31px;
}
/* line 366, ../../app/styles/partials/_icons.scss */
.icn-prev.inactive {
  background-position: -648px 0;
}

/* line 371, ../../app/styles/partials/_icons.scss */
.icn-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-position: -680px -31px;
}
/* line 376, ../../app/styles/partials/_icons.scss */
.icn-next.inactive {
  background-position: -679px 0;
}

/* line 382, ../../app/styles/partials/_icons.scss */
.carousel-nav .icn {
  width: 20px;
  height: 35px;
  background-size: 40px 35px;
  background-image: url("../images/shared_pdp/spotlight-carousel-nav-arrows.png");
}
/* line 388, ../../app/styles/partials/_icons.scss */
.carousel-nav .icn.prev {
  background-position: 0 0;
}
/* line 391, ../../app/styles/partials/_icons.scss */
.carousel-nav .icn.next {
  background-position: -20px 0;
}

/* line 397, ../../app/styles/partials/_icons.scss */
.icn-zoom {
  width: 23px;
  height: 25px;
  background-position: -776px -56px;
}

/* line 404, ../../app/styles/partials/_icons.scss */
.theme-a .icn.customer-information-management.sm {
  background-position: -1019px -130px;
}
/* line 407, ../../app/styles/partials/_icons.scss */
.theme-a .icn.location-intelligence.sm {
  background-position: -927px -158px;
}
/* line 410, ../../app/styles/partials/_icons.scss */
.theme-a .icn.customer-engagement.sm {
  background-position: -927px -129px;
}
/* line 413, ../../app/styles/partials/_icons.scss */
.theme-a .icn.shipping-mailing.sm {
  background-position: -927px -101px;
}
/* line 416, ../../app/styles/partials/_icons.scss */
.theme-a .icn.global-ecommerce.sm {
  background-position: -1019px -101px;
}

/* line 422, ../../app/styles/partials/_icons.scss */
.theme-b .icn.customer-information-management.sm {
  background-position: -990px -130px;
}
/* line 425, ../../app/styles/partials/_icons.scss */
.theme-b .icn.location-intelligence.sm {
  background-position: -898px -158px;
}
/* line 428, ../../app/styles/partials/_icons.scss */
.theme-b .icn.customer-engagement.sm {
  background-position: -898px -129px;
}
/* line 431, ../../app/styles/partials/_icons.scss */
.theme-b .icn.shipping-mailing.sm {
  background-position: -898px -101px;
}
/* line 434, ../../app/styles/partials/_icons.scss */
.theme-b .icn.global-ecommerce.sm {
  background-position: -990px -101px;
}

/* line 440, ../../app/styles/partials/_icons.scss */
.theme-c .icn.customer-information-management.sm {
  background-position: -961px -130px;
}
/* line 443, ../../app/styles/partials/_icons.scss */
.theme-c .icn.location-intelligence.sm {
  background-position: -869px -158px;
}
/* line 446, ../../app/styles/partials/_icons.scss */
.theme-c .icn.customer-engagement.sm {
  background-position: -869px -129px;
}
/* line 449, ../../app/styles/partials/_icons.scss */
.theme-c .icn.shipping-mailing.sm {
  background-position: -869px -101px;
}
/* line 452, ../../app/styles/partials/_icons.scss */
.theme-c .icn.global-ecommerce.sm {
  background-position: -961px -101px;
}

/* line 459, ../../app/styles/partials/_icons.scss */
.icn-leaders,
.large.icn-download,
.icn-explore,
.icn-globe,
.icn-stock-up,
.icn-stock-down {
  background-size: 180px 38px;
  background-image: url("../images/sprite/1x/large-icon-buttons-1x.png");
}

/* line 469, ../../app/styles/partials/_icons.scss */
.icn-leaders {
  background-position: 0 0;
  width: 40px;
  height: 38px;
}

/* line 476, ../../app/styles/partials/_icons.scss */
.large.icn-download {
  background-position: -40px 0;
  width: 40px;
  height: 38px;
}

/* line 481, ../../app/styles/partials/_icons.scss */
.icn-explore {
  background-position: -80px 0;
  width: 40px;
  height: 38px;
}

/* line 486, ../../app/styles/partials/_icons.scss */
.icn-globe {
  background-position: -120px 0;
  width: 40px;
  height: 38px;
}

/* line 491, ../../app/styles/partials/_icons.scss */
.icn-stock-up,
.icn-stock-down {
  background-position: -161px -3px;
  width: 8px;
  height: 10px;
  margin-left: 0;
  margin-right: 3px;
}

/* line 500, ../../app/styles/partials/_icons.scss */
.icn-stock-down {
  background-position: -161px -23px;
}

/* line 506, ../../app/styles/partials/_icons.scss */
.icn.flag {
  width: 37px;
  height: 37px;
  margin: 0 10px 0 0;
  background-size: 185px 549px;
  background-image: url("../images/sprite/1x/region-flags-1x_opt.png");
}

/* line 517, ../../app/styles/partials/_icons.scss */
a.au .icn.flag {
  background-position: 0 0;
}

/* line 518, ../../app/styles/partials/_icons.scss */
a.cn .icn.flag {
  background-position: -37px 0;
}

/* line 519, ../../app/styles/partials/_icons.scss */
a.hk .icn.flag {
  background-position: -74px 0;
}

/* line 520, ../../app/styles/partials/_icons.scss */
a.in .icn.flag {
  background-position: -111px 0;
}

/* line 522, ../../app/styles/partials/_icons.scss */
a.jp .icn.flag {
  background-position: -148px 0;
}

/* line 523, ../../app/styles/partials/_icons.scss */
a.my .icn.flag {
  background-position: 0 -37px;
}

/* line 524, ../../app/styles/partials/_icons.scss */
a.nz .icn.flag {
  background-position: -37px -37px;
}

/* line 525, ../../app/styles/partials/_icons.scss */
a.sg .icn.flag {
  background-position: -74px -37px;
}

/* line 527, ../../app/styles/partials/_icons.scss */
a.th .icn.flag {
  background-position: -111px -37px;
}

/* line 532, ../../app/styles/partials/_icons.scss */
a.ca .icn.flag {
  background-position: -148px -37px;
}

/* line 533, ../../app/styles/partials/_icons.scss */
a.pr .icn.flag {
  background-position: 0 -74px;
}

/* line 534, ../../app/styles/partials/_icons.scss */
a.us .icn.flag {
  background-position: -37px -74px;
}

/* line 539, ../../app/styles/partials/_icons.scss */
a.dk .icn.flag {
  background-position: -74px -74px;
}

/* line 540, ../../app/styles/partials/_icons.scss */
a.fi .icn.flag {
  background-position: -111px -74px;
}

/* line 541, ../../app/styles/partials/_icons.scss */
a.fr .icn.flag {
  background-position: -148px -74px;
}

/* line 542, ../../app/styles/partials/_icons.scss */
a.de .icn.flag {
  background-position: 0 -111px;
}

/* line 544, ../../app/styles/partials/_icons.scss */
a.ie .icn.flag {
  background-position: -37px -111px;
}

/* line 545, ../../app/styles/partials/_icons.scss */
a.it .icn.flag {
  background-position: -74px -111px;
}

/* line 546, ../../app/styles/partials/_icons.scss */
a.no .icn.flag {
  background-position: -111px -111px;
}

/* line 547, ../../app/styles/partials/_icons.scss */
a.za .icn.flag {
  background-position: -148px -111px;
}

/* line 549, ../../app/styles/partials/_icons.scss */
a.se .icn.flag {
  background-position: 0 -148px;
}

/* line 550, ../../app/styles/partials/_icons.scss */
a.ch .icn.flag {
  background-position: -37px -148px;
}

/* line 551, ../../app/styles/partials/_icons.scss */
a.uk .icn.flag,
a.gb .icn.flag {
  background-position: -74px -148px;
}

/* line 557, ../../app/styles/partials/_icons.scss */
a.ar .icn.flag {
  background-position: -111px -148px;
}

/* line 558, ../../app/styles/partials/_icons.scss */
a.bo .icn.flag {
  background-position: -148px -148px;
}

/* line 559, ../../app/styles/partials/_icons.scss */
a.br .icn.flag {
  background-position: 0 -185px;
}

/* line 560, ../../app/styles/partials/_icons.scss */
a.cl .icn.flag {
  background-position: -37px -185px;
}

/* line 562, ../../app/styles/partials/_icons.scss */
a.co .icn.flag {
  background-position: -74px -185px;
}

/* line 563, ../../app/styles/partials/_icons.scss */
a.cr .icn.flag {
  background-position: -111px -185px;
}

/* line 564, ../../app/styles/partials/_icons.scss */
a.do .icn.flag {
  background-position: -148px -185px;
}

/* line 565, ../../app/styles/partials/_icons.scss */
a.ec .icn.flag {
  background-position: 0 -222px;
}

/* line 567, ../../app/styles/partials/_icons.scss */
a.sv .icn.flag {
  background-position: -37px -222px;
}

/* line 568, ../../app/styles/partials/_icons.scss */
a.ht .icn.flag {
  background-position: -74px -222px;
}

/* line 569, ../../app/styles/partials/_icons.scss */
a.hn .icn.flag {
  background-position: -111px -222px;
}

/* line 570, ../../app/styles/partials/_icons.scss */
a.mx .icn.flag {
  background-position: -148px -222px;
}

/* line 572, ../../app/styles/partials/_icons.scss */
a.ni .icn.flag {
  background-position: 0 -259px;
}

/* line 573, ../../app/styles/partials/_icons.scss */
a.pa .icn.flag {
  background-position: -37px -259px;
}

/* line 574, ../../app/styles/partials/_icons.scss */
a.py .icn.flag {
  background-position: -74px -259px;
}

/* line 575, ../../app/styles/partials/_icons.scss */
a.pe .icn.flag {
  background-position: -111px -259px;
}

/* line 577, ../../app/styles/partials/_icons.scss */
a.uy .icn.flag {
  background-position: -148px -259px;
}

/* line 578, ../../app/styles/partials/_icons.scss */
a.ve .icn.flag {
  background-position: 0 -296px;
}

/* line 580, ../../app/styles/partials/_icons.scss */
a.globe .icn.flag {
  background-position: -37px -296px;
}

/* line 581, ../../app/styles/partials/_icons.scss */
a.nl .icn.flag {
  background-position: -74px -296px;
}

/* line 583, ../../app/styles/partials/_icons.scss */
#selectLocation a.globe .icn.flag {
  background-position: -111px -296px;
}

/* line 587, ../../app/styles/partials/_icons.scss */
.icn.flag.sm {
  width: 24px;
  height: 24px;
  margin: 6px 0;
}

/* line 595, ../../app/styles/partials/_icons.scss */
a.au .icn.flag.sm {
  background-position: 0 -333px;
}

/* line 596, ../../app/styles/partials/_icons.scss */
a.cn .icn.flag.sm {
  background-position: -24px -333px;
}

/* line 597, ../../app/styles/partials/_icons.scss */
a.hk .icn.flag.sm {
  background-position: -48px -333px;
}

/* line 598, ../../app/styles/partials/_icons.scss */
a.in .icn.flag.sm {
  background-position: -72px -333px;
}

/* line 600, ../../app/styles/partials/_icons.scss */
a.jp .icn.flag.sm {
  background-position: -96px -333px;
}

/* line 601, ../../app/styles/partials/_icons.scss */
a.my .icn.flag.sm {
  background-position: 0 -357px;
}

/* line 602, ../../app/styles/partials/_icons.scss */
a.nz .icn.flag.sm {
  background-position: -24px -357px;
}

/* line 603, ../../app/styles/partials/_icons.scss */
a.sg .icn.flag.sm {
  background-position: -48px -357px;
}

/* line 605, ../../app/styles/partials/_icons.scss */
a.th .icn.flag.sm {
  background-position: -72px -357px;
}

/* line 610, ../../app/styles/partials/_icons.scss */
a.ca .icn.flag.sm {
  background-position: -96px -357px;
}

/* line 611, ../../app/styles/partials/_icons.scss */
a.pr .icn.flag.sm {
  background-position: 0 -381px;
}

/* line 612, ../../app/styles/partials/_icons.scss */
a.us .icn.flag.sm {
  background-position: -24px -381px;
}

/* line 617, ../../app/styles/partials/_icons.scss */
a.dk .icn.flag.sm {
  background-position: -48px -381px;
}

/* line 618, ../../app/styles/partials/_icons.scss */
a.fi .icn.flag.sm {
  background-position: -72px -381px;
}

/* line 619, ../../app/styles/partials/_icons.scss */
a.fr .icn.flag.sm {
  background-position: -96px -381px;
}

/* line 620, ../../app/styles/partials/_icons.scss */
a.de .icn.flag.sm {
  background-position: 0 -405px;
}

/* line 622, ../../app/styles/partials/_icons.scss */
a.ie .icn.flag.sm {
  background-position: -24px -405px;
}

/* line 623, ../../app/styles/partials/_icons.scss */
a.it .icn.flag.sm {
  background-position: -48px -405px;
}

/* line 624, ../../app/styles/partials/_icons.scss */
a.no .icn.flag.sm {
  background-position: -72px -405px;
}

/* line 625, ../../app/styles/partials/_icons.scss */
a.za .icn.flag.sm {
  background-position: -96px -405px;
}

/* line 627, ../../app/styles/partials/_icons.scss */
a.se .icn.flag.sm {
  background-position: 0 -429px;
}

/* line 628, ../../app/styles/partials/_icons.scss */
a.ch .icn.flag.sm {
  background-position: -24px -429px;
}

/* line 629, ../../app/styles/partials/_icons.scss */
a.uk .icn.flag.sm,
a.gb .icn.flag.sm {
  background-position: -48px -429px;
}

/* line 635, ../../app/styles/partials/_icons.scss */
a.ar .icn.flag.sm {
  background-position: -72px -429px;
}

/* line 636, ../../app/styles/partials/_icons.scss */
a.bo .icn.flag.sm {
  background-position: -96px -429px;
}

/* line 637, ../../app/styles/partials/_icons.scss */
a.br .icn.flag.sm {
  background-position: 0 -453px;
}

/* line 638, ../../app/styles/partials/_icons.scss */
a.cl .icn.flag.sm {
  background-position: -24px -453px;
}

/* line 640, ../../app/styles/partials/_icons.scss */
a.co .icn.flag.sm {
  background-position: -48px -453px;
}

/* line 641, ../../app/styles/partials/_icons.scss */
a.cr .icn.flag.sm {
  background-position: -72px -453px;
}

/* line 642, ../../app/styles/partials/_icons.scss */
a.do .icn.flag.sm {
  background-position: -96px -453px;
}

/* line 643, ../../app/styles/partials/_icons.scss */
a.ec .icn.flag.sm {
  background-position: 0 -477px;
}

/* line 645, ../../app/styles/partials/_icons.scss */
a.sv .icn.flag.sm {
  background-position: -24px -477px;
}

/* line 646, ../../app/styles/partials/_icons.scss */
a.ht .icn.flag.sm {
  background-position: -48px -477px;
}

/* line 647, ../../app/styles/partials/_icons.scss */
a.hn .icn.flag.sm {
  background-position: -72px -477px;
}

/* line 648, ../../app/styles/partials/_icons.scss */
a.mx .icn.flag.sm {
  background-position: -96px -477px;
}

/* line 650, ../../app/styles/partials/_icons.scss */
a.ni .icn.flag.sm {
  background-position: 0 -501px;
}

/* line 651, ../../app/styles/partials/_icons.scss */
a.pa .icn.flag.sm {
  background-position: -24px -501px;
}

/* line 652, ../../app/styles/partials/_icons.scss */
a.py .icn.flag.sm {
  background-position: -48px -501px;
}

/* line 653, ../../app/styles/partials/_icons.scss */
a.pe .icn.flag.sm {
  background-position: -72px -501px;
}

/* line 655, ../../app/styles/partials/_icons.scss */
a.uy .icn.flag.sm {
  background-position: -96px -501px;
}

/* line 656, ../../app/styles/partials/_icons.scss */
a.ve .icn.flag.sm {
  background-position: 0 -525px;
}

/* line 658, ../../app/styles/partials/_icons.scss */
a.globe .icn.flag.sm {
  background-position: -24px -525px;
}

/* line 659, ../../app/styles/partials/_icons.scss */
a.nl .icn.flag.sm {
  background-position: -48px -525px;
}

/* line 661, ../../app/styles/partials/_icons.scss */
#selectLocation a.globe .icn.flag.sm {
  background-position: -72px -525px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 768px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-resolution: 192dpi) and (min-width: 768px), only screen and (min-resolution: 2dppx) and (min-width: 768px) {
  /* line 675, ../../app/styles/partials/_icons.scss */
  .icn,
  #product-carousel .carousel-nav .icn,
  .icn-play-xs,
  .icn-forum,
  .icn-support,
  .icn-compare,
  .ui-state-default .ui-icon.icn-plus,
  .icn-plus,
  .ui-state-default .ui-icon.icn-minus,
  .icn-minus,
  .espot_wrapper .close_top_espot,
  .alert-container .close,
  .gallery-modal .close {
    background-image: url("../images/sprite/2x/d-spr-global-2x.png");
  }

  /* line 691, ../../app/styles/partials/_icons.scss */
  .icn.flag {
    background-image: url("../images/sprite/2x/region-flags-2x.png");
  }

  /* line 695, ../../app/styles/partials/_icons.scss */
  .icn-leaders,
  .large.icn-download,
  .icn-explore,
  .icn-globe {
    background-image: url("../images/sprite/2x/large-icon-buttons-2x.png");
  }

  /* line 704, ../../app/styles/partials/_icons.scss */
  .icn-leaders,
  .large.icn-download,
  .icn-explore,
  .icn-globe,
  .icn-stock-up,
  .icn-stock-down {
    background-image: url("../images/sprite/2x/large-icon-buttons-2x.png");
  }
}
@media (max-width: 991px) {
  /* line 715, ../../app/styles/partials/_icons.scss */
  .icn-caret-left.blue {
    background-repeat: no-repeat;
    background-size: 618px 208px;
    background-image: url("../images/sprite-mobile/1x/m-spr-global-1x.png");
  }

  /* line 722, ../../app/styles/partials/_icons.scss */
  .icn.visible-sm {
    display: inline-block !important;
  }

  /* line 725, ../../app/styles/partials/_icons.scss */
  .icn-caret-left.blue {
    width: 7px;
    height: 10px;
  }

  /* line 732, ../../app/styles/partials/_icons.scss */
  .icn-caret-left.blue {
    height: 11px;
    vertical-align: text-bottom;
    background-position: -399px -25px;
  }
}
@media (max-width: 767px) {
  /* line 742, ../../app/styles/partials/_icons.scss */
  .icn,
  #product-carousel .carousel-nav .icn,
  .icn-expand,
  .icn-collapse,
  .icn-caret-left.blue,
  .icn-caret-right.blue,
  .ui-state-default .ui-icon.icn-plus,
  .icn-plus,
  .ui-state-default .ui-icon.icn-minus,
  .icn-minus,
  .ui-state-default .ui-icon.icn-caret-down.gray,
  .icn-caret-down.gray,
  .espot_wrapper .close_top_espot,
  .alert-container .close,
  .gallery-modal .close {
    background-repeat: no-repeat;
    background-size: 618px 208px;
    background-image: url("../images/sprite-mobile/1x/m-spr-global-1x.png");
  }

  /* line 761, ../../app/styles/partials/_icons.scss */
  .icn.visible-xs {
    display: inline-block !important;
  }

  /* line 764, ../../app/styles/partials/_icons.scss */
  .icn-caret-left.blue,
  .icn-caret-right.gray {
    width: 7px;
    height: 10px;
  }

  /* line 770, ../../app/styles/partials/_icons.scss */
  .icn-caret-left.blue {
    height: 11px;
    vertical-align: text-bottom;
    background-position: -399px -25px;
  }

  /* line 776, ../../app/styles/partials/_icons.scss */
  .icn-caret-right.blue {
    height: 11px;
    vertical-align: text-bottom;
    background-position: -260px -58px;
  }

  /* line 782, ../../app/styles/partials/_icons.scss */
  i.icn-collapse,
  .icn-view-all-circle.down,
  .icn-view-all-circle.up {
    width: 32px;
    height: 32px;
    background-position: -149px -30px;
    /*background-size:618px 208px;
    background-image: url('../images/sprite-mobile/1x/m-spr-global-1x.png');*/
  }

  /* line 792, ../../app/styles/partials/_icons.scss */
  i.icn-expand,
  .icn-view-all-circle.up {
    width: 32px;
    height: 32px;
    background-position: -184px -30px;
  }

  /* line 799, ../../app/styles/partials/_icons.scss */
  .icn-sophie {
    height: 26px;
    background-position: -414px -88px;
  }

  /* line 804, ../../app/styles/partials/_icons.scss */
  .icn-download {
    height: 26px;
    background-position: -503px -31px;
  }

  /* line 809, ../../app/styles/partials/_icons.scss */
  .icn-page {
    height: 26px;
    background-position: -473px -61px;
  }

  /* line 814, ../../app/styles/partials/_icons.scss */
  .icn-chat {
    height: 26px;
    background-position: -503px -61px;
  }

  /* line 819, ../../app/styles/partials/_icons.scss */
  .icn-check {
    height: 26px;
    background-position: -473px -31px;
  }

  /* line 824, ../../app/styles/partials/_icons.scss */
  .icn-dl {
    background-position: -365px 0;
    width: 45px;
    height: 20px;
  }

  /* line 830, ../../app/styles/partials/_icons.scss */
  .icn-play-xs {
    background-position: -217px -114px;
    width: 28px;
    height: 28px;
  }

  /* line 836, ../../app/styles/partials/_icons.scss */
  .icn-forum {
    background-position: -246px -114px;
    width: 28px;
    height: 28px;
  }

  /* line 842, ../../app/styles/partials/_icons.scss */
  .icn-support {
    background-position: -188px -114px;
    width: 28px;
    height: 28px;
  }

  /* line 848, ../../app/styles/partials/_icons.scss */
  .icn-compare {
    background-position: -379px -81px;
    width: 28px;
    height: 28px;
  }

  /* line 854, ../../app/styles/partials/_icons.scss */
  .video-camera {
    background-position: -195px -175px;
  }

  /* line 858, ../../app/styles/partials/_icons.scss */
  .icn-next,
  .icn-prev {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-position: -412px -58px;
  }
  /* line 864, ../../app/styles/partials/_icons.scss */
  .icn-next.inactive,
  .icn-prev.inactive {
    background-position: -412px -29px;
  }

  /* line 869, ../../app/styles/partials/_icons.scss */
  .icn-next {
    cursor: pointer;
    background-position: -441px -58px;
  }
  /* line 872, ../../app/styles/partials/_icons.scss */
  .icn-next.inactive {
    background-position: -441px -29px;
  }

  /* line 877, ../../app/styles/partials/_icons.scss */
  .ui-state-default .ui-icon.icn-minus,
  .icn-minus {
    background-position: -333px -114px;
  }

  /* line 881, ../../app/styles/partials/_icons.scss */
  .ui-state-default .ui-icon.icn-plus,
  .icn-plus {
    background-position: -275px -114px;
  }

  /* line 886, ../../app/styles/partials/_icons.scss */
  .icn-minus.ui-state-default .ui-icon.icn-caret-down.gray,
  .icn-caret-down.gray {
    background-position: -323px -64px;
  }

  /* line 891, ../../app/styles/partials/_icons.scss */
  .icn-phone.gray {
    background-position: -361px -175px;
  }

  /* line 896, ../../app/styles/partials/_icons.scss */
  .secondary.ui-state-default .ui-icon.icn-plus,
  .secondary .icn-plus, .secondary.ui-state-default .ui-icon.icn-minus,
  .secondary .icn-minus {
    background-position: -412px 0;
  }
  /* line 902, ../../app/styles/partials/_icons.scss */
  .secondary.ui-state-default .ui-icon.icn-plus,
  .secondary .icn-plus {
    background-position: -441px 0;
  }

  /* line 909, ../../app/styles/partials/_icons.scss */
  .light.ui-state-default .ui-icon.icn-plus,
  .light .icn-plus, .light.ui-state-default .ui-icon.icn-minus,
  .light .icn-minus {
    background-size: 618px 208px;
    background-image: url("../images/sprite-mobile/1x/m-spr-global-1x.png");
    background-position: -361px -115px;
  }
  /* line 917, ../../app/styles/partials/_icons.scss */
  .light.ui-state-default .ui-icon.icn-plus,
  .light .icn-plus {
    background-position: -303px -115px;
  }
  /* line 922, ../../app/styles/partials/_icons.scss */
  .light .icn-fb {
    background-position: -285px -145px;
  }
  /* line 926, ../../app/styles/partials/_icons.scss */
  .light .icn-tw {
    background-position: -317px -145px;
  }
  /* line 930, ../../app/styles/partials/_icons.scss */
  .light .icn-forum {
    background-position: -255px -145px;
  }
  /* line 934, ../../app/styles/partials/_icons.scss */
  .light .icn-sophie {
    background-position: -195px -145px;
  }
  /* line 939, ../../app/styles/partials/_icons.scss */
  .light .icn-phone {
    background-size: 1043px 187px;
    background-image: url("../images/sprite/1x/d-spr-global-1x.png");
    background-position: -712px -56px;
  }
  /* line 946, ../../app/styles/partials/_icons.scss */
  .light .icn-mail {
    background-size: 1043px 187px;
    background-image: url("../images/sprite/1x/d-spr-global-1x.png");
    background-position: -393px -64px;
  }
  /* line 952, ../../app/styles/partials/_icons.scss */
  .light .icn-chat {
    background-position: -225px -145px;
  }
  /* line 956, ../../app/styles/partials/_icons.scss */
  .light .icn-check {
    background-position: -216px -175px;
  }
  /* line 960, ../../app/styles/partials/_icons.scss */
  .light .icn-support {
    background-position: -246px -175px;
  }

  /* line 965, ../../app/styles/partials/_icons.scss */
  .espot_wrapper .close_top_espot,
  .alert-container .close,
  .gallery-modal .close {
    background-position: -219px -30px;
  }

  /* line 971, ../../app/styles/partials/_icons.scss */
  .icn-close-sm.light {
    width: 14px;
    height: 14px;
    background-position: -246px -30px;
  }

  /* line 977, ../../app/styles/partials/_icons.scss */
  .icn.icn-close.sm.dark.video-close,
  .icn.icn-close.sm.dark.video-close-mobile {
    top: 50px;
    right: 0px;
  }

  /* line 983, ../../app/styles/partials/_icons.scss */
  .modal .modal-header .close {
    margin-top: -10px;
    width: 22px;
    height: 22px;
    background-position: -219px -30px;
  }

  /* line 991, ../../app/styles/partials/_icons.scss */
  .icn-leaders,
  .large.icn-download,
  .icn-explore,
  .icn-globe,
  .icn-stock-up,
  .icn-stock-down {
    background-size: 180px 38px;
    background-image: url("../images/sprite/1x/large-icon-buttons-1x.png");
  }

  /* line 1003, ../../app/styles/partials/_icons.scss */
  .theme-a .icn.customer-information-management.sm {
    background-position: -594px -116px;
  }
  /* line 1006, ../../app/styles/partials/_icons.scss */
  .theme-a .icn.location-intelligence.sm {
    background-position: -594px -58px;
  }
  /* line 1009, ../../app/styles/partials/_icons.scss */
  .theme-a .icn.customer-engagement.sm {
    background-position: -594px -29px;
  }
  /* line 1012, ../../app/styles/partials/_icons.scss */
  .theme-a .icn.shipping-mailing.sm {
    background-position: -594px 0;
  }
  /* line 1015, ../../app/styles/partials/_icons.scss */
  .theme-a .icn.global-ecommerce.sm {
    background-position: -594px -87px;
  }

  /* line 1022, ../../app/styles/partials/_icons.scss */
  .theme-b .icn.customer-information-management.sm {
    background-position: -565px -116px;
  }
  /* line 1025, ../../app/styles/partials/_icons.scss */
  .theme-b .icn.location-intelligence.sm {
    background-position: -565px -58px;
  }
  /* line 1028, ../../app/styles/partials/_icons.scss */
  .theme-b .icn.customer-engagement.sm {
    background-position: -565px -29px;
  }
  /* line 1031, ../../app/styles/partials/_icons.scss */
  .theme-b .icn.shipping-mailing.sm {
    background-position: -565px 0;
  }
  /* line 1034, ../../app/styles/partials/_icons.scss */
  .theme-b .icn.global-ecommerce.sm {
    background-position: -565px -87px;
  }

  /* line 1041, ../../app/styles/partials/_icons.scss */
  .theme-c .icn.customer-information-management.sm {
    background-position: -536px -116px;
  }
  /* line 1044, ../../app/styles/partials/_icons.scss */
  .theme-c .icn.location-intelligence.sm {
    background-position: -536px -58px;
  }
  /* line 1047, ../../app/styles/partials/_icons.scss */
  .theme-c .icn.customer-engagement.sm {
    background-position: -536px -29px;
  }
  /* line 1050, ../../app/styles/partials/_icons.scss */
  .theme-c .icn.shipping-mailing.sm {
    background-position: -536px 0;
  }
  /* line 1053, ../../app/styles/partials/_icons.scss */
  .theme-c .icn.global-ecommerce.sm {
    background-position: -536px -87px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  /* line 1066, ../../app/styles/partials/_icons.scss */
  .icn,
  #product-carousel .carousel-nav .icn,
  .ui-state-default .ui-icon.icn-plus,
  .icn-plus,
  .ui-state-default .ui-icon.icn-minus,
  .icn-minus,
  .light.ui-state-default .ui-icon.icn-plus,
  .light.icn-plus,
  .light.ui-state-default .ui-icon.icn-minus,
  .light.icn-minus,
  .icn-expand,
  .icn-collapse,
  .espot_wrapper .close_top_espot,
  .alert-container .close,
  .gallery-modal .close {
    background-image: url("../images/sprite-mobile/2x/m-spr-global-2x.png");
  }

  /* line 1086, ../../app/styles/partials/_icons.scss */
  .icn-leaders,
  .large.icn-download,
  .icn-explore,
  .icn-globe,
  .icn-stock-up,
  .icn-stock-down {
    background-size: 180px 38px;
    background-image: url("../images/sprite/2x/large-icon-buttons-2x.png");
  }

  /* line 1096, ../../app/styles/partials/_icons.scss */
  .icn.flag {
    background-image: url("../images/sprite/2x/region-flags-2x.png");
  }
}
/* line 4, ../../app/styles/partials/utils/_video.scss */
.ytp-thumbnail .video-thumbnail {
  background-size: 100% auto !important;
  -webkit-background-size: 100% auto !important;
  background-repeat: none;
  background-color: #666;
}

/* line 13, ../../app/styles/partials/utils/_video.scss */
.vidyard_player :first-child {
  width: 100% !important;
  height: 100% !important;
}

/* line 19, ../../app/styles/partials/utils/_video.scss */
.video-play {
  margin: 0 auto;
  display: block;
  width: auto;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  margin-top: -56px;
  top: 50%;
  cursor: pointer;
}

/* line 31, ../../app/styles/partials/utils/_video.scss */
.video-still {
  cursor: pointer;
}

/* line 35, ../../app/styles/partials/utils/_video.scss */
.module.darkbg .video-play {
  left: 75%;
}

/* line 39, ../../app/styles/partials/utils/_video.scss */
.module.video-module {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

/* line 46, ../../app/styles/partials/utils/_video.scss */
.video-module:after {
  content: "";
  display: table;
  clear: both;
}

/* line 54, ../../app/styles/partials/utils/_video.scss */
.tab .video-module.odd {
  clear: left;
}

/* line 59, ../../app/styles/partials/utils/_video.scss */
.video-play.small {
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  display: block;
}

/* line 65, ../../app/styles/partials/utils/_video.scss */
.video-container-mobile,
.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
}
/* line 73, ../../app/styles/partials/utils/_video.scss */
.video-container-mobile.video-half,
.video-container.video-half {
  width: 50%;
  padding: 0;
  right: 0;
  left: auto;
}
/* line 79, ../../app/styles/partials/utils/_video.scss */
.video-container-mobile iframe,
.video-container iframe {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  vertical-align: middle;
}

/* line 89, ../../app/styles/partials/utils/_video.scss */
.half-width .video-container-mobile,
.half-width .video-container {
  height: calc(100% - 25px);
}

/* line 95, ../../app/styles/partials/utils/_video.scss */
.module .video-container {
  width: 96.875%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 100, ../../app/styles/partials/utils/_video.scss */
.module .video-container + .vert .vertical-wrap {
  min-height: 200px;
}

/* line 106, ../../app/styles/partials/utils/_video.scss */
.zoom-img-container .module .video-container {
  width: 90%;
  /* fallback if needed */
  width: calc(100% - 30px);
  height: 90%;
  /* fallback if needed */
  height: calc(100% - 20px);
}

/* line 114, ../../app/styles/partials/utils/_video.scss */
.hero-wrapper .video-module {
  margin: 0;
}
/* line 117, ../../app/styles/partials/utils/_video.scss */
.hero-wrapper .icn.icn-close.sm.dark.video-close,
.hero-wrapper .icn.icn-close.sm.dark.video-close-mobile {
  right: 0;
}
/* line 122, ../../app/styles/partials/utils/_video.scss */
.hero-wrapper .module .vertical-wrap {
  padding-top: 0;
}
/* line 125, ../../app/styles/partials/utils/_video.scss */
.hero-wrapper .module .video-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 133, ../../app/styles/partials/utils/_video.scss */
.video-still {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 137, ../../app/styles/partials/utils/_video.scss */
.video-still .color-filter {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3E53A4;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 146, ../../app/styles/partials/utils/_video.scss */
.video-still img.video-still-bg {
  width: 100%;
  margin-bottom: 0;
}

/* new video styles for PDP modal|aka overlay */
/* line 157, ../../app/styles/partials/utils/_video.scss */
.main-content .tab .video-module {
  margin-bottom: 35px;
}
/* line 159, ../../app/styles/partials/utils/_video.scss */
.main-content .tab .video-module h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  color: #4E4E4E;
  font-size: 1em;
}
/* line 165, ../../app/styles/partials/utils/_video.scss */
.main-content .tab .video-module h3 + p {
  margin-top: 0;
}
/* line 169, ../../app/styles/partials/utils/_video.scss */
.main-content .tab .video-module img.video-still-bg {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  /* line 177, ../../app/styles/partials/utils/_video.scss */
  .video-container-mobile,
  .video-container {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*.video-play{
        text-align:center;
        margin: 30px auto;
        position:relative;
        left: auto;
        margin-left: 0 auto;
    }*/
  /* line 193, ../../app/styles/partials/utils/_video.scss */
  .vidyard_player #playlist {
    display: none !important;
  }

  /* line 199, ../../app/styles/partials/utils/_video.scss */
  .module.darkbg .video-play.small {
    left: 50%;
  }

  /* line 203, ../../app/styles/partials/utils/_video.scss */
  .video-bg-img {
    width: 100%;
    height: auto;
  }

  /* line 208, ../../app/styles/partials/utils/_video.scss */
  .video-container {
    height: 100%;
  }
  /* line 211, ../../app/styles/partials/utils/_video.scss */
  .video-container.video-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  /* line 219, ../../app/styles/partials/utils/_video.scss */
  .video-container.vert {
    padding: 0;
  }
  /* line 222, ../../app/styles/partials/utils/_video.scss */
  .video-container iframe {
    height: auto;
  }

  /* line 229, ../../app/styles/partials/utils/_video.scss */
  .module .video-container + .vert .vertical-wrap {
    min-height: 100px;
    height: auto;
  }

  /* line 236, ../../app/styles/partials/utils/_video.scss */
  .half-width .video-container-mobile,
  .half-width .video-container {
    height: 100%;
  }

  /* line 242, ../../app/styles/partials/utils/_video.scss */
  .video-container-mobile {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 100%;
    margin-bottom: 20px;
  }
  /* line 248, ../../app/styles/partials/utils/_video.scss */
  .video-container-mobile .vidyard_player {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
  }
  /* line 254, ../../app/styles/partials/utils/_video.scss */
  .video-container-mobile .vidyard_player :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
  }
  /* line 262, ../../app/styles/partials/utils/_video.scss */
  .video-container-mobile iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* line 270, ../../app/styles/partials/utils/_video.scss */
  .player_wrapper {
    width: 100% !important;
    background-color: #CCFF00 !important;
  }

  /* line 280, ../../app/styles/partials/utils/_video.scss */
  .video-play.small {
    position: absolute;
    top: 50%;
    left: 50%;
  }

  /* line 288, ../../app/styles/partials/utils/_video.scss */
  .main-content .tab .module.video-module {
    float: none !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 35px;
  }

  /* line 299, ../../app/styles/partials/utils/_video.scss */
  .touch .hero-wrapper .video-module,
  .no-touch .hero-wrapper .video-module {
    padding-top: 0;
  }
}
/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* line 4, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button,
.btn.rounded {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #3E53A4;
  font-weight: 500;
  font-size: 1em;
  cursor: pointer;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-color: transparent;
  background: #FFF;
}
/* line 17, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button + .rounded-button,
.btn.rounded + .rounded-button {
  margin-left: 20px;
}
/* line 21, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button.learn-more, .rounded-button.learn-more:hover,
.btn.rounded.learn-more,
.btn.rounded.learn-more:hover {
  margin-top: 20px;
  text-transform: none;
}
/* line 26, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button.primary, .rounded-button.secondary, .rounded-button.gray, .rounded-button.purple,
.btn.rounded.primary,
.btn.rounded.secondary,
.btn.rounded.gray,
.btn.rounded.purple {
  color: #FFFFFF;
}
/* line 32, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button.primary,
.btn.rounded.primary {
  background: #3E53A4;
}
/* line 35, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button.secondary,
.btn.rounded.secondary {
  background: #CF0989;
}
/* line 38, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button.gray,
.btn.rounded.gray {
  background: #9B9B9B;
}
/* line 41, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button.purple,
.btn.rounded.purple {
  background: #983d87;
}
/* line 44, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button.light,
.btn.rounded.light {
  background: #FFF;
  color: #3E53A4;
}
/* line 47, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button.light.border,
.btn.rounded.light.border {
  border: 1px solid #3E53A4;
}
/* line 51, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button.transparent,
.btn.rounded.transparent {
  background-color: transparent;
}
/* line 53, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button.transparent.primary,
.btn.rounded.transparent.primary {
  color: #3E53A4;
  border: 1px solid #3E53A4;
}
/* line 57, ../../app/styles/partials/content-components/_buttons.scss */
.rounded-button.transparent.light,
.btn.rounded.transparent.light {
  color: #FFF;
  border: 1px solid #FFF;
}

/* line 65, ../../app/styles/partials/content-components/_buttons.scss */
.btn.rounded input {
  background: none;
  border: none;
  text-transform: uppercase;
}

/* line 71, ../../app/styles/partials/content-components/_buttons.scss */
.purchase-items .rounded-button {
  margin-bottom: 10px;
}

/* line 75, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn,
.icn-btn:hover {
  clear: both;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
}
/* line 81, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn.show,
.icn-btn:hover.show {
  display: inline-block !important;
}
/* line 90, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn span[class^='icn'],
.icn-btn:hover span[class^='icn'] {
  display: block;
  float: left;
}
/* line 95, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn .icn,
.icn-btn:hover .icn {
  display: block;
  float: left;
  margin-left: 0;
}
/* line 99, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn .icn.pull-right,
.icn-btn:hover .icn.pull-right {
  margin-right: 0;
}
/* line 105, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn.secondary .text,
.icn-btn:hover.secondary .text {
  color: #CF0989;
}
/* line 110, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn.light .text,
.icn-btn:hover.light .text {
  color: #FFF;
}
/* line 114, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn.large,
.icn-btn:hover.large {
  margin-bottom: 30px;
}
/* line 116, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn.large .text,
.icn-btn:hover.large .text {
  font-size: 2.143em;
  font-weight: 300;
  padding: 0;
}
/* line 122, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn .text,
.icn-btn:hover .text {
  display: inline-block;
  padding: 7px 0;
  vertical-align: top;
  font-weight: 500;
  /* medium */
}
/* line 128, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn .text.normal,
.icn-btn:hover .text.normal {
  font-weight: 400;
}
/* line 132, ../../app/styles/partials/content-components/_buttons.scss */
.icn-btn .text.bold,
.icn-btn:hover .text.bold {
  font-weight: 700;
}

/*.learn-more{
  font-size:1.143em;
}*/
@media (max-width: 767px) {
  /* line 147, ../../app/styles/partials/content-components/_buttons.scss */
  .touch .icn-btn .text,
  .touch .icn-btn .icn-btn span[class^='icn'],
  .touch .icn-btn:hover .text,
  .touch .icn-btn:hover .icn-btn span[class^='icn'],
  .no-touch .icn-btn .text,
  .no-touch .icn-btn .icn-btn span[class^='icn'],
  .no-touch .icn-btn:hover .text,
  .no-touch .icn-btn:hover .icn-btn span[class^='icn'] {
    display: inline-block;
  }
  /* line 151, ../../app/styles/partials/content-components/_buttons.scss */
  .touch .icn-btn .text,
  .touch .icn-btn .text:hover,
  .touch .icn-btn:hover .text,
  .touch .icn-btn:hover .text:hover,
  .no-touch .icn-btn .text,
  .no-touch .icn-btn .text:hover,
  .no-touch .icn-btn:hover .text,
  .no-touch .icn-btn:hover .text:hover {
    max-width: 240px;
    padding: 5px 0;
  }
  /* line 157, ../../app/styles/partials/content-components/_buttons.scss */
  .touch .rounded-button,
  .no-touch .rounded-button {
    font-size: 1.875em;
    line-height: 1.2em;
    padding: 5px 10px;
  }
  /* line 162, ../../app/styles/partials/content-components/_buttons.scss */
  .touch .rounded-button.visible-xs,
  .no-touch .rounded-button.visible-xs {
    display: inline-block !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* line 4, ../../app/styles/partials/content-components/_more_on_category.scss */
.more-section .copy-section-title {
  font-size: 3.429em;
  font-weight: 300;
}
/* line 8, ../../app/styles/partials/content-components/_more_on_category.scss */
.more-section .more-content {
  position: relative;
  text-align: left;
}
/* line 11, ../../app/styles/partials/content-components/_more_on_category.scss */
.more-section .more-content p {
  font-size: 1.571em;
  /* 22px */
  margin-top: .5em;
  margin-bottom: 2em;
}
/* line 18, ../../app/styles/partials/content-components/_more_on_category.scss */
.more-section .format-industry-title, .more-section .format-industry-title.border {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  padding: 0;
  margin-bottom: 10px;
  font-size: 1em;
}

@media (max-width: 767px) {
  /* line 31, ../../app/styles/partials/content-components/_more_on_category.scss */
  .more-section .copy-section-title {
    font-size: 3em;
  }
  /* line 34, ../../app/styles/partials/content-components/_more_on_category.scss */
  .more-section .format-industry-title,
  .more-section .format-industry-title.border {
    font-size: 1.875em;
  }
  /* line 38, ../../app/styles/partials/content-components/_more_on_category.scss */
  .more-section .more-content {
    padding: 0;
  }
  /* line 40, ../../app/styles/partials/content-components/_more_on_category.scss */
  .more-section .more-content p {
    font-size: 1.875em;
  }
  /* line 42, ../../app/styles/partials/content-components/_more_on_category.scss */
  .more-section .more-content p a {
    font-size: 1em;
  }
}
/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* line 3, ../../app/styles/partials/content-components/_tables.scss */
.table {
  width: 100%;
}
/* line 8, ../../app/styles/partials/content-components/_tables.scss */
.table th h4,
.table th p,
.table td h4,
.table td p {
  text-align: left;
}
/* line 12, ../../app/styles/partials/content-components/_tables.scss */
.table th h4,
.table td h4 {
  font-size: 1.143em;
  color: #4E4E4E;
  font-weight: 500;
}
/* line 17, ../../app/styles/partials/content-components/_tables.scss */
.table th p,
.table td p {
  font-weight: 500;
  margin: 0;
}

/* line 25, ../../app/styles/partials/content-components/_tables.scss */
.table-striped tr:nth-child(odd) {
  background: #f1f1f1;
}
/* line 28, ../../app/styles/partials/content-components/_tables.scss */
.table-striped th,
.table-striped td {
  /*padding-top:20px;
  padding-bottom:20px;
  padding-left:30px;*/
  padding: 10px;
}

/* line 42, ../../app/styles/partials/content-components/_tables.scss */
.pb-responsive-table th {
  border-top: 1px solid #C0C0C0;
}
/* line 44, ../../app/styles/partials/content-components/_tables.scss */
.pb-responsive-table th + th {
  border-left: 1px solid #C0C0C0;
}
/* line 48, ../../app/styles/partials/content-components/_tables.scss */
.pb-responsive-table td {
  border-bottom: 1px solid #C0C0C0;
}
/* line 50, ../../app/styles/partials/content-components/_tables.scss */
.pb-responsive-table td + td {
  border-left: 1px solid #C0C0C0;
}
/* line 56, ../../app/styles/partials/content-components/_tables.scss */
.pb-responsive-table th h4,
.pb-responsive-table th p,
.pb-responsive-table td h4,
.pb-responsive-table td p {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* line 3, ../../app/styles/partials/content-components/_view-all.scss */
.view-all {
  position: relative;
  display: block;
  clear: both;
  text-align: center;
  left: 25%;
  width: 50%;
  cursor: pointer;
  clear: both;
}
/* line 14, ../../app/styles/partials/content-components/_view-all.scss */
.view-all a, .view-all a:hover {
  display: inline-block;
  clear: both;
  color: #FFF;
  cursor: pointer;
}
/* line 22, ../../app/styles/partials/content-components/_view-all.scss */
.view-all.primary a, .view-all.primary a:hover {
  color: #3E53A4;
}
/* line 27, ../../app/styles/partials/content-components/_view-all.scss */
.view-all .icn {
  display: block;
  clear: both;
  margin: 10px auto;
  cursor: pointer;
}
/* line 34, ../../app/styles/partials/content-components/_view-all.scss */
.view-all.view-all-tab-control {
  /*width:25%;
  left:37%;*/
  width: 100%;
  left: auto;
  bottom: -40px;
  z-index: 2;
}
/* line 42, ../../app/styles/partials/content-components/_view-all.scss */
.view-all.view-all-tab-control a, .view-all.view-all-tab-control a:hover {
  color: #3E53A4;
}
/* line 45, ../../app/styles/partials/content-components/_view-all.scss */
.view-all.view-all-tab-control .icn {
  background-color: #FFF;
  border: 5px solid #FFF;
}

/* line 54, ../../app/styles/partials/content-components/_view-all.scss */
.product-details .view-all,
.partners.partners-secondary .view-all {
  bottom: 0;
  left: auto;
  width: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
/* line 61, ../../app/styles/partials/content-components/_view-all.scss */
.product-details .view-all a, .product-details .view-all a:hover,
.partners.partners-secondary .view-all a,
.partners.partners-secondary .view-all a:hover {
  color: #3E53A4;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /*.view-all{
    margin-top:17px;
}*/
  /* line 76, ../../app/styles/partials/content-components/_view-all.scss */
  .table-container + .view-all {
    position: static;
    width: 100%;
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.750em;
    background: #00adee;
  }
  /* line 86, ../../app/styles/partials/content-components/_view-all.scss */
  .table-container + .view-all .icn {
    position: relative;
    bottom: -25px;
    margin: -20px auto 0;
  }

  /* line 95, ../../app/styles/partials/content-components/_view-all.scss */
  .view-all.view-all-tab-control {
    bottom: -30px;
  }
}
/* line 1, ../../app/styles/partials/content-components/_modals.scss */
.modal {
  z-index: 9999;
}
/* line 3, ../../app/styles/partials/content-components/_modals.scss */
.modal .modal-body {
  min-height: 550px;
}
/* line 6, ../../app/styles/partials/content-components/_modals.scss */
.modal .modal-header {
  min-height: 30px;
  /*.close{
    position:absolute;
    right:15px;
}*/
}
/* line 14, ../../app/styles/partials/content-components/_modals.scss */
.modal .modal-header .nav {
  display: inline-block;
  width: auto;
}
/* line 18, ../../app/styles/partials/content-components/_modals.scss */
.modal .modal-header .close {
  display: block;
  cursor: pointer;
  position: relative;
  top: 7px;
  z-index: 2;
}
/* line 26, ../../app/styles/partials/content-components/_modals.scss */
.modal .modal-header .icn-prev {
  position: relative;
  z-index: 3;
}
/* line 30, ../../app/styles/partials/content-components/_modals.scss */
.modal .modal-header .icn-next {
  position: relative;
  z-index: 2;
}
/* line 35, ../../app/styles/partials/content-components/_modals.scss */
.modal .modal-body {
  padding: 0;
  min-height: 540px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* line 44, ../../app/styles/partials/content-components/_modals.scss */
.modal .modal-content {
  background-color: #000;
}

/* line 49, ../../app/styles/partials/content-components/_modals.scss */
.modal-dialog {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out !important;
  margin: 85px auto;
}

/* line 61, ../../app/styles/partials/content-components/_modals.scss */
.modal .modal-header h3,
.modal#migrated-galleries .modal-header h3,
.modal#videoModal .modal-header h3,
.modal#playDemoModal .modal-header h3 {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1.2em;
  margin: 0;
}

/* line 79, ../../app/styles/partials/content-components/_modals.scss */
.modal#migrated-galleries .modal-lg .modal-body {
  text-align: center;
}
/* line 81, ../../app/styles/partials/content-components/_modals.scss */
.modal#migrated-galleries .modal-lg .modal-body img {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  /* line 91, ../../app/styles/partials/content-components/_modals.scss */
  .modal#playDemoModal .modal-body {
    min-height: 360px;
    max-height: 550px;
  }
}
@media screen and (max-width: 767px) {
  /* line 100, ../../app/styles/partials/content-components/_modals.scss */
  .modal#playDemoModal .modal-body {
    min-height: 50px;
  }
}
/* line 1, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section {
  padding: 60px 0 15px;
  background: #0c76ba;
}
/* line 6, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section h2,
.blue-bg-highlight-section h3,
.blue-bg-highlight-section h3 a,
.blue-bg-highlight-section p,
.blue-bg-highlight-section a.light {
  color: #FFF;
}
/* line 14, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section .additional-content {
  display: none;
}
/* line 18, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section .content-bucket {
  margin-top: 10px;
  margin-bottom: 45px;
}
/* line 21, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section .content-bucket + .content-bucket {
  margin-top: 0;
}
/* line 24, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section .content-bucket h3, .blue-bg-highlight-section .content-bucket p {
  margin: 0;
}
/* line 27, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section .content-bucket p {
  margin-bottom: 1em;
}
/* line 30, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section .content-bucket h3 {
  font-size: 1.714em;
}
/* line 32, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section .content-bucket h3 a, .blue-bg-highlight-section .content-bucket h3 a:hover {
  font-size: 1em;
  font-weight: 300;
  padding: 0;
  cursor: default;
}
/* line 39, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section .content-bucket p {
  font-size: 1.143em;
}
/* line 42, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section .content-bucket a.rounded-button {
  display: inline-block;
}
/* line 45, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section .content-bucket a {
  display: block;
  margin-bottom: 15px;
}
/* line 51, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section .center-divider {
  height: calc(100% - 50px);
}

/* line 56, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2,
.support-page .blue-bg-highlight-section {
  padding-bottom: 60px;
}
/* line 75, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .supportModuleHeading,
.blue-bg-highlight-section.column-2 h3,
.support-page .blue-bg-highlight-section .supportModuleHeading,
.support-page .blue-bg-highlight-section h3 {
  font-size: 1.714em;
  font-weight: 300;
  margin: 0 0 60px;
  text-align: center;
}
/* line 83, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .center-divider + .support-links,
.blue-bg-highlight-section.column-2 .support-links + .support-links,
.support-page .blue-bg-highlight-section .center-divider + .support-links,
.support-page .blue-bg-highlight-section .support-links + .support-links {
  padding-left: 15px;
}
/* line 88, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .support-links,
.support-page .blue-bg-highlight-section .support-links {
  padding: 0 10% 0 0;
}
/* line 92, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .support-links h3,
.blue-bg-highlight-section.column-2 .support-links .supportModuleHeading,
.support-page .blue-bg-highlight-section .support-links h3,
.support-page .blue-bg-highlight-section .support-links .supportModuleHeading {
  text-align: left;
}
/* line 97, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .support-links p,
.support-page .blue-bg-highlight-section .support-links p {
  text-align: left;
  font-size: 1.143em;
}
/* line 101, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .support-links .text,
.support-page .blue-bg-highlight-section .support-links .text {
  padding: 0;
  font-weight: 400;
}
/* line 106, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .support-links i + .text,
.blue-bg-highlight-section.column-2 .support-links .icn + .text,
.support-page .blue-bg-highlight-section .support-links i + .text,
.support-page .blue-bg-highlight-section .support-links .icn + .text {
  display: block;
  padding-left: 40px !important;
}
/* line 114, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .support-links ul,
.support-page .blue-bg-highlight-section .support-links ul {
  padding-left: 0;
}
/* line 117, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .support-links li,
.support-page .blue-bg-highlight-section .support-links li {
  font-size: 1.143em;
  margin-bottom: 20px;
  min-height: 26px;
  list-style-type: none;
  position: relative;
}
/* line 124, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .support-links li i,
.support-page .blue-bg-highlight-section .support-links li i {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
}
/* line 131, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .support-links li .va,
.support-page .blue-bg-highlight-section .support-links li .va {
  color: #FFF;
  display: block;
  font-size: .857em;
}
/* line 136, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .support-links li i + .text + .va,
.blue-bg-highlight-section.column-2 .support-links li .icn + .text + .va,
.support-page .blue-bg-highlight-section .support-links li i + .text + .va,
.support-page .blue-bg-highlight-section .support-links li .icn + .text + .va {
  margin-left: 40px;
}
/* line 143, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2 .title,
.support-page .blue-bg-highlight-section .title {
  display: block;
  position: relative;
}
/* line 148, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.blue-bg-highlight-section.column-2.support-module,
.support-page .blue-bg-highlight-section.support-module {
  margin-bottom: 0;
}

/* line 154, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.long-form-content .blue-bg-highlight-section {
  padding: 60px 0 0;
  margin-bottom: 50px;
}
/* line 160, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.long-form-content .blue-bg-highlight-section h2.copy-section-title {
  text-align: center;
}

/* line 166, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.partners.partners-secondary .blue-bg-highlight-section h1 {
  text-align: center;
}
/* line 170, ../../app/styles/partials/_blue-bg-highlight-section.scss */
.partners.partners-secondary .blue-bg-highlight-section .pbr-product-resource-collection:nth-child(odd) {
  clear: left;
}

@media (max-width: 991px) {
  /* line 176, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .product-details .blue-bg-highlight-section {
    padding: 60px 0;
  }
  /* line 179, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .product-details .blue-bg-highlight-section .mobile-accordion h3.icn-btn {
    /*margin-top: 0;
    margin-bottom: 0;
    padding: 0;*/
  }
  /* line 184, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .product-details .blue-bg-highlight-section .mobile-accordion h3.icn-btn a.text {
    margin-bottom: 0;
  }
  /* line 191, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .product-details .blue-bg-highlight-section .content-bucket h3 a, .product-details .blue-bg-highlight-section .content-bucket h3 a:hover {
    font-weight: 400;
  }
  /* line 194, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .product-details .blue-bg-highlight-section .content-bucket h3 .icn-btn a.text,
  .product-details .blue-bg-highlight-section .content-bucket h3 a.text {
    display: inline-block;
    padding: 5px 0;
  }
  /* line 201, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .product-details .blue-bg-highlight-section a, .product-details .blue-bg-highlight-section a:hover {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  /* line 212, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section .content-bucket {
    margin-top: 0;
    margin-bottom: 0;
    /*margin-top:25px;
    margin-bottom:50px;*/
  }
  /* line 217, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section .content-bucket + .content-bucket {
    /*margin-top:25px;*/
  }
  /* line 220, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section .content-bucket h3 {
    font-size: 2.125em;
  }

  /* line 226, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .long-form-content .blue-bg-highlight-section {
    margin-bottom: 25px;
    padding-bottom: 50px;
    text-align: center;
  }
  /* line 231, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .long-form-content .blue-bg-highlight-section .content-bucket {
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* line 235, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .long-form-content .blue-bg-highlight-section .content-bucket h3 {
    float: none;
    font-size: 2.500em;
    font-weight: 300;
  }
  /* line 239, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .long-form-content .blue-bg-highlight-section .content-bucket h3 + div {
    float: none;
  }
  /* line 243, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .long-form-content .blue-bg-highlight-section .content-bucket p {
    font-size: 1.875em;
    margin-bottom: 20px;
  }
  /* line 247, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .long-form-content .blue-bg-highlight-section .content-bucket .rounded-button.learn-more {
    font-size: 1.875em;
    margin-top: 0;
  }
  /* line 253, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .long-form-content .blue-bg-highlight-section .copy-section-title {
    margin-top: 0;
    color: #FFFFFF;
  }
  /* line 257, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .long-form-content .blue-bg-highlight-section .border {
    padding-top: 25px;
    padding-bottom: 55px;
  }
  /* line 261, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .long-form-content .blue-bg-highlight-section .view-all {
    margin-top: 17px;
    bottom: -75px;
  }

  /* line 267, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section.column-2,
  .support-page .blue-bg-highlight-section {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
  }
  /* line 273, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section.column-2 .supportModuleHeading,
  .support-page .blue-bg-highlight-section .supportModuleHeading {
    font-size: 2.5em;
  }
  /* line 277, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section.column-2 .center-divider,
  .support-page .blue-bg-highlight-section .center-divider {
    display: inline-block;
    position: static;
    left: auto;
    bottom: auto;
    height: 1px;
    width: 90%;
    margin: 0 5% 25px;
  }
  /* line 287, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section.column-2 .support-links,
  .support-page .blue-bg-highlight-section .support-links {
    padding: 0 5%;
    /*h3{
        font-size: 3.000em;
        margin-bottom: 25px;
        text-align: center;
        color: $darkBgFontColor;
    }*/
  }
  /* line 295, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section.column-2 .support-links ul,
  .support-page .blue-bg-highlight-section .support-links ul {
    padding-left: 0;
  }
  /* line 298, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section.column-2 .support-links p,
  .support-page .blue-bg-highlight-section .support-links p {
    text-align: left;
    font-size: 1.143em;
  }
  /* line 302, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section.column-2 .support-links + .support-links,
  .support-page .blue-bg-highlight-section .support-links + .support-links {
    border: none;
  }
  /* line 305, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section.column-2 .support-links + .support-links h3,
  .support-page .blue-bg-highlight-section .support-links + .support-links h3 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #C0C0C0;
  }

  /* line 313, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .support-page .blue-bg-highlight-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* line 319, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section.column-2 .row {
    margin-left: -5%;
    margin-right: -5%;
  }
  /* line 324, ../../app/styles/partials/_blue-bg-highlight-section.scss */
  .blue-bg-highlight-section.column-2 ul {
    padding-left: 0;
  }
}
/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* line 9, ../../app/styles/partials/category/_category-modules.scss */
.category-content .module .gradient-cover,
.category-content .module .gradient-bg,
.category-content .module .table .bgimage {
  min-height: 320px;
}

/* line 16, ../../app/styles/partials/category/_category-modules.scss */
.module {
  position: relative;
  border-top: 1px solid #C0C0C0;
  margin: 25px 0 0;
  padding-top: 40px;
  /*.pos {
      position: absolute;
  }
  .pos.bottom {
      bottom: 15%;
  }
  .pos.left {
      left: 10%;
  }*/
}
/* line 23, ../../app/styles/partials/category/_category-modules.scss */
.module.no-border {
  padding-top: 0;
  border-top: none;
}
/* line 26, ../../app/styles/partials/category/_category-modules.scss */
.module.no-border .promo.full-width {
  margin-top: 0;
}
/* line 31, ../../app/styles/partials/category/_category-modules.scss */
.module.half-width {
  padding-top: 25px;
}
/* line 35, ../../app/styles/partials/category/_category-modules.scss */
.module .row {
  height: 100%;
}
/* line 39, ../../app/styles/partials/category/_category-modules.scss */
.module .table {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 45, ../../app/styles/partials/category/_category-modules.scss */
.module .vertical-wrap {
  display: table-cell;
  width: 100%;
  padding-top: 25px;
  float: left;
  /*vertical-align:middle;*/
  /*padding-bottom:50px;*/
}
/* line 53, ../../app/styles/partials/category/_category-modules.scss */
.module h3 {
  /* global is the same */
  /*font-size: 2.143em;*/
  font-weight: 300;
  color: #3E53A4;
  margin-bottom: 25px;
}
/* line 60, ../../app/styles/partials/category/_category-modules.scss */
.module h3.big {
  font-size: 3em;
}
/* line 63, ../../app/styles/partials/category/_category-modules.scss */
.module h3.black {
  color: #000;
}
/* line 66, ../../app/styles/partials/category/_category-modules.scss */
.module p.small {
  font-size: 1em;
}
/* line 70, ../../app/styles/partials/category/_category-modules.scss */
.module a p, .module a:hover p {
  color: #4E4E4E;
}
/* line 74, ../../app/styles/partials/category/_category-modules.scss */
.module blockquote {
  margin-bottom: 25px;
  padding-left: 0;
  border-left: none;
}
/* line 79, ../../app/styles/partials/category/_category-modules.scss */
.module .col-xs-5 {
  float: none;
}
/* line 82, ../../app/styles/partials/category/_category-modules.scss */
.module .underline {
  border-bottom: 1px solid #FFF;
  padding: 0 0 35px 0;
}
/* line 86, ../../app/styles/partials/category/_category-modules.scss */
.module .uppercase {
  text-transform: uppercase;
}
/* line 99, ../../app/styles/partials/category/_category-modules.scss */
.module .vert {
  height: 100%;
}
/* line 103, ../../app/styles/partials/category/_category-modules.scss */
.module img.scale-full {
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* line 106, ../../app/styles/partials/category/_category-modules.scss */
.module img.scale-full + .content.half {
  padding-top: 25px;
}
/* line 110, ../../app/styles/partials/category/_category-modules.scss */
.module-link {
  display: block;
  border-bottom: 1px #fff solid;
  margin-top: 30px;
  padding-bottom: 10px;
  position: relative;
}
/* line 116, ../../app/styles/partials/category/_category-modules.scss */
.module-link .text {
  width: 89%;
  display: inline-block;
}
/* line 120, ../../app/styles/partials/category/_category-modules.scss */
.module-link .icon-right-arrow {
  font-size: 0.75em;
  float: right;
  position: absolute;
  right: 0;
  width: 0px;
  bottom: 15px;
}

/* line 134, ../../app/styles/partials/category/_category-modules.scss */
.module.promo .bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
/* line 141, ../../app/styles/partials/category/_category-modules.scss */
.module.promo .rounded-button {
  font-weight: 400;
}
/* line 152, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width .bg, .module.promo.half-width .bg {
  min-height: 240px;
}
/* line 157, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-a h3, .module.promo.half-width.theme-a h3 {
  color: #c6168d;
}
/* line 158, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-a li, .module.promo.half-width.theme-a li {
  display: block;
}
/* line 159, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-a .rounded-button, .module.promo.half-width.theme-a .rounded-button {
  color: #fff;
  background-color: #c6168d;
}
/* line 163, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-a .bg, .module.promo.half-width.theme-a .bg {
  background-image: url("../images/campaign/module-promo-half-width-theme-a-bg.png");
}
/* line 165, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-b, .module.promo.half-width.theme-b {
  color: #4d4f4f;
  font-weight: 400;
}
/* line 168, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-b .bg, .module.promo.half-width.theme-b .bg {
  background-image: url("../images/campaign/module-promo-half-width-theme-b-bg.png");
}
/* line 170, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-c, .module.promo.half-width.theme-c {
  color: #fff;
}
/* line 172, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-c h1, .module.promo.half-width.theme-c h3, .module.promo.half-width.theme-c h1, .module.promo.half-width.theme-c h3 {
  color: #fff;
}
/* line 173, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-c .color-bg, .module.promo.half-width.theme-c .color-bg {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #4b4c4e;
  background: -moz-linear-gradient(-45deg, #4b4c4e 0%, #808284 48%, #4b4c4e 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4b4c4e), color-stop(48%, #808284), color-stop(100%, #4b4c4e));
  background: -webkit-linear-gradient(-45deg, #4b4c4e 0%, #808284 48%, #4b4c4e 100%);
  background: -o-linear-gradient(-45deg, #4b4c4e 0%, #808284 48%, #4b4c4e 100%);
  background: -ms-linear-gradient(-45deg, #4b4c4e 0%, #808284 48%, #4b4c4e 100%);
  background: linear-gradient(135deg, #4b4c4e 0%, #808284 48%, #4b4c4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4c4e', endColorstr='#4b4c4e', GradientType=1 );
}
/* line 184, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-c .bg, .module.promo.half-width.theme-c .bg {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url("../images/campaign/module-promo-half-width-theme-c-bg.png");
}
/* line 185, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-c .rounded-button, .module.promo.half-width.theme-c .rounded-button {
  color: #4d4f4f;
  background-color: #fff;
}
/* line 191, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width.theme-d h3, .module.promo.half-width.theme-d h3 {
  margin: 20px 0;
}
/* line 196, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width h3, .module.promo.half-width h3 {
  margin-top: 0;
}
/* line 200, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width .subhead, .module.promo.half-width .subhead {
  font-weight: 400;
}
/* line 202, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.half-width .rounded-button, .module.promo.half-width .rounded-button {
  margin: 12px 0;
  padding: 8px 15px;
}
/* line 209, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width {
  margin: 40px 0 25px;
  padding-top: 0;
}
/* line 214, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width .vertical-align-m {
  top: 50%;
  position: absolute;
  right: 15px;
  margin-top: -16px;
}
/* line 220, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width .vertical-align-m .rounded-button {
  margin: 0;
}
/* line 225, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width .bg {
  position: relative;
  margin-top: 40px;
  border: 1px solid #d9d9d9;
  padding: 10px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top right;
}
/* line 235, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width h1 {
  color: #3E53A4;
  font-size: 1.571em;
  font-weight: 400;
  margin: 5px 0;
}
/* line 242, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width .color-bg {
  background: #4b4c4e;
  background: -moz-linear-gradient(-45deg, #4b4c4e 0%, #808284 48%, #4b4c4e 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4b4c4e), color-stop(48%, #808284), color-stop(100%, #4b4c4e));
  background: -webkit-linear-gradient(-45deg, #4b4c4e 0%, #808284 48%, #4b4c4e 100%);
  background: -o-linear-gradient(-45deg, #4b4c4e 0%, #808284 48%, #4b4c4e 100%);
  background: -ms-linear-gradient(-45deg, #4b4c4e 0%, #808284 48%, #4b4c4e 100%);
  background: linear-gradient(135deg, #4b4c4e 0%, #808284 48%, #4b4c4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4c4e', endColorstr='#4b4c4e', GradientType=1 );
}
/* line 254, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width.theme-a .bg {
  background-size: 33% auto;
  background-image: url("../images/campaign/module-promo-full-width-theme-a-bg.png");
}
/* line 261, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width.theme-b .bg {
  background-size: 33% auto;
  background-image: url("../images/campaign/module-promo-full-width-theme-b-bg.png");
}
/* line 267, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width.theme-c {
  color: #fff;
}
/* line 269, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width.theme-c h1, .module.promo.full-width.theme-c h3 {
  color: #fff;
}
/* line 271, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width.theme-c .bg {
  background-size: 33% auto;
  background-position: bottom right;
  background-image: url("../images/campaign/module-promo-full-width-theme-c-bg.png");
}
/* line 277, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width.theme-c h1 {
  color: #fff;
}
/* line 282, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width .subhead {
  font-size: 0.857em;
}
/* line 283, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width li {
  margin: 0 5px;
}
/* line 285, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width .subhead,
.module.promo.full-width ul,
.module.promo.full-width li {
  display: inline;
}
/* line 291, ../../app/styles/partials/category/_category-modules.scss */
.module.promo.full-width .rounded-button {
  font-size: 1em;
  margin: 12px 0;
  padding: 8px 15px;
  float: right;
  background: #fff;
  color: #4d4f4f;
}

/* line 302, ../../app/styles/partials/category/_category-modules.scss */
.col-sm-10 .col-sm-6 .module.promo.half-width {
  width: 100%;
}

/* line 308, ../../app/styles/partials/category/_category-modules.scss */
.module.top-image h3 {
  margin: 20px 0;
}
/* line 311, ../../app/styles/partials/category/_category-modules.scss */
.module.top-image .rounded-button {
  margin: 0;
}

/* line 316, ../../app/styles/partials/category/_category-modules.scss */
.module.darkbg {
  /*.vertical-wrap{
      padding-bottom:80px;
  }*/
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 324, ../../app/styles/partials/category/_category-modules.scss */
.module.darkbg h1, .module.darkbg h2, .module.darkbg h3, .module.darkbg h4, .module.darkbg h5, .module.darkbg p, .module.darkbg a, .module.darkbg a:hover {
  color: #FFF;
}
/* line 328, ../../app/styles/partials/category/_category-modules.scss */
.module.darkbg a p, .module.darkbg a:hover p {
  color: #FFF;
}

/* line 335, ../../app/styles/partials/category/_category-modules.scss */
.darkbg blockquote {
  color: #FFF;
}

/* line 340, ../../app/styles/partials/category/_category-modules.scss */
.module-separater {
  padding: 0;
}
/* line 342, ../../app/styles/partials/category/_category-modules.scss */
.module-separater span {
  display: block;
  height: 1px;
  background: #C0C0C0;
  margin: 15px 0;
}

/* line 352, ../../app/styles/partials/category/_category-modules.scss */
.bgimage {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 360, ../../app/styles/partials/category/_category-modules.scss */
.gradient-cover .bgimage {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  float: right;
  /*background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;*/
}
/* line 370, ../../app/styles/partials/category/_category-modules.scss */
.gradient-cover .bgimage.full-width {
  width: 100%;
}

/* line 376, ../../app/styles/partials/category/_category-modules.scss */
.gradient-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom-left-radius: 10px;
  background-image: url("../images/category-template/desktop/module-gradient-bg.png");
  background-size: 65% 100%;
  background-repeat: no-repeat;
}

/* line 398, ../../app/styles/partials/category/_category-modules.scss */
.module .bgimage {
  border-radius: 0 0 10px 10px;
}
/* line 401, ../../app/styles/partials/category/_category-modules.scss */
.module .bgimage.one-corner {
  border-radius: 0 0 10px 0;
}

/* line 406, ../../app/styles/partials/category/_category-modules.scss */
.col1-halfbg.example2 {
  background: #FFF;
}
/* line 410, ../../app/styles/partials/category/_category-modules.scss */
.col1-halfbg.example2 .col-sm-6.bg {
  background-image: url("../images/category-template/desktop/col2-bg-fullwidth4.jpg");
  background-position: right;
  background-size: cover;
  background-color: #FFF;
}

/* line 419, ../../app/styles/partials/category/_category-modules.scss */
span.half-wrap {
  overflow: hidden;
  display: inline;
}
/* line 422, ../../app/styles/partials/category/_category-modules.scss */
span.half-wrap .pbr-content-teaser {
  overflow: hidden;
  display: inline;
}
/* line 426, ../../app/styles/partials/category/_category-modules.scss */
span.half-wrap.even {
  clear: right;
}
/* line 428, ../../app/styles/partials/category/_category-modules.scss */
span.half-wrap.even .module.half-width {
  clear: right;
  float: left;
}
/* line 433, ../../app/styles/partials/category/_category-modules.scss */
span.half-wrap:nth-of-type(even) {
  clear: right;
}
/* line 435, ../../app/styles/partials/category/_category-modules.scss */
span.half-wrap:nth-of-type(even) .module.half-width {
  clear: right;
  float: left;
}
/* line 440, ../../app/styles/partials/category/_category-modules.scss */
span.half-wrap.odd {
  clear: left;
}
/* line 442, ../../app/styles/partials/category/_category-modules.scss */
span.half-wrap.odd .module.half-width {
  clear: left;
}
/* line 446, ../../app/styles/partials/category/_category-modules.scss */
span.half-wrap:nth-of-type(odd) {
  clear: left;
}

/* line 454, ../../app/styles/partials/category/_category-modules.scss */
.module.half-width {
  background-size: cover;
  background-repeat: no-repeat;
  /*  width: 50%;
    float:left;*/
  /*&.gutter{
    width: 49.21875%;
  }
  .col-xs-12{
    padding-left: 3.125%;
    padding-right: 3.125%;
}*/
}
/* line 468, ../../app/styles/partials/category/_category-modules.scss */
.module.half-width .content {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 471, ../../app/styles/partials/category/_category-modules.scss */
.module.half-width .content .tight {
  margin-bottom: 0;
}
/* line 482, ../../app/styles/partials/category/_category-modules.scss */
.module.half-width .halfheight-bg {
  background-size: cover;
  width: 100%;
  position: relative;
}
/* line 487, ../../app/styles/partials/category/_category-modules.scss */
.module.half-width .halfheight-bg.text-on-image {
  position: relative;
  margin-bottom: 35px;
}
/* line 490, ../../app/styles/partials/category/_category-modules.scss */
.module.half-width .halfheight-bg.text-on-image .vertical-wrap {
  padding-top: 0;
}
/* line 493, ../../app/styles/partials/category/_category-modules.scss */
.module.half-width .halfheight-bg.text-on-image .content {
  position: absolute;
  top: 0;
  left: 40px;
  padding-right: 20%;
}

/*.module.half-width + .module.half-width{
    clear:right;
    border:2px solid #990000;
}

.module.half-width + .module.half-width + .module.half-width{
    clear:left;
    border:2px solid #003399;
}*/
/*
.module.left.gutter{
  margin-right: .78125%;
}
.module.right.gutter{
  margin-left: .78125%;
}*/
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 525, ../../app/styles/partials/category/_category-modules.scss */
  .module h3.big {
    font-size: 3em;
  }
  /* line 528, ../../app/styles/partials/category/_category-modules.scss */
  .module blockquote {
    margin: 0 0 25px;
  }
}
@media (max-width: 1100px) {
  /* line 535, ../../app/styles/partials/category/_category-modules.scss */
  .module.darkbg {
    height: auto;
    /*.vertical-wrap{
        padding-bottom:80px;
    }*/
  }

  /* line 542, ../../app/styles/partials/category/_category-modules.scss */
  .module.half-width .halfheight-bg.text-on-image {
    margin-bottom: 0;
  }
  /* line 544, ../../app/styles/partials/category/_category-modules.scss */
  .module.half-width .halfheight-bg.text-on-image .content {
    top: 20px;
    left: 20px;
    padding-top: 0;
    margin-left: -5%;
  }
  /* line 550, ../../app/styles/partials/category/_category-modules.scss */
  .module.half-width .halfheight-bg.text-on-image h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  /*.category-content .row{
      margin-left:-5%;
      margin-right:-5%;
  }*/
  /* line 568, ../../app/styles/partials/category/_category-modules.scss */
  .ideas-insights #ideas-tab,
  .category-content #ideas-tab {
    margin-top: -1px;
    padding-bottom: 50px;
  }

  /* line 577, ../../app/styles/partials/category/_category-modules.scss */
  span.half-wrap.even .module.half-width, span.half-wrap:nth-of-type(even) .module.half-width {
    clear: both;
    float: none;
  }
  /* line 584, ../../app/styles/partials/category/_category-modules.scss */
  span.half-wrap.odd .module.half-width, span.half-wrap:nth-of-type(odd) .module.half-width {
    clear: both;
  }

  /* line 593, ../../app/styles/partials/category/_category-modules.scss */
  .touch .ideas-insights .module,
  .touch .main-content .category-content .module,
  .no-touch .ideas-insights .module,
  .no-touch .main-content .category-content .module {
    font-size: 1.875em;
  }
  /* line 597, ../../app/styles/partials/category/_category-modules.scss */
  .touch .ideas-insights .module a,
  .touch .main-content .category-content .module a,
  .no-touch .ideas-insights .module a,
  .no-touch .main-content .category-content .module a {
    font-size: 1em;
  }
  /* line 601, ../../app/styles/partials/category/_category-modules.scss */
  .touch .ideas-insights .module .gradient-cover,
  .touch .ideas-insights .module .gradient-bg,
  .touch .ideas-insights .module .table .bgimage,
  .touch .main-content .category-content .module .gradient-cover,
  .touch .main-content .category-content .module .gradient-bg,
  .touch .main-content .category-content .module .table .bgimage,
  .no-touch .ideas-insights .module .gradient-cover,
  .no-touch .ideas-insights .module .gradient-bg,
  .no-touch .ideas-insights .module .table .bgimage,
  .no-touch .main-content .category-content .module .gradient-cover,
  .no-touch .main-content .category-content .module .gradient-bg,
  .no-touch .main-content .category-content .module .table .bgimage {
    min-height: 50px;
  }
  /* line 608, ../../app/styles/partials/category/_category-modules.scss */
  .touch .hero-wrapper .headline,
  .no-touch .hero-wrapper .headline {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  /* line 611, ../../app/styles/partials/category/_category-modules.scss */
  .touch .hero-wrapper .headline h2,
  .no-touch .hero-wrapper .headline h2 {
    font-size: 1.875em;
    font-weight: 500;
    margin-bottom: 25px;
  }
  /* line 617, ../../app/styles/partials/category/_category-modules.scss */
  .touch .hero-wrapper .headline h1,
  .no-touch .hero-wrapper .headline h1 {
    font-size: 3em;
    font-weight: 300;
  }
  /* line 624, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module,
  .no-touch .module {
    border-top: 1px solid #C0C0C0;
  }
  /* line 627, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module .bgimage.one-corner,
  .no-touch .module .bgimage.one-corner {
    border-radius: 0 0 10px 10px;
  }
  /* line 631, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.darkbg,
  .no-touch .module.darkbg {
    margin-top: 0;
  }
  /* line 633, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.darkbg img,
  .no-touch .module.darkbg img {
    margin-bottom: 25px;
  }
  /* line 636, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.darkbg h3, .touch .module.darkbg a, .touch .module.darkbg a:hover,
  .no-touch .module.darkbg h3,
  .no-touch .module.darkbg a,
  .no-touch .module.darkbg a:hover {
    color: #3E53A4;
  }
  /* line 640, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.darkbg a p, .touch .module.darkbg a:hover p,
  .no-touch .module.darkbg a p,
  .no-touch .module.darkbg a:hover p {
    color: #3E53A4;
  }
  /* line 644, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.darkbg blockquote,
  .no-touch .module.darkbg blockquote {
    color: #4E4E4E;
  }
  /* line 648, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module,
  .no-touch .module {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-top: 0;
    padding-top: 25px;
    /*.pos {
        position: static;
    }
    .pos.bottom.left {
        position: static;
        padding-top: 90px;
    }*/
  }
  /* line 656, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module h3,
  .no-touch .module h3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  /* line 660, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module h3.big,
  .no-touch .module h3.big {
    font-size: 3em;
  }
  /* line 662, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module h3.big + h3,
  .no-touch .module h3.big + h3 {
    margin-top: 0px;
  }
  /* line 667, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module .table,
  .no-touch .module .table {
    padding: 0;
  }
  /* line 670, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module .vertical-wrap,
  .no-touch .module .vertical-wrap {
    display: block;
    position: relative;
    padding-top: 0;
  }
  /* line 677, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.darkbg,
  .no-touch .module.darkbg {
    /*min-height: 400px;*/
  }
  /* line 679, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.darkbg .table,
  .no-touch .module.darkbg .table {
    /*min-height:400px;*/
    display: block;
  }
  /* line 686, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module .vert.left,
  .no-touch .module .vert.left {
    /*padding-top:30px;
    padding-bottom:30px;*/
  }
  /* line 689, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module .vert.left .table,
  .no-touch .module .vert.left .table {
    height: auto;
  }
  /* line 694, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module .col-xs-12,
  .no-touch .module .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 698, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.half-width,
  .no-touch .module.half-width {
    float: none;
    display: block;
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
  }
  /* line 708, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.half-width .content,
  .no-touch .module.half-width .content {
    /*padding-top:25px;
    padding-bottom: 25px;*/
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }
  /* line 715, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.half-width .content h3,
  .no-touch .module.half-width .content h3 {
    margin-bottom: 15px;
  }
  /* line 718, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.half-width .content p,
  .no-touch .module.half-width .content p {
    margin-bottom: 0;
  }
  /* line 722, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.half-width .halfheight-bg,
  .no-touch .module.half-width .halfheight-bg {
    height: auto;
  }
  /* line 726, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.half-width .halfheight-bg .content h3,
  .no-touch .module.half-width .halfheight-bg .content h3 {
    margin-bottom: 30px;
  }
  /* line 730, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.half-width .halfheight-bg.text-on-image,
  .no-touch .module.half-width .halfheight-bg.text-on-image {
    margin-bottom: 0;
  }
  /* line 732, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.half-width .halfheight-bg.text-on-image .content,
  .no-touch .module.half-width .halfheight-bg.text-on-image .content {
    left: 20px;
    margin-left: -5%;
  }
  /* line 741, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.promo.full-width, .touch .module.promo.half-width,
  .no-touch .module.promo.full-width,
  .no-touch .module.promo.half-width {
    margin: 0 0 25px;
  }
  /* line 745, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module.promo .bg,
  .no-touch .module.promo .bg {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 761, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module .table,
  .no-touch .module .table {
    width: 100%;
  }
  /* line 764, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module .white,
  .no-touch .module .white {
    color: #FFF;
  }
  /* line 767, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module h3,
  .touch .module h3.big,
  .no-touch .module h3,
  .no-touch .module h3.big {
    /*font-size:3em;*/
  }
  /* line 771, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module p.small,
  .no-touch .module p.small {
    /*font-size:1.5em;*/
  }
  /* line 774, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module .vert,
  .no-touch .module .vert {
    height: auto;
  }
  /* line 785, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module blockquote,
  .no-touch .module blockquote {
    /*font-size:3.750em;*/
  }
  /* line 788, ../../app/styles/partials/category/_category-modules.scss */
  .touch .module .quote-cite,
  .no-touch .module .quote-cite {
    /*font-size:0.800em;*/
  }
}
/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* line 3, ../../app/styles/partials/content-components/_product-links.scss */
.product-links {
  /*position:absolute;
  bottom: 0px;*/
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 20px 0;
}
/* line 11, ../../app/styles/partials/content-components/_product-links.scss */
.product-links .link-title {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.857em;
  margin-bottom: 15px;
}
/* line 18, ../../app/styles/partials/content-components/_product-links.scss */
.product-links .links {
  display: block;
  font-weight: 500;
}
/* line 22, ../../app/styles/partials/content-components/_product-links.scss */
.product-links p {
  font-size: 1em;
  color: #9B9B9B;
}
/* line 26, ../../app/styles/partials/content-components/_product-links.scss */
.product-links .links > a {
  display: inline-block;
  padding: 5px 15px;
  margin-left: 10px;
  margin-bottom: 2px;
  border: 1px solid #3E53A4;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
/* line 36, ../../app/styles/partials/content-components/_product-links.scss */
.product-links .links > a .icn-close-sm {
  margin: -2px 0 0 10px;
  vertical-align: middle;
}
/* line 41, ../../app/styles/partials/content-components/_product-links.scss */
.product-links .blue-box {
  padding: 10px 0 10px 7px;
  background: #f2f2f2 url("../images/sprite/icn-lftarrow-blue-sm.png") no-repeat center left;
  margin-left: -3px;
}
/* line 45, ../../app/styles/partials/content-components/_product-links.scss */
.product-links .blue-box .links > a, .product-links .blue-box .links > a:hover {
  color: #FFF;
  margin-left: 0px;
  background: #3E53A4;
}

/* line 53, ../../app/styles/partials/content-components/_product-links.scss */
.module .product-links {
  margin: 0 0 25px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 57, ../../app/styles/partials/content-components/_product-links.scss */
.module .product-links .links > a {
  margin-left: 0;
}
/* line 59, ../../app/styles/partials/content-components/_product-links.scss */
.module .product-links .links > a + a {
  margin-left: 10px;
}

/* line 67, ../../app/styles/partials/content-components/_product-links.scss */
.module.darkbg .product-links.inverseColors .link-title {
  color: #FFF;
}
/* line 70, ../../app/styles/partials/content-components/_product-links.scss */
.module.darkbg .product-links.inverseColors .links > a, .module.darkbg .product-links.inverseColors .links > a:hover {
  color: #FFFFFF;
}

/* line 76, ../../app/styles/partials/content-components/_product-links.scss */
.module.left .product-links, .module.right .product-links {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 83, ../../app/styles/partials/content-components/_product-links.scss */
.product-links.inverseColors .link-title {
  color: #FFF;
}
/* line 86, ../../app/styles/partials/content-components/_product-links.scss */
.product-links.inverseColors .links > a, .product-links.inverseColors .links > a:hover {
  border: 1px solid #FFF;
  color: #FFF;
}

/* line 93, ../../app/styles/partials/content-components/_product-links.scss */
.product-links.category-filter-buttons {
  position: static;
  bottom: auto;
  width: 100%;
  margin: 10px 0;
}
/* line 98, ../../app/styles/partials/content-components/_product-links.scss */
.product-links.category-filter-buttons .link-title {
  display: inline-block;
}
/* line 101, ../../app/styles/partials/content-components/_product-links.scss */
.product-links.category-filter-buttons .links {
  display: inline-block;
}
/* line 104, ../../app/styles/partials/content-components/_product-links.scss */
.product-links.category-filter-buttons p {
  color: #FFCC00;
}
/* line 107, ../../app/styles/partials/content-components/_product-links.scss */
.product-links.category-filter-buttons .links > a, .product-links.category-filter-buttons .links > a:hover {
  border-color: #C0C0C0;
  color: #4E4E4E;
}
/* line 110, ../../app/styles/partials/content-components/_product-links.scss */
.product-links.category-filter-buttons .links > a.active, .product-links.category-filter-buttons .links > a:hover.active {
  color: #FFF;
  border-color: #FFF;
  background-color: #3E53A4;
}

@media screen and (max-width: 767px) {
  /* line 124, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.col-xs-12 {
    margin-bottom: 25px;
    position: static;
    width: 100%;
  }
  /* line 129, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.col-xs-12 .link-title {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  /* line 136, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.col-xs-12 .links {
    margin-bottom: 5px;
  }
  /* line 139, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.col-xs-12 a.read-more {
    display: inline-block;
  }
  /* line 143, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.col-xs-12.promo a {
    display: block;
    background: none;
    width: 100%;
    margin-left: 0;
    padding: 5px 0;
  }
  /* line 150, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.col-xs-12.promo a:not(:first-child) {
    display: block;
  }
  /* line 153, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.col-xs-12.promo a.read-more {
    display: none;
  }
  /* line 156, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.col-xs-12.promo .link-title {
    text-transform: uppercase;
    display: block;
  }
  /* line 160, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.col-xs-12.promo a.read-more {
    display: none !important;
  }
  /* line 163, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.col-xs-12.promo .blue-box {
    background: #12b1c9;
    margin-left: 0;
    padding: 5px 10px;
    margin-top: 5px;
    display: inline-block;
  }
  /* line 169, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.col-xs-12.promo .blue-box a {
    width: auto;
    display: inline-block;
  }

  /* line 177, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown,
  .product-links.category-filter-buttons {
    position: relative;
    z-index: 2;
    border-top: 1px solid #C0C0C0;
    margin-left: -5%;
    margin-right: -5%;
    margin-bottom: 25px;
    padding: 0;
    width: 110%;
  }
  /* line 187, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown .link-title,
  .product-links.product-cateogry-dropdown .links,
  .product-links.product-cateogry-dropdown .links > a, .product-links.product-cateogry-dropdown .links > a:hover,
  .product-links.category-filter-buttons .link-title,
  .product-links.category-filter-buttons .links,
  .product-links.category-filter-buttons .links > a,
  .product-links.category-filter-buttons .links > a:hover {
    display: block;
  }
  /* line 191, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown .link-title .icn-close-sm,
  .product-links.product-cateogry-dropdown .links .icn-close-sm,
  .product-links.product-cateogry-dropdown .links > a .icn-close-sm, .product-links.product-cateogry-dropdown .links > a:hover .icn-close-sm,
  .product-links.category-filter-buttons .link-title .icn-close-sm,
  .product-links.category-filter-buttons .links .icn-close-sm,
  .product-links.category-filter-buttons .links > a .icn-close-sm,
  .product-links.category-filter-buttons .links > a:hover .icn-close-sm {
    float: right;
    margin-right: 8px;
    margin-top: 0;
  }
  /* line 197, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown .links,
  .product-links.category-filter-buttons .links {
    /*position:absolute;
    width:100%;
    height:100%;*/
  }
  /* line 202, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown .link-title,
  .product-links.category-filter-buttons .link-title {
    position: relative;
    font-size: 1.625em;
  }
  /* line 205, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown .link-title .icn-caret-up,
  .product-links.product-cateogry-dropdown .link-title .icn-caret-down,
  .product-links.category-filter-buttons .link-title .icn-caret-up,
  .product-links.category-filter-buttons .link-title .icn-caret-down {
    position: absolute;
    left: 90%;
    top: 50%;
    margin-top: -4.5px;
  }
  /* line 213, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown .link-title,
  .product-links.product-cateogry-dropdown .mobile-submit,
  .product-links.category-filter-buttons .link-title,
  .product-links.category-filter-buttons .mobile-submit {
    margin-bottom: 0;
    padding: 20px 5%;
    border-bottom: 1px solid #C0C0C0;
  }
  /* line 218, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown .link-title a + a,
  .product-links.product-cateogry-dropdown .mobile-submit a + a,
  .product-links.category-filter-buttons .link-title a + a,
  .product-links.category-filter-buttons .mobile-submit a + a {
    color: #4E4E4E;
    margin-left: 25px;
  }
  /* line 223, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown .link-title .rounded-button.filter,
  .product-links.product-cateogry-dropdown .mobile-submit .rounded-button.filter,
  .product-links.category-filter-buttons .link-title .rounded-button.filter,
  .product-links.category-filter-buttons .mobile-submit .rounded-button.filter {
    min-height: 10px;
  }
  /* line 227, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown .mobile-submit,
  .product-links.category-filter-buttons .mobile-submit {
    background-color: #FFF;
  }
  /* line 230, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown .links > a,
  .product-links.product-cateogry-dropdown .links > a:hover,
  .product-links.category-filter-buttons .links > a,
  .product-links.category-filter-buttons .links > a:hover {
    margin: 0;
    padding: 20px 5%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #C0C0C0;
    background-color: #FFF;
  }

  /* line 241, ../../app/styles/partials/content-components/_product-links.scss */
  .product-links.product-cateogry-dropdown {
    margin: 0;
    border-top: none;
    width: auto;
  }

  /* line 248, ../../app/styles/partials/content-components/_product-links.scss */
  .module.darkbg .product-links.inverseColors .link-title {
    color: #4E4E4E;
  }
  /* line 251, ../../app/styles/partials/content-components/_product-links.scss */
  .module.darkbg .product-links.inverseColors .links > a, .module.darkbg .product-links.inverseColors .links > a:hover {
    color: #3E53A4;
    border-color: #3E53A4;
  }
}
/* line 2, ../../app/styles/partials/_scroller.scss */
.tab-scroller-wrapper,
.gallery-scroller-wrapper {
  z-index: 1;
  top: 0;
  bottom: 48px;
  left: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  font-size: 1.143em;
}

/* line 14, ../../app/styles/partials/_scroller.scss */
.scroller {
  margin: 0;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  padding: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

/* line 37, ../../app/styles/partials/_scroller.scss */
.scroller ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

/* line 46, ../../app/styles/partials/_scroller.scss */
.scroller li {
  display: block;
  float: left;
}

/* line 56, ../../app/styles/partials/_scroller.scss */
#breadcrumb-scroller-wrapper.tab-scroller-wrapper {
  font-size: 1em;
  /*a {
      font-size: 1em;
  }*/
}

/* line 63, ../../app/styles/partials/_scroller.scss */
.filter {
  margin-top: 60px;
  min-height: 300px;
  background-color: #FFFFFF;
  background: url("../images/product-details/repeatingBgGradient.jpg") 0 0 repeat-x;
}
/* line 68, ../../app/styles/partials/_scroller.scss */
.filter > div:first-child {
  border-bottom: 1px solid #C0C0C0;
}
/* line 71, ../../app/styles/partials/_scroller.scss */
.filter .scroller {
  margin: 0 auto;
}

/* line 76, ../../app/styles/partials/_scroller.scss */
.scroller-fader {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
/* line 98, ../../app/styles/partials/_scroller.scss */
.scroller-fader.hide {
  right: -100px;
}

/* line 103, ../../app/styles/partials/_scroller.scss */
#modal-scroll-wrapper,
.mobile-scroll-wrapper {
  z-index: 1;
  top: 0;
  bottom: 48px;
  left: 0;
  overflow: hidden;
  position: relative;
}

/* line 113, ../../app/styles/partials/_scroller.scss */
#modal-scroller,
.mobile-scroller {
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  padding: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

/* line 137, ../../app/styles/partials/_scroller.scss */
#modal-scroller ul,
.mobile-scroller ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 147, ../../app/styles/partials/_scroller.scss */
#modal-scroller li,
.mobile-scroller li {
  display: block;
  float: left;
  font-size: 14px;
  width: 900px;
}

/* video modal scroller styles */
/* line 160, ../../app/styles/partials/_scroller.scss */
.modal #modal-scroller ul {
  min-height: 540px;
}
/* line 163, ../../app/styles/partials/_scroller.scss */
.modal #modal-scroller li {
  min-height: 540px;
}

/* line 169, ../../app/styles/partials/_scroller.scss */
.nav {
  width: 100%;
  text-align: center;
  display: inline-block;
}

/* line 176, ../../app/styles/partials/_scroller.scss */
.modal .nav {
  width: auto;
}

/* line 180, ../../app/styles/partials/_scroller.scss */
.nav .prev, .nav .next {
  font-weight: bold;
  font-size: 14px;
}

/* line 187, ../../app/styles/partials/_scroller.scss */
.nav .next {
  text-align: right;
}

/* line 191, ../../app/styles/partials/_scroller.scss */
.indicator, .indicator > li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 198, ../../app/styles/partials/_scroller.scss */
.indicator {
  padding: 12px 0;
}

/* line 203, ../../app/styles/partials/_scroller.scss */
.indicator > li {
  position: relative;
  top: 2.5px;
  text-indent: -9999em;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #C0C0C0;
  overflow: hidden;
  margin: 2.5px 5px;
  cursor: pointer;
  vertical-align: middle;
}

/* line 220, ../../app/styles/partials/_scroller.scss */
.indicator > li.active {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-size: 100%;
  background-image: url("../images/sprite-mobile/active-indicator.png");
  vertical-align: middle;
}

/* line 230, ../../app/styles/partials/_scroller.scss */
.numbered div {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

@media (max-width: 991px) {
  /* line 239, ../../app/styles/partials/_scroller.scss */
  .product-details-shared .product-hero .mobile-scroller ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 249, ../../app/styles/partials/_scroller.scss */
  .tab-scroller-wrapper {
    font-size: 1.625em;
  }

  /* line 252, ../../app/styles/partials/_scroller.scss */
  #breadcrumb-scroller-wrapper {
    padding: 0 5%;
  }
}
/* line 4, ../../app/styles/partials/content-components/_tab-content.scss */
.main-content .tab {
  padding-bottom: 0;
}
/* line 6, ../../app/styles/partials/content-components/_tab-content.scss */
.main-content .tab h2 {
  font-size: 1em;
  text-align: left;
}
/* line 10, ../../app/styles/partials/content-components/_tab-content.scss */
.main-content .tab h3 {
  clear: both;
}
/* line 13, ../../app/styles/partials/content-components/_tab-content.scss */
.main-content .tab p {
  max-width: 100%;
}
/* line 15, ../../app/styles/partials/content-components/_tab-content.scss */
.main-content .tab p img,
.main-content .tab p a img {
  max-width: 100%;
}

@media (max-width: 991px) {
  /* line 56, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab {
    position: relative;
    padding-top: 35px;
    /*padding-bottom:35px;*/
  }
  /* line 61, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab .row.expand-collapse {
    display: block;
  }
  /* line 63, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab .row.expand-collapse div:first-child {
    padding-bottom: 15px;
  }
  /* line 68, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab img {
    max-width: 100%;
    height: auto;
  }
  /* line 82, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab ul li {
    margin-bottom: 10px;
    font-size: 1em;
  }
  /* line 85, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab ul li p,
  .main-content .tab ul li p a,
  .main-content .tab ul li a {
    font-size: 1em;
  }
  /* line 94, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab p ul {
    font-size: 1em;
  }
  /* line 101, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab.container-fluid .row {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  /* line 114, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab .row.expand-collapse div.video-container-mobile:first-child {
    padding-bottom: 56.25%;
    /* 16:9 */
  }
  /* line 118, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab img {
    clear: both;
    float: none;
    margin-bottom: 10px;
  }
  /* line 124, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab h2, .main-content .tab h3, .main-content .tab h4,
  .main-content .tab .video-module h3 {
    font-size: 2.125em;
  }
  /* line 129, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab ul,
  .main-content .tab ol {
    font-size: 1.875em;
  }
  /* line 132, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab ul ul,
  .main-content .tab ul ol,
  .main-content .tab ul li,
  .main-content .tab ol ul,
  .main-content .tab ol ol,
  .main-content .tab ol li {
    font-size: 1em;
  }
  /* line 136, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab ul ul h4,
  .main-content .tab ul ul p,
  .main-content .tab ul ul p a,
  .main-content .tab ul ul a,
  .main-content .tab ul ol h4,
  .main-content .tab ul ol p,
  .main-content .tab ul ol p a,
  .main-content .tab ul ol a,
  .main-content .tab ul li h4,
  .main-content .tab ul li p,
  .main-content .tab ul li p a,
  .main-content .tab ul li a,
  .main-content .tab ol ul h4,
  .main-content .tab ol ul p,
  .main-content .tab ol ul p a,
  .main-content .tab ol ul a,
  .main-content .tab ol ol h4,
  .main-content .tab ol ol p,
  .main-content .tab ol ol p a,
  .main-content .tab ol ol a,
  .main-content .tab ol li h4,
  .main-content .tab ol li p,
  .main-content .tab ol li p a,
  .main-content .tab ol li a {
    font-size: 1em;
  }
  /* line 146, ../../app/styles/partials/content-components/_tab-content.scss */
  .main-content .tab p ul,
  .main-content .tab p ol {
    font-size: 1em;
  }
}
/* line 18, ../../app/styles/product-details.scss */
*:focus {
  outline: 0;
}

/* line 22, ../../app/styles/product-details.scss */
.product-details .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 27, ../../app/styles/product-details.scss */
.product-details ul.lightbox-gallery {
  list-style: none;
  padding-left: 0;
}
/* line 30, ../../app/styles/product-details.scss */
.product-details ul.lightbox-gallery + ul {
  clear: both;
}
/* line 35, ../../app/styles/product-details.scss */
.product-details .lightbox-gallery {
  display: block;
  height: auto;
  clear: both;
  overflow: hidden;
}
/* line 41, ../../app/styles/product-details.scss */
.product-details .lightbox-gallery a {
  display: block;
}
/* line 43, ../../app/styles/product-details.scss */
.product-details .lightbox-gallery a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* line 52, ../../app/styles/product-details.scss */
.product-details table {
  clear: both;
  width: 100%;
}
/* line 58, ../../app/styles/product-details.scss */
.product-details .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* line 65, ../../app/styles/product-details.scss */
.product-details .product-hero h1, .product-details .product-hero h2 {
  color: #4E4E4E;
}
/* line 68, ../../app/styles/product-details.scss */
.product-details .product-hero h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2.714em;
  font-weight: 300;
}
/* line 73, ../../app/styles/product-details.scss */
.product-details .product-hero h1.smallHeadline {
  font-size: 2.5em;
}
/* line 77, ../../app/styles/product-details.scss */
.product-details .product-hero .learn-more {
  font-size: 1em;
  margin-bottom: 20px;
}
/* line 81, ../../app/styles/product-details.scss */
.product-details .product-hero h2.subhead {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.143em;
  font-weight: 400;
}
/* line 88, ../../app/styles/product-details.scss */
.product-details .product-hero .purchase-items {
  border-top: 1px solid #C0C0C0;
  padding-top: 25px;
  margin-top: 25px;
}
/* line 92, ../../app/styles/product-details.scss */
.product-details .product-hero .purchase-items h2 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #4E4E4E;
  font-weight: 500;
}
/* line 100, ../../app/styles/product-details.scss */
.product-details .product-hero .purchase-items h2.icn-btn {
  color: #3E53A4;
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 107, ../../app/styles/product-details.scss */
.product-details .product-hero .rounded-button {
  margin-bottom: 15px;
}
/* line 111, ../../app/styles/product-details.scss */
.product-details .product-hero .purchase-option-details {
  margin-bottom: 50px;
}
/* line 113, ../../app/styles/product-details.scss */
.product-details .product-hero .purchase-option-details ul {
  padding-left: 17px;
  margin-top: 0;
  line-height: 2em;
}
/* line 120, ../../app/styles/product-details.scss */
.product-details .product-hero h2.icn-btn + .purchase-option-details {
  margin-bottom: 0;
}
/* line 122, ../../app/styles/product-details.scss */
.product-details .product-hero h2.icn-btn + .purchase-option-details ul {
  padding-left: 56px;
}
/* line 127, ../../app/styles/product-details.scss */
.product-details .product-hero .related-links {
  padding-top: 25px;
  border-top: 1px solid #C0C0C0;
}
/* line 130, ../../app/styles/product-details.scss */
.product-details .product-hero .related-links .icn-btn {
  display: block;
  margin-bottom: 15px;
}
/* line 133, ../../app/styles/product-details.scss */
.product-details .product-hero .related-links .icn-btn + .icn-btn {
  margin-left: 0;
}
/* line 140, ../../app/styles/product-details.scss */
.product-details .product-hero .disclaimer {
  font-style: italic;
}
/* line 145, ../../app/styles/product-details.scss */
.product-details .zoom-cta {
  display: inline-block;
  position: absolute;
  right: 15px;
  padding: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 155, ../../app/styles/product-details.scss */
.product-details .zoom-cta .icn-zoom {
  margin-left: 0;
}
/* line 158, ../../app/styles/product-details.scss */
.product-details .zoom-cta .text {
  display: inline-block;
  vertical-align: top;
  color: #4E4E4E;
}
/* line 165, ../../app/styles/product-details.scss */
.product-details .zoom,
.product-details .zoom-img-container iframe {
  margin-bottom: 30px;
}
/* line 169, ../../app/styles/product-details.scss */
.product-details .zoom-img-container .vidyard_player {
  position: absolute;
  top: 0;
  left: 15px;
  height: 85% !important;
  max-height: calc(100% - 120px) !important;
  width: 98.875% !important;
  width: calc(100% - 3.125%) !important;
}
/* line 177, ../../app/styles/product-details.scss */
.product-details .zoom-img-container .vidyard_player :first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
/* line 185, ../../app/styles/product-details.scss */
.product-details .zoom-img-container .video-module .vidyard_player {
  height: 102% !important;
  width: calc(100% - 30px) !important;
  max-height: 102% !important;
}
/* line 190, ../../app/styles/product-details.scss */
.product-details .zoom-nav-container {
  position: relative;
  /*margin-top:70px;
  max-height:60px;*/
  text-align: center;
}
/* line 197, ../../app/styles/product-details.scss */
.product-details .zoomContainer,
.product-details .zoomWindowContainer {
  overflow: hidden !important;
}
/* line 202, ../../app/styles/product-details.scss */
.product-details .product-zoom-thumb-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto 10px;
  min-height: 60px;
  max-width: calc(100% - 120px);
  overflow: hidden;
}
/* line 212, ../../app/styles/product-details.scss */
.product-details .prev-zoom-thumb,
.product-details .next-zoom-thumb {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 45px;
  margin-top: -23px;
  margin-left: 0;
  margin-right: 0;
}
/* line 223, ../../app/styles/product-details.scss */
.product-details .next-zoom-thumb {
  left: auto;
  right: 45px;
}
/* line 228, ../../app/styles/product-details.scss */
.product-details .product-zoom-thumb {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
/* line 234, ../../app/styles/product-details.scss */
.product-details .product-zoom-thumb li {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: auto;
  margin-top: 5px;
  border: 1px solid #C0C0C0;
}
/* line 242, ../../app/styles/product-details.scss */
.product-details .product-zoom-thumb li img {
  width: 100%;
  margin-bottom: -3px;
}
/* line 246, ../../app/styles/product-details.scss */
.product-details .product-zoom-thumb li + li {
  margin-left: 10px;
}
/* line 249, ../../app/styles/product-details.scss */
.product-details .product-zoom-thumb li.active {
  width: 80px;
  height: auto;
  margin-top: 0;
}
/* line 258, ../../app/styles/product-details.scss */
.product-details .zoom-img-container {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
/* line 263, ../../app/styles/product-details.scss */
.product-details .zoom-img-container img {
  max-width: 100%;
}
/* line 268, ../../app/styles/product-details.scss */
.product-details .zoom-img-container .zoom-cta + img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
/* line 275, ../../app/styles/product-details.scss */
.product-details .cta-container {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #C0C0C0;
}
/* line 284, ../../app/styles/product-details.scss */
.product-details .content-grid-gallery ul {
  list-style: none;
  padding: 0;
}
/* line 288, ../../app/styles/product-details.scss */
.product-details .content-grid-gallery .image {
  width: 180px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
}
/* line 294, ../../app/styles/product-details.scss */
.product-details .content-grid-gallery img {
  width: 100%;
  cursor: pointer;
}

/* line 306, ../../app/styles/product-details.scss */
.touch .product-details .product-hero .zoom-cta {
  display: none;
}

@media (max-width: 1201px) {
  /* line 315, ../../app/styles/product-details.scss */
  .product-details footer {
    padding-bottom: 50px;
  }
  /* line 319, ../../app/styles/product-details.scss */
  .product-details .product-hero h1.smallHeadline {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  /* line 331, ../../app/styles/product-details.scss */
  .product-details .center-xs {
    text-align: center;
  }
  /* line 335, ../../app/styles/product-details.scss */
  .product-details .purchase-items {
    text-align: center;
  }
  /* line 337, ../../app/styles/product-details.scss */
  .product-details .purchase-items .purchase-option-details {
    text-align: left;
  }
  /* line 341, ../../app/styles/product-details.scss */
  .product-details .purchase-items .icn-btn .text {
    width: 80%;
  }
  /* line 347, ../../app/styles/product-details.scss */
  .product-details .purchase-items .accordion {
    text-align: left;
  }
  /* line 352, ../../app/styles/product-details.scss */
  .product-details .product-hero .zoom-cta {
    display: none;
  }
  /* line 355, ../../app/styles/product-details.scss */
  .product-details .product-hero img {
    width: 100%;
    margin-bottom: 25px;
  }
  /* line 359, ../../app/styles/product-details.scss */
  .product-details .product-hero h2.subhead {
    margin-bottom: 10px;
  }
  /* line 364, ../../app/styles/product-details.scss */
  .product-details .product-hero h1.smallHeadline {
    font-size: 2.714em;
  }
  /* line 368, ../../app/styles/product-details.scss */
  .product-details .product-hero .nav-bg {
    background-color: #f5f5f5;
    border-bottom: 1px solid #C0C0C0;
  }
  /* line 372, ../../app/styles/product-details.scss */
  .product-details .product-hero .nav-bg > div {
    padding: 0;
  }
  /* line 377, ../../app/styles/product-details.scss */
  .product-details .product-hero .related-links {
    border-top: 1px solid #C0C0C0;
  }
  /* line 380, ../../app/styles/product-details.scss */
  .product-details .product-hero .related-links .icn-btn,
  .product-details .product-hero .related-links .icn-btn + .icn-btn {
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
  }
  /* line 388, ../../app/styles/product-details.scss */
  .product-details .product-hero .nav .slideNumbersNav {
    display: inline-block;
    margin: 0 auto;
    height: 26px;
    line-height: 26px;
  }
  /* line 397, ../../app/styles/product-details.scss */
  .product-details .tabs-nav {
    margin: 0;
    border: none;
    color: #3E53A4;
  }
  /* line 407, ../../app/styles/product-details.scss */
  .product-details .cta-container {
    padding-top: 50px;
  }
  /* line 411, ../../app/styles/product-details.scss */
  .product-details .mobile-accordion {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 415, ../../app/styles/product-details.scss */
  .product-details .mobile-accordion .ui-accordion-content {
    padding-left: 43px;
  }
  /* line 419, ../../app/styles/product-details.scss */
  .product-details .mobile-accordion h3 {
    padding: 10px 5px;
    background: transparent;
  }
  /* line 424, ../../app/styles/product-details.scss */
  .product-details .mobile-accordion h3.nthPlusOne,
  .product-details .mobile-accordion h3:nth-child(n+1) {
    border: none;
  }
  /* line 431, ../../app/styles/product-details.scss */
  .product-details .zoom-cta {
    display: none;
  }
  /* line 435, ../../app/styles/product-details.scss */
  .product-details .mobile-slider {
    text-align: center;
    margin-bottom: 60px;
  }
  /* line 440, ../../app/styles/product-details.scss */
  .product-details .mobile-scroll-wrapper {
    padding: 0;
  }
  /* line 444, ../../app/styles/product-details.scss */
  .product-details .mobile-scroller li {
    padding: 0;
  }
  /* line 448, ../../app/styles/product-details.scss */
  .product-details .mobile-scroller img {
    width: 100%;
  }
  /* line 451, ../../app/styles/product-details.scss */
  .product-details .mobile-scroller img.video-play {
    width: auto;
  }
}
@media (max-width: 767px) {
  /* line 457, ../../app/styles/product-details.scss */
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
  .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
  .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
  .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
  .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
  .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
  .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
  .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
  .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
  .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
  .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
  .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* line 476, ../../app/styles/product-details.scss */
  .product-details .product-hero h2.subhead {
    font-size: 1.875em;
  }
  /* line 481, ../../app/styles/product-details.scss */
  .product-details .lightbox-gallery {
    font-size: 1.875em;
  }
  /* line 485, ../../app/styles/product-details.scss */
  .product-details .purchase-items h2,
  .product-details .purchase-items ul {
    font-size: 1.875em;
  }
}
