/* line 2, ../sass/_classes.scss */
.hide {
  display: none !important;
}

/* line 6, ../sass/_classes.scss */
.dply-table {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 12, ../sass/_classes.scss */
.dply-table-cell {
  display: table-cell;
  width: 100%;
}

/* line 17, ../sass/_classes.scss */
.va-middle {
  vertical-align: middle;
}

/* line 3, ../sass/_filters.scss */
.mobile-filter-buttons {
  *zoom: 1;
  position: relative;
  margin: 0 0 0.3125em;
}
/* line 2, ../sass/_mixins.scss */
.mobile-filter-buttons:before, .mobile-filter-buttons:after {
  content: " ";
  display: table;
}
/* line 8, ../sass/_mixins.scss */
.mobile-filter-buttons:after {
  clear: both;
}
/* line 8, ../sass/_filters.scss */
.mobile-filter-buttons .separator {
  position: absolute;
  width: 1px;
  top: 0px;
  bottom: 0px;
  background: #FFF;
  left: 50%;
  margin-left: -1px;
}
/* line 12, ../sass/_filters.scss */
.mobile-filter-buttons a {
  width: 50%;
  display: block;
  float: left;
  font-family: "InterfaceB";
  font-size: 0.75em;
  font-weight: bold;
  padding: 1.25em 1.33333em;
  margin: 0;
  text-decoration: none;
  background-color: #1298F6;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
}
/* line 29, ../sass/_filters.scss */
.mobile-filter-buttons a:before {
  content: "";
  background: url('/us/business/images/sprites/sprite-plus-minus-white.png');
  background-position: -10px center;
  background-repeat: no-repeat;
  float: right;
  width: 10px;
  height: 16px;
}
/* line 39, ../sass/_filters.scss */
.mobile-filter-buttons a:hover {
  text-decoration: none;
}
/* line 43, ../sass/_filters.scss */
.mobile-filter-buttons a.open {
  background-color: #333;
}
/* line 46, ../sass/_filters.scss */
.mobile-filter-buttons a.open:before {
  background-position: 0px center;
}

/* line 53, ../sass/_filters.scss */
.filterBy,
.sortBy {
  width: 100%;
  display: none;
  margin-bottom: 1.25em;
}
/* line 59, ../sass/_filters.scss */
.filterBy h2,
.sortBy h2 {
  display: none;
  font-size: 1em;
  font-weight: bold;
  padding: 0.9375em;
  line-height: 1;
  margin: 0;
  cursor: pointer;
  background: #20a2ff;
  color: #FFF;
}
/* line 71, ../sass/_filters.scss */
.filterBy .tag-link,
.sortBy .tag-link {
  /* this is for hidden placeholder links for tagging */
  display: block;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
/* line 80, ../sass/_filters.scss */
.filterBy > ul,
.sortBy > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #DDD;
}
/* line 87, ../sass/_filters.scss */
.filterBy > ul li h3,
.sortBy > ul li h3 {
  border-top: 1px solid #DDD;
  background-color: #F5F5F5;
  margin: 0;
  color: #525252;
  font-size: 0.75em;
  font-family: "InterfaceB", Arial, Helvetica, "San-Serif";
  line-height: 1;
}
/* line 96, ../sass/_filters.scss */
.filterBy > ul li h3 a,
.sortBy > ul li h3 a {
  color: black;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.83333em 1.25em;
  margin: 0;
}
/* line 104, ../sass/_filters.scss */
.filterBy > ul li h3 a:before,
.sortBy > ul li h3 a:before {
  content: "";
  background: url('/us/business/images/sprites/sprite-plus-minus.png');
  background-position: -10px 0;
  float: right;
  width: 10px;
  height: 10px;
}
/* line 116, ../sass/_filters.scss */
.filterBy > ul li:first-child h3,
.sortBy > ul li:first-child h3 {
  border: none;
}
/* line 121, ../sass/_filters.scss */
.filterBy > ul li a,
.sortBy > ul li a {
  color: black;
  display: block;
  padding: 0.625em 1em;
}
/* line 127, ../sass/_filters.scss */
.filterBy > ul li ul,
.sortBy > ul li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
/* line 134, ../sass/_filters.scss */
.filterBy > ul li ul li label,
.sortBy > ul li ul li label {
  font-family: "InterfaceR", Arial, Helvetica, "San-Serif";
  font-weight: normal;
  margin: 0;
  padding: 0.625em 1em;
  -webkit-transition: background 200ms;
  -moz-transition: background 200ms;
  -o-transition: background 200ms;
  transition: background 200ms;
}
/* line 141, ../sass/_filters.scss */
.filterBy > ul li ul li label:hover,
.sortBy > ul li ul li label:hover {
  background: #F9F9F9;
}
/* line 148, ../sass/_filters.scss */
.filterBy > ul li ul li .checkbox input[type="checkbox"] + label,
.sortBy > ul li ul li .checkbox input[type="checkbox"] + label {
  padding-left: 45px;
}
/* line 151, ../sass/_filters.scss */
.filterBy > ul li ul li .checkbox input[type="checkbox"] + label span,
.sortBy > ul li ul li .checkbox input[type="checkbox"] + label span {
  left: 15px;
}
/* line 161, ../sass/_filters.scss */
.filterBy > ul li.expanded ul,
.sortBy > ul li.expanded ul {
  display: block;
}
/* line 167, ../sass/_filters.scss */
.filterBy > ul li.expanded h3 a:before,
.sortBy > ul li.expanded h3 a:before {
  background-position: 0px 0px;
}
/* line 176, ../sass/_filters.scss */
.filterBy .reset-filters,
.sortBy .reset-filters {
  display: block;
  padding: 0.625em 0.9375em;
  font-size: 0.875em;
  font-family: "InterfaceB";
  border: 1px solid #DDD;
  border-top: 0;
}

/* line 189, ../sass/_filters.scss */
.sortBy > ul li:first-child {
  display: none;
}
/* line 194, ../sass/_filters.scss */
.sortBy > ul li.selected a {
  background: #ededed;
}

@media (min-width: 768px) {
  /* line 203, ../sass/_filters.scss */
  .filterBy {
    display: block !important;
    margin: 0;
  }
  /* line 207, ../sass/_filters.scss */
  .filterBy h2 {
    display: block;
  }
  /* line 211, ../sass/_filters.scss */
  .filterBy > ul {
    border: 1px solid #DADEE2;
  }
  /* line 236, ../sass/_filters.scss */
  .filterBy ul li ul {
    display: none;
  }
  /* line 240, ../sass/_filters.scss */
  .filterBy .reset-filters {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 247, ../sass/_filters.scss */
  .sortBy {
    display: block;
    margin: 0 0 2.5em;
  }
  /* line 251, ../sass/_filters.scss */
  .sortBy ul {
    list-style-type: none;
    display: table;
    border: 1px solid #DADEE2;
    margin: 0 auto;
  }
  /* line 257, ../sass/_filters.scss */
  .sortBy ul li {
    display: table-cell;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
  }
  /* line 263, ../sass/_filters.scss */
  .sortBy ul li.title, .sortBy ul li a {
    display: block;
    font-size: 0.75em;
    padding: 0.83333em 0.83333em;
    line-height: 1em;
    white-space: nowrap;
  }
  /* line 271, ../sass/_filters.scss */
  .sortBy ul li + li {
    border-left: 1px solid #DADEE2;
  }
  /* line 276, ../sass/_filters.scss */
  .sortBy ul.wide {
    width: 100%;
    margin: 0;
  }

  /* line 283, ../sass/_filters.scss */
  .mobile-filter-buttons {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 294, ../sass/_filters.scss */
  .sortBy ul li.title, .sortBy ul li a {
    font-size: 1em;
    padding: 1em;
  }
}
/* line 2, ../sass/_section_header_component.scss */
.section-header {
  margin: 1.5625em 0;
  padding: 0 1.5625em;
}
/* line 6, ../sass/_section_header_component.scss */
.section-header h1 {
  font-size: 1.5em;
  line-height: 1.08333em;
  margin: 0 0 0.29167em;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.section-header h2 {
  font-size: 1.5em;
  line-height: 1.08333em;
  margin: 0 0 0.29167em;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 15, ../sass/_section_header_component.scss */
.section-header h3 {
  font-size: 1.125em;
  line-height: 1em;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  /* line 2, ../sass/_section_header_component.scss */
  .section-header {
    margin: 2.5em 0;
  }
   /* line 25, ../sass/_section_header_component.scss */
  .section-header h1 {
    font-size: 2.3125em;
  }
  .section-header h2 {
    font-size: 2.3125em;
  }
  /* line 29, ../sass/_section_header_component.scss */
  .section-header h3 {
    font-size: 1.375em;
  }
}

/* line 4, ../sass/_rating_component.scss */
.rating {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
}
/* line 9, ../sass/_rating_component.scss */
.rating:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 65px;
  margin-right: 3px;
  background: url('/us/business/images/sprites/sprite-rating.png') no-repeat;
}
/* line 19, ../sass/_rating_component.scss */
.rating a {
  display: inline-block;
  vertical-align: middle;
}
/* line 23, ../sass/_rating_component.scss */
.rating a:hover {
  text-decoration: underline;
}
/* line 29, ../sass/_rating_component.scss */
.rating.r0:before {
  display: none;
}
/* line 34, ../sass/_rating_component.scss */
.rating.r05:before {
  background-position: 0px -12px;
}
/* line 38, ../sass/_rating_component.scss */
.rating.r1:before {
  background-position: 0px -24px;
}
/* line 42, ../sass/_rating_component.scss */
.rating.r15:before {
  background-position: 0px -36px;
}
/* line 46, ../sass/_rating_component.scss */
.rating.r2:before {
  background-position: 0px -48px;
}
/* line 50, ../sass/_rating_component.scss */
.rating.r25:before {
  background-position: 0px -60px;
}
/* line 54, ../sass/_rating_component.scss */
.rating.r3:before {
  background-position: 0px -72px;
}
/* line 58, ../sass/_rating_component.scss */
.rating.r35:before {
  background-position: 0px -84px;
}
/* line 62, ../sass/_rating_component.scss */
.rating.r4:before {
  background-position: 0px -96px;
}
/* line 66, ../sass/_rating_component.scss */
.rating.r45:before {
  background-position: 0px -108px;
}
/* line 70, ../sass/_rating_component.scss */
.rating.r5:before {
  background-position: 0px -120px;
}

/* line 1, ../sass/_checkbox_component.scss */
.checkbox {
  min-height: auto;
  padding: 0;
}
/* line 5, ../sass/_checkbox_component.scss */
.checkbox input[type="checkbox"] {
  display: none;
}
/* line 9, ../sass/_checkbox_component.scss */
.checkbox input[type="checkbox"] + label {
  cursor: pointer;
  font-family: "InterfaceR", Arial, Helvetica, "San-Serif";
  font-size: 14px;
  overflow: hidden;
  position: relative;
  padding-left: 1.25em;
  margin: 0;
  -webkit-transition: 200ms opacity;
  -moz-transition: 200ms opacity;
  -o-transition: 200ms opacity;
  transition: 200ms opacity;
}
/* line 20, ../sass/_checkbox_component.scss */
.checkbox input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 19px;
  margin: 0 8px 0 0;
  position: absolute;
  left: 0px;
  vertical-align: middle;
  background: url(/us/business/images/sprites/icons-checkbox-radio.png) -25px 0 no-repeat;
  cursor: pointer;
}
/* line 32, ../sass/_checkbox_component.scss */
.checkbox input[type="checkbox"] + label p {
  padding-left: 28px;
  margin: 0;
}
/* line 37, ../sass/_checkbox_component.scss */
.checkbox input[type="checkbox"]:checked + label span {
  background-position: 0 0;
}
/* line 41, ../sass/_checkbox_component.scss */
.checkbox input[type="checkbox"]:disabled + label {
  cursor: default;
  opacity: 0.5;
}
/* line 45, ../sass/_checkbox_component.scss */
.checkbox input[type="checkbox"]:disabled + label span {
  cursor: default;
}

/* line 2, ../sass/_compare_modal_component.scss */
.compare-modal {
  position: fixed;
  z-index: 101;
  text-align: left;
  top: 50%;
  left: 20px;
  right: 20px;
  background: #FFF;
  padding: 1.25em;
  border-radius: 3px;
  border: 1px solid #333;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 480px) {
  /* line 2, ../sass/_compare_modal_component.scss */
  .compare-modal {
    left: 15%;
    right: 15%;
  }
}
/* line 20, ../sass/_compare_modal_component.scss */
.compare-modal h2 {
  margin: 0;
  line-height: 1;
  font-size: 0.875em;
  text-transform: initial;
}
/* line 27, ../sass/_compare_modal_component.scss */
.compare-modal p {
  font-family: "InterfaceB";
}
/* line 31, ../sass/_compare_modal_component.scss */
.compare-modal button {
  background: none;
  border: 0;
  outline: none;
  font-family: inherit;
  color: #1F8DFA;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: 100ms background, 100ms color;
  -moz-transition: 100ms background, 100ms color;
  -o-transition: 100ms background, 100ms color;
  transition: 100ms background, 100ms color;
}
/* line 42, ../sass/_compare_modal_component.scss */
.compare-modal button:hover {
  text-decoration: underline;
}
/* line 46, ../sass/_compare_modal_component.scss */
.compare-modal button.compare-current {
  margin-right: 20px;
}
/* line 51, ../sass/_compare_modal_component.scss */
.compare-modal .close {
  position: absolute;
  width: 22px;
  height: 22px;
  right: -11px;
  top: -11px;
  line-height: 8px;
  font-size: 1.25em;
  text-align: center;
  background: #FFF;
  color: #777;
  border: 1px solid #333;
  border-radius: 100%;
  padding: 0;
  -webkit-transition: 100ms background, 100ms color;
  -moz-transition: 100ms background, 100ms color;
  -o-transition: 100ms background, 100ms color;
  transition: 100ms background, 100ms color;
}
/* line 67, ../sass/_compare_modal_component.scss */
.compare-modal .close:hover {
  color: #333;
  border-width: 2px;
}

/* line 74, ../sass/_compare_modal_component.scss */
.modal-backdrop {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  /* line 85, ../sass/_compare_modal_component.scss */
  .modal-backdrop {
    display: none;
  }

  /* line 89, ../sass/_compare_modal_component.scss */
  .modal-wrapper {
    position: relative;
  }

  /* line 93, ../sass/_compare_modal_component.scss */
  .compare-modal {
    position: absolute;
    top: 0px;
    left: 50%;
    right: auto;
    width: 95%;
    -webkit-transform: translateY(-110%) translateX(-50%);
    -moz-transform: translateY(-110%) translateX(-50%);
    -ms-transform: translateY(-110%) translateX(-50%);
    -o-transform: translateY(-110%) translateX(-50%);
    transform: translateY(-110%) translateX(-50%);
  }
  /* line 101, ../sass/_compare_modal_component.scss */
  .compare-modal:after, .compare-modal:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  /* line 112, ../sass/_compare_modal_component.scss */
  .compare-modal:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
    margin-top: -1px;
  }
  /* line 119, ../sass/_compare_modal_component.scss */
  .compare-modal:before {
    border-color: rgba(33, 29, 30, 0);
    border-top-color: #211d1e;
    border-width: 9px;
    margin-left: -9px;
  }
}
/* line 1, ../sass/_faqcta.scss */
.faqcta-wrapper {
  padding: 0;
}

/* line 5, ../sass/_faqcta.scss */
.faq-cta {
  *zoom: 1;
  background: #20A2FF;
  text-align: center;
}
/* line 2, ../sass/_mixins.scss */
.faq-cta:before, .faq-cta:after {
  content: " ";
  display: table;
}
/* line 8, ../sass/_mixins.scss */
.faq-cta:after {
  clear: both;
}
/* line 10, ../sass/_faqcta.scss */
.faq-cta a {
  display: block;
  padding: 0.85em 0 0.4em 0;
}
@media (max-width:1025px) {
.faq-cta a {
  padding: 0.5em 0;
}
}
/* line 15, ../sass/_faqcta.scss */
.faq-cta a:hover {
  text-decoration: none;
}
/* line 19, ../sass/_faqcta.scss */
.faq-cta .text {
  float: left;
  font-size: 15px;
  color: #FFF;
  margin-right: 45px;
}
/* line 27, ../sass/_faqcta.scss */
.faq-cta .cta {
  float: right;
  font-size: 10px;
  color: #20a2ff;
  position: relative;
  padding: 7px 14px 7px 14px;
  border: 1px solid;
  border-radius: 5px;
  background-color:	#FFF;
  text-transform: uppercase;
  margin: 0 50px 0 50px;
}
/* line 34, ../sass/_faqcta.scss */
.faq-cta .cta:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  /*border-width: 5px 0 6px 9px;
  border-color: transparent transparent transparent #ffffff;*/
  /*margin-top: -5px;
  margin-left: 10px;*/
  margin: 0 50px 0 50px;
}
/* line 52, ../sass/_faqcta.scss */
.faq-cta .text {
  float: none;
  display: inline-block;
}
/* line 57, ../sass/_faqcta.scss */
.faq-cta .cta,
.faq-cta .cta:after {
  float: none;
  display: inline-block;
}
.faq-cta img {    
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 45px;
   /* margin-bottom: 10px;*/
  }
/* line 117, ../sass/_faqcta.scss */
.faq-cta.active .text {
  font-size: 15px;
  margin-right: 45px;
}

.faq-cta.active .cta, .faq-cta.active .text {
   font-family: 'Samsung Sharp Sans Medium', Helvetica;
}
@media (max-width: 1366px) {
.faq-cta .cta, .faq-cta .text {
   font-family: 'Samsung Sharp Sans Medium', Helvetica;
   white-space: nowrap;
}	
}

@media (min-width: 481px) and (max-width: 1366px){
.faq-cta img {    
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 0px;
    margin-top: -10px;
  }
/* line 19, ../sass/_faqcta.scss */
.faq-cta .text {
  float: left;
  font-size: 24px;
  color: #FFF;
  margin-right: 10px;
}
/* line 27, ../sass/_faqcta.scss */
.faq-cta .cta {
  float: right;
  font-size: 14px;
  color: #20a2ff;
  position: relative;
  padding: 7px 14px 7px 14px;
  border: 1px solid;
  border-radius: 5px;
  background-color:	#FFF;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
/* line 52, ../sass/_faqcta.scss */
.faq-cta .text {
  float: none;
  display: inline-block;
}
/* line 57, ../sass/_faqcta.scss */
.faq-cta .cta,
.faq-cta .cta:after {
  float: none;
  display: inline-block;
}
/* line 34, ../sass/_faqcta.scss */
.faq-cta .cta:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  /*border-width: 5px 0 6px 9px;
  border-color: transparent transparent transparent #ffffff;*/
  margin-top: -5px;
  margin-left: 10px;
}
/* line 52, ../sass/_faqcta.scss */
.faq-cta .text {
  float: none;
  display: inline-block;
}
/* line 57, ../sass/_faqcta.scss */
.faq-cta .cta,
.faq-cta .cta:after {
  top: -3px;
  float: none;
  display: inline-block;
}
/* line 103, ../sass/_faqcta.scss */
.faq-cta.clone {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 114, ../sass/_faqcta.scss */
.faq-cta.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 117, ../sass/_faqcta.scss */
.faq-cta.active .text {
  font-size: 24px;
  margin-right: 10px;
}
}
@media (min-width: 1367px) {
  /* line 64, ../sass/_faqcta.scss */
  .faq-cta:not(.clone) {
    position: relative;
    background: none;
  }
  /* line 68, ../sass/_faqcta.scss */
  .faq-cta:not(.clone) a {
    position: absolute;
    top: -30px;
    right: 35px;
    z-index: 2;
    background: none;
    padding: 0;
    line-height: 1;
  }
   .faq-cta:not(.clone) img {
    display:none;
  }
  /* line 77, ../sass/_faqcta.scss */
  .faq-cta:not(.clone) a .text {
    color: #6B747D;
    margin-right: 10px
  }
  /* line 81, ../sass/_faqcta.scss */
  .faq-cta:not(.clone) a .cta {
    color: #20A2FF;
    font-size: 13px;
    font-family: "interfaceB";
    line-height: 1.5;
    text-transform: uppercase;
    
    position: relative;
    padding: 0 0 0 0;
    border: none;
    /*border-radius: 5px;*/
    background-color: transparent;
    /*text-transform: uppercase;*/
    margin: 0 0 0 0;
  }
  /* line 88, ../sass/_faqcta.scss */
  .faq-cta:not(.clone) a .cta .period {
    display: none;
  }
  /* line 92, ../sass/_faqcta.scss */
  .faq-cta:not(.clone) a .cta:after {
    border-left-color: #20A2FF;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #20A2FF;
    margin-left: 5px;
    top: 24%;
  }
}
/* line 103, ../sass/_faqcta.scss */
.faq-cta.clone {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 114, ../sass/_faqcta.scss */
.faq-cta.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

@media (min-width: 980px) {
  /* line 123, ../sass/_faqcta.scss */
  .faq-cta.active .text {
    font-size: 1.5em;
    line-height: 1;
    margin-right: 14px;
    margin-left: -27px;
    margin-top: 0;
    text-transform: none;
  }
  .faq-cta.active img {    
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 37px;
    margin-left: 0px;
    margin-top: -10px;
  }
  /* line 131, ../sass/_faqcta.scss */
  .faq-cta.active .cta {
    font-size: 14px;
    top: -4px;
    color: #20a2ff;
    border: 1px solid;
    border-radius: 4px;
    background-color:	#FFF;
    text-transform: uppercase;
    padding: 11px 22px 9px 20px;
    margin: 0 0 0 0;
  }
  .faq-cta.active .cta:hover {
    color: #FFF;
    background-color: #20a2ff;
  }
}
/* line 137, ../sass/_faqcta.scss */
.faq-cta.inactive {
  opacity: 0;
}

/* line 370, ../sass/product-category.scss */
.b2b-product-category {
  *zoom: 1;
  word-break: keep-all; 
  word-break: break-word;	
}
/* line 2, ../sass/_mixins.scss */
.b2b-product-category:before, .b2b-product-category:after {
  content: " ";
  display: table;
}
/* line 8, ../sass/_mixins.scss */
.b2b-product-category:after {
  clear: both;
}
/* line 373, ../sass/product-category.scss */
.b2b-product-category .masthead {
  position: relative;
}
/* line 376, ../sass/product-category.scss */
.b2b-product-category .masthead > .container-fluid {
  position: relative;
}
@media (min-width: 768px) {
  /* line 373, ../sass/product-category.scss */
  .b2b-product-category .masthead {
    height: 400px;
    overflow: hidden;
    margin-bottom: 25px;
  }
}
/* line 386, ../sass/product-category.scss */
.b2b-product-category .masthead .masthead-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
  height: 230px;
  background-position: 50% 50%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjEwMCUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), #000000;
  background: -moz-radial-gradient(50% 100%, at 50% 100%, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0) 100%), #000000;
  background: -webkit-radial-gradient(50% 100%, at 50% 100%, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0) 100%), #000000;
  background: radial-gradient(at 50% 100% at 50% 100%, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0) 100%), #000000;
  -moz-background-origin: padding;
  -o-background-origin: padding-box;
  -webkit-background-origin: padding;
  background-origin: padding-box;
  -moz-background-clip: border;
  -o-background-clip: border-box;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-size: auto auto;
  -o-background-size: auto auto;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}
@media (min-width: 768px) {
  /* line 386, ../sass/product-category.scss */
  .b2b-product-category .masthead .masthead-bg {
    height: 400px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjYwJSIgY3k9IjEwMCUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40MiIvPjxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), #000000;
    background: -moz-radial-gradient(60% 100%, circle, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%), #000000;
    background: -webkit-radial-gradient(60% 100%, circle, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%), #000000;
    background: radial-gradient(circle at 60% 100%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%), #000000;
  }
}
/* line 406, ../sass/product-category.scss */
.b2b-product-category .masthead .product-image-wrapper {
  height: 230px;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 406, ../sass/product-category.scss */
  .b2b-product-category .masthead .product-image-wrapper {
    text-align: left;
    height: auto;
    overflow: visible;
  }
}
/* line 418, ../sass/product-category.scss */
.b2b-product-category .masthead .product-image {
  min-width: 250px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  /* line 418, ../sass/product-category.scss */
  .b2b-product-category .masthead .product-image {
    position: absolute;
    left: auto;
    margin-left: auto;
    top: 15%;
    right: 30px;
    width: 45%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 433, ../sass/product-category.scss */
.b2b-product-category .masthead .cta {
  background-color: transparent;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-family: "InterfaceB",Arial,Helvetica, Sans-Serif;
  font-size: 0.875em;
  line-height: 1em;
  letter-spacing: 1px;
  padding: 0.71429em 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: solid 1px #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 210px;
  background-color: transparent;
  color: #000;
  border: solid 1px #000;
  width: 90%;
  max-width: 400px;
  text-decoration: none;
  max-width: 320px;
  padding: 15px 20px;
}
/* line 185, ../sass/_mixins.scss */
.b2b-product-category .masthead .cta else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
@media (min-width: 1200px) {
  /* line 21, ../sass/_mixins-ui.scss */
  .b2b-product-category .masthead .cta:hover {
    color: #000;
    background-color: #FFF;
    cursor: pointer;
    text-decoration: none;
  }
}
/* line 39, ../sass/_mixins-ui.scss */
.no-touch .b2b-product-category .masthead .cta:hover {
  color: #fff;
  background-color: #000;
}
@media (min-width: 768px) {
  /* line 433, ../sass/product-category.scss */
  .b2b-product-category .masthead .cta {
    color: white;
    border-color: white;
    max-width: none;
    width: auto;
  }
  /* line 444, ../sass/product-category.scss */
  .no-touch .b2b-product-category .masthead .cta:hover {
    background: white;
    color: black;
    border-color: black;
  }
}
/* line 452, ../sass/product-category.scss */
.b2b-product-category .masthead .hgroup-wrapper {
  margin: 30px 0;
}
@media (min-width: 768px) {
  /* line 452, ../sass/product-category.scss */
  .b2b-product-category .masthead .hgroup-wrapper {
    position: absolute;
    top: 0;
    left: 30px;
    width: 38%;
    height: 400px;
    margin: 0;
  }
}
/* line 464, ../sass/product-category.scss */
.b2b-product-category .masthead .hgroup-wrapper hgroup {
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 464, ../sass/product-category.scss */
  .b2b-product-category .masthead .hgroup-wrapper hgroup {
    display: table-cell;
    text-align: left;
  }
  /* line 472, ../sass/product-category.scss */
  .b2b-product-category .masthead .hgroup-wrapper hgroup h2, .b2b-product-category .masthead .hgroup-wrapper hgroup h3 {
    color: #FFF;
    text-transform: initial;
  }
}
@media (min-width: 1200px) {
  /* line 479, ../sass/product-category.scss */
  .b2b-product-category .masthead .hgroup-wrapper hgroup h2 {
    font-size: 48px;
    text-transform: initial;
    margin-bottom: 10px;
  }
}
/* line 489, ../sass/product-category.scss */
.b2b-product-category .separator {
  position: absolute;
  width: 1px;
  top: 0px;
  bottom: 0px;
  background: #DADEE2;
  left: 50%;
  margin-left: -1px;
}
/* line 494, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper {
  display: block;
  position: relative;
  border: 1px solid #DDD;
  border-radius: 3px;
  overflow: hidden;
  margin: 0.9375em 0;
}
/* line 502, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel {
  visibility: hidden;
  position: relative;
  width: auto;
  padding: 0 30px;
}
/* line 508, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel.rendered {
  visibility: visible;
}
/* line 512, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .product {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding: 0;
  position: static;
  background-image: none !important;
}
/* line 522, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .product:hover {
  text-decoration: none;
}
/* line 526, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .product > div {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  margin: 0.625em;
  color: black;
}
/* line 534, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .product > div .product-image {
  width: 100%;
  margin-bottom: 0.3125em;
  display: block;
  padding-bottom: 85%;
  height: 0;
  position: relative;
}
/* line 543, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .product > div .product-image .image-outer-wrapper {
  position: absolute;
  display: table;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
/* line 552, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .product > div .product-image .image-outer-wrapper .image-wrapper {
  width: 100%;
  display: table-cell;
  padding: 0 0.9375em;
  vertical-align: middle;
  text-align: center;
}
/* line 558, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .product > div .product-image .image-outer-wrapper .image-wrapper img {
  width: 85%;
}
/* line 567, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .product > div h5 {
  line-height: 1;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 0.41667em 0;
  color: #333;
}
/* line 575, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .product > div p {
  font-size: 0.6875em;
  margin: 0;
  color: #333;
}
/* line 583, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .product:hover h5 {
  text-decoration: underline;
}
/* line 588, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .product.selected {
  background: #ededed;
}
/* line 593, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .owl-item + .owl-item {
  border-left: 1px solid #DDD;
}
/* line 597, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .active:first-child,
.b2b-product-category .product-hero .list-wrapper .product-carousel :not(.active) + .active {
  border: 0;
}
/* line 602, ../sass/product-category.scss */
.b2b-product-category .product-hero .list-wrapper .product-carousel .owl-wrapper-outer {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
/* line 609, ../sass/product-category.scss */
.b2b-product-category .product-hero .owl-prev,
.b2b-product-category .product-hero .owl-next {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  position: absolute;
  width: 30px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  outline: none;
}
/* line 622, ../sass/product-category.scss */
.b2b-product-category .product-hero .owl-prev.disabled,
.b2b-product-category .product-hero .owl-next.disabled {
  opacity: .2;
  cursor: default;
}
/* line 628, ../sass/product-category.scss */
.b2b-product-category .product-hero .owl-prev:not(.disabled):hover,
.b2b-product-category .product-hero .owl-next:not(.disabled):hover {
  background-color: #F5F5F5;
}
/* line 634, ../sass/product-category.scss */
.b2b-product-category .product-hero .owl-prev {
  left: 0px;
  background: #FFF url("../images/product-category/arrow_prev.png") no-repeat center center;
  background-size: 9px auto;
}
/* line 640, ../sass/product-category.scss */
.b2b-product-category .product-hero .owl-next {
  right: 0px;
  background: #FFF url("../images/product-category/arrow_next.png") no-repeat center center;
  background-size: 9px auto;
}
/* line 647, ../sass/product-category.scss */
.b2b-product-category .see-more, .b2b-product-category .see-less {
  background-color: transparent;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-family: "InterfaceB",Arial,Helvetica, Sans-Serif;
  font-size: 0.875em;
  line-height: 1em;
  letter-spacing: 1px;
  padding: 0.71429em 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: solid 1px #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 210px;
  background-color: transparent;
  color: #000;
  border: solid 1px #000;
  width: 90%;
  max-width: 400px;
  text-decoration: none;
  clear: both;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
/* line 185, ../sass/_mixins.scss */
.b2b-product-category .see-more else, .b2b-product-category .see-less else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
@media (min-width: 1200px) {
  /* line 21, ../sass/_mixins-ui.scss */
  .b2b-product-category .see-more:hover, .b2b-product-category .see-less:hover {
    color: #000;
    background-color: #FFF;
    cursor: pointer;
    text-decoration: none;
  }
}
/* line 39, ../sass/_mixins-ui.scss */
.no-touch .b2b-product-category .see-more:hover, .no-touch .b2b-product-category .see-less:hover {
  color: #fff;
  background-color: #000;
}
/* line 656, ../sass/product-category.scss */
.b2b-product-category .see-more span, .b2b-product-category .see-less span {
  padding-right: 28px;
}
/* line 659, ../sass/product-category.scss */
.b2b-product-category .see-more span:after, .b2b-product-category .see-less span:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  margin-left: 18px;
  background: url(/us/business/images/sprites/sprite-icon-arrows.png) -12px -83px no-repeat;
  background-size: 70px 175px;
}
@media (min-width: 768px) {
  /* line 647, ../sass/product-category.scss */
  .b2b-product-category .see-more, .b2b-product-category .see-less {
    padding: 1.21429em 0;
    max-width: 272px;
  }
}
/* line 679, ../sass/product-category.scss */
.b2b-product-category .see-more span:after {
  background-position: -12px -83px;
}
/* line 683, ../sass/product-category.scss */
.no-touch .b2b-product-category .see-more:hover > span:after {
  background-position: -12px -118px;
}
/* line 689, ../sass/product-category.scss */
.b2b-product-category .see-less span:after {
  background-position: -47px -83px;
}
/* line 693, ../sass/product-category.scss */
.no-touch .b2b-product-category .see-less:hover > span:after {
  background-position: -47px -118px;
}
@media (min-width: 768px) {
  /* line 698, ../sass/product-category.scss */
  .b2b-product-category #see-less-accessories,
  .b2b-product-category #see-more-accessories {
    max-width: 321px;
  }
}
/* line 707, ../sass/product-category.scss */
.b2b-product-category #see-less-accessories:after,
.b2b-product-category #see-more-accessories:after {
  display: none;
}
/* line 713, ../sass/product-category.scss */
.b2b-product-category .sidebar > a {
  display: none;
}
/* line 718, ../sass/product-category.scss */
.b2b-product-category .product-grid {
  padding-bottom: 0.9375em;
}
/* line 307, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid {
  *zoom: 1;
  position: relative;
  border: 1px solid #DADEE2;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 1.25em;
}
/* line 2, ../sass/_mixins.scss */
.b2b-product-category .product-grid .grid:before, .b2b-product-category .product-grid .grid:after {
  content: " ";
  display: table;
}
/* line 8, ../sass/_mixins.scss */
.b2b-product-category .product-grid .grid:after {
  clear: both;
}
/* line 316, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper {
  float: left;
  width: 50%;
  border-top: 1px solid #DADEE2;
  border-bottom: 1px solid #DADEE2;
  border-right: 1px solid #DADEE2;
  margin-top: -1px;
}
/* line 324, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product {
  position: relative;
  padding: 0.9375em 0.9375em 10.625em;
}
/* line 19, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product > a {
  display: block;
}
/* line 23, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-image {
  padding-bottom: 100%;
  position: relative;
}
/* line 27, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-image .image-outer-wrapper {
  position: absolute;
  display: table;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
/* line 36, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-image .image-outer-wrapper .image-wrapper {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 42, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-image .image-outer-wrapper .image-wrapper img {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 90%;
}
/* line 53, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .click-content:hover .image-wrapper img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* line 60, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-links {
  margin: 0;
  padding: 0;
  border: 0;
  *zoom: 1;
  margin-top: 10px;
}
/* line 2, ../sass/_mixins.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-links:before, .b2b-product-category .product-grid .grid .product-wrapper .product .product-links:after {
  content: " ";
  display: table;
}
/* line 8, ../sass/_mixins.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-links:after {
  clear: both;
}
/* line 65, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-links a {
  background-color: transparent;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-family: "InterfaceB",Arial,Helvetica, Sans-Serif;
  font-size: 0.875em;
  line-height: 1em;
  letter-spacing: 1px;
  padding: 0.71429em 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: solid 1px #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 210px;
  background-color: transparent;
  color: #000;
  border: solid 1px #000;
  width: 90%;
  max-width: 400px;
  text-decoration: none;
  font-size: 0.625em;
  line-height: 1em;
  display: block;
  text-align: center;
  width: 100%;
  border: 0;
  background: #525252;
  color: #FFF;
}
/* line 185, ../sass/_mixins.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-links a else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
@media (min-width: 1200px) {
  /* line 21, ../sass/_mixins-ui.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-links a:hover {
    color: #000;
    background-color: #FFF;
    cursor: pointer;
    text-decoration: none;
  }
}
/* line 39, ../sass/_mixins-ui.scss */
.no-touch .b2b-product-category .product-grid .grid .product-wrapper .product .product-links a:hover {
  color: #fff;
  background-color: #000;
}
/* line 77, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-links a + a {
  margin-top: 10px;
}
/* line 82, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-price {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 0.625em;
  text-align: left;
}
/* line 87, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-price .price-label {
  display: block;
  font-size: 0.5625em;
  text-transform: uppercase;
}
/* line 93, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-price .price {
  line-height: 1;
}
/* line 96, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-price .price sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.4em;
  left: -0.2em;
}
/* line 107, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-features {
  display: none;
}
/* line 111, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .name,
.b2b-product-category .product-grid .grid .product-wrapper .product .price {
  display: block;
}
/* line 116, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .name {
  font-size: 0.875em;
  line-height: 1.28571em;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
/* line 122, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .model {
  display: block;
  color: #777;
  font-size: 0.625em;
  line-height: 2em;
}
/* line 129, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .price {
  font-family: 'InterfaceB';
  font-size: 21px;
}
/* line 134, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-info {
  position: absolute;
  bottom: 3px;
  right: 15px;
  left: 15px;
  text-align: center;
}
/* line 141, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox {
  margin-top: 10px;
  text-align: center;
}
/* line 145, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox b {
  display: block;
  font-weight: normal;
  font-size: 1.35em;
}
@media (min-width: 768px) {
  /* line 145, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox b {
    font-size: 1em;
  }
}
/* line 155, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label {
  display: block;
  font-size: 8px;
  line-height: 2.5em;
  padding-left: 3.75em;
  color: #777;
}
/* line 162, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label a {
  display: none;
  background: #333;
  color: #FFF;
  padding: 0 1.25em;
  border-radius: 2px;
  font-size: 1.35em;
}
@media (min-width: 768px) {
  /* line 162, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label a {
    font-size: 1em;
  }
}
/* line 174, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label a:hover {
  text-decoration: none;
}
/* line 181, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"]:checked + label b {
  display: none;
}
/* line 185, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"]:checked + label a {
  display: block;
}
/* line 194, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product > a .name,
.b2b-product-category .product-grid .grid .product-wrapper .product .product-content > a .name {
  color: #333;
}
/* line 198, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product > a:hover,
.b2b-product-category .product-grid .grid .product-wrapper .product .product-content > a:hover {
  text-decoration: none;
}
/* line 201, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper .product > a:hover .name,
.b2b-product-category .product-grid .grid .product-wrapper .product .product-content > a:hover .name {
  color: #20A2FF;
}
@media (min-width: 768px) {
  /* line 324, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product {
    padding: 0 0 8.75em 0;
    margin: 0 0 1.875em 0;
  }
  /* line 211, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-links {
    margin: 0;
    padding: 0;
    border: 0;
    *zoom: 1;
  }
  /* line 2, ../sass/_mixins.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-links:before, .b2b-product-category .product-grid .grid .product-wrapper .product .product-links:after {
    content: " ";
    display: table;
  }
  /* line 8, ../sass/_mixins.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-links:after {
    clear: both;
  }
  /* line 215, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-links a {
    text-align: center;
    font-size: 0.875em;
  }
  /* line 220, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-links a + a {
    margin-top: 0;
  }
  /* line 224, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-links a:first-child {
    float: left;
    width: 35%;
  }
  /* line 229, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-links a:last-child {
    float: right;
    width: 62%;
  }
  /* line 235, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-price {
    margin-top: 0px;
  }
  /* line 238, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-price .price-label {
    font-size: 0.875em;
  }
  /* line 243, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-features {
    display: block;
    padding: 0;
    font-size: 0.875em;
    line-height: 1.42857em;
    color: #333;
    margin: 1.42857em 0 0.82em 1.28571em;
    list-style-type: disc;
  }
  /* line 252, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-features li + li {
    margin-top: 0.71429em;
  }
  /* line 257, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-info {
    left: 0px;
    right: 0px;
    bottom: -15px;
  }
  /* line 263, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label {
    display: inline-block;
    font-size: 0.875em;
    line-height: 1.42857em;
    padding-left: 2.14286em;
  }
  /* line 269, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label a {
    padding: 0 0.71429em;
  }
  /* line 273, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label b {
    display: block;
    min-width: 100px;
  }
  /* line 280, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"]:checked + label b {
    display: none;
  }
  /* line 284, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"]:checked + label a {
    display: block;
    min-width: 100px;
  }
  /* line 292, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .name {
    font-size: 1.25em;
    line-height: 1.25em;
  }
  /* line 297, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .model {
    font-size: 0.875em;
    line-height: 1.71429em;
  }
}
/* line 328, ../sass/product-category.scss */
.b2b-product-category .product-grid .grid .product-wrapper.hide {
  display: none;
}
@media (min-width: 768px) {
  /* line 718, ../sass/product-category.scss */
  .b2b-product-category .product-grid {
    padding-bottom: 5.625em;
  }
  /* line 337, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid {
    border: none;
  }
  /* line 340, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper {
    border: 0;
    margin-top: 0;
  }
  /* line 345, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .separator {
    display: none;
  }
}
/* line 722, ../sass/product-category.scss */
.b2b-product-category .accessories-grid {
  padding-bottom: 0.9375em;
}
/* line 307, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid {
  *zoom: 1;
  position: relative;
  border: 1px solid #DADEE2;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 1.25em;
}
/* line 2, ../sass/_mixins.scss */
.b2b-product-category .accessories-grid .grid:before, .b2b-product-category .accessories-grid .grid:after {
  content: " ";
  display: table;
}
/* line 8, ../sass/_mixins.scss */
.b2b-product-category .accessories-grid .grid:after {
  clear: both;
}
/* line 316, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper {
  float: left;
  width: 50%;
  border-top: 1px solid #DADEE2;
  border-bottom: 1px solid #DADEE2;
  border-right: 1px solid #DADEE2;
  margin-top: -1px;
}
/* line 324, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product {
  position: relative;
  padding: 0.9375em 0.9375em 10.625em;
}
/* line 19, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product > a {
  display: block;
}
/* line 23, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-image {
  padding-bottom: 100%;
  position: relative;
}
/* line 27, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-image .image-outer-wrapper {
  position: absolute;
  display: table;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
/* line 36, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-image .image-outer-wrapper .image-wrapper {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 42, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-image .image-outer-wrapper .image-wrapper img {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 90%;
}
/* line 53, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .click-content:hover .image-wrapper img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* line 60, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links {
  margin: 0;
  padding: 0;
  border: 0;
  *zoom: 1;
  margin-top: 10px;
}
/* line 2, ../sass/_mixins.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links:before, .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links:after {
  content: " ";
  display: table;
}
/* line 8, ../sass/_mixins.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links:after {
  clear: both;
}
/* line 65, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links a {
  background-color: transparent;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-family: "InterfaceB",Arial,Helvetica, Sans-Serif;
  font-size: 0.875em;
  line-height: 1em;
  letter-spacing: 1px;
  padding: 0.71429em 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: solid 1px #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 210px;
  background-color: transparent;
  color: #000;
  border: solid 1px #000;
  width: 90%;
  max-width: 400px;
  text-decoration: none;
  font-size: 0.625em;
  line-height: 1em;
  display: block;
  text-align: center;
  width: 100%;
  border: 0;
  background: #525252;
  color: #FFF;
}
/* line 185, ../sass/_mixins.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links a else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
@media (min-width: 1200px) {
  /* line 21, ../sass/_mixins-ui.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links a:hover {
    color: #000;
    background-color: #FFF;
    cursor: pointer;
    text-decoration: none;
  }
}
/* line 39, ../sass/_mixins-ui.scss */
.no-touch .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links a:hover {
  color: #fff;
  background-color: #000;
}
/* line 77, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links a + a {
  margin-top: 10px;
}
/* line 82, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-price {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 0.625em;
  text-align: left;
}
/* line 87, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-price .price-label {
  display: block;
  font-size: 0.5625em;
  text-transform: uppercase;
}
/* line 93, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-price .price {
  line-height: 1;
}
/* line 96, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-price .price sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.4em;
  left: -0.2em;
}
/* line 107, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-features {
  display: none;
}
/* line 111, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .name,
.b2b-product-category .accessories-grid .grid .product-wrapper .product .price {
  display: block;
}
/* line 116, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .name {
  font-size: 0.875em;
  line-height: 1.28571em;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
/* line 122, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .model {
  display: block;
  color: #777;
  font-size: 0.625em;
  line-height: 2em;
}
/* line 129, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .price {
  font-family: 'InterfaceB';
  font-size: 21px;
}
/* line 134, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  text-align: center;
}
/* line 141, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox {
  margin-top: 10px;
  text-align: center;
}
/* line 145, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox b {
  display: block;
  font-weight: normal;
  font-size: 1.35em;
}
@media (min-width: 768px) {
  /* line 145, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox b {
    font-size: 1em;
  }
}
/* line 155, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label {
  display: block;
  font-size: 8px;
  line-height: 2.5em;
  padding-left: 3.75em;
  color: #777;
}
/* line 162, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label a {
  display: none;
  background: #333;
  color: #FFF;
  padding: 0 1.25em;
  border-radius: 2px;
  font-size: 1.35em;
}
@media (min-width: 768px) {
  /* line 162, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label a {
    font-size: 1em;
  }
}
/* line 174, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label a:hover {
  text-decoration: none;
}
/* line 181, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"]:checked + label b {
  display: none;
}
/* line 185, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"]:checked + label a {
  display: block;
}
/* line 194, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product > a .name,
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-content > a .name {
  color: #333;
}
/* line 198, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product > a:hover,
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-content > a:hover {
  text-decoration: none;
}
/* line 201, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product > a:hover .name,
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-content > a:hover .name {
  color: #20A2FF;
}
@media (min-width: 768px) {
  /* line 324, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product {
    padding: 0 0 8.75em 0;
    margin: 0 0 1.875em 0;
  }
  /* line 211, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links {
    margin: 0;
    padding: 0;
    border: 0;
    *zoom: 1;
  }
  /* line 2, ../sass/_mixins.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links:before, .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links:after {
    content: " ";
    display: table;
  }
  /* line 8, ../sass/_mixins.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links:after {
    clear: both;
  }
  /* line 215, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links a {
    text-align: center;
    font-size: 0.875em;
  }
  /* line 220, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links a + a {
    margin-top: 0;
  }
  /* line 224, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links a:first-child {
    float: left;
    width: 35%;
  }
  /* line 229, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links a:last-child {
    float: right;
    width: 62%;
  }
  /* line 235, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-price {
    margin-top: 0px;
  }
  /* line 238, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-price .price-label {
    font-size: 0.875em;
  }
  /* line 243, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-features {
    display: block;
    padding: 0;
    font-size: 0.875em;
    line-height: 1.42857em;
    color: #333;
    margin: 1.42857em 0 0 1.28571em;
    list-style-type: disc;
  }
  /* line 252, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-features li + li {
    margin-top: 0.71429em;
  }
  /* line 257, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  /* line 263, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label {
    display: inline-block;
    font-size: 0.875em;
    line-height: 1.42857em;
    padding-left: 2.14286em;
  }
  /* line 269, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label a {
    padding: 0 0.71429em;
  }
  /* line 273, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"] + label b {
    display: block;
    min-width: 100px;
  }
  /* line 280, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"]:checked + label b {
    display: none;
  }
  /* line 284, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-info .checkbox input[type="checkbox"]:checked + label a {
    display: block;
    min-width: 100px;
  }
  /* line 292, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .name {
    font-size: 1.25em;
    line-height: 1.25em;
  }
  /* line 297, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .model {
    font-size: 0.875em;
    line-height: 1.71429em;
  }
}
/* line 328, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper.hide {
  display: none;
}
@media (min-width: 768px) {
  /* line 722, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid {
    padding-bottom: 5.625em;
  }
  /* line 337, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid {
    border: none;
  }
  /* line 340, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper {
    border: 0;
    margin-top: 0;
  }
  /* line 345, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .separator {
    display: none;
  }
}
/* line 727, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product {
  padding: 0.9375em;
}
/* line 730, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .model {
  display: block;
  font-size: 0.625em;
}
/* line 735, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .description {
  display: none;
}
/* line 739, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links {
  margin-top: 1.5625em;
}
/* line 746, ../sass/product-category.scss */
.b2b-product-category .accessories-grid .knowledge {
  display: block;
  margin: 1.875em 0 0 0;
}
.b2b-product-category .div-knowledge .knowledge {
  display: block;
  margin-left: 1.5em;
  margin-right: 1.5em;
  padding-bottom: 0.9375em;	
}
@media (min-width: 768px) {
  /* line 758, ../sass/product-category.scss */
  .b2b-product-category .product-hero .list-wrapper {
    margin: 2.5em 0px 0px 0px;
  }
  /* line 761, ../sass/product-category.scss */
  .b2b-product-category .product-hero .list-wrapper .product-carousel {
    padding: 0 70px;
  }
  /* line 765, ../sass/product-category.scss */
  .b2b-product-category .product-hero .list-wrapper .product-carousel .product > div {
    margin: 0.625em 1.25em 2.1875em;
  }
  /* line 768, ../sass/product-category.scss */
  .b2b-product-category .product-hero .list-wrapper .product-carousel .product > div h5 {
    line-height: 1;
    font-weight: normal;
    font-size: 1.75em;
    margin: 0 0 0.17857em 0;
    color: #333;
  }
  /* line 776, ../sass/product-category.scss */
  .b2b-product-category .product-hero .list-wrapper .product-carousel .product > div p {
    font-size: 1em;
    margin: 0;
    color: #333;
  }
  /* line 786, ../sass/product-category.scss */
  .b2b-product-category .product-hero .owl-prev,
  .b2b-product-category .product-hero .owl-next {
    width: 70px;
    background-size: auto;
  }
  /* line 793, ../sass/product-category.scss */
  .b2b-product-category .sidebar {
    width: 23%;
    float: left;
    margin-bottom:10px;
  }
  /* line 797, ../sass/product-category.scss */
  .b2b-product-category .sidebar > a {
    display: inline;
    font-size: 14px;
    font-family: "InterfaceB";
  }
  /* line 804, ../sass/product-category.scss */
  .b2b-product-category .product-grid {
    width: 74%;
    float: right;
  }
  /* line 355, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid {
    margin-right: -2%;
    margin-left: -2%;
  }
  /* line 359, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper {
    width: 46%;
  }
  /* line 362, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper:nth-child(n+1) {
    margin-right: 2%;
    margin-left: 2%;
  }
  /* line 812, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper .product .checkbox {
    display: block;
  }
  /* line 820, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid {
    border-top: 1px solid #d0d0d0;
  }
  /* line 355, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid {
    margin-right: -4.5%;
    margin-left: -4.5%;
  }
  /* line 359, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper {
    width: 41%;
  }
  /* line 362, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper:nth-child(n+1) {
    margin-right: 4.5%;
    margin-left: 4.5%;
  }
  /* line 827, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product {
    margin-bottom: 0;
  }
  /* line 830, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .model {
    font-size: 0.875em;
    margin-top: 0.35714em;
  }
  /* line 835, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .description {
    display: block;
    margin-top: 0.625em;
  }
  /* line 840, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper .product .product-links {
    margin-top: 1.875em;
  }
  /* line 847, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .knowledge {
    display: none;
  }
}
@media (min-width: 980px) {
  /* line 355, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid {
    margin-right: -1.66667%;
    margin-left: -1.66667%;
  }
  /* line 359, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper {
    width: 30%;
  }
  /* line 362, ../sass/product-category.scss */
  .b2b-product-category .product-grid .grid .product-wrapper:nth-child(n+1) {
    margin-right: 1.66667%;
    margin-left: 1.66667%;
  }
  /* line 355, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid {
    margin-right: -4.16667%;
    margin-left: -4.16667%;
  }
  /* line 359, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper {
    width: 25%;
  }
  /* line 362, ../sass/product-category.scss */
  .b2b-product-category .accessories-grid .grid .product-wrapper:nth-child(n+1) {
    margin-right: 4.16667%;
    margin-left: 4.16667%;
  }
}

/* line 2258, ../sass/_disclaimer.scss */
.disclaimer {
  border-top: 1px solid #DDD;
  padding: 2.5em 0;
}
.disclaimer p {
  color: #999;
  font-style: italic;
  font-size: 0.75em;
}
.disclaimer span {
  color: #999;
  font-style: italic;
  font-size: 0.75em;
}
/* line 876, ../sass/product-category.scss */
.faq-cta.clone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 885, ../sass/product-category.scss */
.faq-cta.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 889, ../sass/product-category.scss */
.faq-cta.inactive {
  opacity: 0;
}

/* line 195, ../sass/solutions.scss */
.b2b-product-category .slider-hero .slide { 
  color: white;  
  width: 100%;
  position: relative;
}

.b2b-product-category .slider-hero .playing {
  background-color: #000000;
}

/* line 198, ../sass/solutions.scss */
.b2b-product-category .slider-hero .slide .container-fluid {
  height: 100%;
}
@media (min-width: 768px) {
  /* line 195, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .slide {
    height: 478px;
  }
}
@media (min-width: 980px) {
  /* line 195, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .slide {
    height: 578px;
  }
}


/* line 211, ../sass/solutions.scss */
.b2b-product-category .slider-hero .picture {
  width: 100%;
  height: 220px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color:#000000;
}
@media only screen and  (min-width: 1200px) {
  /* line 211, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .picture {
    height: 100% !important;
    position: absolute;
    background-color: #000000;
  }
}
@media (min-width: 1024px) and  (max-width: 1200px) {
  /* line 211, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .picture {
    height: 85% !important;
    position: absolute;
    background-color: #000000;
  }
}
@media (min-width: 768px) and  (max-width: 1200px) {
  /* line 211, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .picture {
    height: 480px !important;
  }
}
/* line 222, ../sass/solutions.scss */
.b2b-product-category .slider-hero .inner {
  max-width: 100%;
  height: 100%;
  display: table;
  width: 100%;
}
/* line 230, ../sass/solutions.scss */
.b2b-product-category .slider-hero .inner .centering {
  vertical-align: bottom;
  text-align: center;
}
.b2b-product-category .slider-hero .inner-marquee-C .centering {
  padding-bottom: 30px;
}
/* line 235, ../sass/solutions.scss */
.b2b-product-category .slider-hero .inner h1,
.b2b-product-category .slider-hero .inner h2 {
  font-size: 28px;
  margin: 0;
  font-weight:200 !important;
  padding-top:1em;
  line-height: 54px;
}
/* line 241, ../sass/solutions.scss */
.b2b-product-category .slider-hero .inner p {
  font-size: 16px;
  margin: 10px 0 0;
  max-width:600px;
  line-height: 1.2;
  font-weight:400 !important;
  padding-top:1em;
  padding-bottom:0.5em;
}
/* line 246, ../sass/solutions.scss */
.b2b-product-category .slider-hero .inner .cta {
  margin: 30px auto 0;
  width: auto;
  display: block;
  border-color: #333;
  color: #333;
  padding: 16px 16px;
  margin-right: 1em;
  display: inline-block;
  min-width: 209px;
  font-weight:700 !important;
  letter-spacing:0.15em; 
  font-family:SamsungOne-700;
}
/* line 256, ../sass/solutions.scss */
.no-touch .b2b-product-category .slider-hero .inner .cta:hover {
  background-color: #333;
  color: white;
}
/* line 260, ../sass/solutions.scss */
.b2b-product-category .slider-hero .inner .cta:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .b2b-product-category .slider-hero .inner .centering {
    padding-bottom:15%;
    text-align:initial;
    display: inline-table;
  }
  .b2b-product-category .slider-hero .inner.inner-marquee-R {
    float:right;
  }
  .b2b-product-category .slider-hero .inner.inner-marquee-R .centering {
    text-align:right;
  }
  .b2b-product-category .slider-hero .inner.inner-marquee-L .centering {
    text-align:left;
  }
  .b2b-product-category .slider-hero .inner.inner-marquee-C .centering {
    text-align:center;
  }
  /* line 222, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .inner {
    width: 78%;
    height: 86%;
    color: white;
    padding: 0;
    margin-left: 10%;
  }
  /* line 272, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .inner h1,
  .b2b-product-category .slider-hero .inner h2 {
    font-size: 30px;
  }
  /* line 277, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .inner p {
    font-size: 1.1em;
    max-width:1000px;
  }
  /* line 281, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .inner .cta {
    margin: 20px 1em 0 0;
    background-color: transparent;
    color: white;
    border: 1px solid white;
  }
  /* line 288, ../sass/solutions.scss */
  .no-touch .b2b-product-category .slider-hero .inner .cta:hover {
    background-color: white;
    text-decoration: none;
    color: #333;
  }
  /* line 293, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .inner .cta:hover {
    text-decoration: none;
  }
}
@media (min-width: 980px) {
  .b2b-product-category .slider-hero .inner .centering {
    padding-bottom:15%;
  }
  /* line 302, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .inner h1,
  .b2b-product-category .slider-hero .inner h2 {
    font-size: 38px;
    
  }
  /* line 306, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .inner p {
    font-size: 1.1em;
    max-width:1000px;
    
  }
}

@media (min-width: 1200px) {  
  /* line 302, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .inner h1,
  .b2b-product-category .slider-hero .inner h2 {
    font-size: 50px;    
  }
  /* line 306, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .inner p {
    font-size: 1.3em;
    max-width:1000px;    
  }
}


/* line 312, ../sass/solutions.scss */
.b2b-product-category .slider-hero .owl-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 190px;
  bottom: auto;
  text-align: center;
}
/* line 322, ../sass/solutions.scss */
.b2b-product-category .slider-hero .owl-pagination .owl-page {
  border-radius: 100%;
  background-clip: padding-box;
  background-clip: inherit;
  border: 2px solid white;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 7px;
}
/* line 331, ../sass/solutions.scss */
.b2b-product-category .slider-hero .owl-pagination .owl-page.active, .no-touch .b2b-product-category .slider-hero .owl-pagination .owl-page:hover {
  background-color: white;
}
@media (min-width: 768px) {
  /* line 312, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .owl-pagination {
    top: auto;
    bottom: 2px;
  }
}
/* line 344, ../sass/solutions.scss */
.b2b-product-category .slider-hero .owl-buttons .owl-prev, .b2b-product-category .slider-hero .owl-buttons .owl-next {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
  top: 100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  /* line 344, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .owl-buttons .owl-prev, .b2b-product-category .slider-hero .owl-buttons .owl-next {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  /* line 344, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .owl-buttons .owl-prev, .b2b-product-category .slider-hero .owl-buttons .owl-next {
    top: 50%;
  }
}
/* line 365, ../sass/solutions.scss */
.b2b-product-category .slider-hero .owl-buttons .owl-prev {
  background: url(/us/business/images/global/slider-prev.png) no-repeat;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  left: 2%;
}
@media (min-width: 845px) {
  /* line 365, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .owl-buttons .owl-prev {    
    background-size: 72px 70px;
    width: 72px;
    height: 70px;
  }
  
   .b2b-product-category .slider-hero .inner {
       margin-left: 21%;
       margin-right: 21%;
  }
}
/* line 380, ../sass/solutions.scss */
.b2b-product-category .slider-hero .owl-buttons .owl-next {
  background: url(/us/business/images/global/slider-next.png) no-repeat;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  right: 2%;
}
@media (min-width: 845px) {
  /* line 380, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .owl-buttons .owl-next {    
    background-size: 72px 70px;
    width: 72px;
    height: 70px;
  }
}

.b2b-product-category .cta-light, .b2b-product-category .cta-dark {
  background-color: transparent;
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 2px;
  background-clip: padding-box;
  display: inline-block;
  padding: 18px 0;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.b2b-product-category .slider-hero .inner.inner-marquee-R, .b2b-product-category .slider-hero .inner.inner-marquee-R a {
	text-align:right;
}
.b2b-product-category .slider-hero .inner.inner-marquee-R a {
	margin-right: 0px;
	margin-left: 10px;
	text-align:center;
}

.b2b-product-category .slider-hero .inner.inner-marquee-C {
	float:none;
	margin:0 auto;
	text-align:center;
}

.b2b-product-category .slider-hero .inner.inner-marquee-C a {
	float:none;
	margin:0 auto;
	text-align:center;
	margin-top: 30px;	
}

.em-large {
	font-size: 24.5px;
	width: 100%;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	color: #999999;
}
.recWin8 {
	position: absolute;
	color: #ffffff;
	z-index: 1;
	left: 5%;
	font-weight: bold;
	text-align:right;
}


.bc-carousel .slide[data-bc].playing .bc-exp {
  top: 0;
  height: 678px;/* m6781.add.smhong.04222016 */
}
/* line 151, ../sass/brightcove.scss */
.bc-carousel .slide[data-bc].playing .close-btn {
  opacity: 1;
}
/* line 155, ../sass/brightcove.scss */
.bc-carousel .slide[data-bc].playing .thumbnail {
  opacity: 0;
}
/* line 160, ../sass/brightcove.scss */
.bc-carousel .slide[data-bc] .thumbnail {
  -webkit-transition: opacity 600ms ease;
  -moz-transition: opacity 600ms ease;
  -o-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  opacity: 1;
  height: 100%;
  position: relative;
}
/* line 166, ../sass/brightcove.scss */
.bc-carousel .slide[data-bc] .thumbnail img {
  height: auto;
}
/* line 171, ../sass/brightcove.scss */
.bc-carousel .slide[data-bc] .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  width: 100%;
  background-size: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 184, ../sass/brightcove.scss */
.bc-carousel .slide[data-bc] .inner-video {
  background: #000000;
}
/* line 187, ../sass/brightcove.scss */
.bc-carousel .slide[data-bc] .inner-video .container-fluid {
  position: relative;
  background: black;
  padding: 0;
}
/* line 192, ../sass/brightcove.scss */
.bc-carousel .slide[data-bc] .inner-video .container-fluid .close-btn {
  left: 20px;
  top: 20px;
}
/* line 199, ../sass/brightcove.scss */
.bc-carousel .slide[data-bc] .play-btn {
  border: 0;
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background: url(/us/business/images/global/play-btn.png) 0 0 no-repeat;
  background-size: 50px 50px;
  text-indent: -800%;
  overflow: hidden;
}
@media (min-width: 480px) {
  /* line 199, ../sass/brightcove.scss */
  .bc-carousel .slide[data-bc] .play-btn {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
}
@media (min-width: 768px) {
  /* line 199, ../sass/brightcove.scss */
  .bc-carousel .slide[data-bc] .play-btn {
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
  }
}
/* line 236, ../sass/brightcove.scss */
.bc-carousel .slide[data-bc] .close-btn {
  border: 0;
  position: absolute;
  z-index: 9999;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: url(/us/business/images/global/overlay-close-white.png) 0 0 no-repeat;
  background-size: 40px 40px;
  opacity: 0;
  font-family: inherit;
  text-indent: -800%;
  overflow: hidden;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 253, ../sass/brightcove.scss */
.bc-carousel .slide[data-bc] .bc-exp {
  overflow: hidden;
  top: -9999px;
}
/* line 259, ../sass/brightcove.scss */
.bc-carousel.bc-carousel-expanding {
  -webkit-transition: height 400ms ease;
  -moz-transition: height 400ms ease;
  -o-transition: height 400ms ease;
  transition: height 400ms ease;
    overflow: hidden;
    max-height: 578px;
}
/* line 265, ../sass/brightcove.scss */
.bc-carousel.bc-carousel-expanding .slide[data-bc].loading-video {
  background: black;
  -webkit-transition: height 600ms ease;
  -moz-transition: height 600ms ease;
  -o-transition: height 600ms ease;
  transition: height 600ms ease;
}
/* line 271, ../sass/brightcove.scss */
.bc-carousel.bc-carousel-expanding .slide[data-bc]:not(.playing) .bc-exp {
  padding-bottom: 0 !important;
}
/* line 277, ../sass/brightcove.scss */
.bc-carousel.bc-carousel-expanding .slide[data-bc].playing .thumbnail, .bc-carousel.bc-carousel-expanding .slide[data-bc].loading-video .thumbnail {
  display: none;
}
@media (min-width: 768px) {
  /* line 282, ../sass/brightcove.scss */
  .bc-carousel.bc-carousel-expanding .slide[data-bc] [data-extra] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.bc-exp .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

/* m6781.add.04282016.smhong */
@media (min-width: 1024px) {
  .bc-exp .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 587px;
  z-index: 999;
  }
}

.filterBy .tag-link, .sortBy .tag-link {
  display: block;
  height: 0;
  width: 0; 
  margin: 0;
  padding: 0;
}

.b2b-flag {
	color: white;
    font-family: "InterfaceB",Arial,Helvetica,"San-Serif";
    font-size: 12px;
    left: 0;
    letter-spacing: 1px;
    padding: 4px 9px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 2;	
}
.b2b-flag.flame {
    background-color: #ff6900;
}
.b2b-flag.red {
  background-color: #e4002b;
}

.b2b-flag.deal {
  background-color: #F85700;
}


@media (max-width:767px) {
	.b2b-product-category .inner.fixed-width {
    width: 100% !important;
    padding: 20px 0 !important;
	}
	.b2b-product-category .slider-hero .inner h1,
	.b2b-product-category .slider-hero .inner h2 {    
    text-align:center;     
    color: #000000 !important; 
    padding-top:0em;
    text-transform: none; /* m6754.add.smhong.04142016 */
 	}
 	
	.b2b-product-category .slider-hero .inner p {
    font-size: 16px;
    margin: 10px 0 0;
    max-width: 100%;
    text-align:center;        
    color: #000000 !important; 
    padding-top:0em;
    padding-bottom:0em;
	}
	
	.b2b-product-category .slider-hero .inner .cta {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: #000000 !important;
    color: #000000 !important;
  }
}

@media (min-width: 1200px) {
  /* line 312, ../sass/solutions.scss */
  .b2b-product-category .slider-hero .owl-pagination {
    top: auto;
    bottom: 35px;
  }
}

.owl-carousel .owl-item {    
    vertical-align: top;
}
@media screen and (min-width: 1168px){
.slide .container-fluid {
	max-width: 100% !important;
}
}
.slide .container-fluid {
	padding-right: 0 !important; 
    padding-left:  0 !important; 
}
.b2b-product-category .slider-hero .picture {
      background-position: center center;
}
@media screen and (max-width: 1235px) and (min-width: 768px){
.b2b-product-category .slider-hero .picture {
    background-position: 59% 50% !important;
}
}
@media (min-width: 768px){
.b2b-product-category .slider-hero .inner h2, .b2b-product-category .slider-hero .inner h1 {
	font-size: 2em;
    line-height: 1.2;
    max-width: 20em;
}	
}
@media screen and (min-width: 1200px){
.b2b-product-category .slider-hero .inner h2, .b2b-product-category .slider-hero .inner h1 {
	font-size: 50px;
	line-height: 54px;
}
}
@media screen and (min-width: 1265px){
.b2b-product-category .slider-hero .inner h2, .b2b-product-category .slider-hero .inner h1 {
	line-height: 54px;
	font-size: 50px;
	margin-top: 8%;
	max-width: 1000px;
}
}
@media screen and (min-width: 768px)and (max-width: 1264px){
.b2b-product-category .slider-hero .inner .centering{	
	margin-top: 10%;
}
}
@media screen and (min-width: 425px) and (max-width: 1235px){
.b2b-product-category .slider-hero .inner {
       margin-left: 10%;
       margin-right: 10%;
}
}
@media (max-width: 767px) {
.b2b-product-category .slider-hero .inner{
	display: table-cell;
}
.b2b-product-category .slider-hero .inner p{
	max-width: none;
}
}

@media (max-width: 769px) {
.b2b-product-category .slider-hero .inner h1, .b2b-product-category .slider-hero .inner h2{
	line-height: 1.2;
}
.bc-carousel.bc-carousel-expanding{
	max-height: none;
}
.b2b-product-category .slider-hero .slide .container-fluid{		
    padding-top: 60px;		
}
}
.b2b-product-category .faqcta-wrapper.fixed { 
	position: fixed; 
	top: 0; 
	right: 0; 
	width: 100%; 
	z-index: 20; 
}
.b2b-product-category .faqcta-wrapper.fixed { 
	background: #0ba0ff;
	 color: #fff; 
	 text-align: center; 
	 display: -webkit-box; 
	 display: -ms-flexbox; 
	 display: flex; 
	 -webkit-box-align: center; 
	 -ms-flex-align: center; 
	 align-items: center; 
	 -webkit-box-pack: center; 
	 -ms-flex-pack: center; 
	 justify-content: center; 
	 -webkit-font-smoothing: antialiased; 
	 -moz-osx-font-smoothing: grayscale; 
	 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); 
	 text-rendering: optimizeLegibility !important; 
}

@media (max-width: 1366px) and (min-width: 768px) {
.faq-cta .hidden-phone{
	display:none!important;
}
.faqcta-wrapper.container-fluid {
    max-width:none !important;
}
}
.faq-cta.active .cta{
	font-family: 'Samsung Sharp Sans Bold', Helvetica;
}

@media (max-width: 1366px){
.b2b-product-category #category_filter{
    margin-top:2em;
}
}