/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* ----- Responsive ----- */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* line 13, ../../app/styles/shop.scss */
.product-details .shop-module-container .cart.added,
.shop .cart.added {
  margin-bottom: 30px;
}
/* line 14, ../../app/styles/shop.scss */
.product-details .shop-module-container .hero-wrapper,
.shop .hero-wrapper {
  margin-bottom: 60px;
}
/* line 15, ../../app/styles/shop.scss */
.product-details .shop-module-container button,
.shop button {
  border: 0;
}
/* line 16, ../../app/styles/shop.scss */
.product-details .shop-module-container img,
.shop img {
  max-width: 75%;
}
/* line 18, ../../app/styles/shop.scss */
.product-details .shop-module-container .truncate,
.shop .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 24, ../../app/styles/shop.scss */
.product-details .shop-module-container li.large-links,
.product-details .shop-module-container a.large-links,
.shop li.large-links,
.shop a.large-links {
  font-size: 2.500em;
}
@media (min-width: 768px) {
  /* line 24, ../../app/styles/shop.scss */
  .product-details .shop-module-container li.large-links,
  .product-details .shop-module-container a.large-links,
  .shop li.large-links,
  .shop a.large-links {
    font-size: 1.571em;
    font-weight: 300;
  }
}
@media (max-width: 768px) {
  /* line 33, ../../app/styles/shop.scss */
  .product-details .shop-module-container .large-links-group,
  .shop .large-links-group {
    border-top: 1px solid #C0C0C0;
  }
}
/* line 38, ../../app/styles/shop.scss */
.product-details .shop-module-container .large-links-group a.large-links,
.shop .large-links-group a.large-links {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  /* line 38, ../../app/styles/shop.scss */
  .product-details .shop-module-container .large-links-group a.large-links,
  .shop .large-links-group a.large-links {
    border-bottom: 1px solid #C0C0C0;
    padding: 15px 5%;
    margin: 0 -5%;
  }
}
/* line 51, ../../app/styles/shop.scss */
.product-details .shop-module-container .container-fluid .row.shop-nav-wrapper,
.shop .container-fluid .row.shop-nav-wrapper {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 51, ../../app/styles/shop.scss */
  .product-details .shop-module-container .container-fluid .row.shop-nav-wrapper,
  .shop .container-fluid .row.shop-nav-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  /* line 50, ../../app/styles/shop.scss */
  .product-details .shop-module-container .container-fluid,
  .shop .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 66, ../../app/styles/shop.scss */
.shop-nav-wrapper {
  position: relative;
  padding: 20px 0;
  min-height: 80px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  /* line 66, ../../app/styles/shop.scss */
  .shop-nav-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
    background-color: #eaeaea;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    /* main background full width bottom white mask */
    /* fake background border radius */
  }
  /* line 85, ../../app/styles/shop.scss */
  .shop-nav-wrapper:before {
    content: "";
    width: 100%;
    height: 40px;
    margin-left: -20px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
  }
  /* line 98, ../../app/styles/shop.scss */
  .shop-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 40px;
    margin-left: -20px;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #eaeaea;
  }
}
/* line 113, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  visibility: visible;
  margin-top: 0;
}
/* line 124, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev,
.shop-nav-wrapper .carousel-nav .icn.next {
  width: 19px;
  height: 100%;
  position: absolute;
  margin: 0;
  background-image: none;
}
/* line 132, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev:before, .shop-nav-wrapper .carousel-nav .icn.prev:after,
.shop-nav-wrapper .carousel-nav .icn.next:before,
.shop-nav-wrapper .carousel-nav .icn.next:after {
  top: 50%;
  margin-top: -24px;
}
/* line 139, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev {
  left: 0;
}
/* line 142, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev:before {
  border-right: 12px solid #eaeaea;
}
/* line 145, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev:after {
  border-right: 12px solid #3E53A4;
  left: 3px;
}
/* line 150, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.next {
  right: 0;
}
/* line 153, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.next:before {
  border-left: 12px solid #eaeaea;
  left: 2px;
}
/* line 157, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.next:after {
  border-left: 12px solid #3E53A4;
  right: 3px;
}
/* line 164, ../../app/styles/shop.scss */
.shop-nav-wrapper.no-marker:after {
  bottom: 0;
}

/* line 169, ../../app/styles/shop.scss */
.shop-nav {
  overflow: hidden;
  position: relative;
  padding: 0;
}
/* line 174, ../../app/styles/shop.scss */
.shop-nav__title {
  font-size: 3.750em;
  font-weight: 300;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 174, ../../app/styles/shop.scss */
  .shop-nav__title {
    height: 122px;
    font-size: 2.143em;
    z-index: 3000;
    left: -20px;
    background-color: #f5f5f5;
  }
  /* line 188, ../../app/styles/shop.scss */
  .shop-nav__title:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: -50px;
    z-index: 1;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 50px solid #f5f5f5;
  }
  /* line 202, ../../app/styles/shop.scss */
  .shop-nav__title span {
    position: relative;
    z-index: 2;
    top: 42px;
  }
}
@media (max-width: 768px) {
  /* line 174, ../../app/styles/shop.scss */
  .shop-nav__title {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 215, ../../app/styles/shop.scss */
.shop-nav__title + .shop-nav__carousel {
  padding-left: 85px;
}
/* line 219, ../../app/styles/shop.scss */
.shop-nav__carousel {
  position: relative;
  height: 100%;
  padding: 0;
  z-index: 3;
  -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;
}
@media (min-width: 768px) {
  /* line 244, ../../app/styles/shop.scss */
  .shop-nav__carousel .separator-color {
    content: "";
    width: 100%;
    height: 120px;
    display: block;
    position: absolute;
    box-sizing: border-box;
    background-color: #d2d2d2;
  }
}
/* line 255, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item {
  padding: 15px 0 5px;
  cursor: pointer;
  font-size: 2.000em;
  line-height: 20px;
  font-weight: 300;
  color: #3E53A4;
  vertical-align: middle;
  box-sizing: border-box;
  display: block;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
@media (min-width: 768px) {
  /* line 255, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item {
    margin-right: 1px;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
    font-size: 1.143em;
    background-color: #eaeaea;
  }
}
@media (max-width: 768px) {
  /* line 255, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item {
    display: inline-block;
    width: 46%;
    float: left;
    text-align: center;
    background-color: #eaeaea;
    overflow: hidden;
    margin: 10px 2% 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  /* line 296, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item__name {
    height: 100%;
  }
}
/* line 305, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__prod-image {
  width: 100%;
  position: absolute;
  bottom: -30px;
  display: block;
}
/* line 312, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item img {
  max-width: 120px;
  max-height: 120px;
  display: inline;
}
/* line 318, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__name {
  display: block;
  padding: 0 10px 20px;
  height: 100%;
  /* The ghost, nudged to maintain perfect centering */
  /* The element to be centered, can also be of any width and height */
}
/* line 324, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__name:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.6em;
  /* Adjusts for spacing */
}
/* line 333, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__name span {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 318, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item__name {
    min-height: 40px;
    padding-bottom: 0;
  }
}
/* line 344, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item.active {
  background-color: #f5f5f5;
}
/* line 348, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item .bottom-mask {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  background: #fff;
  display: block;
}
/* line 357, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item .bottom-mask .left,
.shop-nav__carousel .nav-item .bottom-mask .right {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
/* line 365, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item .bottom-mask .center.marker {
  width: 0;
  display: inline-block;
  position: relative;
  float: left;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
/* line 377, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item.active .bottom-mask {
  background: transparent;
}
/* line 382, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item:last-child {
  margin-right: 0;
}
/* line 388, ../../app/styles/shop.scss */
.shop-nav__carousel.large-labels {
  padding-left: 0;
  padding-right: 0;
}
/* line 392, ../../app/styles/shop.scss */
.shop-nav__carousel.large-labels .nav-item {
  padding: 10px 0;
  font-size: 2.750em;
  line-height: 1em;
  border-top: 1px solid #d2d2d2;
}
@media (max-width: 768px) {
  /* line 392, ../../app/styles/shop.scss */
  .shop-nav__carousel.large-labels .nav-item {
    height: auto !important;
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    background-color: transparent;
    overflow: hidden;
    margin: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 410, ../../app/styles/shop.scss */
  .shop-nav__carousel.large-labels .nav-item:last-child {
    border-bottom: 1px solid #d2d2d2;
  }
}
@media (min-width: 768px) {
  /* line 392, ../../app/styles/shop.scss */
  .shop-nav__carousel.large-labels .nav-item {
    padding: 20px 15px;
    font-size: 2.143em;
    border: none;
  }
}

/* line 425, ../../app/styles/shop.scss */
.with-image .shop-nav .nav-item__name {
  margin-bottom: 85px;
}
@media (min-width: 768px) {
  /* line 429, ../../app/styles/shop.scss */
  .with-image .shop-nav__title {
    display: none;
  }
}
/* line 435, ../../app/styles/shop.scss */
.with-image .shop-nav .shop-nav__carousel .nav-item {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  /* line 435, ../../app/styles/shop.scss */
  .with-image .shop-nav .shop-nav__carousel .nav-item {
    display: inline-block;
    width: 46%;
    float: left;
    text-align: center;
    background-color: #eaeaea;
    overflow: hidden;
    margin: 10px 2%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  /* line 450, ../../app/styles/shop.scss */
  .with-image .shop-nav .shop-nav__carousel .nav-item__name {
    height: initial;
  }
}

/* line 457, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn {
  background: #ccc;
  cursor: pointer;
}

/* line 464, ../../app/styles/shop.scss */
.main-content > section:last-child {
  margin-bottom: 60px;
}
/* line 468, ../../app/styles/shop.scss */
.main-content .headline {
  padding: 20px 5%;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 468, ../../app/styles/shop.scss */
  .main-content .headline {
    padding: 30px 0;
  }
}
/* line 474, ../../app/styles/shop.scss */
.main-content .headline h1 {
  font-size: 4.750em;
  color: #4E4E4E;
  cursor: default;
}
/* line 478, ../../app/styles/shop.scss */
.main-content .headline h1 a {
  font-size: 1em;
}
@media (min-width: 768px) {
  /* line 474, ../../app/styles/shop.scss */
  .main-content .headline h1 {
    font-size: 2.714em;
  }
}

@media (min-width: 768px) {
  /* line 490, ../../app/styles/shop.scss */
  .shop.shop-sub-cat .main-content .headline {
    padding: 0 0 30px;
  }
}

/* line 497, ../../app/styles/shop.scss */
.prod {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 0;
  text-align: center;
  min-height: 300px;
}
/* line 505, ../../app/styles/shop.scss */
.home-revamp .prod:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 509, ../../app/styles/shop.scss */
.home-revamp .prod.inactive {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 514, ../../app/styles/shop.scss */
.prod .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  /* line 497, ../../app/styles/shop.scss */
  .prod {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  /* line 530, ../../app/styles/shop.scss */
  .prod.large-margin-bottom {
    margin-bottom: 60px;
  }
}
/* line 535, ../../app/styles/shop.scss */
.prod a {
  font-size: 1em;
  line-height: initial;
}
/* line 540, ../../app/styles/shop.scss */
.prod p {
  font-size: 2.000em;
  font-weight: 300;
  color: #4E4E4E;
}
@media (min-width: 768px) {
  /* line 540, ../../app/styles/shop.scss */
  .prod p {
    font-size: 1.143em;
  }
}
/* line 550, ../../app/styles/shop.scss */
.prod .rounded-button {
  clear: left;
}
/* line 555, ../../app/styles/shop.scss */
.prod.large-header .prod__info__header {
  font-size: 4.250em;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 555, ../../app/styles/shop.scss */
  .prod.large-header .prod__info__header {
    font-size: 2.429em;
  }
}
/* line 567, ../../app/styles/shop.scss */
.prod.light-text a.prod__info, .prod.light-text a.prod__info .prod__info__header, .prod.light-text .prod__info, .prod.light-text .prod__info .prod__info__header {
  color: #FFF;
}
/* line 572, ../../app/styles/shop.scss */
.prod.light-text a.prod__info p, .prod.light-text a.prod__info .prod__info__header p, .prod.light-text .prod__info p, .prod.light-text .prod__info .prod__info__header p {
  color: #FFF;
}
/* line 577, ../../app/styles/shop.scss */
.prod > div {
  padding: 20px 20px 0;
  border: 1px solid #FFF;
  background-color: #eaeaea;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
  max-height: 260px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (min-width: 768px) {
  /* line 577, ../../app/styles/shop.scss */
  .prod > div {
    max-height: 260px;
  }
}
/* line 597, ../../app/styles/shop.scss */
.prod.theme__blue > div {
  background-repeat: repeat-x;
  background-color: #0062ab;
  background-image: -webkit-linear-gradient(100deg, #0062ab, #2caace);
  background-image: -o-linear-gradient(100deg, #0062ab, #2caace);
  background-image: linear-gradient(100deg, #0062ab, #2caace);
}
/* line 600, ../../app/styles/shop.scss */
.prod.theme__orange > div {
  background-color: #EF8200;
}
/* line 603, ../../app/styles/shop.scss */
.prod.theme__purple > div {
  background-repeat: repeat-x;
  background-color: #5e2b8b;
  background-image: -webkit-linear-gradient(100deg, #5e2b8b, #CF0989);
  background-image: -o-linear-gradient(100deg, #5e2b8b, #CF0989);
  background-image: linear-gradient(100deg, #5e2b8b, #CF0989);
}
@media (max-width: 1024px) {
  /* line 607, ../../app/styles/shop.scss */
  .prod.theme__blue > div, .prod.theme__purple > div {
    max-height: 600px !important;
  }
  /* line 611, ../../app/styles/shop.scss */
  .prod.theme__blue > div .prod__image, .prod.theme__purple > div .prod__image {
    margin-bottom: 30px;
  }
}
/* line 616, ../../app/styles/shop.scss */
.prod.theme__light-bg-motiff-primary > div {
  border: 1px solid #3E53A4;
  background: #FFF url("resources/images/flex-shop-module/primary-motiff.png") no-repeat bottom right;
  background-size: auto;
}
@media (max-width: 768px) {
  /* line 625, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-primary-gradient > div, .prod.theme__info-bg-motiff-secodary-gradient > div, .prod.theme__info-bg-motiff-primary-gradient.large-header > div, .prod.theme__info-bg-motiff-secodary-gradient.large-header > div {
    padding-bottom: 20%;
    background-image: url("resources/images/flex-shop-module/primary-motiff-mobile.jpg") !important;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  /* line 633, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-primary-gradient .prod__info, .prod.theme__info-bg-motiff-secodary-gradient .prod__info, .prod.theme__info-bg-motiff-primary-gradient.large-header .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header .prod__info {
    height: calc(100% - 60px);
    padding: 20px;
    background: url("resources/images/flex-shop-module/bg_primary_motiff.jpg") no-repeat bottom right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  /* line 644, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-primary-gradient.col-md-12 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.col-sm-12 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.col-md-12 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.col-sm-12 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.large-header.col-md-12 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.large-header.col-sm-12 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header.col-md-12 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header.col-sm-12 .prod__info {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 652, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-primary-gradient.col-md-6 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.col-sm-6 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.col-md-6 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.col-sm-6 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.large-header.col-md-6 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.large-header.col-sm-6 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header.col-md-6 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header.col-sm-6 .prod__info {
    width: 75%;
  }
}
@media (max-width: 768px) {
  /* line 661, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-secodary-gradient > div, .prod.theme__info-bg-motiff-secodary-gradient.large-header > div {
    background-image: url("resources/images/flex-shop-module/secondary-motiff-mobile.jpg") !important;
  }
}
@media (min-width: 769px) {
  /* line 666, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-secodary-gradient .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header .prod__info {
    background-image: url("resources/images/placeholders/bg_pink_motiff.jpg");
  }
}
/* line 675, ../../app/styles/shop.scss */
.prod.primary-border > div {
  border: 1px solid #3E53A4;
}
@media (max-width: 768px) {
  /* line 681, ../../app/styles/shop.scss */
  .prod.tall-mobile > div {
    padding-bottom: 65%;
  }
}
/* line 688, ../../app/styles/shop.scss */
.prod.text-left, .prod.col-md-12, .prod.col-sm-12, .prod__info-bg-motiff-primary-gradient.col-md-6, .prod__info-bg-motiff-secodary-gradient.col-md-6 {
  text-align: left;
}
/* line 695, ../../app/styles/shop.scss */
.prod.text-left > div:before, .prod.col-md-12 > div:before, .prod.col-sm-12 > div:before, .prod__info-bg-motiff-primary-gradient.col-md-6 > div:before, .prod__info-bg-motiff-secodary-gradient.col-md-6 > div:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
  margin-top: -20px;
}
/* line 709, ../../app/styles/shop.scss */
.prod.col-md-8.large-header > div, .prod.col-md-6.large-header > div, .prod.col-sm-8.large-header > div, .prod.col-sm-6.large-header > div {
  height: auto;
  min-height: 260px;
  max-height: 350px;
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
}
@media (min-width: 1024px) {
  /* line 709, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header > div, .prod.col-md-6.large-header > div, .prod.col-sm-8.large-header > div, .prod.col-sm-6.large-header > div {
    height: 260px;
    text-align: left;
  }
}
/* line 723, ../../app/styles/shop.scss */
.prod.col-md-8.large-header > div:before, .prod.col-md-6.large-header > div:before, .prod.col-sm-8.large-header > div:before, .prod.col-sm-6.large-header > div:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
  margin-top: -20px;
}
/* line 733, ../../app/styles/shop.scss */
.prod.col-md-8.large-header .prod__info, .prod.col-md-6.large-header .prod__info, .prod.col-sm-8.large-header .prod__info, .prod.col-sm-6.large-header .prod__info {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  /* line 733, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header .prod__info, .prod.col-md-6.large-header .prod__info, .prod.col-sm-8.large-header .prod__info, .prod.col-sm-6.large-header .prod__info {
    width: 55%;
    margin-bottom: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
/* line 744, ../../app/styles/shop.scss */
.prod.col-md-8.large-header .prod__image, .prod.col-md-6.large-header .prod__image, .prod.col-sm-8.large-header .prod__image, .prod.col-sm-6.large-header .prod__image {
  width: 100%;
  display: inline-block;
  text-align: center;
  float: right;
}
@media (min-width: 1024px) {
  /* line 744, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header .prod__image, .prod.col-md-6.large-header .prod__image, .prod.col-sm-8.large-header .prod__image, .prod.col-sm-6.large-header .prod__image {
    width: 45%;
  }
}
/* line 756, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.tall.pull-right, .prod.col-md-6.large-header.tall.pull-right, .prod.col-sm-8.large-header.tall.pull-right, .prod.col-sm-6.large-header.tall.pull-right {
  clear: left;
}
/* line 759, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.tall > div, .prod.col-md-6.large-header.tall > div, .prod.col-sm-8.large-header.tall > div, .prod.col-sm-6.large-header.tall > div {
  text-align: center;
  border: none;
  height: auto;
}
/* line 764, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.tall > div:before, .prod.col-md-6.large-header.tall > div:before, .prod.col-sm-8.large-header.tall > div:before, .prod.col-sm-6.large-header.tall > div:before {
  vertical-align: top;
}
/* line 768, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.tall > div .prod__info, .prod.col-md-6.large-header.tall > div .prod__info, .prod.col-sm-8.large-header.tall > div .prod__info, .prod.col-sm-6.large-header.tall > div .prod__info {
  width: 80%;
}
/* line 772, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.tall > div .prod__image, .prod.col-md-6.large-header.tall > div .prod__image, .prod.col-sm-8.large-header.tall > div .prod__image, .prod.col-sm-6.large-header.tall > div .prod__image {
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 759, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.tall > div, .prod.col-md-6.large-header.tall > div, .prod.col-sm-8.large-header.tall > div, .prod.col-sm-6.large-header.tall > div {
    background-position: center center;
  }
}
/* line 785, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.prod--default-image-position .prod__image, .prod.col-md-6.large-header.prod--default-image-position .prod__image, .prod.col-sm-8.large-header.prod--default-image-position .prod__image, .prod.col-sm-6.large-header.prod--default-image-position .prod__image {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 785, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--default-image-position .prod__image, .prod.col-md-6.large-header.prod--default-image-position .prod__image, .prod.col-sm-8.large-header.prod--default-image-position .prod__image, .prod.col-sm-6.large-header.prod--default-image-position .prod__image {
    width: 45%;
    height: 100%;
    /* The ghost, nudged to maintain perfect centering */
  }
  /* line 793, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--default-image-position .prod__image:before, .prod.col-md-6.large-header.prod--default-image-position .prod__image:before, .prod.col-sm-8.large-header.prod--default-image-position .prod__image:before, .prod.col-sm-6.large-header.prod--default-image-position .prod__image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  /* line 801, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--default-image-position .prod__image img, .prod.col-md-6.large-header.prod--default-image-position .prod__image img, .prod.col-sm-8.large-header.prod--default-image-position .prod__image img, .prod.col-sm-6.large-header.prod--default-image-position .prod__image img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  /* line 811, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--hang-off-right .prod__image, .prod.col-md-6.large-header.prod--hang-off-right .prod__image, .prod.col-sm-8.large-header.prod--hang-off-right .prod__image, .prod.col-sm-6.large-header.prod--hang-off-right .prod__image {
    height: 100%;
    /* The ghost, nudged to maintain perfect centering */
  }
  /* line 817, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--hang-off-right .prod__image:before, .prod.col-md-6.large-header.prod--hang-off-right .prod__image:before, .prod.col-sm-8.large-header.prod--hang-off-right .prod__image:before, .prod.col-sm-6.large-header.prod--hang-off-right .prod__image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  /* line 825, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--hang-off-right .prod__image img, .prod.col-md-6.large-header.prod--hang-off-right .prod__image img, .prod.col-sm-8.large-header.prod--hang-off-right .prod__image img, .prod.col-sm-6.large-header.prod--hang-off-right .prod__image img {
    max-width: 200%;
    width: 130%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: -40%;
  }
}
/* line 839, ../../app/styles/shop.scss */
.prod.col-md-12 > div, .prod.col-sm-12 > div {
  height: auto;
  min-height: initial;
  max-height: initial;
  background-size: cover;
}
@media (min-width: 768px) {
  /* line 839, ../../app/styles/shop.scss */
  .prod.col-md-12 > div, .prod.col-sm-12 > div {
    height: 260px;
  }
}
/* line 850, ../../app/styles/shop.scss */
.prod.col-md-12 .prod__info, .prod.col-sm-12 .prod__info {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 850, ../../app/styles/shop.scss */
  .prod.col-md-12 .prod__info, .prod.col-sm-12 .prod__info {
    width: 45.33333%;
    text-align: left;
    display: inline-block;
  }
}
/* line 861, ../../app/styles/shop.scss */
.prod.col-md-12 .prod__info > span, .prod.col-sm-12 .prod__info > span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 868, ../../app/styles/shop.scss */
.prod.col-md-12 .prod__image, .prod.col-sm-12 .prod__image {
  text-align: center;
  width: 90%;
  display: inline-block;
  margin-top: 30px;
}
@media (min-width: 768px) {
  /* line 868, ../../app/styles/shop.scss */
  .prod.col-md-12 .prod__image, .prod.col-sm-12 .prod__image {
    width: 55.33333%;
    position: absolute;
    bottom: -2px;
  }
}
/* line 880, ../../app/styles/shop.scss */
.prod.col-md-12 .prod__image img, .prod.col-sm-12 .prod__image img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 880, ../../app/styles/shop.scss */
  .prod.col-md-12 .prod__image img, .prod.col-sm-12 .prod__image img {
    width: 75%;
  }
}

/* line 894, ../../app/styles/shop.scss */
.prod__info {
  width: 85%;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 899, ../../app/styles/shop.scss */
  .prod__info a {
    font-size: 1em;
  }
}
/* line 905, ../../app/styles/shop.scss */
.prod__info__item-number {
  margin-bottom: 5px;
  font-size: 1.500em;
  display: block;
  color: #4E4E4E;
}
@media (min-width: 768px) {
  /* line 905, ../../app/styles/shop.scss */
  .prod__info__item-number {
    font-size: 0.857em;
  }
}
/* line 916, ../../app/styles/shop.scss */
.prod__info__name, .prod__info__header {
  color: #3E53A4;
  font-size: 2.750em;
  font-weight: 400;
  display: block;
}
@media (min-width: 768px) {
  /* line 916, ../../app/styles/shop.scss */
  .prod__info__name, .prod__info__header {
    font-size: 1.571em;
  }
}
/* line 928, ../../app/styles/shop.scss */
.prod__info__name {
  margin-bottom: 5px;
  font-size: 2.250em;
}
@media (min-width: 768px) {
  /* line 928, ../../app/styles/shop.scss */
  .prod__info__name {
    font-size: 1.286em;
  }
}
/* line 937, ../../app/styles/shop.scss */
.prod__info__price {
  display: block;
}
/* line 940, ../../app/styles/shop.scss */
.prod__info__price p {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 2em;
}
@media (min-width: 768px) {
  /* line 940, ../../app/styles/shop.scss */
  .prod__info__price p {
    font-size: 1.143em;
  }
}
/* line 949, ../../app/styles/shop.scss */
.prod__info__price p.highlight {
  color: #EF8200;
}
/* line 955, ../../app/styles/shop.scss */
.prod__info button {
  padding: 8px 15px;
  margin: 10px 0;
}
/* line 959, ../../app/styles/shop.scss */
.prod__info button:active {
  background-color: #053043;
}

/* line 966, ../../app/styles/shop.scss */
.shop-section.prod > div {
  background: transparent;
  max-height: none;
}
/* line 970, ../../app/styles/shop.scss */
.shop-section.prod .prod__info {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  /* line 970, ../../app/styles/shop.scss */
  .shop-section.prod .prod__info {
    text-align: left;
  }
}
/* line 977, ../../app/styles/shop.scss */
.shop-section.prod .prod__info__name {
  margin: 10px 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
/* line 985, ../../app/styles/shop.scss */
.shop-section.prod .prod__info__price {
  margin-bottom: 10px;
}

/* line 997, ../../app/styles/shop.scss */
.prod--light-bg > div {
  background-color: #FFFFFF;
}
/* line 1000, ../../app/styles/shop.scss */
.prod--light-bg > div img {
  mix-blend-mode: initial;
}

/* line 1006, ../../app/styles/shop.scss */
.prod--ink-module > div {
  background-color: #0078c6;
}
/* line 1009, ../../app/styles/shop.scss */
.prod--ink-module > div img {
  mix-blend-mode: initial;
}

/* line 1015, ../../app/styles/shop.scss */
.prod--postage-tape-module > div {
  background-color: #0078c6;
}
/* line 1018, ../../app/styles/shop.scss */
.prod--postage-tape-module > div img {
  max-width: none;
  position: relative;
  top: -20px;
  mix-blend-mode: initial;
}
@media (min-width: 768px) {
  /* line 1018, ../../app/styles/shop.scss */
  .prod--postage-tape-module > div img {
    top: -55px;
    left: -75px;
  }
}

/* line 1032, ../../app/styles/shop.scss */
.prod--location-data > div {
  background-repeat: repeat-x;
  background-color: #651f96;
  background-image: -webkit-linear-gradient(135deg, #651f96, #f7451b);
  background-image: -o-linear-gradient(135deg, #651f96, #f7451b);
  background-image: linear-gradient(135deg, #651f96, #f7451b);
}
/* line 1036, ../../app/styles/shop.scss */
.prod--location-data > div img {
  max-width: none;
  mix-blend-mode: initial;
}
@media (min-width: 768px) {
  /* line 1036, ../../app/styles/shop.scss */
  .prod--location-data > div img {
    position: relative;
    top: 25px;
  }
}

/* line 1050, ../../app/styles/shop.scss */
.prod--officeright-module > div img {
  max-width: none;
  mix-blend-mode: initial;
}
@media (min-width: 768px) {
  /* line 1050, ../../app/styles/shop.scss */
  .prod--officeright-module > div img {
    position: relative;
    top: 25px;
  }
}

/* line 1062, ../../app/styles/shop.scss */
.prod--smart-postage > div {
  background-color: #ed8100;
}
/* line 1065, ../../app/styles/shop.scss */
.prod--smart-postage > div img {
  max-width: none;
  position: relative;
  mix-blend-mode: initial;
}
@media (min-width: 768px) {
  /* line 1065, ../../app/styles/shop.scss */
  .prod--smart-postage > div img {
    left: -50px;
  }
}

/* line 1079, ../../app/styles/shop.scss */
.prod--connect-plus-300-pro-module > div img {
  max-width: none;
  position: relative;
  mix-blend-mode: initial;
}
@media (min-width: 768px) {
  /* line 1079, ../../app/styles/shop.scss */
  .prod--connect-plus-300-pro-module > div img {
    bottom: -40px;
  }
}

/* line 1090, ../../app/styles/shop.scss */
.gradient-a {
  background-repeat: repeat-x;
  background-color: #a9184d;
  background-image: -moz-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* IE10+ */
  background-image: linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA9184D', endColorstr='#FFDC4C41', GradientType=0);
  /* IE6-9 fallback on horizontal gradient */
}
/* line 1091, ../../app/styles/shop.scss */
.gradient-a span, .gradient-a p {
  color: #fff;
}
/* line 1095, ../../app/styles/shop.scss */
.gradient-a .motif-bg {
  display: none;
}
/* line 1100, ../../app/styles/shop.scss */
.gradient-a img {
  mix-blend-mode: initial;
}

/* line 1105, ../../app/styles/shop.scss */
.gradient-b {
  background-repeat: repeat-x;
  background-color: #00a2e0;
  background-image: -moz-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* IE10+ */
  background-image: linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A2E0', endColorstr='#FF913A96', GradientType=0);
  /* IE6-9 fallback on horizontal gradient */
}
@media (min-width: 768px) {
  /* line 1108, ../../app/styles/shop.scss */
  .gradient-b .motif-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("resources/images/shop/promo_theme_b_motif.png");
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
/* line 1119, ../../app/styles/shop.scss */
.gradient-b img {
  mix-blend-mode: initial;
}

/* line 1124, ../../app/styles/shop.scss */
.gradient-c {
  background-repeat: repeat-x;
  background-color: #035fae;
  background-image: -moz-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* IE10+ */
  background-image: linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF035FAE', endColorstr='#FF5CB582', GradientType=0);
  /* IE6-9 fallback on horizontal gradient */
}
/* line 1127, ../../app/styles/shop.scss */
.gradient-c img {
  mix-blend-mode: initial;
}

/* line 1134, ../../app/styles/shop.scss */
.flexible-modules-container {
  margin-bottom: 60px;
}
/* line 1136, ../../app/styles/shop.scss */
.flexible-modules-container .flexible-modules {
  margin-bottom: 60px;
}

/* line 1145, ../../app/styles/shop.scss */
.products-carousel {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  visibility: hidden;
}
/* line 1151, ../../app/styles/shop.scss */
.products-carousel:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
/* line 1157, ../../app/styles/shop.scss */
.products-carousel img {
  display: inline-block;
}
/* line 1162, ../../app/styles/shop.scss */
.products-carousel .prod__info__name, .products-carousel .prod__info__header,
.products-carousel .prod__info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 1170, ../../app/styles/shop.scss */
.products-carousel .prod__info__price p {
  margin: 0 2px;
  display: inline-block;
}
/* line 1176, ../../app/styles/shop.scss */
.products-carousel .prod__image {
  min-height: 140px;
}
/* line 1180, ../../app/styles/shop.scss */
.products-carousel .order-info {
  background: #3E53A4;
}
/* line 1183, ../../app/styles/shop.scss */
.products-carousel .order-info p {
  margin-bottom: 0;
  color: #fff;
}
/* line 1188, ../../app/styles/shop.scss */
.products-carousel .order-info .order-title {
  font-size: 0.857em;
}

/* line 1194, ../../app/styles/shop.scss */
.products-carousel-full-width {
  visibility: hidden;
}
/* line 1197, ../../app/styles/shop.scss */
.products-carousel-full-width .slick-dots {
  display: block;
  margin-top: 0;
  bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  /* line 1197, ../../app/styles/shop.scss */
  .products-carousel-full-width .slick-dots {
    margin-top: -20px;
    bottom: 20px;
  }
}

/* line 1210, ../../app/styles/shop.scss */
.nav-carousel {
  margin: 0;
  padding: 0 0 25px 0;
  display: block;
  overflow: hidden;
}
/* line 1216, ../../app/styles/shop.scss */
.nav-carousel li {
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 1216, ../../app/styles/shop.scss */
  .nav-carousel li {
    display: block;
    margin-bottom: 20px;
  }
}
/* line 1225, ../../app/styles/shop.scss */
.nav-carousel a {
  padding: 10px 10px 5px;
  font-weight: 300;
  font-size: 2em;
}
@media (min-width: 768px) {
  /* line 1225, ../../app/styles/shop.scss */
  .nav-carousel a {
    font-size: 1.143em;
  }
}
/* line 1234, ../../app/styles/shop.scss */
.nav-carousel .ui-state-active a {
  color: #4E4E4E;
  border-bottom: 6px solid #3E53A4;
}
/* line 1238, ../../app/styles/shop.scss */
.nav-carousel .slick-list {
  overflow: visible;
}
/* line 1241, ../../app/styles/shop.scss */
.nav-carousel .slick-slide {
  display: block;
}

/* line 1246, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) {
  width: 100%;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  visibility: hidden;
}
/* line 1253, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn {
  width: 16px;
  height: 26px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
}
/* line 1262, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.prev {
  left: -35px;
}
/* line 1263, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.next {
  right: -35px;
}
/* line 1265, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.next:before, .carousel-nav:not(.regular-controls) .icn.next:after, .carousel-nav:not(.regular-controls) .icn.prev:before, .carousel-nav:not(.regular-controls) .icn.prev:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 16px solid #dbdbdb;
  display: block;
  position: absolute;
  top: -5px;
  z-index: 1;
}
/* line 1281, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.next:before, .carousel-nav:not(.regular-controls) .icn.prev:before {
  left: -5px;
  border-left-color: #fff;
  z-index: 2;
}
/* line 1288, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.prev:before, .carousel-nav:not(.regular-controls) .icn.prev:after {
  border-left: none;
  border-right: 16px solid #dbdbdb;
}
/* line 1294, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.prev:before {
  left: 5px;
  border-right-color: #fff;
}
/* line 1299, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.slick-disabled {
  opacity: .2;
  cursor: default;
}
/* line 1303, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.slick-hidden {
  display: none;
}

/* line 1309, ../../app/styles/shop.scss */
.slick-dots {
  width: 100%;
  bottom: 20px;
  padding: 0;
  text-align: center;
}
/* line 1315, ../../app/styles/shop.scss */
.slick-dots li {
  margin: 5px;
  list-style-type: none;
  display: inline-block;
}
/* line 1320, ../../app/styles/shop.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #3E53A4;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
/* line 1337, ../../app/styles/shop.scss */
.slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid #3E53A4;
}

/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* ----- Responsive ----- */
/*$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 */
}
.icn-btn:hover .text,
.icn-btn:focus .text {
	text-decoration: underline;
}
.icn-btn.ui-accordion-header,
.icn-btn.ui-accordion-header:hover {
	display: flex;
 	align-items: center;
}
/* 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;
  }
}
/* 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("resources/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("resources/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%;
  }
}
/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* ----- Responsive ----- */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* line 7, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.carousel-full-width {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 15, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-carousel > div,
.spotlight-carousel .pbr-image-carousel > div,
.tab-spotlight-carousel > div,
.tab-spotlight-carousel .pbr-image-carousel > div {
  padding: 0;
}
/* line 17, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-carousel img,
.tab-spotlight-carousel img {
  width: 100%;
}

/* line 20, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-image {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
/* line 25, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .spotlight-image {
  padding: 0;
}

/* line 30, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-carousel-header {
  margin-bottom: 10px;
  text-align: left;
  font-size: 3.429em;
  font-weight: 300;
}

/* line 37, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-carousel-content {
  color: #4E4E4E;
  padding: 15px 5% 30px !important;
}

/* line 42, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features {
  position: relative;
}
/* line 45, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .carousel-nav {
  width: 100%;
  margin: -13px 0 0;
  top: 50%;
  position: absolute;
}
/* line 51, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .carousel-nav .icn {
  display: inline-block;
  position: absolute;
  margin: 0 30px;
  cursor: pointer;
}
/* line 57, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .carousel-nav .icn.next {
  right: 0;
}
/* line 58, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .carousel-nav .icn.prev {
  left: 0;
}
/* line 60, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .carousel-nav .icn.slick-disabled {
  visibility: hidden;
}
/* line 66, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0;
  text-align: center;
}
/* line 73, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-dots li {
  margin: 5px;
  list-style-type: none;
  display: inline-block;
}
/* line 78, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #fff;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
/* line 95, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid #fff;
}
/* line 105, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-slide.text-light h1, .spotlight-features .slick-slide.text-light h2, .spotlight-features .slick-slide.text-light h3, .spotlight-features .slick-slide.text-light p,
.spotlight-features .slick-slide .text-light h1,
.spotlight-features .slick-slide .text-light h2,
.spotlight-features .slick-slide .text-light h3,
.spotlight-features .slick-slide .text-light p {
  color: #fff;
}
/* line 108, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-slide.text-light .horizontal-divider,
.spotlight-features .slick-slide .text-light .horizontal-divider {
  background: #fff;
}
/* line 115, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-slide.text-dark h1, .spotlight-features .slick-slide.text-dark h2, .spotlight-features .slick-slide.text-dark h3, .spotlight-features .slick-slide.text-dark p,
.spotlight-features .slick-slide .text-dark h1,
.spotlight-features .slick-slide .text-dark h2,
.spotlight-features .slick-slide .text-dark h3,
.spotlight-features .slick-slide .text-dark p {
  color: #4E4E4E;
}
/* line 118, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-slide.text-dark .horizontal-divider,
.spotlight-features .slick-slide .text-dark .horizontal-divider {
  background: #4E4E4E;
}
/* line 125, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-slide.text-black h1, .spotlight-features .slick-slide.text-black h2, .spotlight-features .slick-slide.text-black h3, .spotlight-features .slick-slide.text-black p,
.spotlight-features .slick-slide .text-black h1,
.spotlight-features .slick-slide .text-black h2,
.spotlight-features .slick-slide .text-black h3,
.spotlight-features .slick-slide .text-black p {
  color: #000;
}
/* line 128, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-slide.text-black .horizontal-divider,
.spotlight-features .slick-slide .text-black .horizontal-divider {
  background: #000;
}
/* line 135, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-slide.text-shadow h1, .spotlight-features .slick-slide.text-shadow h2, .spotlight-features .slick-slide.text-shadow h3, .spotlight-features .slick-slide.text-shadow p,
.spotlight-features .slick-slide .text-shadow h1,
.spotlight-features .slick-slide .text-shadow h2,
.spotlight-features .slick-slide .text-shadow h3,
.spotlight-features .slick-slide .text-shadow p {
  text-shadow: 1px 1px 2px #000;
}
/* line 139, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
.spotlight-features .slick-slide.text-shadow.text-light .horizontal-divider,
.spotlight-features .slick-slide .text-shadow.text-light .horizontal-divider {
  box-shadow: 1px 1px 2px #000;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* line 152, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
  .spotlight-carousel-header,
  .spotlight-carousel-content {
    color: #fff;
  }

  /* line 157, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
  .spotlight-carousel-content {
    position: absolute !important;
    font-size: 1.143em !important;
  }
  /* line 161, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
  .spotlight-carousel-content.left-top {
    top: 60px;
  }
  /* line 164, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
  .spotlight-carousel-content.right-top {
    right: 0;
    top: 60px;
    margin-right: 8.33333%;
    margin-left: 0;
  }
  /* line 170, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
  .spotlight-carousel-content.left-bottom {
    bottom: 60px;
  }
  /* line 173, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
  .spotlight-carousel-content.right-bottom {
    right: 0;
    bottom: 60px;
    margin-right: 8.33333%;
    margin-left: 0;
  }
  /* line 179, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
  .spotlight-carousel-content.left-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  /* line 182, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
  .spotlight-carousel-content.right-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    margin-right: 8.33333%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 193, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
  .spotlight-features.persistent .slick-dots {
    position: relative;
  }
  /* line 196, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
  .spotlight-features.persistent .slick-dots li button {
    background-color: #4E4E4E;
  }
  /* line 198, ../../app/styles/partials/shared_pdp/pdp_spotlight_features.scss */
  .spotlight-features.persistent .slick-dots li.slick-active button {
    background-color: transparent;
    border-color: #4E4E4E;
  }
}
/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* line 6, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
.value-props h2 {
  color: #4E4E4E;
  text-align: center;
  margin-bottom: 60px;
}
/* line 11, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
.value-props h3 {
  color: #4E4E4E;
}
/* line 14, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
.value-props p {
  font-size: 1.143em;
}
/* line 19, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
.value-props .value-props-content .content-bucket {
  margin-bottom: 40px;
}
/* line 22, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
.value-props .value-props-content .content-bucket img, .value-props .value-props-content .content-bucket h3, .value-props .value-props-content .content-bucket p {
  margin: 0 auto 20px;
}
/* line 26, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
.value-props .value-props-content .content-bucket h3 {
  font-size: 1.714em;
}
/* line 28, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
.value-props .value-props-content .content-bucket h3.pink {
  color: #903e87;
}
/* line 33, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
.value-props .value-props-content .content-bucket p {
  font-size: 1em;
  margin-left: 5%;
  margin-right: 5%;
}
/* line 42, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
.value-props .icn-btn {
  font-size: 1.143em;
  margin-bottom: 20px;
}
/* line 45, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
.value-props .icn-btn .text {
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  color: #3E53A4;
}
/* line 53, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
.value-props .additional-content {
  display: none;
  clear: both;
}

@media (max-width: 767px) {
  /* line 62, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
  .value-props {
    padding-top: 45px;
  }
  /* line 65, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
  .value-props p {
    font-size: 1.875em;
  }
  /* line 69, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
  .value-props .icn-btn {
    font-size: 1.875em;
  }
  /* line 75, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
  .value-props .value-props-content .content-bucket {
    padding-bottom: 20px;
  }
  /* line 78, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
  .value-props .value-props-content .content-bucket img {
    margin-bottom: 15px;
  }
  /* line 81, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
  .value-props .value-props-content .content-bucket h3 {
    margin-bottom: 20px;
    font-size: 2.500em;
  }
  /* line 86, ../../app/styles/partials/shared_pdp/pdp_value_props.scss */
  .value-props .value-props-content .content-bucket p {
    font-size: 1.875em;
  }
}
/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* line 6, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
.user-select-disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 15, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
.main-content {
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

/* line 23, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
.prod-count {
  background: #3E53A4;
  margin: 0 10px;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 34, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel {
  position: relative;
  overflow: hidden;
}
/* line 40, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel .carousel-nav .icn {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  margin-top: -22px;
  top: 50%;
  background-size: 1043px 187px;
}
/* line 49, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel .carousel-nav .icn.left {
  left: 0;
  background-position: -649px -31px;
}
/* line 53, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel .carousel-nav .icn.left.disable {
  background-position: -649px 2px;
}
/* line 57, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel .carousel-nav .icn.right {
  right: 0;
  background-position: -680px -31px;
}
/* line 61, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel .carousel-nav .icn.right.disable {
  background-position: -680px 2px;
}
/* line 68, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel #product-carousel-scroller {
  padding-top: 15px;
  overflow: hidden;
}
/* line 74, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel ul li {
  min-width: 175px;
  max-width: 175px;
  height: auto;
  text-align: center;
  margin: 0 5px;
  padding: 0 0 25px 0;
  position: absolute;
  float: left;
  vertical-align: middle;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
/* line 91, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel ul li img {
  max-height: 100px;
  background: #ccc;
  cursor: pointer;
  display: inline-block;
}
/* line 98, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel ul li span {
  display: block;
  line-height: 1.2em;
}
/* line 103, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel ul li .icn.active-marker {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  display: block;
  background: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
/* line 120, ../../app/styles/partials/shared_pdp/pdp_product_carousel.scss */
#product-carousel ul li a {
  display: block;
}

/* Small devices (tablets, 768px and up) */
/*$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("resources/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("resources/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("resources/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("resources/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("resources/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("resources/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("resources/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("resources/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;*/
  }
}
@media (min-width: 768px) {
  /* line 3, ../../app/styles/partials/category/_product-compare.scss */
  .product-compare {
    padding: 25px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  /* line 9, ../../app/styles/partials/category/_product-compare.scss */
  .product-compare .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 14, ../../app/styles/partials/category/_product-compare.scss */
.product-compare__item {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #fff;
  padding: 25px;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 14, ../../app/styles/partials/category/_product-compare.scss */
  .product-compare__item {
    text-align: left;
    margin: 0 15px 30px;
  }
  /* line 24, ../../app/styles/partials/category/_product-compare.scss */
  .text-center .product-compare__item {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  /* line 14, ../../app/styles/partials/category/_product-compare.scss */
  .product-compare__item {
    margin: auto auto 30px;
  }
}
/* line 33, ../../app/styles/partials/category/_product-compare.scss */
.product-compare__img {
  display: block;
  width: 80%;
  margin: 0 auto 30px;
}
@media (min-width: 1024px) {
  /* line 33, ../../app/styles/partials/category/_product-compare.scss */
  .product-compare__img {
    max-height: 287px;
  }
}
/* line 41, ../../app/styles/partials/category/_product-compare.scss */
.product-compare__cta {
  text-align: center;
}
/* line 45, ../../app/styles/partials/category/_product-compare.scss */
.product-compare .sub-text {
  display: block;
  font-size: 0.5320em;
  color: #4E4E4E;
}
/* line 51, ../../app/styles/partials/category/_product-compare.scss */
.product-compare__blurb {
  margin-bottom: 30px;
}
/* line 53, ../../app/styles/partials/category/_product-compare.scss */
.product-compare ul {
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 25px;
  font-size: 1.875em;
}
@media (min-width: 768px) {
  /* line 53, ../../app/styles/partials/category/_product-compare.scss */
  .product-compare ul {
    font-size: 1em;
    display: block;
  }
}
/* line 62, ../../app/styles/partials/category/_product-compare.scss */
.product-compare ul.slick-dots {
  padding-left: 0;
}
/* line 67, ../../app/styles/partials/category/_product-compare.scss */
.product-compare li {
  margin-bottom: 7px;
  text-align: left;
}

/* line 72, ../../app/styles/partials/category/_product-compare.scss */
p.product-compare__title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1.375em;
}
@media (min-width: 768px) {
  /* line 72, ../../app/styles/partials/category/_product-compare.scss */
  p.product-compare__title {
    font-size: .875em;
  }
}

/* line 81, ../../app/styles/partials/category/_product-compare.scss */
h3.product-compare__name {
  font-size: 1.375em;
  color: #1A6BA5;
  line-height: 1.25em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 81, ../../app/styles/partials/category/_product-compare.scss */
  h3.product-compare__name {
    font-size: 1.287em;
    margin-bottom: 10px;
  }
}
/* line 92, ../../app/styles/partials/category/_product-compare.scss */
.product-compare h3.product-compare__name {
  font-size: 3em;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  /* line 92, ../../app/styles/partials/category/_product-compare.scss */
  .product-compare h3.product-compare__name {
    font-size: 2.143em;
  }
}
/* line 100, ../../app/styles/partials/category/_product-compare.scss */
.product-compare h3.product-compare__name a {
  font-size: 1em !important;
}

/* line 103, ../../app/styles/partials/category/_product-compare.scss */
h4.product-compare__desc {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 1.75em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 103, ../../app/styles/partials/category/_product-compare.scss */
  h4.product-compare__desc {
    font-weight: 300;
    font-size: 1em;
  }
}
/* line 114, ../../app/styles/partials/category/_product-compare.scss */
.product-compare h4.product-compare__desc {
  font-size: 2.500em;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 114, ../../app/styles/partials/category/_product-compare.scss */
  .product-compare h4.product-compare__desc {
    font-size: 1.333em;
  }
}

/* line 1, ../../app/styles/partials/category/_tab-spotlight-carousel.scss */
.tab-spotlight-carousel {
  margin-bottom: 30px;
}

/* line 3, ../../app/styles/partials/category/_tab.scss */
.tabs-container {
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #4E4E4E;
  background: none;
  position: static;
}
/* line 11, ../../app/styles/partials/category/_tab.scss */
.tabs-container--2 .tab {
  width: calc(50% - 20px);
}
/* line 16, ../../app/styles/partials/category/_tab.scss */
.tabs-container--3 .tab {
  width: calc(33.33333333% - 20px);
}
/* line 21, ../../app/styles/partials/category/_tab.scss */
.tabs-container--4 .tab {
  width: calc(25% - 20px);
}
/* line 26, ../../app/styles/partials/category/_tab.scss */
.tabs-container--5 .tab {
  width: calc(20% - 20px);
}
/* line 31, ../../app/styles/partials/category/_tab.scss */
.tabs-container--6 .tab {
  width: calc(16.666666667% - 20px);
}
/* line 35, ../../app/styles/partials/category/_tab.scss */
.tabs-container .tabs {
  position: relative;
  top: 1px;
}
/* line 38, ../../app/styles/partials/category/_tab.scss */
.tabs-container .tabs .tab {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  color: #4E4E4E;
  background-color: #fff;
  border: 1px solid #9B9B9B;
  padding: 5px;
  margin: 0 10px;
  float: left;
  text-transform: none;
}
/* line 51, ../../app/styles/partials/category/_tab.scss */
.tabs-container .tabs .tab.active {
  background-color: #eaeaea;
  border: 1px solid #9B9B9B;
  border-bottom-color: #eaeaea;
}
/* line 56, ../../app/styles/partials/category/_tab.scss */
.tabs-container .tabs .tab:hover {
  background-color: #eaeaea;
}
/* line 60, ../../app/styles/partials/category/_tab.scss */
.tabs-container .tabs .tab h2 {
  color: #4E4E4E;
  margin: 0;
  font-size: 1.500em;
}
/* line 65, ../../app/styles/partials/category/_tab.scss */
.tabs-container .tabs .tab h2.padded {
  padding: 15px 0;
}
/* line 69, ../../app/styles/partials/category/_tab.scss */
.tabs-container .tabs .tab p {
  color: #4E4E4E;
  margin: 0;
  font-size: 0.786em;
}

/* line 79, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container {
  background: none;
  margin-top: 0;
}
/* line 83, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tab-scroller-wrapper {
  background: #FFFFFF;
}
/* line 87, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs {
  cursor: pointer;
}
/* line 89, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs a {
  pointer-events: none;
}
/* line 92, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs .active-tab-fixed-bg {
  display: none;
}
/* line 95, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs.fixed {
  border: none;
  background: #eaeaea;
}
/* line 99, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs.fixed .active-tab-fixed-bg {
  position: absolute;
  display: block !important;
  left: 0;
  width: 50%;
  height: 100%;
  background: #FFF;
}
/* line 108, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs.fixed .tab {
  width: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: none;
  background: none;
  /*border-bottom: 5px solid #FFF;
  */
}
/* line 115, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs.fixed .tab.pull-right, .hero-wrapper .tabs-container .tabs.fixed .tab.pull-left {
  margin-left: 0;
  margin-right: 0;
}
/* line 120, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs.fixed .tab.active {
  background-color: #FFFFFF;
  border: none;
  /*border-left:1px solid $pb-blue;
  border-right:1px solid $pb-blue;*/
}
/* line 123, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs.fixed .tab.active a {
  color: #4E4E4E;
}
/* line 129, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs.fixed .tab:hover {
  background: none;
}
/* line 131, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs.fixed .tab:hover.active {
  background: #FFFFFF;
}
/* line 137, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs h1.tab {
  display: block;
  width: 49.5%;
  color: #3E53A4;
  font-weight: 400;
  font-size: 1.571em;
  border: 1px solid #3E53A4;
  border-bottom: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/* line 149, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs h1.tab a {
  font-weight: 400;
  font-size: 1em;
}
/* line 154, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs h1.tab.active {
  color: #4E4E4E;
  background: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: -2px;
}
/* line 161, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs h1.tab:hover {
  background: #FFFFFF;
  border-bottom: 0px;
}
/* line 164, ../../app/styles/partials/category/_tab.scss */
.hero-wrapper .tabs-container .tabs h1.tab:hover.active {
  background: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: -2px;
}

@media (max-width: 767px) {
  /* line 178, ../../app/styles/partials/category/_tab.scss */
  .tabs-container .tabs .tab {
    font-size: 1.875em;
  }

  /* line 186, ../../app/styles/partials/category/_tab.scss */
  .hero-wrapper .tabs-container .tabs .col-xs-12 {
    padding: 0;
  }
  /* line 189, ../../app/styles/partials/category/_tab.scss */
  .hero-wrapper .tabs-container .tabs h1.tab {
    padding: 10px 0;
    position: relative;
    z-index: 2;
    width: 47%;
    margin-left: 2%;
    margin-right: auto;
    font-size: 1.625em;
    background: rgba(255, 255, 255, 0.7);
  }
  /* line 198, ../../app/styles/partials/category/_tab.scss */
  .hero-wrapper .tabs-container .tabs h1.tab.pull-right {
    margin-right: 2%;
    margin-left: auto;
  }
  /* line 202, ../../app/styles/partials/category/_tab.scss */
  .hero-wrapper .tabs-container .tabs h1.tab.active {
    background: #FFF;
  }
}
/* line 16, ../../app/styles/category-redesign.scss */
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}

/* line 22, ../../app/styles/category-redesign.scss */
*:focus {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

/* line 28, ../../app/styles/category-redesign.scss */
.main-content .page-container {
  position: relative;
}
/* line 31, ../../app/styles/category-redesign.scss */
.main-content .page-content {
  width: 100%;
}
/* line 35, ../../app/styles/category-redesign.scss */
.main-content .category-content {
  padding-bottom: 20px;
  padding-top: 40px;
}
/* line 40, ../../app/styles/category-redesign.scss */
.main-content .category-content .tabs-placehold {
  display: none;
}
/* line 42, ../../app/styles/category-redesign.scss */
.main-content .category-content .tabs-placehold.fixed {
  display: block;
  position: relative;
}
/* line 48, ../../app/styles/category-redesign.scss */
.main-content .category-content .large {
  font-weight: 300;
  line-height: 2;
}
/* line 53, ../../app/styles/category-redesign.scss */
.main-content .category-content .copy-section-title {
  font-size: 3.429em;
  font-weight: 300;
}
/* line 58, ../../app/styles/category-redesign.scss */
.main-content .category-content .tab-pane-content {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 768px) {
  /* line 58, ../../app/styles/category-redesign.scss */
  .main-content .category-content .tab-pane-content {
    border-bottom: 0;
    background-color: #eaeaea;
    margin-bottom: 60px;
    padding-bottom: 0;
  }
}
/* line 72, ../../app/styles/category-redesign.scss */
.main-content .category-content .mobile-accordion .ui-accordion-content {
  margin-top: 30px;
}
/* line 77, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions article,
.main-content .category-content .filter-group article {
  padding: 0 0 50px;
}
/* line 80, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions article:before,
.main-content .category-content .filter-group article:before {
  display: block;
  content: " ";
  height: 80px;
  /* Give height of your fixed element */
  margin-top: -80px;
  /* Give negative margin of your fixed element */
  visibility: hidden;
}
/* line 88, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions article + article,
.main-content .category-content .filter-group article + article {
  padding: 50px 0;
  border-top: 1px solid #C0C0C0;
}
/* line 93, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions article > p,
.main-content .category-content .filter-group article > p {
  font-size: 1.143em;
  /* 16px */
}
/* line 98, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions .thumbnail,
.main-content .category-content .filter-group .thumbnail {
  padding: 0;
  display: inline-block;
}
/* line 104, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions .thumbnail img,
.main-content .category-content .filter-group .thumbnail img {
  width: 100%;
  height: auto;
}
/* line 111, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions .info h4,
.main-content .category-content .filter-group .info h4 {
  font-size: 1.571em;
  font-weight: 300;
}
/* line 117, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions h2,
.main-content .category-content .filter-group h2 {
  margin: 15px 0;
  text-align: left;
  font-size: 2.143em;
  color: #4E4E4E;
}
/* line 124, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions h2.subhead,
.main-content .category-content .filter-group h2.subhead {
  margin-bottom: 25px;
  font-size: .857em;
  font-weight: 500;
  text-align: left;
}
/* line 131, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions a,
.main-content .category-content .filter-group a {
  cursor: pointer;
}
/* line 135, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions p,
.main-content .category-content .filter-group p {
  margin: 0;
}
/* line 140, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions .description p,
.main-content .category-content .filter-group .description p {
  margin-bottom: 10px;
}
@media (min-width: 0) and (max-width: 768px) {
  /* line 144, ../../app/styles/category-redesign.scss */
  .main-content .category-content .solutions .description ul,
  .main-content .category-content .filter-group .description ul {
    font-size: 1.5em;
  }
  /* line 146, ../../app/styles/category-redesign.scss */
  .main-content .category-content .solutions .description ul li,
  .main-content .category-content .solutions .description ul li a,
  .main-content .category-content .solutions .description ul a,
  .main-content .category-content .filter-group .description ul li,
  .main-content .category-content .filter-group .description ul li a,
  .main-content .category-content .filter-group .description ul a {
    font-size: 1em;
  }
}
/* line 156, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions .product-summary p,
.main-content .category-content .filter-group .product-summary p {
  margin-bottom: 15px;
}
/* line 161, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions ul,
.main-content .category-content .filter-group ul {
  margin: 10px 0;
  padding: 0;
}
/* line 166, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions li,
.main-content .category-content .filter-group li {
  width: 100%;
  margin-bottom: 15px;
  list-style-type: none;
  display: inline-block;
  clear: both;
}
/* line 177, ../../app/styles/category-redesign.scss */
.main-content .category-content .solutions h2.subhead {
  margin-bottom: 15px;
}
/* line 183, ../../app/styles/category-redesign.scss */
.main-content .category-content .sidebar h2 {
  margin: 0;
  font-size: 1.143em;
  /* 16px */
  text-align: left;
}
/* line 189, ../../app/styles/category-redesign.scss */
.main-content .category-content .sidebar ul {
  margin: 10px 0;
  padding: 0;
}
/* line 192, ../../app/styles/category-redesign.scss */
.main-content .category-content .sidebar ul.productSummaryLinks {
  border-top: 1px solid #eaeaea;
}
/* line 197, ../../app/styles/category-redesign.scss */
.main-content .category-content .sidebar li {
  list-style-type: none;
}
/* line 198, ../../app/styles/category-redesign.scss */
.main-content .category-content .sidebar li h4 {
  font-size: 1.143em;
}
/* line 204, ../../app/styles/category-redesign.scss */
.main-content .category-content .sidebar a {
  display: block;
  padding: 10px 0;
}
/* line 210, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category {
  position: relative;
  top: -100px;
  z-index: 5;
  padding-bottom: 80px;
}
/* line 215, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .info .sub-category-links,
.main-content .category-content.sub-category .sub-category-links {
  display: inline-block;
  clear: both;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 215, ../../app/styles/category-redesign.scss */
  .main-content .category-content.sub-category .info .sub-category-links,
  .main-content .category-content.sub-category .sub-category-links {
    font-size: 1.571em;
  }
}
/* line 227, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .info .sub-category-links a,
.main-content .category-content.sub-category .sub-category-links a {
  color: #3E53A4;
  vertical-align: top;
}
/* line 232, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .thumbnail {
  margin-right: 15px;
}
/* line 235, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .info {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  margin-bottom: 45px;
  padding-left: 0;
}
/* line 242, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .info > p {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 246, ../../app/styles/category-redesign.scss */
  .main-content .category-content.sub-category .info > p {
    font-size: 1.286em;
    font-weight: 300;
  }
}
/* line 253, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .sub-category-description {
  font-size: 1.286em;
  line-height: 1.889em;
}
/* line 258, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category span p:first-child,
.main-content .category-content.sub-category .filter-group {
  margin-top: 15px;
  display: block;
}
/* line 262, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category span p:first-child a,
.main-content .category-content.sub-category .filter-group a {
  color: #3E53A4;
}
/* line 267, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .filter-group {
  clear: both;
}
/* line 269, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .filter-group p:first-child {
  margin-top: 0;
}
/* line 274, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .category-filter-buttons + .filter-group {
  margin-top: 0;
}
/* line 279, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .accordion .info {
  margin-bottom: 0;
}
/* line 282, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .accordion ul {
  list-style: none;
  padding-left: 45px;
  margin: -10px 0 20px;
  background: none;
}
/* line 287, ../../app/styles/category-redesign.scss */
.main-content .category-content.sub-category .accordion ul li {
  margin-bottom: 20px;
}
/* line 293, ../../app/styles/category-redesign.scss */
.main-content .spotlight-features {
  position: relative;
  margin-bottom: 30px;
}
/* line 297, ../../app/styles/category-redesign.scss */
.main-content .spotlight-features .icon-right-arrow,
.main-content .spotlight-features .icon-left-arrow {
  margin: -13px 0 0;
  top: 50%;
  color: #fff;
  position: absolute;
  display: inline-block;
  position: absolute;
  margin: 0 30px;
  cursor: pointer;
  font-size: 35px;
}
/* line 309, ../../app/styles/category-redesign.scss */
.main-content .spotlight-features .icon-right-arrow.next,
.main-content .spotlight-features .icon-left-arrow.next {
  right: 0;
}
/* line 310, ../../app/styles/category-redesign.scss */
.main-content .spotlight-features .icon-right-arrow.prev,
.main-content .spotlight-features .icon-left-arrow.prev {
  left: 0;
}
/* line 312, ../../app/styles/category-redesign.scss */
.main-content .spotlight-features .icon-right-arrow.slick-disabled,
.main-content .spotlight-features .icon-left-arrow.slick-disabled {
  visibility: hidden;
}

/* line 319, ../../app/styles/category-redesign.scss */
.additional-content {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
  /* line 322, ../../app/styles/category-redesign.scss */
  .row {
    margin: 0;
  }

  /* line 326, ../../app/styles/category-redesign.scss */
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 334, ../../app/styles/category-redesign.scss */
  .container-fluid {
    max-width: 100%;
  }

  /* line 338, ../../app/styles/category-redesign.scss */
  .row {
    margin: 0;
  }

  /* line 344, ../../app/styles/category-redesign.scss */
  .main-content .category-content {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -1px;
  }
  /* line 350, ../../app/styles/category-redesign.scss */
  .main-content .category-content .solutions h1 {
    font-size: 3em;
  }
  /* line 353, ../../app/styles/category-redesign.scss */
  .main-content .category-content .solutions h2.subhead {
    font-size: 1.5em;
  }
  /* line 356, ../../app/styles/category-redesign.scss */
  .main-content .category-content .solutions h4 a {
    font-size: 1em;
  }
  /* line 361, ../../app/styles/category-redesign.scss */
  .main-content .category-content a {
    font-size: 1.875em;
    line-height: 1.2;
  }
  /* line 366, ../../app/styles/category-redesign.scss */
  .main-content .category-content .results {
    margin: 20px 0;
  }
  /* line 371, ../../app/styles/category-redesign.scss */
  .main-content .category-content.sub-category {
    top: -50px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  /* line 375, ../../app/styles/category-redesign.scss */
  .main-content .category-content.sub-category .sub-category-links {
    font-size: 1.875em;
  }
  /* line 377, ../../app/styles/category-redesign.scss */
  .main-content .category-content.sub-category .sub-category-links a {
    font-size: 1em;
    vertical-align: middle;
  }

  /* line 385, ../../app/styles/category-redesign.scss */
  .main-content .category-content .solutions {
    padding-top: 30px;
  }
  /* line 388, ../../app/styles/category-redesign.scss */
  .main-content .category-content .solutions article p {
    font-size: 1.875em;
  }
  /* line 393, ../../app/styles/category-redesign.scss */
  .main-content .category-content .solutions .product-summary {
    text-align: center;
  }
  /* line 395, ../../app/styles/category-redesign.scss */
  .main-content .category-content .solutions .product-summary p {
    text-align: left;
    margin-bottom: 15px;
  }

  /* line 402, ../../app/styles/category-redesign.scss */
  #cat-scroller-wrapper {
    height: auto;
  }
  /* line 404, ../../app/styles/category-redesign.scss */
  #cat-scroller-wrapper.heightHide {
    height: 1px;
  }

  /* line 409, ../../app/styles/category-redesign.scss */
  .cat-nav {
    margin: 0;
    border: none;
    border-top: 1px solid #C0C0C0;
    list-style: none;
  }
  /* line 414, ../../app/styles/category-redesign.scss */
  .cat-nav li {
    display: inline-block;
    float: left;
    padding: 15px 20px;
  }
  /* line 418, ../../app/styles/category-redesign.scss */
  .cat-nav li a {
    /* font-size:1.625em; */
    font-size: 0.875em;
  }

  /* line 426, ../../app/styles/category-redesign.scss */
  .spotlight-features .slick-slide img {
    width: 100%;
  }
}
/* line 433, ../../app/styles/category-redesign.scss */
.category-page-redesign .value-props .content-bucket {
  padding-bottom: 0;
}
/* line 436, ../../app/styles/category-redesign.scss */
.category-page-redesign .value-props .content-bucket h3 {
  font-weight: 300;
  font-size: 1.714em;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 436, ../../app/styles/category-redesign.scss */
  .category-page-redesign .value-props .content-bucket h3 {
    font-size: 1.571em;
  }
}
/* line 442, ../../app/styles/category-redesign.scss */
.category-page-redesign .value-props .content-bucket h3.pink {
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 442, ../../app/styles/category-redesign.scss */
  .category-page-redesign .value-props .content-bucket h3.pink {
    font-size: 3.43em;
  }
}
/* line 448, ../../app/styles/category-redesign.scss */
.category-page-redesign .value-props .content-bucket img {
  height: 65px;
}
/* line 449, ../../app/styles/category-redesign.scss */
.category-page-redesign .value-props .content-bucket p {
  font-size: 1.875em;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 449, ../../app/styles/category-redesign.scss */
  .category-page-redesign .value-props .content-bucket p {
    font-size: 1.143em;
  }
}
/* line 454, ../../app/styles/category-redesign.scss */
.category-page-redesign .value-props .content-bucket a {
  font-size: 1em;
}
/* line 456, ../../app/styles/category-redesign.scss */
.category-page-redesign .value-props .content-bucket a h3 {
  color: #0c76ba;
}
/* line 457, ../../app/styles/category-redesign.scss */
.category-page-redesign .value-props .content-bucket a p {
  color: #4E4E4E;
}
/* line 463, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod {
  padding: 5%;
}
@media (min-width: 768px) {
  /* line 463, ../../app/styles/category-redesign.scss */
  .category-page-redesign .prod {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
/* line 472, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.darkbg p,
.category-page-redesign .prod.darkbg ul,
.category-page-redesign .prod.darkbg .prod__info__header,
.category-page-redesign .prod.darkbg .format-industry-title {
  color: #fff;
}
/* line 480, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header a.prod__info {
  font-size: 1em;
}
/* line 483, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.product-hero {
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 483, ../../app/styles/category-redesign.scss */
  .category-page-redesign .prod.large-header.product-hero {
    text-align: left;
  }
}
/* line 488, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.product-hero > div {
  height: auto;
  padding-bottom: 175px;
  max-height: 100%;
}
@media (min-width: 768px) {
  /* line 488, ../../app/styles/category-redesign.scss */
  .category-page-redesign .prod.large-header.product-hero > div {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 90px 70px;
    margin-bottom: 25px;
  }
}
/* line 500, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.product-hero .prod__info__header {
  font-size: 3.2em;
}
@media (min-width: 768px) {
  /* line 500, ../../app/styles/category-redesign.scss */
  .category-page-redesign .prod.large-header.product-hero .prod__info__header {
    font-size: 3.289em;
  }
}
/* line 509, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.product-hero p, .category-page-redesign .prod.large-header.product-hero ul {
  font-size: 1.49em;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 509, ../../app/styles/category-redesign.scss */
  .category-page-redesign .prod.large-header.product-hero p, .category-page-redesign .prod.large-header.product-hero ul {
    font-size: 1.15em;
    font-weight: 300;
    margin-bottom: 15px;
  }
}
/* line 521, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.product-hero p.disclaimer {
  font-size: 1.39em;
  padding-top: 0;
}
@media (min-width: 768px) {
  /* line 521, ../../app/styles/category-redesign.scss */
  .category-page-redesign .prod.large-header.product-hero p.disclaimer {
    font-size: 0.85em;
    margin-bottom: 30px;
  }
}
/* line 531, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.product-hero .rounded-button {
  font-size: 1.49em;
}
@media (min-width: 768px) {
  /* line 531, ../../app/styles/category-redesign.scss */
  .category-page-redesign .prod.large-header.product-hero .rounded-button {
    font-size: 1em;
  }
}
/* line 536, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.product-hero .rounded-button + .rounded-button {
  display: table;
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  /* line 536, ../../app/styles/category-redesign.scss */
  .category-page-redesign .prod.large-header.product-hero .rounded-button + .rounded-button {
    display: inline-block;
    margin: auto 15px;
  }
}
@media (min-width: 1024px) {
  /* line 547, ../../app/styles/category-redesign.scss */
  .category-page-redesign .prod.large-header.product-hero .prod__info__header,
  .category-page-redesign .prod.large-header.product-hero ul,
  .category-page-redesign .prod.large-header.product-hero p {
    width: 45%;
  }
}
/* line 555, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.quote.text-center {
  text-align: center;
}
/* line 558, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.quote > div {
  background: transparent;
  background-size: cover;
  padding: 30px 0;
  max-height: 100%;
}
/* line 565, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.quote .prod__info {
  margin-bottom: 0;
}
/* line 567, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.quote .prod__info:before {
  border-top: 1px solid #fff;
  content: "";
  width: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
/* line 575, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.quote .prod__info:after {
  border-bottom: 1px solid #fff;
  content: "";
  width: 50%;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
/* line 584, ../../app/styles/category-redesign.scss */
.category-page-redesign .prod.large-header.quote .prod__info__header {
  font-style: italic;
  font-size: 1.433em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  /* line 584, ../../app/styles/category-redesign.scss */
  .category-page-redesign .prod.large-header.quote .prod__info__header {
    font-size: 2.143em;
  }
}
@media (max-width: 768px) {
  /* line 594, ../../app/styles/category-redesign.scss */
  .category-page-redesign .prod.large-header.quote p {
    font-size: 1em;
  }
}

