﻿    quotes: "“" "”" "‘" "’";
    quotes: '“' '”';
}
q {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
}
q:after {
    content: close-quote;
}
q::before {
    content: open-quote;
}
p {
  font-size: 15px;
}
p strong {
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #3a3157;
  background: rgba(58, 49, 87, 0.95);
}
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #3a3157;
  background: rgba(58, 49, 87, 0.85);
  width: 10px;
}
.videoDiv {
  visibility: hidden;
  opacity: 0;
  display: none;
  top: 0;
  position: absolute;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease;
}
.videoDiv.current {
  visibility: visible;
  opacity: 1;
  display: block;
  left: 0;
  -moz-transition: transform 0.5s, opacity 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
h4 {
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
  font-size: 16px;
  color: #333333;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
sup {
      padding: 0px 2px 0px 1px;
    font-family: sans-serif;
    vertical-align: super;
    font-size: 0.83em;
    font-size:62%;
    line-height: 0;
}
.ftrDesc h4  {
margin-top:10px;
}
.tile.productItem #prodDescrip h4,.ftrDesc h4,
.ftrDesc h4 a {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
article ul {
     font-size: 15px;
        text-align: left;
    list-style: none;
    padding: 0;
}

article li{
    position:relative;
        
    padding-left: 10px;
    margin: 0;
    margin-bottom: 10px;
    /* font-size: 15px; */
}
article li::before {
    content: "⋅";
    font-size: 1.5em;
    color: #333;
    position: absolute;
    left: 0;
    top: -8px;
    vertical-align: top;
    display: inline-block;
}
#footnote {
  position: relative;
}
.whatsNew {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.whatsNew .col.right,
.whatsNew .col.left {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  position: relative;
}
.whatsNew .ftrDesc {
  /*position:absolute;
    bottom:0;*/
  color: #333333;
}
.whatsNew .ftrDesc a {
  cursor: pointer;
}
.whatsNew .ftrDesc a:hover {
  text-decoration: underline;
}
.whatsNew .ftrDesc p a {
  font-style: normal;
  font-weight: normal;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;  display: inline-block;
  font-size: inherit;
  text-decoration: none;
}
.whatsNew .ftrDesc p sup {
  font-size: 75%;
}
.whatsNew #feature_1 .ftrDesc {
  bottom: 10px;
}
.tile.productItem {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  cursor: pointer;
  width: 100%;
  width: 225px;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  justify-content: space-around;
  border: 0px solid transparent;
  -moz-transition: all 0.3s ease, opacity 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease, opacity 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease, opacity 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease, opacity 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease, opacity 0.3s ease-in-out 0.3s;
  height: 305px;
}
.tile.productItem a {
  text-decoration: none;
}
.tile.productItem .image {
  width: 225px;
  height: 225px;
  overflow: hidden;
  position: relative;
  align-self: center;
}
.tile.productItem .image img {
  max-width: 225px;
  width: auto;
  position: absolute;
  bottom: 0;
}
.tile.productItem #prodDescrip {
  width: 100%;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.tile.productItem #prodDescrip .price {
  font-weight: normal;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;

  font-style: normal;
  color: #666666;
  display: block;
  width: 100%;
}
.productWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.colWrap {
    position: relative;
    margin: 10px 0;
    width: 100%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.colWrap:after, .beyondCMYK:after {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    content: "";
}
.tutorials {
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
}
.tutorials .col.right {
  width: 100%;
  width: 30%;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -webkit-justify-content: flex-end;
  justify-content: flex-start;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-flex: 1;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: none;
}
.tutorials .col.left {
  width: 67%;
  height: 425px;
}
.col.left, .col.right {
  /* width: 100%; */
  /* -webkit-flex-flow: row wrap; */
  -ms-flex-flow: row wrap;
  /* flex-flow: row wrap; */
  /* -webkit-box-pack: start; */
  -moz-box-pack: start;
  -ms-flex-pack: start;
  /* -webkit-justify-content: flex-start; */
  /* justify-content: flex-start; */
  /* -webkit-align-items: center; */
  /* align-items: center; */
  /* float: none; */
  display: inline-block;
  vertical-align: top;
}
.tile .footer {
  display: none;
}
article {
  overflow: hidden;
      text-align: left;
}
.item,
.ftrDesc {
  /* padding: 5px; */
  position: relative;
}
.ftrDesc a {
  /*padding-top: 10px;*/
  cursor: pointer;
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
  font-size: 12px;
  display: block;
}
.ftrDesc .italic {
  font-style: italic;
}
.item .ftrDesc h4 {
        margin: 0;
    margin-top: 10px;
}
div.item .title {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 5px;
  width: 100%;
  font-size: 11px;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.videoWrapper.ftrDesc {
  padding: 5px;
  background: -moz-linear-gradient(top, #e4e4e4 24%, #fcfcfc 68%);
  background: -ms-linear-gradient(top, #e4e4e4 24%, #fcfcfc 68%);
  background: -o-linear-gradient(top, #e4e4e4 24%, #fcfcfc 68%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, #e4e4e4), color-stop(68%, #fcfcfc));
  background: -webkit-linear-gradient(top, #e4e4e4 24%, #fcfcfc 68%);
  background: linear-gradient(top, #e4e4e4 24%, #fcfcfc 68%);
}
section.banner {
  padding: 0;
  padding-top: 0px;
  border-bottom: 0px solid #cccccc;
}
section {
  display: inline-block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 20px 0px;
  border-bottom: 1px solid #cccccc;
      width: 100%;
}
section h2 {
  width: 100%;
  height: 30px;
 
  margin: 10px 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  color: #333;
  font-weight:bold;
}
section:last-of-type {
  border-bottom: 0px solid transparent;
}
section.beyondCMYK {
    width: 100%;      text-align: justify;      -ms-text-justify: distribute-all-lines;      text-justify: distribute-all-lines;
        border-bottom: 0 solid #cccccc;
}

section.beyondCMYK > * {
    vertical-align: top;      display: inline-block;      zoom: 1;
}
section.productContainer {
  display: block;
}
.videoWrapper {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 100%;
}
.videoWrapper .ftrDesc {
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1.5s, 1s;
  -moz-transition-duration: 1.5s, 1s;
  -o-transition-duration: 1.5s, 1s;
  transition-duration: 1.5s, 1s;
  -webkit-transition-delay: 1s, 0.5s;
  -moz-transition-delay: 1s, 0.5s;
  -o-transition-delay: 1s, 0.5s;
  transition-delay: 1s, 0.5s;
  -webkit-transition-timing-function: ease-in-out, ease-in;
  -moz-transition-timing-function: ease-in-out, ease-in;
  -o-transition-timing-function: ease-in-out, ease-in;
  transition-timing-function: ease-in-out, ease-in;
  opacity: 0;
  height: 68px;
  bottom: 0;
  position: absolute;
}
.videoWrapper .ftrDesc h4 {
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1.5s, 1s;
  -moz-transition-duration: 1.5s, 1s;
  -o-transition-duration: 1.5s, 1s;
  transition-duration: 1.5s, 1s;
  -webkit-transition-delay: 1s, 0.5s;
  -moz-transition-delay: 1s, 0.5s;
  -o-transition-delay: 1s, 0.5s;
  transition-delay: 1s, 0.5s;
  -webkit-transition-timing-function: ease-in-out, ease-in;
  -moz-transition-timing-function: ease-in-out, ease-in;
  -o-transition-timing-function: ease-in-out, ease-in;
  transition-timing-function: ease-in-out, ease-in;
  -webkit-transform: translateY(0%) translateX(-100%);
  -moz-transform: translateY(0%) translateX(-100%);
  -ms-transform: translateY(0%) translateX(-100%);
  -o-transform: translateY(0%) translateX(-100%);
  transform: translateY(0%) translateX(-100%);
}
.videoWrapper .ftrDesc.show {
  opacity: 1;
  -moz-animation: fadeIn ease-in-out 1;
  -o-animation: fadeIn ease-in-out 1;
  -webkit-animation: fadeIn ease-in-out 1;
  animation: fadeIn ease-in-out 1;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.videoWrapper .ftrDesc.show h4 {
  -webkit-transform: translateY(0%) translateX(0%);
  -moz-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  -o-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
}
.videoWrapper h4 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
}
.sectionNav {
  border-bottom: 1px solid #999999;
}
.sectionNav ul {
  position: relative;
    margin: 10px 0;
    width: 100%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
  text-decoration: none;
  list-style: none;
  /*width: 99%;*/
  margin: auto;
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #999999;
  font-size: 17px;
  padding: 15px 0px;
}
.sectionNav ul li {
    position:relative;
  cursor: pointer;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
    
  /* font-weight: 600; */
  color: #999999;
  font-size: 17px;
  display:inline-block;
  vertical-align: middle;
  padding-left:9px;
}


.sectionNav ul:after {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    content: "";
}
.sectionNav ul li+li:before {
    content: "";
    display: inline-block;
    /*margin: auto 7px;*/
    height: 1.2em;
    width: 1px;
    background-color: #999999;
    vertical-align: middle;
        position: absolute;
    left: 0;
}

.spotoncolor .col.right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 465px;
}

.spotoncolor .col.left,.beyondCMYK .col.left{
    width: 51%;
}

.spotoncolor .colWrap {
    height: 334px;
}

.spotoncolor img {
    width: 100%;
}

section .col.right {
    margin-top: 10px;
}
.videoThumbs {
  height: 413px;
}
.videoThumbs div.item {
  -moz-transition: transform 0.5s, opacity 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 10px;
  width: 240px;
  height: 191px;
  cursor: pointer;
  border: 1px solid #999999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.videoThumbs div.item img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(0%) translateX(-50%);
  -moz-transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
  -o-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
.videoThumbs div.item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 22px;
}
.videoDiv.move-right {
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transition: transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s;
  -o-transition: transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.videoDiv.right {
  right: -100%;
}
.videoDiv.rightOuter {
  right: -200%;
}
.playing {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  padding: 5px;
  width: 100%;
  height: 100%;
  background: #333333;
  background-color: rgba(51, 51, 51, 0.44);
  color: #ffffff;
  font-size: 10px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
  opacity: 0;
}
.current .playing {
  display: block;
  opacity: 1;
}

.featured.item a {
  display: inline-block;
}
.featured.item img {
  vertical-align: top;
}
.shop .featured.item img {
      max-height: 200px;
}
.compare .featured.item img {
    margin: auto;
    display: block;
}
.col.right .featured {
  width: 95%;
  /*height:315px;*/
}
.featured.item,section.FeaturesSpecs .col {
      vertical-align: top;
    display: inline-block;
    zoom: 1;
}
section.FeaturesSpecs .col {
    width: 49%;
      position: relative;
    margin: auto;
}
.shop .featured.item, .benefits .featured.item, .compare .featured.item {
    width: 300px;
}
.sectionFooter {
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 16px;
}
.sectionFooter a {
  text-decoration: none;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  cursor: pointer;
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #999999;
  font-size: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.sectionFooter a:after {
    content: "\e8b8";
    font-family: "fontello";
        margin-left: 10px;
}
.sectionNav ul li:hover,
.sectionFooter a:hover {
  color: #333;
}
.arrow-right {
  margin-left: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #666666;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #666666;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  display: inline-block;
}
/*///////////PENCIL BANNER/////////////*/
article.banner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  background-color: #ffb6be;
  text-align: center;
}
.parentStuck article.banner {
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
article.banner h3.offerDetails {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
article.banner .overlay.offer {
  width: 100%;
  display: table;
  position: relative;
  height: 30px;
  text-align: center;
  background: #ffb6be;
  opacity: 1;
}
article.banner .offerDetails a {
  text-decoration: underline;
  padding-right: 21px;
}
.overlay.offer a {
  /*color: #fff;*/
}
article.banner .offerDetails span.angle-right {
  position: relative;
}
article.banner .offerDetails span.angle-right:after {
  right: 0;
  line-height: 22px;
}
span.angle-right {
  position: relative;
}
span.angle-right a {
  color: #000000;
  text-decoration: underline;
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
}
span.angle-right:after {
  font-size: 16px;
  content: "\e8b8";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  /*line-height: 21px;*/
  margin-left: .25em;
  color: #000000;
  text-shadow: 0 0 0 #000000,0 0 0 #000000,0 0 0 #000000,0 0 0 #000000,0 0 0 #000000;
  position: absolute;
  /*top: -1px;*/
  margin-left: 0;
}
/*# sourceMappingURL=styles.css.map */