@import url('screen-blessed1.css?z=1454082350832');


.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

#breadcrumb-row {
  display: none; }
  @media only screen and (min-width: 534px) {
    #breadcrumb-row {
      display: block; } }

#products-col {
  padding-top: 15px; }
  @media only screen and (min-width: 534px) {
    #products-col {
      padding-top: 0px; } }
  #products-col .border-row {
    position: relative; }
    @media only screen and (min-width: 790px) {
      #products-col .border-row .column:after {
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        background: #ccc; } }

#refinement-col {
  position: relative;
  display: block; }
  @media only screen and (min-width: 534px) {
    #refinement-col {
      display: none; } }
  #refinement-col #sorting-paging-refinements {
    display: none; }
  @media only screen and (min-width: 790px) {
    #refinement-col {
      display: block; }
      #refinement-col #sorting-paging-refinements {
        display: block; }
      #refinement-col:after {
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0px;
        right: -1px;
        background: #ccc; } }

.wideTemplate .main-row {
  max-width: 1300px; }
@media only screen and (min-width: 1430px) {
  .wideTemplate .large-hdr-2 {
    width: 18.307692308%; } }
@media only screen and (min-width: 1030px) and (max-width: 1429px) {
  .wideTemplate .large-hdr-2 {
    width: 21.54589372%; } }
@media only screen and (min-width: 790px) and (max-width: 1029px) {
  .wideTemplate .large-hdr-2 {
    width: 29.736842105%; } }
@media only screen and (min-width: 1430px) {
  .wideTemplate .large-hdr-10 {
    width: 81.692307692%; } }
@media only screen and (min-width: 1030px) and (max-width: 1429px) {
  .wideTemplate .large-hdr-10 {
    width: 78.45410628%; } }
@media only screen and (min-width: 790px) and (max-width: 1029px) {
  .wideTemplate .large-hdr-10 {
    width: 70.263157895%; } }
@media only screen and (min-width: 1430px) {
  .wideTemplate .large-hdr-block-grid-4 > li {
    width: 33.3333333333%;
    padding: 0 0.75rem 1.5rem;
    list-style: none; }
    .wideTemplate .large-hdr-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .wideTemplate .large-hdr-block-grid-4 > li:nth-of-type(3n+1) {
      clear: both; } }
@media only screen and (min-width: 1030px) and (max-width: 1429px) {
  .wideTemplate .large-hdr-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.75rem 1.5rem;
    list-style: none; }
    .wideTemplate .large-hdr-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .wideTemplate .large-hdr-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; } }
@media only screen and (min-width: 534px) and (max-width: 789px) {
  .wideTemplate .large-hdr-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.75rem 1.5rem;
    list-style: none; }
    .wideTemplate .large-hdr-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .wideTemplate .large-hdr-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; } }
@media only screen and (max-width: 533px) {
  .wideTemplate .large-hdr-block-grid-2 > li {
    width: 50%;
    padding: 0 0.75rem 1.5rem;
    list-style: none; }
    .wideTemplate .large-hdr-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .wideTemplate .large-hdr-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; } }
@media only screen and (min-width: 790px) and (max-width: 1029px) {
  .wideTemplate .large-hdr-block-grid-2 > li {
    width: 50%;
    padding: 0 0.75rem 1.5rem;
    list-style: none; }
    .wideTemplate .large-hdr-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .wideTemplate .large-hdr-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; } }
@media only screen and (max-width: 369px) {
  .wideTemplate .large-hdr-block-grid-1 > li {
    width: 50%;
    padding: 0 0.75rem 1.5rem;
    list-style: none; }
    .wideTemplate .large-hdr-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .wideTemplate .large-hdr-block-grid-1 > li:nth-of-type(2n+1) {
      clear: both; } }
.wideTemplate #cat-landing-banner {
  display: none; }
  @media only screen and (min-width: 534px) and (max-width: 789px) {
    .wideTemplate #cat-landing-banner {
      display: block; } }
  @media only screen and (min-width: 1030px) {
    .wideTemplate #cat-landing-banner {
      display: block; } }
.wideTemplate .pagination {
  padding: 0; }
  .wideTemplate .pagination p {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px; }
    .wideTemplate .pagination p span {
      text-transform: none; }
      .wideTemplate .pagination p span.results-link {
        padding-left: 5px;
        display: none; }
        @media only screen and (min-width: 460px) {
          .wideTemplate .pagination p span.results-link {
            display: inline-block; } }
      .wideTemplate .pagination p span.result-totals {
        display: none; }
        @media only screen and (min-width: 460px) {
          .wideTemplate .pagination p span.result-totals {
            display: inline-block; } }
  .wideTemplate .pagination a:hover {
    text-decoration: underline; }
  .wideTemplate .pagination .right {
    color: #666666; }
    .wideTemplate .pagination .right a {
      color: #666666; }
      .wideTemplate .pagination .right a.active {
        color: #000;
        text-decoration: underline; }
    .wideTemplate .pagination .right span {
      text-transform: uppercase;
      padding: 0 0 0 10px; }
.wideTemplate #top-pagination .right {
  display: none; }
.wideTemplate #bottom-pagination {
  clear: both;
  padding: 12px 0; }
  @media only screen and (min-width: 790px) {
    .wideTemplate #bottom-pagination {
      padding: 36px 0; } }
  .wideTemplate #bottom-pagination .grid-paging {
    width: 100%; }
.wideTemplate .grid-paging {
  float: left; }
.wideTemplate .refinement-sortby {
  padding: 0 0 6px 0;
  float: right;
  width: 100%;
  max-width: 290px;
  display: none; }
  @media only screen and (min-width: 790px) {
    .wideTemplate .refinement-sortby {
      display: block; } }
  .wideTemplate .refinement-sortby fieldset {
    text-align: right; }
  .wideTemplate .refinement-sortby label {
    display: inline-block;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    padding-right: 5px; }
  .wideTemplate .refinement-sortby select {
    display: inline-block;
    width: 100%;
    max-width: 206px;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    border-color: #b2b3b3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAIAAABKGoy8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkFCMjI1NkYxRTg5MTFFNThDOTA4QUM2NTBFOTA3MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkFCMjI1NzAxRTg5MTFFNThDOTA4QUM2NTBFOTA3MjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQUIyMjU2RDFFODkxMUU1OEM5MDhBQzY1MEU5MDcyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQUIyMjU2RTFFODkxMUU1OEM5MDhBQzY1MEU5MDcyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PilQBQQAAAHaSURBVHjaYmSQbWcYrICJYRCDUceNOm7UcaOOG3XcqONGHTfquFHHjTpuUDlOVYaLPrqYyLDj/J70OS12xGuJcJO5eyi5PMOE5o4D2sHNxZ4cZ3VxWwwxgQH0xpxJoUoKohEhxqQGHjMDvwtJwTalw5eNlQXIFhfjS4o0+Pj67emr73Ap3r8i3NNVG6IeSHKx/t207yGtQg4SbHAukD2lO3jHPF/MIMkOVwXGvp6ODEr8khh4pDluz6F7X7/9RBN0d9HesSwSmLDgAbZqkhvQ0cjegIAjx+7cfvKNVtF65e6n1Rsu2ZtLA+MUWVxQgDvET09WmImL5e/8iQE2FipoGoFemjLzUFzZfpLCgpG8Hj8wbEIDjIhU/Or1p/zKTSt2PSHVFtJCDg5Wb7/Lx/pLT0cKktjxgEtXnnhELz90/i0ZtpDpOCDYdfTpvVtP7CwVuLnZcfphwznnmPXvPv0egOoLGFM2/guAYYMpBUxkfVP2heXtGsi6FZj79L2WAEMILZGl5K0u7jpFoeHkRytaEvz37aOZiTwwCR47edcvYTV5iYwmjgOCQ2dfAZPgxw9fAjK3k53IqFOUjLbnRh036rhRx406btRxo44bddyo40YdN+o42gGAAAMAmNadc6swVDMAAAAASUVORK5CYII=);
    background-position: 100% 0;
    background-size: 26px; }
.wideTemplate .category-copy {
  border-top: 1px solid #b2b2b2;
  margin: 24px 0;
  padding: 24px; }
  .wideTemplate .category-copy div {
    margin: 0;
    padding: 0; }
  .wideTemplate .category-copy p {
    color: #666 !important;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 16px 0 !important;
    font-style: normal !important; }
  .wideTemplate .category-copy a {
    color: #666 !important;
    text-decoration: none; }
    .wideTemplate .category-copy a:hover {
      text-decoration: underline; }
  .wideTemplate .category-copy h2 {
    color: #000 !important;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 0 0 0 !important;
    padding: 8px 0 8px 0 !important;
    font-style: normal !important;
    text-transform: uppercase !important; }

.category-simple-list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  .category-simple-list li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 8px 0;
    font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif; }
    .category-simple-list li a {
      font-size: 1.1em;
      color: #222; }

.category-grid {
  list-style: none; }
  .category-grid .category-grid-item {
    padding-bottom: 1.5rem; }
    .category-grid .category-grid-item a {
      background: #f9fbfc;
      border: 1px solid #eceeef;
      display: block;
      padding-bottom: 1.5rem;
      position: relative; }
      .category-grid .category-grid-item a:after {
        background: #d7d7d7;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: -1px;
        bottom: -2px;
        width: 100%;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
    .category-grid .category-grid-item p {
      color: #3b3b3b;
      font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 1.2;
      margin: 0 0 0 0;
      padding: 0.75rem;
      padding-bottom: 0; }

@-moz-document url-prefix() {
  .wideTemplate .refinement-sortby select {
    background-image: none; } }

.wideTemplate .refinement-sortby select:-moz-focusring {
  background-image: none; }

.product-grid {
  margin-top: 0.9375rem;
  list-style: none; }
  .product-grid .product-grid-item {
    padding-bottom: 1.5rem; }
    .product-grid .product-grid-item .hiddenthumbnail {
      display: none; }
    .product-grid .product-grid-item .productinfo {
      position: relative;
      padding: 0 0 0.375rem 0; }
    .product-grid .product-grid-item .product-item {
      background: #f9fbfc;
      border: 1px solid #eceeef;
      display: block;
      padding-bottom: 0.75rem;
      position: relative;
      cursor: pointer; }
      .product-grid .product-grid-item .product-item:after {
        background: #d7d7d7;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: -1px;
        bottom: -2px;
        width: 100%;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
    .product-grid .product-grid-item .image {
      position: relative; }
    .product-grid .product-grid-item .thumbnail {
      display: block;
      position: relative;
      z-index: 1; }
    .product-grid .product-grid-item .quick-view-button {
      background: url(../images/quick-look-ribbon.png) 0 0 no-repeat;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2;
      opacity: 0;
      width: 163px;
      height: 45px;
      color: #fff;
      padding: 10px 12px 0 0;
      margin: 0 0 0 0;
      text-align: right;
      -webkit-box-sizing: 'border-box';
      -moz-box-sizing: 'border-box';
      box-sizing: 'border-box';
      transition: opacity 0.3s ease-out;
      display: none; }
      @media only screen and (max-width: 40.063em) {
        .product-grid .product-grid-item .quick-view-button {
          max-width: 100%;
          margin-bottom: 10px; } }
    .product-grid .product-grid-item .name {
      color: #3b3b3b;
      font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.2;
      padding: 0.75rem; }
      .product-grid .product-grid-item .name a {
        color: #3b3b3b; }
    .product-grid .product-grid-item ul.swatchesdisplay {
      margin: 0 0 0 0.75rem; }
      .product-grid .product-grid-item ul.swatchesdisplay li {
        width: 20px;
        height: 20px; }
        .product-grid .product-grid-item ul.swatchesdisplay li.productswatchesall {
          width: 100%;
          height: auto;
          color: #3b3b3b;
          font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
          font-size: 0.625rem;
          font-weight: 500;
          text-transform: uppercase;
          display: inline-block;
          border-radius: 0;
          box-sizing: border-box;
          text-indent: 0;
          overflow: visible;
          padding: 0 !important;
          margin: 0 !important;
          border: none !important; }
          .product-grid .product-grid-item ul.swatchesdisplay li.productswatchesall:hover {
            text-decoration: underline; }
          .product-grid .product-grid-item ul.swatchesdisplay li.productswatchesall.active {
            text-decoration: underline; }
    .product-grid .product-grid-item .extraswatches {
      display: none; }
    .product-grid .product-grid-item .extraswatches.active {
      display: block; }
    .product-grid .product-grid-item .pricing {
      padding: 0 0.75rem;
      margin: 0; }
    .product-grid .product-grid-item .standardprice {
      color: #3b3b3b;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
      font-weight: 500;
      text-decoration: line-through; }
    .product-grid .product-grid-item .salesprice .salelabel {
      display: none; }
    .product-grid .product-grid-item .salesrange {
      color: #e5362d; }
      .product-grid .product-grid-item .salesrange .salelabel {
        display: inline-block; }
      .product-grid .product-grid-item .salesrange span {
        font-weight: 700;
        text-transform: uppercase; }
    .product-grid .product-grid-item .headline, .product-grid .product-grid-item .new-callout, .product-grid .product-grid-item .review {
      display: none; }
    .product-grid .product-grid-item .promo, .product-grid .product-grid-item .internetonly-callout, .product-grid .product-grid-item .monogrammable-callout {
      color: #3b3b3b;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
      font-size: 0.625rem;
      font-weight: 500;
      text-transform: uppercase; }
    .product-grid .product-grid-item .promo {
      padding: 0 0.75rem; }
    .product-grid .product-grid-item:hover .quick-view-button {
      display: none;
      opacity: 1;
      z-index: 3; }

.thumbnail img.hiddenmouseover {
  display: none; }

.thumbImgContainer {
  background: #fff;
  display: block; }
  .thumbImgContainer img {
    max-height: 220px;
    margin: 0 auto;
    display: block; }
    @media only screen and (max-width: 40.063em) {
      .thumbImgContainer img {
        max-height: 291px; } }

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  outline: none; }
  .ui-slider .ui-slider-handle:focus {
    outline: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 3px;
  background: #bfbfbf; }

.ui-slider-horizontal .ui-slider-handle {
  top: -11px;
  margin-left: -11px;
  background: #fff;
  border: 1px solid #aaa;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #001d87; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

#refinement-col {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  #refinement-col h1, #refinement-col .redesign h1.catHeader2, .redesign #refinement-col h1.catHeader2, #refinement-col .redesign div.sectionheader, .redesign #refinement-col div.sectionheader, #refinement-col .redesign .content h2, .redesign .content #refinement-col h2 {
    color: #000;
    font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
    font-style: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
    border: none; }
    @media only screen and (min-width: 534px) {
      #refinement-col h1 {
        padding: 0 0 10px 0; } }
    @media only screen and (min-width: 790px) {
      #refinement-col h1 {
        padding: 0 0 0 5px; } }

#sorting-paging-refinements .refinements {
  margin: 0;
  padding: 0;
  list-style: none; }
#sorting-paging-refinements .refinement-container {
  margin: 0;
  padding: 0;
  list-style: none; }
  #sorting-paging-refinements .refinement-container > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
#sorting-paging-refinements .refinement-hdr {
  display: block;
  color: #000;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0 0;
  padding: 24px 0 8px 5px;
  text-transform: uppercase; }
#sorting-paging-refinements .refinement-item {
  margin: 0;
  padding: 0;
  list-style: none; }
  #sorting-paging-refinements .refinement-item .refinement-link {
    background: #fff;
    color: #000;
    display: block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 0 0;
    padding: 5px 10px 5px 30px;
    position: relative; }
    #sorting-paging-refinements .refinement-item .refinement-link:after {
      display: block;
      content: '';
      height: 20px;
      width: 20px;
      border: 1px solid #000;
      position: absolute;
      top: 5px;
      left: 5px;
      color: #000;
      text-align: center; }
    #sorting-paging-refinements .refinement-item .refinement-link:hover {
      background: #7f8ec3;
      color: #fff; }
      #sorting-paging-refinements .refinement-item .refinement-link:hover:after {
        border-color: #fff;
        color: #fff; }
  #sorting-paging-refinements .refinement-item.selected .refinement-link:after {
    font-family: 'hdr';
    content: '\e810'; }
  #sorting-paging-refinements .refinement-item.unselectable {
    cursor: not-allowed;
    position: relative; }
    #sorting-paging-refinements .refinement-item.unselectable a {
      cursor: not-allowed; }
      #sorting-paging-refinements .refinement-item.unselectable a:hover {
        background: #fff;
        color: #000; }
        #sorting-paging-refinements .refinement-item.unselectable a:hover:after {
          border-color: #000;
          color: #000; }
    #sorting-paging-refinements .refinement-item.unselectable:after {
      display: block;
      content: '';
      width: 20px;
      height: 20px;
      background: rgba(255, 255, 255, 0.9);
      position: absolute;
      top: 5px;
      left: 5px; }
  #sorting-paging-refinements .refinement-item .refinement-clear {
    font-weight: 700;
    color: #d00; }
    #sorting-paging-refinements .refinement-item .refinement-clear:after {
      background: #d00;
      color: #fff;
      border-color: #d00;
      content: 'X';
      font-weight: 400; }
    #sorting-paging-refinements .refinement-item .refinement-clear:hover {
      background: #fff;
      color: #d00;
      text-decoration: underline; }
      #sorting-paging-refinements .refinement-item .refinement-clear:hover:after {
        color: #fff;
        border-color: #d00; }
#sorting-paging-refinements .color-refinement {
  width: 100%;
  max-width: 180px; }
  #sorting-paging-refinements .color-refinement:before, #sorting-paging-refinements .color-refinement:after {
    content: " ";
    display: table; }
  #sorting-paging-refinements .color-refinement:after {
    clear: both; }
  #sorting-paging-refinements .color-refinement li {
    float: left;
    display: block;
    height: 34px;
    width: 34px;
    padding: 5px; }
    #sorting-paging-refinements .color-refinement li .refinement-link {
      width: 24px;
      height: 24px;
      padding: 0;
      text-indent: -9999em;
      white-space: nowrap;
      overflow: hidden; }
      #sorting-paging-refinements .color-refinement li .refinement-link:after {
        display: none; }
    #sorting-paging-refinements .color-refinement li .refinement-clear {
      font-weight: 700;
      color: #d00;
      text-indent: 0px;
      background-color: #d00; }
      #sorting-paging-refinements .color-refinement li .refinement-clear:after {
        display: block;
        color: #fff;
        border-color: #d00;
        content: 'X';
        font-weight: 700;
        top: 2px;
        left: 0;
        width: 24px;
        height: 22px; }
      #sorting-paging-refinements .color-refinement li .refinement-clear:hover {
        background: #d00;
        color: #d00;
        text-decoration: none; }
        #sorting-paging-refinements .color-refinement li .refinement-clear:hover:after {
          color: #fff;
          border-color: #d00;
          text-decoration: underline; }
    #sorting-paging-refinements .color-refinement li.selected {
      border: 1px solid #001d87;
      padding: 1px;
      width: 28px;
      height: 28px;
      margin: 3px; }
    #sorting-paging-refinements .color-refinement li.unselectable:after {
      display: block;
      content: '';
      width: 24px;
      height: 24px;
      background: rgba(255, 255, 255, 0.6);
      position: absolute;
      top: 5px;
      left: 5px; }

#swatch-Multi {
  background: transparent url(../images/2015/misc-refinement-color.png) 0 0 no-repeat !important; }

#swatch-Black {
  background-color: black !important; }

#swatch-Beige {
  background-color: #F5F5DC !important; }

#swatch-Blue {
  background-color: blue !important; }

#swatch-Purple {
  background-color: purple !important; }

#swatch-Red {
  background-color: red !important; }

#swatch-Brown {
  background-color: #783201 !important; }

#swatch-Green {
  background-color: green !important; }

#swatch-Grey {
  background-color: #8f979d !important; }

#swatch-Pink {
  background-color: #FE249A !important; }

#swatch-Orange {
  background-color: orange !important; }

#swatch-White {
  background-color: white !important;
  border: 1px solid #e5e5e5 !important; }

#swatch-Yellow {
  background-color: yellow !important; }

#swatch-Navy {
  background-color: #003471 !important; }

#swatch-Daffodil {
  background-color: #eddd91 !important; }

#swatch-Ivory {
  background-color: #efe8cc !important; }

#swatch-Sable {
  background-color: #534741 !important; }

#swatch-China {
  background-color: #00bff3 !important; }

#swatch-Curry {
  background-color: #f7941d !important; }

.refinement-range-fixed, .refinement-range {
  padding: 12px 0 0 0; }
  .refinement-range-fixed .ui-slider-horizontal, .refinement-range .ui-slider-horizontal {
    max-width: 80%;
    width: 100%;
    margin: 0 0 0 11px; }
  .refinement-range-fixed .refinement-range-input, .refinement-range .refinement-range-input {
    padding: 23px 20% 0 0;
    width: 100%;
    position: relative;
    white-space: nowrap; }
    .refinement-range-fixed .refinement-range-input label, .refinement-range .refinement-range-input label {
      display: none; }
    .refinement-range-fixed .refinement-range-input span, .refinement-range .refinement-range-input span {
      display: inline-block;
      padding: 0 10px; }
    .refinement-range-fixed .refinement-range-input input, .refinement-range .refinement-range-input input {
      max-width: 70px;
      display: inline-block;
      margin: 0;
      padding: 0;
      font-size: 13px;
      color: #000;
      text-align: center;
      border: 1px solid #aaa;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
    .refinement-range-fixed .refinement-range-input .price-refinement-clear, .refinement-range .refinement-range-input .price-refinement-clear {
      font-weight: 700;
      color: #d00;
      position: absolute;
      top: 27px;
      right: 0px; }
      .refinement-range-fixed .refinement-range-input .price-refinement-clear span, .refinement-range .refinement-range-input .price-refinement-clear span {
        display: none; }
      .refinement-range-fixed .refinement-range-input .price-refinement-clear:after, .refinement-range .refinement-range-input .price-refinement-clear:after {
        background: #d00;
        color: #fff;
        border-color: #d00;
        content: 'X';
        font-weight: 400;
        padding: 4px 7px 5px 7px; }
      .refinement-range-fixed .refinement-range-input .price-refinement-clear:hover, .refinement-range .refinement-range-input .price-refinement-clear:hover {
        background: #fff;
        color: #d00;
        text-decoration: underline; }
        .refinement-range-fixed .refinement-range-input .price-refinement-clear:hover:after, .refinement-range .refinement-range-input .price-refinement-clear:hover:after {
          color: #fff;
          border-color: #d00; }

.filter-sort-btns {
  display: block;
  float: right; }
  @media only screen and (min-width: 790px) {
    .filter-sort-btns {
      display: none; } }

#filter-btn, #sort-btn {
  display: inline-block;
  width: auto;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 31px 6px 5px;
  border: 1px solid #b2b3b3;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAIAAABKGoy8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkFCMjI1NkYxRTg5MTFFNThDOTA4QUM2NTBFOTA3MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkFCMjI1NzAxRTg5MTFFNThDOTA4QUM2NTBFOTA3MjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQUIyMjU2RDFFODkxMUU1OEM5MDhBQzY1MEU5MDcyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQUIyMjU2RTFFODkxMUU1OEM5MDhBQzY1MEU5MDcyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PilQBQQAAAHaSURBVHjaYmSQbWcYrICJYRCDUceNOm7UcaOOG3XcqONGHTfquFHHjTpuUDlOVYaLPrqYyLDj/J70OS12xGuJcJO5eyi5PMOE5o4D2sHNxZ4cZ3VxWwwxgQH0xpxJoUoKohEhxqQGHjMDvwtJwTalw5eNlQXIFhfjS4o0+Pj67emr73Ap3r8i3NNVG6IeSHKx/t207yGtQg4SbHAukD2lO3jHPF/MIMkOVwXGvp6ODEr8khh4pDluz6F7X7/9RBN0d9HesSwSmLDgAbZqkhvQ0cjegIAjx+7cfvKNVtF65e6n1Rsu2ZtLA+MUWVxQgDvET09WmImL5e/8iQE2FipoGoFemjLzUFzZfpLCgpG8Hj8wbEIDjIhU/Or1p/zKTSt2PSHVFtJCDg5Wb7/Lx/pLT0cKktjxgEtXnnhELz90/i0ZtpDpOCDYdfTpvVtP7CwVuLnZcfphwznnmPXvPv0egOoLGFM2/guAYYMpBUxkfVP2heXtGsi6FZj79L2WAEMILZGl5K0u7jpFoeHkRytaEvz37aOZiTwwCR47edcvYTV5iYwmjgOCQ2dfAZPgxw9fAjK3k53IqFOUjLbnRh036rhRx406btRxo44bddyo40YdN+o42gGAAAMAmNadc6swVDMAAAAASUVORK5CYII=);
  background-position: 100% 0;
  background-size: 26px;
  background-color: #fff;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 340px) {
    #filter-btn, #sort-btn {
      padding: 7px 36px 6px 10px; } }

#sort-btn {
  margin-left: 10px; }
  @media only screen and (min-width: 340px) {
    #sort-btn {
      margin-left: 20px; } }

.active-modal .sort-filter-bg {
  display: block; }
.active-modal #deals-offers {
  display: none; }

.sort-filter-bg {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  background: #7f7f7f;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9997;
  display: none;
  cursor: pointer; }
  @media only screen and (min-width: 790px) {
    .sort-filter-bg {
      display: none !important; } }

.sort-filter-modal {
  display: none;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 310px;
  margin-left: -155px;
  background: #fff;
  z-index: 9999;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px; }
  @media only screen and (min-width: 790px) {
    .sort-filter-modal {
      display: none !important; } }
  .sort-filter-modal.active-modal {
    display: block; }
  .sort-filter-modal .modal-header {
    display: block;
    width: 100%;
    height: 28px;
    background: #333;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    position: relative; }
    .sort-filter-modal .modal-header .close-modal {
      color: #fff;
      border-left: 1px solid #5c5c5c;
      width: 43px;
      height: 28px;
      position: absolute;
      top: 0px;
      right: 0px;
      text-align: center;
      display: block;
      font-family: Arial, sans-serif;
      font-size: 0.9375rem;
      font-weight: 700;
      line-height: 28px;
      z-index: 2; }
      .sort-filter-modal .modal-header .close-modal:after {
        content: '';
        background: #000;
        width: 1px;
        height: 28px;
        position: absolute;
        top: 0px;
        left: 1px;
        display: block; }
  .sort-filter-modal .modal-title {
    background: #333;
    width: 100%;
    height: 48px;
    border-top: 1px solid #fff;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin: 0 0 0 0;
    padding: 16px 36px; }
  .sort-filter-modal .refinements, .sort-filter-modal .modal-sort-list {
    margin: 0 0 0 0;
    padding: 0 36px;
    list-style: none; }
    .sort-filter-modal .refinements li, .sort-filter-modal .modal-sort-list li {
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      list-style: none;
      border-bottom: 1px solid #ccc;
      position: relative; }
      .sort-filter-modal .refinements li:last-child, .sort-filter-modal .modal-sort-list li:last-child {
        border: none; }
      .sort-filter-modal .refinements li .icon, .sort-filter-modal .modal-sort-list li .icon {
        height: 24px;
        width: 24px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        background: #fff url(../images/blue-deal-check.png) 0 0 no-repeat;
        display: block;
        position: absolute;
        top: 9px;
        right: 0px; }
      .sort-filter-modal .refinements li a, .sort-filter-modal .modal-sort-list li a {
        display: block;
        font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 1;
        color: #333;
        padding: 14px 0; }
  .sort-filter-modal .refinements {
    border-top: 1px solid #fff;
    padding: 0 20px; }
    .sort-filter-modal .refinements .refinement-hdr {
      background: #fff;
      color: #333;
      text-transform: uppercase;
      display: block;
      cursor: pointer;
      padding: 12px 16px;
      position: relative; }
      .sort-filter-modal .refinements .refinement-hdr span {
        position: absolute;
        right: 0px; }
      .sort-filter-modal .refinements .refinement-hdr:before {
        content: '+';
        display: block;
        width: 16px;
        height: 16px;
        font-size: 20px;
        font-weight: 400;
        position: absolute;
        top: 5px;
        left: -2px;
        color: #333; }
    .sort-filter-modal .refinements .refinement-container ul, .sort-filter-modal .refinements .refinement-container .refinement-range {
      display: none; }
    .sort-filter-modal .refinements .refinement-container .refinement-range {
      padding: 25px 0 20px 0; }
    .sort-filter-modal .refinements .refinement-container ul {
      margin: 0 0 0 0;
      padding: 0 16px; }
      .sort-filter-modal .refinements .refinement-container ul li {
        border-bottom: 1px solid #ccc; }
      .sort-filter-modal .refinements .refinement-container ul .refinement-link span {
        position: absolute;
        right: 0px; }
      .sort-filter-modal .refinements .refinement-container ul li.selected .refinement-link span {
        right: 30px; }
      .sort-filter-modal .refinements .refinement-container ul li.selected .refinement-link:before {
        height: 24px;
        width: 24px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        background: #fff url(../images/blue-deal-check.png) 0 0 no-repeat;
        display: block;
        position: absolute;
        top: 8px;
        right: 0px;
        content: ''; }
      .sort-filter-modal .refinements .refinement-container ul .refinement-clear {
        color: #d00;
        text-align: right;
        font-weight: bold; }
    .sort-filter-modal .refinements .refinement-container #swatch-Multi {
      background: transparent url(../images/2015/misc-refinement-color-large.png) 0 0 no-repeat !important; }
    .sort-filter-modal .refinements .refinement-container .price-refinement-clear {
      top: 19px;
      right: 20px; }
    .sort-filter-modal .refinements .refinement-container .color-refinement {
      width: 100%;
      padding: 20px 0;
      margin: 0 0 0 0;
      border-bottom: 1px solid #ccc; }
      .sort-filter-modal .refinements .refinement-container .color-refinement:before, .sort-filter-modal .refinements .refinement-container .color-refinement:after {
        content: " ";
        display: table; }
      .sort-filter-modal .refinements .refinement-container .color-refinement:after {
        clear: both; }
      .sort-filter-modal .refinements .refinement-container .color-refinement li {
        float: left;
        display: block;
        height: 67px;
        width: 67px;
        padding: 5px;
        border: none; }
        .sort-filter-modal .refinements .refinement-container .color-refinement li .refinement-link {
          width: 57px;
          height: 57px;
          padding: 0;
          text-indent: -9999em;
          white-space: nowrap;
          overflow: hidden; }
          .sort-filter-modal .refinements .refinement-container .color-refinement li .refinement-link:after {
            display: none; }
        .sort-filter-modal .refinements .refinement-container .color-refinement li.selected .refinement-link:before {
          display: none; }
        .sort-filter-modal .refinements .refinement-container .color-refinement li .refinement-clear {
          font-weight: 700;
          color: #d00;
          text-indent: 0px;
          background-color: #d00; }
          .sort-filter-modal .refinements .refinement-container .color-refinement li .refinement-clear:after {
            display: block;
            color: #fff;
            border-color: #d00;
            content: 'X';
            font-weight: 700;
            position: absolute;
            top: 22px;
            left: 5px;
            width: 57px;
            height: 22px;
            font-size: 22px;
            text-align: center;
            text-decoration: none !important; }
          .sort-filter-modal .refinements .refinement-container .color-refinement li .refinement-clear:hover {
            background: #d00;
            color: #d00;
            text-decoration: none; }
            .sort-filter-modal .refinements .refinement-container .color-refinement li .refinement-clear:hover:after {
              color: #fff;
              border-color: #d00;
              text-decoration: underline; }
        .sort-filter-modal .refinements .refinement-container .color-refinement li.selected {
          border: 1px solid #001d87;
          padding: 1px;
          width: 61px;
          height: 61px;
          margin: 3px; }
        .sort-filter-modal .refinements .refinement-container .color-refinement li.unselectable:after {
          display: block;
          content: '';
          width: 57px;
          height: 57px;
          background: rgba(255, 255, 255, 0.6);
          position: absolute;
          top: 5px;
          left: 5px; }
    .sort-filter-modal .refinements .active-cat {
      border-bottom: 1px solid #fff; }
      .sort-filter-modal .refinements .active-cat:before {
        background: #7f8ec3;
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        bottom: 0;
        content: '';
        display: block;
        z-index: -1;
        height: 44px; }
      .sort-filter-modal .refinements .active-cat .refinement-hdr {
        background: #7f8ec3;
        color: #fff; }
        .sort-filter-modal .refinements .active-cat .refinement-hdr:before {
          color: #fff; }
      .sort-filter-modal .refinements .active-cat ul, .sort-filter-modal .refinements .active-cat .refinement-range {
        display: block; }
    .sort-filter-modal .refinements .refinement-container + .refinement-container.active-cat {
      top: -1px; }

.desktop-refine {
  display: none; }
  @media only screen and (min-width: 790px) {
    .desktop-refine {
      display: block; } }

.mobile-refine {
  display: block; }
  @media only screen and (min-width: 790px) {
    .mobile-refine {
      display: none; } }

@media only screen {
  h1 {
    font-size: 1.5625rem; } }
@media only screen and (min-width:40.063em) {
  h1.nopadd, .redesign h1.nopadd.catHeader2, .redesign div.nopadd.sectionheader, .redesign .content h2.nopadd {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    border: none;
    padding: 0 0.9375rem; }
    h1.nopadd span.inner, h1.nopadd .redesign h1.nopadd.catHeader2, .redesign h1.nopadd h1.nopadd.catHeader2, h1.nopadd .redesign div.nopadd.sectionheader, .redesign h1.nopadd div.nopadd.sectionheader, h1.nopadd .redesign .content h2.nopadd, .redesign .content h1.nopadd h2.nopadd {
      display: block;
      border-bottom: 1px solid #dddede; } }
h1 .not_user, h1 .redesign h1.catHeader2, .redesign h1 h1.catHeader2, h1 .redesign div.sectionheader, .redesign h1 div.sectionheader, h1 .redesign .content h2, .redesign .content h1 h2 {
  font-size: 0.6875rem;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-weight: 400;
  margin-top: 0.875rem; }
  h1 .not_user a, h1 .not_user .redesign h1.catHeader2, .redesign h1 .not_user h1.catHeader2, h1 .not_user .redesign div.sectionheader, .redesign h1 .not_user div.sectionheader, h1 .not_user .redesign .content h2, .redesign .content h1 .not_user h2 {
    color: #3b3b3b;
    text-decoration: underline; }
  @media only screen and (max-width: 40.063em) {
    h1 .not_user {
      display: none; } }

#checkout-progress-btn, #my-account-btn {
  display: none;
  font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #487ab2;
  padding: 0.6875rem 1.25rem 0.625rem 1.25rem;
  text-transform: uppercase;
  border: 1px solid #3c6a9f; }
  @media only screen and (max-width: 40.063em) {
    #checkout-progress-btn, #my-account-btn {
      display: block; } }

.account-information {
  padding: 0.9375rem 0.3125rem;
  padding-bottom: 0; }
  @media only screen and (min-width:64.063em) {
    .account-information {
      padding: 1.875rem 0.9375rem; } }
  .account-information h2 {
    margin-bottom: 0.9375rem; }
  .account-information li a {
    color: #3b3b3b;
    text-transform: uppercase;
    font-size: 0.625rem;
    text-decoration: underline; }

@media only screen and (max-width: 40.063em) {
  .address-list > li {
    padding-bottom: 0.625rem;
    height: auto !important; } }

.account-landing {
  border-bottom: 1px solid #dddede;
  padding: 0; }
  @media only screen and (min-width:50.063em) {
    .account-landing {
      padding: 0 0.9375rem; } }
  @media only screen and (min-width:64.063em) {
    .account-landing {
      padding: 0 1.875rem; } }
  @media only screen and (min-width:40.063em) {
    .account-landing {
      margin-top: 3rem; } }
  @media only screen and (max-width: 40.063em) {
    .account-landing {
      border: none;
      padding: 1.25rem 0 0.625rem 0; } }
  @media only screen and (min-width:40.063em) {
    .account-landing.unregistered {
      margin-top: 0.75rem;
      border-top: 1px solid #dddede; } }
  .account-landing ul {
    margin: 0; }
    @media only screen and (max-width: 40.063em) {
      .account-landing ul {
        display: none;
        width: 100%; }
        .account-landing ul.active {
          display: block;
          padding-bottom: 0.625rem; } }
    .account-landing ul > li {
      margin: 0;
      padding: 0;
      border-top: 3px solid #fff;
      font-size: 0.625rem;
      font-weight: 700;
      text-transform: uppercase; }
      @media only screen and (min-width:50.063em) {
        .account-landing ul > li {
          margin: 0 0.375rem; } }
      @media only screen and (min-width:64.063em) {
        .account-landing ul > li {
          margin: 0 0.8125rem; } }
      .account-landing ul > li:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 40.063em) {
        .account-landing ul > li {
          border: none;
          margin: 0.1875rem 0 0 0;
          padding: 0 0 0 0;
          width: 100%;
          font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
          font-size: 0.9375rem;
          font-weight: 400; } }
      .account-landing ul > li .inactive-link, .account-landing ul > li a {
        color: #3b3b3b;
        display: block;
        letter-spacing: 0.25px;
        padding: 0.625rem 0.3125rem; }
        @media only screen and (min-width:40.063em) and (max-width:64em) {
          .account-landing ul > li .inactive-link, .account-landing ul > li a {
            letter-spacing: -1px; } }
        @media only screen and (min-width:64.063em) {
          .account-landing ul > li .inactive-link, .account-landing ul > li a {
            padding: 1.25rem 0.5rem; } }
        @media only screen and (max-width: 40.063em) {
          .account-landing ul > li .inactive-link, .account-landing ul > li a {
            background: #deeaf5;
            border: 1px solid #cedce9;
            color: #424343;
            padding: 0.6875rem 1.25rem 0.625rem 1.25rem;
            margin: 0 0 0 0; } }
      .account-landing ul > li a:hover, .account-landing ul > li a:focus {
        color: #6799c8; }
      .account-landing ul > li.selected {
        border-top: 3px solid #6799c8; }
        .account-landing ul > li.selected .inactive-link, .account-landing ul > li.selected a {
          color: #6799c8; }
        @media only screen and (max-width: 40.063em) {
          .account-landing ul > li.selected {
            border: none; }
            .account-landing ul > li.selected .inactive-link, .account-landing ul > li.selected a {
              color: #424343; } }

@media only screen and (min-width:40.063em) {
  .checkout-content .account-landing.unregistered {
    margin-top: 3rem;
    border-top: none; } }

.default-address .default-link {
  display: none; }

form fieldset .row.form-row .signup-checkbox input {
  margin-right: 0.75rem; }
form fieldset .row.form-row .signup-checkbox p {
  line-height: 1.2;
  margin-left: 1.5rem; }
@media only screen and (max-width: 40.063em) {
  form fieldset .row.form-row .signup-checkbox .field {
    margin-bottom: 0; } }

.payments form {
  padding-top: 0.625rem; }

form .order-search {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  @media only screen and (min-width:40.063em) {
    form .order-search {
      margin: 1.25rem 0 0 0; } }

.wishlist {
  padding-top: 1.875rem;
  padding-bottom: 0.9375rem; }
  .wishlist form {
    padding-top: 0.9375rem; }
    .wishlist form .find {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem; }
      @media only screen and (min-width:40.063em) {
        .wishlist form .find {
          margin: 1.25rem 0 0 0; } }

a.sendtofriend, button.giftcard {
  padding-right: 0;
  padding-left: 0;
  width: 100%; }
  @media only screen and (min-width:40.063em) {
    a.sendtofriend, button.giftcard {
      width: auto;
      margin-right: 1.25rem; } }

.privacyback {
  margin-top: 1.25rem; }

p.gift-message, p.share-message {
  line-height: 1.4; }
  @media only screen and (max-width: 40.063em) {
    p.gift-message br, p.share-message br {
      display: none; } }

.wishlist-container {
  padding-top: 0.9375rem;
  padding-bottom: 1.875rem; }
  .wishlist-container .empty-wishlist {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 1.5625rem 0; }
    @media only screen and (min-width:40.063em) {
      .wishlist-container .empty-wishlist {
        padding: 3.125rem 0; } }
    @media only screen and (min-width:64.063em) {
      .wishlist-container .empty-wishlist {
        padding: 6.25rem 0; } }
    .wishlist-container .empty-wishlist p.empty {
      color: #e5362d;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
      font-weight: 400;
      font-size: 0.875rem;
      margin: 0; }
    .wishlist-container .empty-wishlist a.add-items {
      color: #3b3b3b;
      display: inline-block;
      margin: 0 auto;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
      font-weight: 400;
      font-size: 0.75rem;
      text-decoration: underline; }

#editAddress {
  margin-bottom: 1.25rem; }

.product-list-item h2 {
  line-height: 1.4;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 0.25rem; }

.product-list-item-thumbnail {
  padding: 0 0 1.5rem 0; }

.giftcard-msg, .giftcard-thumbnail {
  text-align: center; }

.product-list-item-p p {
  margin-bottom: 0; }
  @media only screen and (min-width:64.063em) {
    .product-list-item-p p {
      line-height: 1.75rem; } }
  @media only screen and (max-width: 40.063em) {
    .product-list-item-p p {
      margin-bottom: 1.25rem; } }

.product-item-row {
  border-top: 1px solid #cccccc;
  margin: 0 0 0.75rem 0;
  padding: 1.5rem 0 0.75rem 0; }

.order-detail-row {
  text-align: center; }

.order-detail-header {
  background: #f2f2f2;
  display: inline-block;
  margin: 0.9375rem auto;
  padding: 0.9375rem;
  text-align: center; }
  .order-detail-header p {
    margin-bottom: 0; }

.address-payment {
  border-top: 1px solid #cccccc;
  padding: 0.9375rem 0.3125rem;
  padding-bottom: 0; }
  @media only screen and (min-width:64.063em) {
    .address-payment {
      padding: 1.875rem 0.9375rem; } }

ul.no-bullet + ul.credit-card-amount {
  margin-bottom: 0; }

.orderdetailsummary {
  border-top: 1px solid #cccccc;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  padding-top: 0.9375rem !important; }

.miniship ul.no-bullet:last-child {
  margin-bottom: 0; }

#summary-order-totals.area-loading {
  position: relative; }
  #summary-order-totals.area-loading:after {
    background: #fff url(../bower_components/bxslider-4/images/bx_loader.gif) 50% 50% no-repeat;
    background: rgba(255, 255, 255, 0.75) url(../bower_components/bxslider-4/images/bx_loader.gif) 50% 50% no-repeat;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

#giftcard-btn.loading {
  position: relative; }
  #giftcard-btn.loading:after {
    background: #fff url(../bower_components/bxslider-4/images/bx_loader.gif) 90% 50% no-repeat;
    background: rgba(255, 255, 255, 0.75) url(../bower_components/bxslider-4/images/bx_loader.gif) 90% 50% no-repeat;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: 18px; }

@media only screen and (max-width: 40.063em) {
  .formcheckout {
    margin-top: 1.25rem; } }

form .promo-code-add {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
form .billingapply, form .couponapply {
  margin-bottom: 0; }
  @media only screen and (min-width:40.063em) {
    form .billingapply, form .couponapply {
      margin-top: 1.25rem; } }
form fieldset h2 {
  margin-bottom: 1.25rem; }

.shipping-address .multiple-addresses {
  margin: 0.625rem 0 0.625rem -1.375rem; }
  .shipping-address .multiple-addresses button {
    margin-bottom: 0; }
  .shipping-address .multiple-addresses li {
    line-height: 1.75rem; }
.shipping-address h2 {
  margin-bottom: 1.25rem; }

.paymentmethodlist {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem; }

form fieldset .row.form-row .billing-checkbox input {
  margin-right: 0.75rem; }
form fieldset .row.form-row .billing-checkbox p {
  line-height: 1.2;
  margin-left: 1.5rem; }
@media only screen and (max-width: 40.063em) {
  form fieldset .row.form-row .billing-checkbox .field {
    margin-bottom: 0; } }

.paymentmethodlist {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem; }

form fieldset .row.form-row .billing-checkbox input {
  margin-right: 0.75rem; }
form fieldset .row.form-row .billing-checkbox p {
  line-height: 1.2;
  margin-left: 1.5rem; }
@media only screen and (max-width: 40.063em) {
  form fieldset .row.form-row .billing-checkbox .field {
    margin-bottom: 0; } }

form input[type="text"].quantityinput {
  min-width: 30px; }

.shippingdetails {
  text-align: right; }
  .shippingdetails ul.no-bullet {
    margin: 0 0 0.5rem 0; }
    .shippingdetails ul.no-bullet li {
      font-size: 0.75rem; }
  .shippingdetails ul.total {
    padding-top: 0.5rem;
    border-top: 1px solid #cccccc; }

.strike {
  text-decoration: line-through; }

.discount {
  color: #f04124; }

.shipping-promo {
  color: #43AC6A;
  display: inline-block; }

.shipping-item input {
  position: relative;
  top: -29px; }
  .shipping-item input.no-shipping-promo {
    top: -15px; }
.shipping-item label {
  min-width: 255px; }

.alert-nopadd {
  margin-bottom: 0; }
  .alert-nopadd ul {
    margin-bottom: 0; }

#shippingmethodform .progress {
  display: block;
  margin: 0 auto 25px auto;
  background: #fff url(../bower_components/slick-carousel/slick/ajax-loader.gif) center center no-repeat;
  border: 1px solid #d7d7d7;
  padding: 24px;
  height: 32px;
  width: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999em; }

table.coupondetails > tbody > tr.no-border {
  border: none !important; }
  table.coupondetails > tbody > tr.no-border > td {
    padding-top: 0; }

@media only screen and (max-width: 40.063em) {
  table.responsive ul.no-bullet {
    margin-bottom: 0; } }

@media only screen and (max-width: 40.063em) {
  table.responsive.coupondetails > tbody > tr.no-border {
    border: none !important; }
    table.responsive.coupondetails > tbody > tr.no-border > td {
      padding: 0; } }

.minisummary {
  padding: 0 0.9375rem; }
  @media only screen and (max-width: 40.063em) {
    .minisummary {
      padding: 0 0.3125rem; } }

.checkout-progress-nav {
  margin-bottom: 0.9375rem; }
  @media only screen and (max-width: 40.063em) {
    .checkout-progress-nav {
      margin-bottom: 0; } }

.cart-price ul.no-bullet {
  margin-bottom: 0;
  padding-left: 0.5rem; }
  @media only screen and (max-width: 40.063em) {
    .cart-price ul.no-bullet {
      padding-left: 0; } }
.cart-price ul.item-totals {
  border-top: 1px solid #cccccc;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
  padding-left: 0px; }
.cart-price .itempricing {
  display: inline-block;
  text-align: right; }

.sales-price {
  color: #f04124; }

.button-no-margin {
  margin-bottom: 0;
  margin-top: 0.5rem; }

.button.addtowishlist, .pdp-tab-content #BVReviewsContainer .BVRRDisplayContentLinkWrite a.addtowishlist, .pdp-tab-content #BVReviewsContainer .BVRRSortGoButton button.addtowishlist {
  margin-bottom: 0.9375rem; }

@media only screen and (min-width: 441px) and (max-width: 40em) {
  .product-image img {
    max-width: 400px; } }
@media only screen and (max-width: 40.063em) {
  .product-image {
    text-align: center; }
    .product-image img {
      margin-bottom: 0.625rem; } }

@media only screen and (max-width: 40.063em) {
  button.paypalbtn {
    margin-bottom: 0.9375rem; } }

.giftcardpi p {
  line-height: 1.75rem;
  margin: 0; }
.giftcardpi .giftcardremove {
  margin-bottom: 0; }

#giftCard {
  display: none; }
  #giftCard.active {
    display: block; }

@media only screen and (max-width: 40.063em) {
  .confirmation-buttons a.button, .promo-code-add, .continueshopping, .continuecheckout {
    max-width: 100%;
    width: 100%; } }

@media only screen and (max-width: 40.063em) {
  .addresslist {
    padding-top: 8px !important;
    padding-bottom: 12px !important; } }

@media only screen and (max-width: 40.063em) {
  #shippingmethodform li.shipping-item {
    position: relative; }
    #shippingmethodform li.shipping-item input {
      position: absolute;
      top: 5px; }
    #shippingmethodform li.shipping-item label {
      padding-left: 18px; } }

@media only screen and (max-width: 40.063em) {
  .minisummary li > ul {
    padding-top: 8px !important; } }
.minisummary li > ul > li > strong {
  letter-spacing: -0.25px; }

.orderdetailsummary h2, .orderdetailsummary h3 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.1875rem 0;
  padding: 0 0 0 0;
  letter-spacing: -0.25px; }

.pagination {
  padding: 0.9375rem 0.9375rem 0 0.9375rem; }
  .pagination:before, .pagination:after {
    content: " ";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination p {
    color: #3b3b3b;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 0.75rem;
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .pagination p span {
      text-transform: uppercase; }
    .pagination p a {
      color: #3b3b3b;
      font-weight: 700; }

.articlename {
  display: block;
  padding: 0 0 12px 0; }

.articlelink {
  font-size: 12px;
  display: block;
  padding: 6px 0; }
  .articlelink a {
    color: #333;
    text-decoration: underline; }
    .articlelink a:hover {
      text-decoration: none; }

#topcontenthitsform {
  padding: 24px 0; }

.viewallarticles {
  max-width: none; }

.contenthits {
  border-top: 1px solid #ccc;
  margin: 12px 0;
  padding: 12px 0; }

.new-callout-pdp {
  font-size: 0.9em; }

h1.productname, .redesign h1.productname.catHeader2, .redesign div.productname.sectionheader, .redesign .content h2.productname, h2.productname {
  font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #424343;
  line-height: 1.1em; }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    h1.productname, h2.productname {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 40.063em) {
    h1.productname, h2.productname {
      font-size: 1.125rem;
      margin-top: 1em; } }
  @media only screen and (max-width: 40.063em) {
    h1.productname, h2.productname {
      font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif; } }

.productdetail h1, .productdetail .redesign h1.catHeader2, .redesign .productdetail h1.catHeader2, .productdetail .redesign div.sectionheader, .redesign .productdetail div.sectionheader, .productdetail .redesign .content h2, .redesign .content .productdetail h2 {
  font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #424343;
  font-size: 1.5rem;
  border: 0;
  line-height: 1.2em;
  font-weight: normal; }

.pdp-tabs {
  color: #424343; }
  .pdp-tabs h2 {
    font-size: 1.25rem;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 400;
    color: #424343;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    margin: 1.25rem 0;
    padding: 0.25rem 0;
    cursor: pointer; }
    @media only screen and (max-width: 40.063em) {
      .pdp-tabs h2 {
        padding: 0.25rem 0;
        font-weight: normal;
        font-size: 1.125rem; } }
  .pdp-tabs h2.likeh1 {
    font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
    font-weight: 600;
    font-variant: normal;
    letter-spacing: normal;
    font-size: 25px;
    color: #222222;
    line-height: 47.5px;
    padding: 0; }
  .pdp-tabs .pdp-tab-content {
    display: none;
    max-height: 15.625rem;
    overflow-y: scroll;
    padding: 0 0.625rem; }
    .pdp-tabs .pdp-tab-content.first {
      display: block; }
      @media only screen and (max-width: 40.063em) {
        .pdp-tabs .pdp-tab-content.first {
          display: none; } }

.you-may-also-like {
  text-align: center; }
  @media only screen and (min-width:64.063em) {
    .you-may-also-like {
      border-left: 1px solid #c9c9c9;
      margin-left: 2.5rem; } }
  .you-may-also-like h4 {
    font-size: 0.6875rem;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 400;
    color: #424343;
    line-height: 1.1em;
    margin: 0; }
    @media only screen and (min-width:64.063em) {
      .you-may-also-like h4 {
        padding: 0 0 0 12px; } }
  .you-may-also-like img {
    margin: 0.3125rem 0; }
  @media only screen and (min-width:64.063em) {
    .you-may-also-like #product_rr {
      padding-left: 12px; } }
  .you-may-also-like #product_rr .wrapper-pdp-products {
    margin: 0.625rem -0.4375rem 0 -0.4375rem; }
    .you-may-also-like #product_rr .wrapper-pdp-products:before, .you-may-also-like #product_rr .wrapper-pdp-products:after {
      content: " ";
      display: table; }
    .you-may-also-like #product_rr .wrapper-pdp-products:after {
      clear: both; }
    @media only screen and (min-width:64.063em) {
      .you-may-also-like #product_rr .wrapper-pdp-products {
        margin: 0.9375rem -0.625rem 0 -0.625rem; } }
    .you-may-also-like #product_rr .wrapper-pdp-products > div {
      width: 50%;
      float: left; }
      @media only screen and (min-width:64.063em) {
        .you-may-also-like #product_rr .wrapper-pdp-products > div {
          float: none !important;
          width: 100%; } }
      .you-may-also-like #product_rr .wrapper-pdp-products > div a {
        width: 50%;
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.4375rem; }
        @media only screen and (min-width:64.063em) {
          .you-may-also-like #product_rr .wrapper-pdp-products > div a {
            float: none !important;
            width: 100%; } }
        @media only screen and (min-width:64.063em) {
          .you-may-also-like #product_rr .wrapper-pdp-products > div a {
            padding: 0 0.625rem; } }
        .you-may-also-like #product_rr .wrapper-pdp-products > div a img {
          width: 100%;
          margin-bottom: 0.4375rem; }
          @media only screen and (min-width:64.063em) {
            .you-may-also-like #product_rr .wrapper-pdp-products > div a img {
              margin-bottom: 0.625rem; } }
        .you-may-also-like #product_rr .wrapper-pdp-products > div a span {
          display: block;
          width: 100%;
          font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
          font-weight: 400;
          font-size: 0.6875rem;
          color: #4c4d4d;
          text-align: center; }
        .you-may-also-like #product_rr .wrapper-pdp-products > div a:hover span, .you-may-also-like #product_rr .wrapper-pdp-products > div a:active span {
          color: #588bbb; }
  @media only screen and (max-width: 40.063em) {
    .you-may-also-like {
      display: none; } }

.product-variations-row > .column > h2 {
  font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
  font-weight: 600;
  color: #424343;
  line-height: 1.2em; }
.product-variations-row .addalltocart {
  margin-top: 0.625rem; }

.bundle-product, .productVariation {
  border: 8px solid #c1d7ec;
  background-color: #fff;
  margin-top: 0.625rem;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px; }
  #quickView .bundle-product, #quickView .productVariation {
    border: 0; }

.bundle {
  margin-bottom: 0.625rem; }

.productdetail {
  font-size: 0.8125rem;
  padding-bottom: 15px; }
  .productdetail .availability {
    margin-top: 0 !important;
    margin-bottom: 1.25rem !important; }
    .productdetail .availability .value {
      color: #d00; }
      .productdetail .availability .value.IN_STOCK {
        color: #0a0; }
      .productdetail .availability .value.BACKORDER {
        color: #d00; }
      .productdetail .availability .value.PREORDER {
        color: #d00; }
      .productdetail .availability .value.NOT_AVAILABLE {
        color: #d00; }
  .productdetail .productimage {
    padding: 0 0px 0 0;
    float: left;
    margin-right: 0; }
    .productdetail .productimage img {
      padding: 10px;
      border: 1px solid #424343; }
      @media only screen and (max-width: 40.063em) {
        .productdetail .productimage img {
          padding: 4px; } }
  .productdetail .row, .productdetail .row.collapse {
    margin-top: 0.625rem; }

.productsetdetail {
  font-size: 0.8125rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-bottom: 0.625rem; }
  .productsetdetail .productimage {
    padding: 0 0px 0 0;
    float: left;
    margin-right: 0; }
    .productsetdetail .productimage img {
      padding: 10px;
      border: 1px solid #424343; }
      @media only screen and (max-width: 40.063em) {
        .productsetdetail .productimage img {
          padding: 4px; } }
  .productsetdetail h2 {
    margin: 0.25rem 0; }
  .productsetdetail .row, .productsetdetail .row.collapse {
    margin-top: 0.625rem; }
  .productsetdetail .availability {
    margin-top: 0.625rem; }
    .productsetdetail .availability .value {
      color: #d00; }
      .productsetdetail .availability .value.IN_STOCK {
        color: #0a0; }
      .productsetdetail .availability .value.BACKORDER {
        color: #d00; }
      .productsetdetail .availability .value.PREORDER {
        color: #d00; }
      .productsetdetail .availability .value.NOT_AVAILABLE {
        color: #d00; }

#combinedSwatch {
  margin: 0.375rem 0; }
  @media only screen and (max-width: 40.063em) {
    #combinedSwatch li {
      width: 30px;
      height: 30px; } }

ul.swatchesdisplay {
  list-style-type: none;
  margin: 0; }
  ul.swatchesdisplay li {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-sizing: border-box;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0.25rem;
    margin: 4px;
    padding: 1px;
    border: 2px solid #d0d0d0; }
    ul.swatchesdisplay li a {
      display: block; }
    ul.swatchesdisplay li.selected {
      border: 3px solid black; }
    ul.swatchesdisplay li.unselectable a {
      background: transparent url(../images/refinement_background.png) no-repeat 0 0;
      background-position: 0 -50px;
      width: 50px;
      height: 50px;
      position: relative;
      top: -2px;
      left: -1px; }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      ul.swatchesdisplay li {
        width: 26px;
        height: 26px; } }
    @media only screen and (max-width: 40.063em) {
      ul.swatchesdisplay li {
        width: 30px;
        height: 30px; } }

.pdp-image-container {
  border: 1px solid #e4e5e5;
  padding: 0.5rem;
  padding-bottom: 0;
  text-align: center;
  max-width: auto;
  margin: 0 0; }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .pdp-image-container {
      max-width: 340px;
      margin: 0 auto; } }
  @media only screen and (max-width: 40.063em) {
    .pdp-image-container {
      max-width: 340px;
      margin: 0 auto; } }
  .pdp-image-container .pdp-image-main {
    margin-bottom: 0.8125rem; }
    @media only screen and (max-width: 40.063em) {
      .pdp-image-container .pdp-image-main {
        margin: 0; } }
    .pdp-image-container .pdp-image-main img {
      width: 100%; }
      @media only screen and (min-width:40.063em) and (max-width:64em) {
        .pdp-image-container .pdp-image-main img {
          max-width: 320px;
          height: auto; } }
      @media only screen and (max-width: 40.063em) {
        .pdp-image-container .pdp-image-main img {
          max-width: 320px;
          height: auto; } }
  .pdp-image-container .alt-images {
    list-style-type: none;
    margin: 0 1.25rem;
    padding-bottom: 17px; }
    @media only screen and (max-width: 40.063em) {
      .pdp-image-container .alt-images {
        margin-top: 0.375rem; } }
    .pdp-image-container .alt-images li {
      display: inline;
      padding: 0.25rem; }
    .pdp-image-container .alt-images .slick-slide {
      padding: 0 5px !important; }

.quick-pdp .pdp-image-main {
  margin-bottom: 0 !important; }

.share {
  margin: 1.25rem 0;
  border-top: 1px solid #e4e5e5;
  border-bottom: 1px solid #e4e5e5; }
  @media only screen and (max-width: 40.063em) {
    .share {
      display: none; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) { }
  @media only screen and (max-width: 48rem) {
    .share {
      display: none; } }
  .share .sharelinks {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 61.875rem;
    margin: 0.5rem auto; }
    .share .sharelinks:before, .share .sharelinks:after {
      content: " ";
      display: table; }
    .share .sharelinks:after {
      clear: both; }
    .share .sharelinks div {
      text-align: center;
      line-height: 1.5rem;
      border-left: 2px groove #e4e5e5;
      color: #424343;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 0.625rem; }
      .share .sharelinks div a, .share .sharelinks div a:hover {
        color: #424343; }
      .share .sharelinks div:first-child {
        border-left: 0; }
      .share .sharelinks div img {
        display: inline;
        padding: 0 0.25rem; }
    .share .sharelinks div.share-fb {
      float: left;
      width: 8.275862069%; }
    .share .sharelinks div.share-pinterest {
      float: left;
      width: 12.75862069%; }
    .share .sharelinks div.share-print {
      float: left;
      width: 21.379310345%; }
    .share .sharelinks div.share-email {
      float: left;
      width: 22.75862069%; }
    .share .sharelinks div.share-questions {
      float: left;
      width: 34.137931034%; }

.pricing {
  margin: 0.3125rem 0; }
  .pricing .price {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 400;
    color: #424343;
    font-size: 0.75rem; }
    .pricing .price > div {
      margin: 0.3125rem 0; }
    .pricing .price .salesprice .salelabel {
      display: none; }
    .pricing .price .salesrange {
      color: #e5362d; }
      .pricing .price .salesrange .salelabel {
        display: inline-block; }
    @media only screen and (max-width: 40.063em) {
      .pricing .price {
        font-size: 0.8125rem; } }

.addBelow {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #fff;
  background-color: #4c4d4d; }
  .addBelow:hover {
    background-color: #4c4d4d; }

@media only screen and (max-width: 40.063em) {
  .productreviewBV {
    display: none; } }

#BVCustomerRatings {
  padding: 0; }

#BVRRLinkContainer {
  display: none; }

.monogrammable-callout {
  color: #3b3b3b;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase; }

.monogramcheckbox img {
  padding-bottom: 0.25rem; }

.monogram-container {
  display: none; }
  .monogram-container.configured, .monogram-container.configuring {
    display: block; }

#quickView .share {
  display: none; }

.addtocart button {
  float: left;
  margin-right: 1.25rem; }

.product-set-total-price {
  text-align: right;
  padding: 0.625rem; }

#pdpFullDetailsLink {
  padding-top: 12px;
  padding-bottom: 0px; }
  #pdpFullDetailsLink .button, #pdpFullDetailsLink .pdp-tab-content #BVReviewsContainer .BVRRDisplayContentLinkWrite a, .pdp-tab-content #BVReviewsContainer .BVRRDisplayContentLinkWrite #pdpFullDetailsLink a, #pdpFullDetailsLink .pdp-tab-content #BVReviewsContainer .BVRRSortGoButton button, .pdp-tab-content #BVReviewsContainer .BVRRSortGoButton #pdpFullDetailsLink button {
    margin-bottom: 0px !important; }

.itemNo.productid {
  padding: 0 0 12px 0; }

h1.quickviewupdate, .redesign h1.quickviewupdate.catHeader2, .redesign div.quickviewupdate.sectionheader, .redesign .content h2.quickviewupdate {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

div.quickviewupdate {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.add-all-btn {
  margin-bottom: 0 !important; }

.qty-row, .productsetdetail, .product-variations-row {
  margin-top: 0 !important; }

.productsetdetail {
  padding-bottom: 15px !important; }

.qty-add-row {
  padding-top: 5px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.addalltocart .addtocartbutton, .addtocartbar .addtocart .addtocartbutton {
  margin-bottom: 0 !important;
  margin-right: 0 !important; }

.productdetail {
  padding-bottom: 0px !important; }

.pricing-right .pricing {
  text-align: right; }

.variationattributes label {
  text-transform: capitalize; }

.monoreqs {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.product-price-right {
  margin-bottom: 15px; }

.addalltocart.addallright .addtocartbutton {
  margin-right: 10px !important; }

.bundle-product .variationattributes .variantdropdown {
  display: none; }

.image-options {
  margin: 0 0 0 0;
  padding: 13px 20px 2px 20px;
  list-style: none; }
  .image-options:before, .image-options:after {
    content: " ";
    display: table; }
  .image-options:after {
    clear: both; }
  .image-options li {
    margin: 0 0 0 0;
    padding: 4px 0 2px 0;
    display: inline-block;
    width: 100%;
    float: left;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 9px;
    text-transform: uppercase;
    color: #4c4d4d; }
    @media only screen and (min-width: 910px) {
      .image-options li {
        width: 50%; } }
    .image-options li span {
      text-align: left;
      display: block;
      width: 100%; }
    .image-options li.rolltozoom {
      display: none; }
      @media only screen and (min-width: 910px) {
        .image-options li.rolltozoom {
          display: inline-block; } }
    .image-options li a {
      color: #4c4d4d;
      text-align: right;
      display: block;
      width: 100%;
      position: relative;
      padding-right: 20px; }
      .image-options li a:after {
        content: '';
        background: transparent url(../images/fullscreen-icon.png) no-repeat 0 0;
        background-size: 14px 14px;
        height: 14px;
        width: 14px;
        display: block;
        position: absolute;
        right: 0;
        top: -2px; }
      .image-options li a:hover, .image-options li a:active {
        text-decoration: underline; }

.zoomContainer {
  z-index: 1;
  display: none !important; }
  @media only screen and (min-width: 910px) {
    .zoomContainer {
      display: block !important; } }

.no-zoom .image-options li {
  width: 100% !important; }
.no-zoom .image-options li.rolltozoom {
  display: none !important; }
.no-zoom .zoomContainer {
  display: none !important; }

.renderBox table {
  border-collapse: collapse;
  width: auto; }
  .renderBox table tr {
    border: 0 !important; }
  .renderBox table td {
    padding: 0; }

.monoCon {
  display: none;
  background-color: #c1d7ec; }

.monogrammodule {
  display: none; }

.monogramoptions {
  display: none; }

.monogramoptions span {
  display: block;
  line-height: 24px;
  position: relative; }

.monogramoptions .actions {
  margin: 0; }

.monogramoptions span.label {
  clear: both;
  margin-right: 5px;
  text-align: left; }

.monogramoptions span.value {
  margin-right: 20px;
  width: 230px; }

.monogramoptions span.mono-price {
  float: right; }

.monogramrequirements {
  display: none; }

.requirements .monogramrequirements {
  display: block; }

.configuring .monogrammodule {
  display: block;
  clear: both; }

.configured .monogramrequirements, .configuring .monogramrequirements {
  display: none; }

.configuring .monogramoptions, .configured .monogramoptions {
  display: block;
  clear: both; }

.configured .monogramrequirements {
  display: none; }

/**************************************************************
 *
 *    MonoParent.css
 * 
 **************************************************************/
.EnterMonoImage {
  position: absolute;
  top: 25px;
  left: 266px; }

.EnterMonoImageFF {
  position: absolute;
  top: 15px;
  left: 258px; }

.monoWrap {
  position: relative;
  margin-bottom: 10px; }

.MonoConfirmText {
  /*position: absolute;

	left: 445px;

	top: 205px;

	width: 160px;

	font-size: 9px;
	 */
  font-weight: bold; }

.FAQTable {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 255px;
  z-index: 35; }

.RegMonoRow {
  position: relative; }
  .RegMonoRow > li {
    padding-bottom: 0.5em; }

.monoRowsOuter {
  margin-top: 1em; }

.monoPre .renderBox {
  height: 3.125rem; }

div.two .boxContainer {
  top: 2px; }

div.three .boxContainer {
  top: 5px; }

.FAQCell {
  text-align: center; }

.monoDDL {
  font-size: 10px; }

input.monoTxtDOB {
  z-index: 0;
  top: 16px;
  left: 319px; }

input.monoTxtWgt {
  z-index: 0;
  top: 19px;
  left: 319px; }

.monoAFAQ {
  font-size: 12px; }

.monoAFAQ:hover {
  font-size: 12px; }

.monoA {
  font-size: 12px;
  text-decoration: none; }

.monoA:hover {
  font-size: 12px;
  text-decoration: none; }

.monoAsmall {
  font-size: 9px;
  text-decoration: none; }

.monoAsmall:hover {
  font-size: 9px;
  text-decoration: none; }

.monoTxt {
  font-size: 10px;
  width: 50px;
  margin-top: -3px; }

.monoTxtDOB {
  font-size: 10px;
  width: 50px;
  position: absolute;
  margin-top: 11px;
  left: 296px;
  margin-left: 16px; }

.monoTxtWgt {
  font-size: 10px;
  width: 50px;
  position: absolute;
  margin-top: 30px;
  left: 296px;
  margin-left: 16px; }

.monoPriceText1 {
  margin-left: 3px; }

.monoCon {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left;
  display: none;
  padding: 20px 0 0;
  margin-bottom: 15px;
  position: relative;
  width: auto;
  margin-top: 0; }

.monoDetails {
  text-align: center;
  margin-bottom: 10px; }
  .monoDetails a {
    margin: 0 0 8px 0; }

.monoDetails h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }

.monoPre h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal; }

.monoDetails p {
  margin-left: 5px; }

.FAQCellStyle, .FAQCellFont, .FAQCellColor, .FAQCellPreview {
  margin: 5px 10px 10px 0px;
  text-transform: uppercase;
  font-size: 11px; }

.monoPre {
  position: relative;
  text-align: center; }

.monoPre p {
  text-align: center; }

select.monoDDL {
  margin-top: 0px;
  width: 100%;
  margin-bottom: 4px; }

.monoTxt {
  margin-right: 10px; }

.monoPre .renderBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: 1px solid gray;
  background-color: #fff; }

#QuickViewDialog .monoPre .renderBox {
  width: 230px; }

.renderBox img {
  height: 100%; }

.renderBox .boxContainer {
  top: 8px;
  left: 50%;
  position: absolute; }

.renderBox .boxContainer1 {
  margin-left: -50%;
  position: relative; }

.monoSettings {
  padding-top: 6px; }

.monoSettings .checkboxContainer {
  font-weight: bold;
  position: relative; }
  .monoSettings .checkboxContainer input {
    position: absolute;
    top: 3px; }
  .monoSettings .checkboxContainer label {
    padding-left: 13px;
    padding-bottom: 12px;
    line-height: 1.5; }
    .monoSettings .checkboxContainer label .required {
      color: #e5362d; }

.monoRowsInner {
  position: relative; }

.ColExp {
  /*	PEP			position: absolute;


		height: 10px;

		width: 20px;

		top: 0px;

		left: 0px;
		 */
  font-size: 9px;
  text-decoration: none; }

.ColExp:hover {
  /*	PEP			position: absolute;


	height: 10px;

	width: 20px;

	top: 0px;

	left: 0px;
	 */
  font-size: 9px;
  text-decoration: none; }

.minicarttotal .cartquantity {
  cursor: pointer; }

.minicartcontent {
  color: #424343;
  padding: 0 20px;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 2000;
  right: 0.9375rem;
  background: #fff;
  max-width: 20rem;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.625rem; }
  .minicartcontent .checkoutminicart {
    max-height: 260px;
    overflow-y: auto;
    margin: 0 -16px 0 0;
    padding: 0 8px 0 0; }
  .minicartcontent .mini-details {
    overflow: hidden;
    padding: 0 0 20px 0; }
  .minicartcontent ul {
    margin: 0 0 10px 0;
    list-style-type: none; }
    .minicartcontent ul li {
      display: block;
      width: 100%;
      height: auto;
      color: #424343;
      font-size: 0.625rem;
      line-height: 1.1; }
      .minicartcontent ul li.toName {
        padding-bottom: 4px;
        padding-top: 4px; }
  .minicartcontent .summaryproduct {
    border-bottom: 1px solid #c9c9c9;
    margin: 0.25rem 0 0.625rem 0; }
    .minicartcontent .summaryproduct:before, .minicartcontent .summaryproduct:after {
      content: " ";
      display: table; }
    .minicartcontent .summaryproduct:after {
      clear: both; }
    .minicartcontent .summaryproduct.last {
      border-bottom: 0; }
    .minicartcontent .summaryproduct.monogrammed {
      border-bottom: 0; }
    .minicartcontent .summaryproduct.monogram {
      border-bottom: 0; }
      .minicartcontent .summaryproduct.monogram.last {
        border-bottom: 1px solid #c9c9c9; }
      .minicartcontent .summaryproduct.monogram .pricing .quickviewqty {
        display: none; }
      .minicartcontent .summaryproduct.monogram .pricing .divider {
        display: none; }
  .minicartcontent .imagecollapsed {
    float: left;
    margin: 0 0.5rem 0.5rem 0; }
  .minicartcontent .name {
    font-weight: bold;
    padding-bottom: 8px;
    line-height: 1.2; }
  .minicartcontent .pricing {
    margin: 0;
    font-weight: 700; }
    .minicartcontent .pricing:before, .minicartcontent .pricing:after {
      content: " ";
      display: table; }
    .minicartcontent .pricing:after {
      clear: both; }
  .minicartcontent .minicarttotals {
    margin-top: 0.625rem;
    margin-bottom: 0; }
    .minicartcontent .minicarttotals .ordertotal tbody tr td, .minicartcontent .minicarttotals .ordertotal tbody tr th {
      padding-bottom: 0;
      font-size: 10px;
      font-weight: 700; }
  .minicartcontent .link2cart {
    padding: 0 0 20px 0; }
    .minicartcontent .link2cart a {
      -webkit-transition: background 0.3s;
      -moz-transition: background 0.3s;
      transition: background 0.3s;
      display: block;
      background: #000;
      color: #fff;
      width: 100%;
      text-align: center;
      font-size: 12px;
      font-weight: 700;
      padding: 14px 20px; }
      .minicartcontent .link2cart a:hover {
        background: #444; }

.homepage-list {
  margin-left: -10px !important;
  margin-right: -10px !important; }
  .homepage-list li {
    padding: 0 0.4375rem; }
    @media only screen and (min-width:64.063em) {
      .homepage-list li {
        padding: 0 0.625rem; } }
    .homepage-list li a {
      display: block;
      width: 100%;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
      font-weight: 400;
      font-size: 0.6875rem;
      color: #84b3e0;
      text-transform: uppercase; }
      @media only screen and (min-width:64.063em) {
        .homepage-list li a {
          font-size: 0.9375rem; } }
      .homepage-list li a span {
        font-weight: 400;
        color: #4c4d4d; }
      .homepage-list li a img {
        margin-bottom: 0.4375rem; }
        @media only screen and (min-width:64.063em) {
          .homepage-list li a img {
            margin-bottom: 0.625rem; } }

.shop-list li a {
  border-top: 6px solid #82b1de;
  padding-top: 0.4375rem; }
  @media only screen and (min-width:64.063em) {
    .shop-list li a {
      border-top: 12px solid #82b1de;
      padding-top: 0.625rem; } }
  .shop-list li a:hover, .shop-list li a:active {
    border-color: #3f70a7; }

.card-list {
  border-bottom: 1px solid #818282;
  border-top: 1px solid #818282;
  margin: 0 0.9375rem; }
  .card-list li {
    padding: 0.625rem;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
    @media only screen and (min-width:64.063em) {
      .card-list li {
        padding: 0.9375rem; } }
    .card-list li img {
      margin-left: 0.9375rem; }
    .card-list li:first-child img {
      border-right: 1px dashed #424343; }

.recommendations-for-you {
  border: 1px solid #818282;
  padding: 1.25rem 2.1875rem;
  margin: 0.625rem 0; }
  @media only screen and (min-width:64.063em) {
    .recommendations-for-you {
      padding: 1.875rem 3.125rem;
      margin: 0.9375rem 0; } }
  .recommendations-for-you h2 {
    font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
    font-weight: 600;
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1;
    color: #4c4d4d; }
    @media only screen and (min-width:64.063em) {
      .recommendations-for-you h2 {
        font-size: 1.375rem; } }
  .recommendations-for-you #product_rr .wrapper-pdp-products {
    margin: 0.625rem -0.4375rem 0 -0.4375rem; }
    .recommendations-for-you #product_rr .wrapper-pdp-products:before, .recommendations-for-you #product_rr .wrapper-pdp-products:after {
      content: " ";
      display: table; }
    .recommendations-for-you #product_rr .wrapper-pdp-products:after {
      clear: both; }
    @media only screen and (min-width:64.063em) {
      .recommendations-for-you #product_rr .wrapper-pdp-products {
        margin: 0.9375rem -0.625rem 0 -0.625rem; } }
    .recommendations-for-you #product_rr .wrapper-pdp-products > div {
      width: 50%;
      float: left; }
      .recommendations-for-you #product_rr .wrapper-pdp-products > div a {
        width: 50%;
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.4375rem; }
        @media only screen and (min-width:64.063em) {
          .recommendations-for-you #product_rr .wrapper-pdp-products > div a {
            padding: 0 0.625rem; } }
        .recommendations-for-you #product_rr .wrapper-pdp-products > div a img {
          width: 100%;
          margin-bottom: 0.4375rem; }
          @media only screen and (min-width:64.063em) {
            .recommendations-for-you #product_rr .wrapper-pdp-products > div a img {
              margin-bottom: 0.625rem; } }
        .recommendations-for-you #product_rr .wrapper-pdp-products > div a span {
          display: block;
          width: 100%;
          font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
          font-weight: 400;
          font-size: 0.6875rem;
          color: #4c4d4d;
          text-align: center; }
          @media only screen and (min-width:64.063em) {
            .recommendations-for-you #product_rr .wrapper-pdp-products > div a span {
              font-size: 0.875rem; } }
        .recommendations-for-you #product_rr .wrapper-pdp-products > div a:hover span, .recommendations-for-you #product_rr .wrapper-pdp-products > div a:active span {
          color: #588bbb; }
  .recommendations-for-you #cart_rr .wrapper-cart-front-products {
    margin: 0.625rem -0.4375rem 0 -0.4375rem; }
    .recommendations-for-you #cart_rr .wrapper-cart-front-products:before, .recommendations-for-you #cart_rr .wrapper-cart-front-products:after {
      content: " ";
      display: table; }
    .recommendations-for-you #cart_rr .wrapper-cart-front-products:after {
      clear: both; }
    @media only screen and (min-width:64.063em) {
      .recommendations-for-you #cart_rr .wrapper-cart-front-products {
        margin: 0.9375rem -0.625rem 0 -0.625rem; } }
    .recommendations-for-you #cart_rr .wrapper-cart-front-products > a {
      width: 25%;
      float: left;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 0.4375rem; }
      @media only screen and (min-width:64.063em) {
        .recommendations-for-you #cart_rr .wrapper-cart-front-products > a {
          padding: 0 0.625rem; } }
      .recommendations-for-you #cart_rr .wrapper-cart-front-products > a img {
        width: 100%;
        margin-bottom: 0.4375rem; }
        @media only screen and (min-width:64.063em) {
          .recommendations-for-you #cart_rr .wrapper-cart-front-products > a img {
            margin-bottom: 0.625rem; } }
      .recommendations-for-you #cart_rr .wrapper-cart-front-products > a span {
        display: block;
        width: 100%;
        font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
        font-weight: 400;
        font-size: 0.6875rem;
        color: #4c4d4d;
        text-align: center; }
        @media only screen and (min-width:64.063em) {
          .recommendations-for-you #cart_rr .wrapper-cart-front-products > a span {
            font-size: 0.875rem; } }
      .recommendations-for-you #cart_rr .wrapper-cart-front-products > a:hover span, .recommendations-for-you #cart_rr .wrapper-cart-front-products > a:active span {
        color: #588bbb; }

#cart-recommend {
  display: none; }
  @media only screen and (min-width:40.063em) {
    #cart-recommend {
      display: block; } }

.mobile-homepage-nav h2 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  background: #487ab2;
  padding: 0.6875rem 1.25rem 0.625rem 1.25rem;
  text-transform: uppercase;
  border: 1px solid #3c6a9f; }
.mobile-homepage-nav ul {
  margin: 0 0 1.5625rem 0;
  width: 100%;
  display: block; }
  .mobile-homepage-nav ul > li {
    text-transform: uppercase;
    margin: 0.1875rem 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400; }
    .mobile-homepage-nav ul > li.nav-bedding {
      display: none; }
    .mobile-homepage-nav ul > li a {
      color: #3b3b3b;
      padding: 0.625rem 0.375rem;
      background: #deeaf5;
      border: 1px solid #cedce9;
      color: #424343;
      padding: 0.6875rem 1.25rem 0.625rem 1.25rem;
      margin: 0 0 0 0; }
      .mobile-homepage-nav ul > li a:hover, .mobile-homepage-nav ul > li a:focus {
        color: #6799c8; }

.mobile-homepage-row {
  display: none; }
  @media only screen and (max-width: 40.063em) {
    .mobile-homepage-row {
      display: block; } }
  .mobile-homepage-row .simplesearch {
    margin-bottom: 0.9375rem; }

.homepage-row {
  padding-bottom: 0.9375rem; }
  @media only screen and (min-width:64.063em) {
    .homepage-row {
      padding-bottom: 1.25rem; } }
  @media only screen and (max-width: 40.063em) {
    .homepage-row {
      display: none; } }

.homepage-column {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem; }
  @media only screen and (min-width:64.063em) {
    .homepage-column {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

.imgContainer {
  padding-top: 15px !important; }

.btn {
  transition: background 0.2s ease-out;
  border-radius: 4px;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  max-width: 280px;
  width: 100%;
  font-size: 14.4px;
  line-height: 41px; }
  @media only screen and (min-width: 340px) {
    .btn {
      font-size: 15.2px;
      line-height: 43px; } }
  @media only screen and (min-width: 545px) {
    .btn {
      font-size: 16px;
      line-height: 45px; } }

.btn-blue {
  background: #669cd4;
  color: #fff; }
  .btn-blue:hover, .btn-blue:active {
    background: #2b65a1;
    color: #fff; }
  .btn-blue:focus {
    color: #fff; }

.btn-dark-gray {
  background: #333333;
  color: #fff; }
  .btn-dark-gray:hover, .btn-dark-gray:active {
    background: #666666;
    color: #fff; }
  .btn-dark-gray:focus {
    color: #fff; }

.btn-light-gray {
  background: #999999;
  color: #fff; }
  .btn-light-gray:hover, .btn-light-gray:active {
    background: #b3b3b3;
    color: #fff; }
  .btn-light-gray:focus {
    color: #fff; }

.full-width-row {
  max-width: none; }

.full-width-column {
  padding: 0; }
  .full-width-column > .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 61.875rem; }

.extra-width-column {
  padding: 0; }
  .extra-width-column > .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.25rem; }
    @media only screen and (min-width: 1201px) {
      .extra-width-column > .row > .column {
        padding-left: 3.1875rem;
        padding-right: 3.1875rem; } }

#homepage-content {
  min-width: 280px;
  margin: 0 auto; }
  #homepage-content .bx-viewport {
    position: relative;
    z-index: 1; }
  #homepage-content .bx-controls-direction {
    display: none; }
    @media only screen and (min-width: 545px) {
      #homepage-content .bx-controls-direction {
        display: block; } }
  #homepage-content .bx-prev, #homepage-content .bx-next {
    transition: background 0.3s ease-out;
    display: block;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 60px;
    text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2; }
    #homepage-content .bx-prev:hover, #homepage-content .bx-prev:active, #homepage-content .bx-next:hover, #homepage-content .bx-next:active {
      background: #669cd4;
      background: rgba(102, 156, 212, 0.7); }
    #homepage-content .bx-prev:before, #homepage-content .bx-next:before {
      content: '';
      display: block;
      height: 32px;
      width: 18px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -16px;
      margin-left: -9px; }
  #homepage-content .bx-prev {
    border-right: 2px solid #fff;
    left: 0px; }
    #homepage-content .bx-prev:before {
      background: url(../images/bx-slider-nav.png) -116px 0 no-repeat; }
    #homepage-content .bx-prev:hover:before, #homepage-content .bx-prev:active:before {
      background-position: 0 0; }
  #homepage-content .bx-next {
    border-left: 2px solid #fff;
    right: 0px; }
    #homepage-content .bx-next:before {
      background: url(../images/bx-slider-nav.png) -174px 0 no-repeat; }
    #homepage-content .bx-next:hover:before, #homepage-content .bx-next:active:before {
      background-position: -58px 0; }

#homepage-review-content .bx-prev {
  border-right: none; }
#homepage-review-content .bx-next {
  border-left: none; }
#homepage-review-content .bx-pager {
  height: 15px;
  display: block;
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -37.5px; }
  @media only screen and (min-width: 545px) {
    #homepage-review-content .bx-pager {
      display: none; } }
  #homepage-review-content .bx-pager .bx-pager-item {
    float: left;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px; }
    #homepage-review-content .bx-pager .bx-pager-item .bx-pager-link {
      display: block;
      height: 15px;
      width: 15px;
      border-radius: 15px;
      overflow: hidden;
      white-space: nowrap;
      text-indent: -9999em;
      background: #555555; }
      #homepage-review-content .bx-pager .bx-pager-item .bx-pager-link.active {
        background: #ffd000; }

.review-slider, .homepage-slider {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none; }

.homepage-slider li {
  background-size: cover !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  .homepage-slider li img {
    transition: height 0.3s ease-out;
    height: 400px; }
    @media only screen and (min-width: 340px) {
      .homepage-slider li img {
        height: 427px; } }
    @media only screen and (min-width: 545px) {
      .homepage-slider li img {
        height: 449px; } }
.homepage-slider .slider-content {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 23px 30px 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center; }
  @media only screen and (min-width: 545px) {
    .homepage-slider .slider-content {
      background: #fff;
      background: rgba(255, 255, 255, 0.7);
      margin-left: -190px;
      top: 34px;
      left: 50%;
      right: auto;
      bottom: auto;
      height: 380px;
      width: 380px; } }
  @media only screen and (min-width: 665px) {
    .homepage-slider .slider-content {
      margin-left: 0;
      left: 159px;
      text-align: left; } }
@media only screen and (max-width: 544px) {
  .homepage-slider .slider-inner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 -30px;
    width: 100%; } }
.homepage-slider h1, .homepage-slider .redesign h1.catHeader2, .redesign .homepage-slider h1.catHeader2, .homepage-slider .redesign div.sectionheader, .redesign .homepage-slider div.sectionheader, .homepage-slider .redesign .content h2, .redesign .content .homepage-slider h2 {
  color: #333;
  border: none;
  font-family: 'Mercury SSm A', 'Mercury SSm B', 'Times New Roman', serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: -2px;
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  font-size: 43.2px;
  animation-duration: 1s;
  -webkit-animation-duration: 1s; }
  @media only screen and (min-width: 340px) {
    .homepage-slider h1 {
      font-size: 45.6px; } }
  @media only screen and (min-width: 545px) {
    .homepage-slider h1 {
      font-size: 48px; } }
.homepage-slider p {
  color: #333;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6875;
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }
.homepage-slider h1 + p, .homepage-slider h1 + .redesign h1.catHeader2, .redesign .homepage-slider h1 + h1.catHeader2, .homepage-slider h1 + .redesign div.sectionheader, .redesign .homepage-slider h1 + div.sectionheader, .homepage-slider h1 + .redesign .content h2, .redesign .content .homepage-slider h1 + h2 {
  display: none; }
  @media only screen and (min-width: 545px) {
    .homepage-slider h1 + p {
      display: block; } }
.homepage-slider .btn {
  margin: 2px auto 0 auto;
  max-width: 220px; }
  @media only screen and (min-width: 665px) {
    .homepage-slider .btn {
      margin: 8px 0 0 0; } }

.slider-row {
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  z-index: 1;
  opacity: 1; }
  .slider-row.offScreen {
    opacity: 0;
    position: static;
    margin-top: 0px !important; }

#full-width-header-row {
  background: #ffffff;
  position: relative; }

.parallax-placeholder {
  position: static;
  z-index: -1;
  height: 400px;
  width: 100%; }
  .parallax-placeholder.offScreen {
    position: fixed; }
  @media only screen and (min-width: 340px) {
    .parallax-placeholder {
      height: 427px; } }
  @media only screen and (min-width: 545px) {
    .parallax-placeholder {
      height: 449px; } }
  .parallax-placeholder img {
    height: 400px; }
    @media only screen and (min-width: 340px) {
      .parallax-placeholder img {
        height: 427px; } }
    @media only screen and (min-width: 545px) {
      .parallax-placeholder img {
        height: 449px; } }

body.disable-parallax .slider-row {
  position: static; }
body.disable-parallax .parallax-placeholder {
  display: none; }

#goto-more-content {
  height: 18px;
  width: 32px;
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: 39px;
  z-index: 2;
  background: url(../images/up-down-arrows.png) 0 -174px no-repeat;
  display: block; }
  #goto-more-content:hover, #goto-more-content:active {
    background-position: 0 -58px; }
  @media only screen and (min-width: 545px) {
    #goto-more-content {
      display: none; } }

.sales-special-features, .top-rated-products, .top-rated-products-header, .as-seen-in, .as-seen-in-header {
  border-bottom: 31px solid #fff;
  border-top: 31px solid #fff;
  background: #fff; }
  .sales-special-features .header-column, .top-rated-products .header-column, .top-rated-products-header .header-column, .as-seen-in .header-column, .as-seen-in-header .header-column {
    border-bottom: 1px solid #b2b2b2; }
  @media only screen and (max-width: 339px) {
    .sales-special-features, .top-rated-products, .top-rated-products-header, .as-seen-in, .as-seen-in-header {
      border-bottom: 27px solid #fff;
      border-top: 27px solid #fff; } }
  .sales-special-features h2, .top-rated-products h2, .top-rated-products-header h2, .as-seen-in h2, .as-seen-in-header h2 {
    font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24.19px;
    padding: 0 0 25px 0;
    line-height: 0.96666;
    text-align: center;
    width: 100%;
    margin: 0 0 0 0; }
    @media only screen and (min-width: 340px) {
      .sales-special-features h2, .top-rated-products h2, .top-rated-products-header h2, .as-seen-in h2, .as-seen-in-header h2 {
        font-size: 30px;
        padding: 0 0 27px 0; } }
  .sales-special-features .review-item, .sales-special-features .feature-item, .top-rated-products .review-item, .top-rated-products .feature-item, .top-rated-products-header .review-item, .top-rated-products-header .feature-item, .as-seen-in .review-item, .as-seen-in .feature-item, .as-seen-in-header .review-item, .as-seen-in-header .feature-item {
    position: relative;
    margin: 0 auto 5px auto;
    display: block;
    max-width: 250px;
    overflow: hidden; }
    @media only screen and (min-width: 340px) {
      .sales-special-features .review-item, .sales-special-features .feature-item, .top-rated-products .review-item, .top-rated-products .feature-item, .top-rated-products-header .review-item, .top-rated-products-header .feature-item, .as-seen-in .review-item, .as-seen-in .feature-item, .as-seen-in-header .review-item, .as-seen-in-header .feature-item {
        max-width: 310px; } }
    .sales-special-features .review-item .review-image, .sales-special-features .review-item .tout-image, .sales-special-features .feature-item .review-image, .sales-special-features .feature-item .tout-image, .top-rated-products .review-item .review-image, .top-rated-products .review-item .tout-image, .top-rated-products .feature-item .review-image, .top-rated-products .feature-item .tout-image, .top-rated-products-header .review-item .review-image, .top-rated-products-header .review-item .tout-image, .top-rated-products-header .feature-item .review-image, .top-rated-products-header .feature-item .tout-image, .as-seen-in .review-item .review-image, .as-seen-in .review-item .tout-image, .as-seen-in .feature-item .review-image, .as-seen-in .feature-item .tout-image, .as-seen-in-header .review-item .review-image, .as-seen-in-header .review-item .tout-image, .as-seen-in-header .feature-item .review-image, .as-seen-in-header .feature-item .tout-image {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }
    .sales-special-features .review-item .review-placeholder, .sales-special-features .review-item .tout-placeholder, .sales-special-features .feature-item .review-placeholder, .sales-special-features .feature-item .tout-placeholder, .top-rated-products .review-item .review-placeholder, .top-rated-products .review-item .tout-placeholder, .top-rated-products .feature-item .review-placeholder, .top-rated-products .feature-item .tout-placeholder, .top-rated-products-header .review-item .review-placeholder, .top-rated-products-header .review-item .tout-placeholder, .top-rated-products-header .feature-item .review-placeholder, .top-rated-products-header .feature-item .tout-placeholder, .as-seen-in .review-item .review-placeholder, .as-seen-in .review-item .tout-placeholder, .as-seen-in .feature-item .review-placeholder, .as-seen-in .feature-item .tout-placeholder, .as-seen-in-header .review-item .review-placeholder, .as-seen-in-header .review-item .tout-placeholder, .as-seen-in-header .feature-item .review-placeholder, .as-seen-in-header .feature-item .tout-placeholder {
      position: relative;
      z-index: 1; }
    .sales-special-features .review-item .review-content, .sales-special-features .review-item .feature-content, .sales-special-features .feature-item .review-content, .sales-special-features .feature-item .feature-content, .top-rated-products .review-item .review-content, .top-rated-products .review-item .feature-content, .top-rated-products .feature-item .review-content, .top-rated-products .feature-item .feature-content, .top-rated-products-header .review-item .review-content, .top-rated-products-header .review-item .feature-content, .top-rated-products-header .feature-item .review-content, .top-rated-products-header .feature-item .feature-content, .as-seen-in .review-item .review-content, .as-seen-in .review-item .feature-content, .as-seen-in .feature-item .review-content, .as-seen-in .feature-item .feature-content, .as-seen-in-header .review-item .review-content, .as-seen-in-header .review-item .feature-content, .as-seen-in-header .feature-item .review-content, .as-seen-in-header .feature-item .feature-content {
      transition: bottom 0.3s ease-in-out;
      background: #fff;
      border: 1px solid #d2d3d5;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-top: none;
      border-bottom: none;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      padding-bottom: 14px;
      z-index: 3; }
      .sales-special-features .review-item .review-content:before, .sales-special-features .review-item .feature-content:before, .sales-special-features .feature-item .review-content:before, .sales-special-features .feature-item .feature-content:before, .top-rated-products .review-item .review-content:before, .top-rated-products .review-item .feature-content:before, .top-rated-products .feature-item .review-content:before, .top-rated-products .feature-item .feature-content:before, .top-rated-products-header .review-item .review-content:before, .top-rated-products-header .review-item .feature-content:before, .top-rated-products-header .feature-item .review-content:before, .top-rated-products-header .feature-item .feature-content:before, .as-seen-in .review-item .review-content:before, .as-seen-in .review-item .feature-content:before, .as-seen-in .feature-item .review-content:before, .as-seen-in .feature-item .feature-content:before, .as-seen-in-header .review-item .review-content:before, .as-seen-in-header .review-item .feature-content:before, .as-seen-in-header .feature-item .review-content:before, .as-seen-in-header .feature-item .feature-content:before {
        content: '';
        background: url(../images/tout-content-header.png) 100% 0 no-repeat;
        height: 10px;
        max-width: 310px;
        width: auto;
        border-left: 1px solid #e5e5e5;
        display: block;
        position: absolute;
        top: -10px;
        left: -1px;
        right: -1px; }
      .sales-special-features .review-item .review-content p, .sales-special-features .review-item .feature-content p, .sales-special-features .feature-item .review-content p, .sales-special-features .feature-item .feature-content p, .top-rated-products .review-item .review-content p, .top-rated-products .review-item .feature-content p, .top-rated-products .feature-item .review-content p, .top-rated-products .feature-item .feature-content p, .top-rated-products-header .review-item .review-content p, .top-rated-products-header .review-item .feature-content p, .top-rated-products-header .feature-item .review-content p, .top-rated-products-header .feature-item .feature-content p, .as-seen-in .review-item .review-content p, .as-seen-in .review-item .feature-content p, .as-seen-in .feature-item .review-content p, .as-seen-in .feature-item .feature-content p, .as-seen-in-header .review-item .review-content p, .as-seen-in-header .review-item .feature-content p, .as-seen-in-header .feature-item .review-content p, .as-seen-in-header .feature-item .feature-content p {
        color: #5d5c5c;
        font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 1.9285;
        margin: 0 0 0 0;
        padding: 0 15px; }
        @media only screen and (min-width: 545px) and (max-width: 664px) {
          .sales-special-features .review-item .review-content p, .sales-special-features .review-item .feature-content p, .sales-special-features .feature-item .review-content p, .sales-special-features .feature-item .feature-content p, .top-rated-products .review-item .review-content p, .top-rated-products .review-item .feature-content p, .top-rated-products .feature-item .review-content p, .top-rated-products .feature-item .feature-content p, .top-rated-products-header .review-item .review-content p, .top-rated-products-header .review-item .feature-content p, .top-rated-products-header .feature-item .review-content p, .top-rated-products-header .feature-item .feature-content p, .as-seen-in .review-item .review-content p, .as-seen-in .review-item .feature-content p, .as-seen-in .feature-item .review-content p, .as-seen-in .feature-item .feature-content p, .as-seen-in-header .review-item .review-content p, .as-seen-in-header .review-item .feature-content p, .as-seen-in-header .feature-item .review-content p, .as-seen-in-header .feature-item .feature-content p {
            font-size: 11.29px;
            line-height: 1.8697;
            padding: 0 10px; } }
        @media only screen and (min-width: 810px) and (max-width: 989px) {
          .sales-special-features .review-item .review-content p, .sales-special-features .review-item .feature-content p, .sales-special-features .feature-item .review-content p, .sales-special-features .feature-item .feature-content p, .top-rated-products .review-item .review-content p, .top-rated-products .review-item .feature-content p, .top-rated-products .feature-item .review-content p, .top-rated-products .feature-item .feature-content p, .top-rated-products-header .review-item .review-content p, .top-rated-products-header .review-item .feature-content p, .top-rated-products-header .feature-item .review-content p, .top-rated-products-header .feature-item .feature-content p, .as-seen-in .review-item .review-content p, .as-seen-in .review-item .feature-content p, .as-seen-in .feature-item .review-content p, .as-seen-in .feature-item .feature-content p, .as-seen-in-header .review-item .review-content p, .as-seen-in-header .review-item .feature-content p, .as-seen-in-header .feature-item .review-content p, .as-seen-in-header .feature-item .feature-content p {
            font-size: 11.29px;
            line-height: 1.8697;
            padding: 0 10px; } }
        @media only screen and (max-width: 339px) {
          .sales-special-features .review-item .review-content p, .sales-special-features .review-item .feature-content p, .sales-special-features .feature-item .review-content p, .sales-special-features .feature-item .feature-content p, .top-rated-products .review-item .review-content p, .top-rated-products .review-item .feature-content p, .top-rated-products .feature-item .review-content p, .top-rated-products .feature-item .feature-content p, .top-rated-products-header .review-item .review-content p, .top-rated-products-header .review-item .feature-content p, .top-rated-products-header .feature-item .review-content p, .top-rated-products-header .feature-item .feature-content p, .as-seen-in .review-item .review-content p, .as-seen-in .review-item .feature-content p, .as-seen-in .feature-item .review-content p, .as-seen-in .feature-item .feature-content p, .as-seen-in-header .review-item .review-content p, .as-seen-in-header .review-item .feature-content p, .as-seen-in-header .feature-item .review-content p, .as-seen-in-header .feature-item .feature-content p {
            font-size: 11.29px;
            line-height: 1.8697;
            padding: 0 10px; } }
        .sales-special-features .review-item .review-content p.title, .sales-special-features .review-item .feature-content p.title, .sales-special-features .feature-item .review-content p.title, .sales-special-features .feature-item .feature-content p.title, .top-rated-products .review-item .review-content p.title, .top-rated-products .review-item .feature-content p.title, .top-rated-products .feature-item .review-content p.title, .top-rated-products .feature-item .feature-content p.title, .top-rated-products-header .review-item .review-content p.title, .top-rated-products-header .review-item .feature-content p.title, .top-rated-products-header .feature-item .review-content p.title, .top-rated-products-header .feature-item .feature-content p.title, .as-seen-in .review-item .review-content p.title, .as-seen-in .review-item .feature-content p.title, .as-seen-in .feature-item .review-content p.title, .as-seen-in .feature-item .feature-content p.title, .as-seen-in-header .review-item .review-content p.title, .as-seen-in-header .review-item .feature-content p.title, .as-seen-in-header .feature-item .review-content p.title, .as-seen-in-header .feature-item .feature-content p.title {
          color: #030303;
          font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
          font-size: 26px;
          font-weight: 700;
          line-height: 1.115; }
          @media only screen and (min-width: 545px) and (max-width: 664px) {
            .sales-special-features .review-item .review-content p.title, .sales-special-features .review-item .feature-content p.title, .sales-special-features .feature-item .review-content p.title, .sales-special-features .feature-item .feature-content p.title, .top-rated-products .review-item .review-content p.title, .top-rated-products .review-item .feature-content p.title, .top-rated-products .feature-item .review-content p.title, .top-rated-products .feature-item .feature-content p.title, .top-rated-products-header .review-item .review-content p.title, .top-rated-products-header .review-item .feature-content p.title, .top-rated-products-header .feature-item .review-content p.title, .top-rated-products-header .feature-item .feature-content p.title, .as-seen-in .review-item .review-content p.title, .as-seen-in .review-item .feature-content p.title, .as-seen-in .feature-item .review-content p.title, .as-seen-in .feature-item .feature-content p.title, .as-seen-in-header .review-item .review-content p.title, .as-seen-in-header .review-item .feature-content p.title, .as-seen-in-header .feature-item .review-content p.title, .as-seen-in-header .feature-item .feature-content p.title {
              font-size: 20.97px; } }
          @media only screen and (min-width: 810px) and (max-width: 989px) {
            .sales-special-features .review-item .review-content p.title, .sales-special-features .review-item .feature-content p.title, .sales-special-features .feature-item .review-content p.title, .sales-special-features .feature-item .feature-content p.title, .top-rated-products .review-item .review-content p.title, .top-rated-products .review-item .feature-content p.title, .top-rated-products .feature-item .review-content p.title, .top-rated-products .feature-item .feature-content p.title, .top-rated-products-header .review-item .review-content p.title, .top-rated-products-header .review-item .feature-content p.title, .top-rated-products-header .feature-item .review-content p.title, .top-rated-products-header .feature-item .feature-content p.title, .as-seen-in .review-item .review-content p.title, .as-seen-in .review-item .feature-content p.title, .as-seen-in .feature-item .review-content p.title, .as-seen-in .feature-item .feature-content p.title, .as-seen-in-header .review-item .review-content p.title, .as-seen-in-header .review-item .feature-content p.title, .as-seen-in-header .feature-item .review-content p.title, .as-seen-in-header .feature-item .feature-content p.title {
              font-size: 20.97px; } }
          @media only screen and (max-width: 339px) {
            .sales-special-features .review-item .review-content p.title, .sales-special-features .review-item .feature-content p.title, .sales-special-features .feature-item .review-content p.title, .sales-special-features .feature-item .feature-content p.title, .top-rated-products .review-item .review-content p.title, .top-rated-products .review-item .feature-content p.title, .top-rated-products .feature-item .review-content p.title, .top-rated-products .feature-item .feature-content p.title, .top-rated-products-header .review-item .review-content p.title, .top-rated-products-header .review-item .feature-content p.title, .top-rated-products-header .feature-item .review-content p.title, .top-rated-products-header .feature-item .feature-content p.title, .as-seen-in .review-item .review-content p.title, .as-seen-in .review-item .feature-content p.title, .as-seen-in .feature-item .review-content p.title, .as-seen-in .feature-item .feature-content p.title, .as-seen-in-header .review-item .review-content p.title, .as-seen-in-header .review-item .feature-content p.title, .as-seen-in-header .feature-item .review-content p.title, .as-seen-in-header .feature-item .feature-content p.title {
              font-size: 20.97px; } }
        .sales-special-features .review-item .review-content p.sale, .sales-special-features .review-item .feature-content p.sale, .sales-special-features .feature-item .review-content p.sale, .sales-special-features .feature-item .feature-content p.sale, .top-rated-products .review-item .review-content p.sale, .top-rated-products .review-item .feature-content p.sale, .top-rated-products .feature-item .review-content p.sale, .top-rated-products .feature-item .feature-content p.sale, .top-rated-products-header .review-item .review-content p.sale, .top-rated-products-header .review-item .feature-content p.sale, .top-rated-products-header .feature-item .review-content p.sale, .top-rated-products-header .feature-item .feature-content p.sale, .as-seen-in .review-item .review-content p.sale, .as-seen-in .review-item .feature-content p.sale, .as-seen-in .feature-item .review-content p.sale, .as-seen-in .feature-item .feature-content p.sale, .as-seen-in-header .review-item .review-content p.sale, .as-seen-in-header .review-item .feature-content p.sale, .as-seen-in-header .feature-item .review-content p.sale, .as-seen-in-header .feature-item .feature-content p.sale {
          color: #f24320; }
        .sales-special-features .review-item .review-content p strong, .sales-special-features .review-item .feature-content p strong, .sales-special-features .feature-item .review-content p strong, .sales-special-features .feature-item .feature-content p strong, .top-rated-products .review-item .review-content p strong, .top-rated-products .review-item .feature-content p strong, .top-rated-products .feature-item .review-content p strong, .top-rated-products .feature-item .feature-content p strong, .top-rated-products-header .review-item .review-content p strong, .top-rated-products-header .review-item .feature-content p strong, .top-rated-products-header .feature-item .review-content p strong, .top-rated-products-header .feature-item .feature-content p strong, .as-seen-in .review-item .review-content p strong, .as-seen-in .review-item .feature-content p strong, .as-seen-in .feature-item .review-content p strong, .as-seen-in .feature-item .feature-content p strong, .as-seen-in-header .review-item .review-content p strong, .as-seen-in-header .review-item .feature-content p strong, .as-seen-in-header .feature-item .review-content p strong, .as-seen-in-header .feature-item .feature-content p strong {
          font-weight: 500; }
      .sales-special-features .review-item .review-content p.title + p, .sales-special-features .review-item .feature-content p.title + p, .sales-special-features .feature-item .review-content p.title + p, .sales-special-features .feature-item .feature-content p.title + p, .top-rated-products .review-item .review-content p.title + p, .top-rated-products .review-item .feature-content p.title + p, .top-rated-products .feature-item .review-content p.title + p, .top-rated-products .feature-item .feature-content p.title + p, .top-rated-products-header .review-item .review-content p.title + p, .top-rated-products-header .review-item .feature-content p.title + p, .top-rated-products-header .feature-item .review-content p.title + p, .top-rated-products-header .feature-item .feature-content p.title + p, .as-seen-in .review-item .review-content p.title + p, .as-seen-in .review-item .feature-content p.title + p, .as-seen-in .feature-item .review-content p.title + p, .as-seen-in .feature-item .feature-content p.title + p, .as-seen-in-header .review-item .review-content p.title + p, .as-seen-in-header .review-item .feature-content p.title + p, .as-seen-in-header .feature-item .review-content p.title + p, .as-seen-in-header .feature-item .feature-content p.title + p {
        border-top: 1px solid #d2d3d5;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 12px;
        margin-top: 12px; }
    .sales-special-features .review-item .review-content p.title, .sales-special-features .feature-item .review-content p.title, .top-rated-products .review-item .review-content p.title, .top-rated-products .feature-item .review-content p.title, .top-rated-products-header .review-item .review-content p.title, .top-rated-products-header .feature-item .review-content p.title, .as-seen-in .review-item .review-content p.title, .as-seen-in .feature-item .review-content p.title, .as-seen-in-header .review-item .review-content p.title, .as-seen-in-header .feature-item .review-content p.title {
      color: #000;
      font-size: 18px;
      line-height: 1.444; }
    .sales-special-features .review-item .review-content p.title + p, .sales-special-features .feature-item .review-content p.title + p, .top-rated-products .review-item .review-content p.title + p, .top-rated-products .feature-item .review-content p.title + p, .top-rated-products-header .review-item .review-content p.title + p, .top-rated-products-header .feature-item .review-content p.title + p, .as-seen-in .review-item .review-content p.title + p, .as-seen-in .feature-item .review-content p.title + p, .as-seen-in-header .review-item .review-content p.title + p, .as-seen-in-header .feature-item .review-content p.title + p {
      color: #000;
      border: none;
      font-size: 14px;
      padding-top: 0px;
      margin-top: 0px; }
    .sales-special-features .review-item .review-link, .sales-special-features .review-item .feature-link, .sales-special-features .feature-item .review-link, .sales-special-features .feature-item .feature-link, .top-rated-products .review-item .review-link, .top-rated-products .review-item .feature-link, .top-rated-products .feature-item .review-link, .top-rated-products .feature-item .feature-link, .top-rated-products-header .review-item .review-link, .top-rated-products-header .review-item .feature-link, .top-rated-products-header .feature-item .review-link, .top-rated-products-header .feature-item .feature-link, .as-seen-in .review-item .review-link, .as-seen-in .review-item .feature-link, .as-seen-in .feature-item .review-link, .as-seen-in .feature-item .feature-link, .as-seen-in-header .review-item .review-link, .as-seen-in-header .review-item .feature-link, .as-seen-in-header .feature-item .review-link, .as-seen-in-header .feature-item .feature-link {
      transition: bottom 0.3s ease-in-out;
      background: #fff;
      border: 1px solid #d2d3d5;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-top: none;
      border-bottom: none;
      padding: 0 14px;
      position: absolute;
      bottom: -72px;
      left: 0px;
      right: 0px;
      z-index: 3;
      height: 72px;
      width: 100%;
      display: block;
      margin: 0 auto 0 auto; }
      .sales-special-features .review-item .review-link:before, .sales-special-features .review-item .feature-link:before, .sales-special-features .feature-item .review-link:before, .sales-special-features .feature-item .feature-link:before, .top-rated-products .review-item .review-link:before, .top-rated-products .review-item .feature-link:before, .top-rated-products .feature-item .review-link:before, .top-rated-products .feature-item .feature-link:before, .top-rated-products-header .review-item .review-link:before, .top-rated-products-header .review-item .feature-link:before, .top-rated-products-header .feature-item .review-link:before, .top-rated-products-header .feature-item .feature-link:before, .as-seen-in .review-item .review-link:before, .as-seen-in .review-item .feature-link:before, .as-seen-in .feature-item .review-link:before, .as-seen-in .feature-item .feature-link:before, .as-seen-in-header .review-item .review-link:before, .as-seen-in-header .review-item .feature-link:before, .as-seen-in-header .feature-item .review-link:before, .as-seen-in-header .feature-item .feature-link:before {
        content: '';
        border-top: 1px solid #c7c7c7;
        width: 100%;
        max-width: 280px;
        margin: 0 auto 14px auto;
        display: block; }
      .sales-special-features .review-item .review-link .btn, .sales-special-features .review-item .feature-link .btn, .sales-special-features .feature-item .review-link .btn, .sales-special-features .feature-item .feature-link .btn, .top-rated-products .review-item .review-link .btn, .top-rated-products .review-item .feature-link .btn, .top-rated-products .feature-item .review-link .btn, .top-rated-products .feature-item .feature-link .btn, .top-rated-products-header .review-item .review-link .btn, .top-rated-products-header .review-item .feature-link .btn, .top-rated-products-header .feature-item .review-link .btn, .top-rated-products-header .feature-item .feature-link .btn, .as-seen-in .review-item .review-link .btn, .as-seen-in .review-item .feature-link .btn, .as-seen-in .feature-item .review-link .btn, .as-seen-in .feature-item .feature-link .btn, .as-seen-in-header .review-item .review-link .btn, .as-seen-in-header .review-item .feature-link .btn, .as-seen-in-header .feature-item .review-link .btn, .as-seen-in-header .feature-item .feature-link .btn {
        margin: 0 auto 0 auto; }
    .sales-special-features .review-item:hover .social-icons, .sales-special-features .feature-item:hover .social-icons, .top-rated-products .review-item:hover .social-icons, .top-rated-products .feature-item:hover .social-icons, .top-rated-products-header .review-item:hover .social-icons, .top-rated-products-header .feature-item:hover .social-icons, .as-seen-in .review-item:hover .social-icons, .as-seen-in .feature-item:hover .social-icons, .as-seen-in-header .review-item:hover .social-icons, .as-seen-in-header .feature-item:hover .social-icons {
      opacity: 1; }
    .sales-special-features .review-item:hover .review-content, .sales-special-features .review-item:hover .feature-content, .sales-special-features .feature-item:hover .review-content, .sales-special-features .feature-item:hover .feature-content, .top-rated-products .review-item:hover .review-content, .top-rated-products .review-item:hover .feature-content, .top-rated-products .feature-item:hover .review-content, .top-rated-products .feature-item:hover .feature-content, .top-rated-products-header .review-item:hover .review-content, .top-rated-products-header .review-item:hover .feature-content, .top-rated-products-header .feature-item:hover .review-content, .top-rated-products-header .feature-item:hover .feature-content, .as-seen-in .review-item:hover .review-content, .as-seen-in .review-item:hover .feature-content, .as-seen-in .feature-item:hover .review-content, .as-seen-in .feature-item:hover .feature-content, .as-seen-in-header .review-item:hover .review-content, .as-seen-in-header .review-item:hover .feature-content, .as-seen-in-header .feature-item:hover .review-content, .as-seen-in-header .feature-item:hover .feature-content {
      bottom: 69px; }
    .sales-special-features .review-item:hover .review-link, .sales-special-features .review-item:hover .feature-link, .sales-special-features .feature-item:hover .review-link, .sales-special-features .feature-item:hover .feature-link, .top-rated-products .review-item:hover .review-link, .top-rated-products .review-item:hover .feature-link, .top-rated-products .feature-item:hover .review-link, .top-rated-products .feature-item:hover .feature-link, .top-rated-products-header .review-item:hover .review-link, .top-rated-products-header .review-item:hover .feature-link, .top-rated-products-header .feature-item:hover .review-link, .top-rated-products-header .feature-item:hover .feature-link, .as-seen-in .review-item:hover .review-link, .as-seen-in .review-item:hover .feature-link, .as-seen-in .feature-item:hover .review-link, .as-seen-in .feature-item:hover .feature-link, .as-seen-in-header .review-item:hover .review-link, .as-seen-in-header .review-item:hover .feature-link, .as-seen-in-header .feature-item:hover .review-link, .as-seen-in-header .feature-item:hover .feature-link {
      bottom: 0px; }
    .sales-special-features .review-item:after, .sales-special-features .feature-item:after, .top-rated-products .review-item:after, .top-rated-products .feature-item:after, .top-rated-products-header .review-item:after, .top-rated-products-header .feature-item:after, .as-seen-in .review-item:after, .as-seen-in .feature-item:after, .as-seen-in-header .review-item:after, .as-seen-in-header .feature-item:after {
      content: '';
      border: 1px solid #d2d3d5;
      border: 1px solid rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      height: 100%;
      width: 100%; }
    .sales-special-features .review-item:before, .sales-special-features .feature-item:before, .top-rated-products .review-item:before, .top-rated-products .feature-item:before, .top-rated-products-header .review-item:before, .top-rated-products-header .feature-item:before, .as-seen-in .review-item:before, .as-seen-in .feature-item:before, .as-seen-in-header .review-item:before, .as-seen-in-header .feature-item:before {
      content: '';
      display: block;
      background: #d2d3d5;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 1px;
      right: 1px;
      bottom: 0;
      z-index: 4;
      height: 1px;
      width: auto; }

.feature-grid {
  display: block;
  padding: 0;
  margin: 0 -0.46875rem;
  margin: 29px -0.46875rem 0px -0.46875rem; }
  .feature-grid:before, .feature-grid:after {
    content: " ";
    display: table; }
  .feature-grid:after {
    clear: both; }
  .feature-grid > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.46875rem 0.9375rem; }
  .feature-grid > li {
    width: 100%;
    padding: 0 0.46875rem 0.9375rem;
    list-style: none; }
    .feature-grid > li:nth-of-type(1n) {
      clear: none; }
    .feature-grid > li:nth-of-type(1n+1) {
      clear: both; }
  @media only screen and (min-width: 545px) {
    .feature-grid {
      display: block;
      padding: 0;
      margin: 0 -0.46875rem;
      margin: 29px -0.46875rem 0px -0.46875rem; }
      .feature-grid:before, .feature-grid:after {
        content: " ";
        display: table; }
      .feature-grid:after {
        clear: both; }
      .feature-grid > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.46875rem 0.9375rem; }
      .feature-grid > li {
        width: 50%;
        padding: 0 0.46875rem 0.9375rem;
        list-style: none; }
        .feature-grid > li:nth-of-type(1n) {
          clear: none; }
        .feature-grid > li:nth-of-type(2n+1) {
          clear: both; } }
  @media only screen and (min-width: 810px) {
    .feature-grid {
      display: block;
      padding: 0;
      margin: 0 -0.46875rem;
      margin: 29px -0.46875rem 0px -0.46875rem; }
      .feature-grid:before, .feature-grid:after {
        content: " ";
        display: table; }
      .feature-grid:after {
        clear: both; }
      .feature-grid > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.46875rem 0.9375rem; }
      .feature-grid > li {
        width: 33.3333333333%;
        padding: 0 0.46875rem 0.9375rem;
        list-style: none; }
        .feature-grid > li:nth-of-type(1n) {
          clear: none; }
        .feature-grid > li:nth-of-type(3n+1) {
          clear: both; } }

.review-slider .review, .review-slider .tout, .feature-grid .review, .feature-grid .tout {
  position: relative;
  overflow: hidden; }
  .review-slider .review .social-holder, .review-slider .tout .social-holder, .feature-grid .review .social-holder, .feature-grid .tout .social-holder {
    max-width: 250px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 340px) {
      .review-slider .review .social-holder, .review-slider .tout .social-holder, .feature-grid .review .social-holder, .feature-grid .tout .social-holder {
        max-width: 310px; } }
  .review-slider .review .social-icons, .review-slider .tout .social-icons, .feature-grid .review .social-icons, .feature-grid .tout .social-icons {
    transition: opacity 0.4s ease-in-out;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    height: 30px;
    width: 120px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    z-index: 3; }
    .review-slider .review .social-icons:before, .review-slider .review .social-icons:after, .review-slider .tout .social-icons:before, .review-slider .tout .social-icons:after, .feature-grid .review .social-icons:before, .feature-grid .review .social-icons:after, .feature-grid .tout .social-icons:before, .feature-grid .tout .social-icons:after {
      content: " ";
      display: table; }
    .review-slider .review .social-icons:after, .review-slider .tout .social-icons:after, .feature-grid .review .social-icons:after, .feature-grid .tout .social-icons:after {
      clear: both; }
    .review-slider .review .social-icons li, .review-slider .tout .social-icons li, .feature-grid .review .social-icons li, .feature-grid .tout .social-icons li {
      display: inline;
      height: 30px;
      width: 30px;
      margin: 0 0 0 10px;
      float: left; }
      .review-slider .review .social-icons li a, .review-slider .tout .social-icons li a, .feature-grid .review .social-icons li a, .feature-grid .tout .social-icons li a {
        display: block;
        height: 30px;
        width: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-indent: -9999em;
        background: url(../images/tout-social-icons.png) 0 0 no-repeat; }
      .review-slider .review .social-icons li.facebook a, .review-slider .tout .social-icons li.facebook a, .feature-grid .review .social-icons li.facebook a, .feature-grid .tout .social-icons li.facebook a {
        background-position: 0 0; }
        .review-slider .review .social-icons li.facebook a:focus, .review-slider .review .social-icons li.facebook a:active, .review-slider .tout .social-icons li.facebook a:focus, .review-slider .tout .social-icons li.facebook a:active, .feature-grid .review .social-icons li.facebook a:focus, .feature-grid .review .social-icons li.facebook a:active, .feature-grid .tout .social-icons li.facebook a:focus, .feature-grid .tout .social-icons li.facebook a:active {
          background-position: 0 -30px; }
      .review-slider .review .social-icons li.twitter a, .review-slider .tout .social-icons li.twitter a, .feature-grid .review .social-icons li.twitter a, .feature-grid .tout .social-icons li.twitter a {
        background-position: -30px 0; }
        .review-slider .review .social-icons li.twitter a:focus, .review-slider .review .social-icons li.twitter a:active, .review-slider .tout .social-icons li.twitter a:focus, .review-slider .tout .social-icons li.twitter a:active, .feature-grid .review .social-icons li.twitter a:focus, .feature-grid .review .social-icons li.twitter a:active, .feature-grid .tout .social-icons li.twitter a:focus, .feature-grid .tout .social-icons li.twitter a:active {
          background-position: -30px -30px; }
      .review-slider .review .social-icons li.pinterest a, .review-slider .tout .social-icons li.pinterest a, .feature-grid .review .social-icons li.pinterest a, .feature-grid .tout .social-icons li.pinterest a {
        background-position: -60px 0; }
        .review-slider .review .social-icons li.pinterest a:focus, .review-slider .review .social-icons li.pinterest a:active, .review-slider .tout .social-icons li.pinterest a:focus, .review-slider .tout .social-icons li.pinterest a:active, .feature-grid .review .social-icons li.pinterest a:focus, .feature-grid .review .social-icons li.pinterest a:active, .feature-grid .tout .social-icons li.pinterest a:focus, .feature-grid .tout .social-icons li.pinterest a:active {
          background-position: -60px -30px; }
.review-slider .more-touts, .feature-grid .more-touts {
  display: none; }
  @media only screen and (min-width: 545px) {
    .review-slider .more-touts, .feature-grid .more-touts {
      display: block; } }
@media only screen and (min-width: 545px) {
  .review-slider .no-desktop-tout, .feature-grid .no-desktop-tout {
    display: block; } }
@media only screen and (min-width: 810px) {
  .review-slider .no-desktop-tout, .feature-grid .no-desktop-tout {
    display: none; } }
.review-slider .double-tout, .feature-grid .double-tout {
  display: none; }
  @media only screen and (min-width: 810px) {
    .review-slider .double-tout, .feature-grid .double-tout {
      width: 50%;
      display: block; } }
  .review-slider .double-tout .review-item, .review-slider .double-tout .feature-item, .feature-grid .double-tout .review-item, .feature-grid .double-tout .feature-item {
    max-width: 470px; }
@media only screen and (max-width: 664px) {
  .review-slider.view-more .more-touts, .feature-grid.view-more .more-touts {
    display: block; } }
.review-slider .center-tout, .feature-grid .center-tout {
  float: none;
  margin: 0 auto; }

.review-tout {
  min-width: 250px; }
  @media only screen and (min-width: 810px) {
    .review-tout {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 2; } }
  @media only screen and (min-width: 545px) {
    .review-tout {
      min-width: 310px; } }
  @media only screen and (max-width: 809px) {
    .review-tout {
      max-width: 310px;
      margin: 0 auto; } }
  .review-tout:hover .social-icons {
    opacity: 1; }

.feature-grid .tout:hover .social-icons {
  opacity: 1; }

.feature-grid + .feature-grid {
  margin-top: 0; }

#view-more-touts {
  margin: 21px auto;
  display: block;
  max-width: 220px; }
  @media only screen and (min-width: 340px) {
    #view-more-touts {
      max-width: 280px; } }
  @media only screen and (min-width: 545px) {
    #view-more-touts {
      display: none; } }

#homepage-video #video-wrapper {
  /* HTML5 video fallback */
  display: block;
  background-image: url('../videos/homepage-video.jpg');
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  transition: height 0.3s ease-out;
  height: 400px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 340px) {
    #homepage-video #video-wrapper {
      height: 427px; } }
  @media only screen and (min-width: 545px) {
    #homepage-video #video-wrapper {
      height: 449px; } }
#homepage-video #video-player {
  display: block;
  /* HTML5 video fallback */
  background-image: url('../videos/homepage-video.jpg');
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  /* Disable play button in iOS */
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  /* The following will size the video to fit the full container. Not necessary, just nice.*/
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: none;
  -webkit-filter: grayscale(1.0);
  -moz-filter: grayscale(1.0);
  -ms-filter: grayscale(1.0);
  -o-filter: grayscale(1.0); }
#homepage-video .video-text {
  padding: 0 15px;
  z-index: 2;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%; }
  #homepage-video .video-text h2 {
    color: #fff;
    font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    margin: 0 auto;
    font-size: 47.36px;
    padding: 0 0 0 0;
    max-width: 290px; }
    @media only screen and (min-width: 340px) {
      #homepage-video .video-text h2 {
        font-size: 49.72px; } }
    @media only screen and (min-width: 665px) {
      #homepage-video .video-text h2 {
        max-width: none;
        font-size: 60.8px; } }
    @media only screen and (min-width: 810px) {
      #homepage-video .video-text h2 {
        font-size: 74.01px; } }
    @media only screen and (min-width: 990px) {
      #homepage-video .video-text h2 {
        font-size: 90px; } }
  #homepage-video .video-text p {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    margin: 21px 0 0 0;
    font-size: 17.14px; }
    @media only screen and (min-width: 340px) {
      #homepage-video .video-text p {
        font-size: 18px; } }
    @media only screen and (min-width: 665px) {
      #homepage-video .video-text p {
        font-size: 24px; } }
    #homepage-video .video-text p a {
      transition: color 0.2s ease-out;
      color: #fff;
      display: block;
      border-top: 2px solid #fff;
      padding: 40px 34px 0 92px;
      position: relative; }
      @media only screen and (min-width: 665px) {
        #homepage-video .video-text p a {
          padding: 40px 42px 0 106px; } }
      #homepage-video .video-text p a:before {
        content: '';
        background: url(../images/homepage-video-play-icon.png) 0 0 no-repeat;
        height: 37px;
        width: 37px;
        position: absolute;
        top: 30px;
        left: 41px; }
        @media only screen and (min-width: 340px) {
          #homepage-video .video-text p a:before {
            top: 34px; } }
      #homepage-video .video-text p a:hover, #homepage-video .video-text p a:active {
        color: #669cd4; }

.back-to-top, .header-nav-row, .header-row, .nav-row, #brand-promises, #homepage-video, .content-row, .signup, .footer, .footer-copyright-row {
  position: relative;
  z-index: 2; }

.header-row, .header-nav-row {
  z-index: 3; }

.header-nav-row {
  z-index: 4; }

#homepageVideoModal {
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed !important;
  top: 0px !important; }
  #homepageVideoModal .close-reveal-modal {
    left: 0.6875rem;
    right: auto; }
  #homepageVideoModal .fluid-width-video-wrapper {
    padding-top: 52.2% !important;
    height: 100%; }

.as-seen-in, .top-rated-products {
  border-top: none;
  border-bottom: 60px solid #fff; }

.extra-width-column > .row > .review-column {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media only screen and (min-width: 545px) {
    .extra-width-column > .row > .review-column {
      padding-left: 5.1875rem;
      padding-right: 5.1875rem; } }

.review-slider .review {
  position: relative; }
  @media only screen and (min-width: 810px) {
    .review-slider .review {
      padding-left: 310px; } }
.review-slider .review-item {
  min-width: 250px; }
  @media only screen and (min-width: 810px) {
    .review-slider .review-item {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 2; } }
  @media only screen and (min-width: 545px) {
    .review-slider .review-item {
      min-width: 310px; } }
.review-slider .review-text {
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 23px 23px 22px 23px;
  margin-left: 25px;
  float: left;
  display: none; }
  @media only screen and (min-width: 810px) {
    .review-slider .review-text {
      display: block;
      min-height: 352px;
      position: relative;
      z-index: 1; } }
  .review-slider .review-text .review-text-item .rating {
    position: relative;
    top: 1px;
    display: inline-block;
    height: 14px;
    width: 95px;
    background: url(../images/review-stars.png) 0 0 no-repeat; }
    .review-slider .review-text .review-text-item .rating:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 14px;
      width: 0;
      background: url(../images/review-stars.png) 0 -14px no-repeat; }
  .review-slider .review-text .review-text-item .rating-1:after {
    width: 20%; }
  .review-slider .review-text .review-text-item .rating-2:after {
    width: 40%; }
  .review-slider .review-text .review-text-item .rating-3:after {
    width: 60%; }
  .review-slider .review-text .review-text-item .rating-4:after {
    width: 80%; }
  .review-slider .review-text .review-text-item .rating-5:after {
    width: 100%; }
  .review-slider .review-text .review-text-item.second {
    display: none; }
    @media only screen and (min-width: 990px) {
      .review-slider .review-text .review-text-item.second {
        display: block; } }
  .review-slider .review-text .review-text-item.first {
    display: none; }
    @media only screen and (min-width: 810px) {
      .review-slider .review-text .review-text-item.first {
        display: block; } }
    @media only screen and (min-width: 990px) {
      .review-slider .review-text .review-text-item.first {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 13px;
        margin-bottom: 13px; } }
  .review-slider .review-text .review-text-item p {
    color: #2d2d2d;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7142;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
    .review-slider .review-text .review-text-item p.reviewer {
      color: #4090db;
      font-weight: 500;
      padding-bottom: 1px; }
    .review-slider .review-text .review-text-item p strong {
      font-weight: 500; }
  .review-slider .review-text .review-text-item .ellipsis {
    display: block;
    display: -webkit-box;
    max-width: none;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 212px;
    -webkit-line-clamp: 9; }
    @media only screen and (min-width: 990px) {
      .review-slider .review-text .review-text-item .ellipsis {
        height: 46px;
        -webkit-line-clamp: 2; } }

#brand-promises {
  background: #f6f6f6;
  padding: 30px 0 0 0; }
  #brand-promises .header-column h2 {
    color: #4090db;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 16px 0;
    font-size: 17.11px; }
    @media only screen and (min-width: 340px) {
      #brand-promises .header-column h2 {
        font-size: 18px; } }
  #brand-promises .header-column p {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1.625;
    font-size: 21.05px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (min-width: 340px) {
      #brand-promises .header-column p {
        font-size: 22.15px;
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (min-width: 545px) {
      #brand-promises .header-column p {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 400px; } }
    @media only screen and (min-width: 810px) {
      #brand-promises .header-column p {
        max-width: none; } }
    @media only screen and (min-width: 990px) {
      #brand-promises .header-column p {
        font-size: 27.07px; } }
    @media only screen and (min-width: 1201px) {
      #brand-promises .header-column p {
        font-size: 30px; } }
  #brand-promises .brand-promise-list {
    border-top: 1px solid #fff;
    margin-top: 25px;
    padding-bottom: 80px; }
    #brand-promises .brand-promise-list > .column {
      border-top: 2px solid #d6d4d4; }
    #brand-promises .brand-promise-list .extra-width-column > .row > .brand-promises-column {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      @media only screen and (min-width: 340px) {
        #brand-promises .brand-promise-list .extra-width-column > .row > .brand-promises-column {
          padding-left: 1.875rem;
          padding-right: 1.875rem; } }
    #brand-promises .brand-promise-list ul {
      margin: 0 0 0 0;
      padding: 45px 0 0 0;
      list-style: none;
      width: 100%; }
      #brand-promises .brand-promise-list ul:before, #brand-promises .brand-promise-list ul:after {
        content: " ";
        display: table; }
      #brand-promises .brand-promise-list ul:after {
        clear: both; }
      #brand-promises .brand-promise-list ul li {
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0; }
        @media only screen and (min-width: 1201px) {
          #brand-promises .brand-promise-list ul li {
            float: left;
            text-align: left; } }
        @media only screen and (min-width: 1201px) {
          #brand-promises .brand-promise-list ul li {
            width: 290px; } }
        #brand-promises .brand-promise-list ul li p {
          font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 1.6875;
          margin: 0 0 0 0;
          padding: 0 0 0 0;
          font-size: 13.3px; }
          @media only screen and (min-width: 1201px) {
            #brand-promises .brand-promise-list ul li p {
              text-align: left; } }
          @media only screen and (min-width: 340px) {
            #brand-promises .brand-promise-list ul li p {
              font-size: 14px; } }
          @media only screen and (min-width: 810px) {
            #brand-promises .brand-promise-list ul li p {
              font-size: 16px; } }
          #brand-promises .brand-promise-list ul li p.desc {
            padding-top: 18px;
            padding-bottom: 39px; }
            @media only screen and (min-width: 1201px) {
              #brand-promises .brand-promise-list ul li p.desc {
                padding-top: 0px;
                padding-bottom: 0px; } }
          #brand-promises .brand-promise-list ul li p.digit {
            text-align: center;
            display: inline;
            padding-right: 5px;
            font-size: 26.61px; }
            @media only screen and (min-width: 340px) {
              #brand-promises .brand-promise-list ul li p.digit {
                font-size: 28px; } }
            @media only screen and (min-width: 810px) {
              #brand-promises .brand-promise-list ul li p.digit {
                font-size: 30px; } }
            @media only screen and (min-width: 1201px) {
              #brand-promises .brand-promise-list ul li p.digit {
                padding-bottom: 9px;
                padding-right: 0px;
                display: block; } }
          #brand-promises .brand-promise-list ul li p.title {
            color: #4090db;
            display: inline;
            position: relative;
            top: -3px;
            font-size: 17.11px;
            line-height: 1; }
            @media only screen and (min-width: 340px) {
              #brand-promises .brand-promise-list ul li p.title {
                line-height: 1.6875;
                font-size: 18px; } }
            @media only screen and (min-width: 810px) {
              #brand-promises .brand-promise-list ul li p.title {
                font-size: 21px; } }
            @media only screen and (min-width: 1201px) {
              #brand-promises .brand-promise-list ul li p.title {
                top: auto;
                padding-bottom: 23px;
                display: block; } }
        @media only screen and (min-width: 1201px) {
          #brand-promises .brand-promise-list ul li.two {
            margin: 0 70px;
            width: 280px; } }
        #brand-promises .brand-promise-list ul li.three p {
          padding-bottom: 0; }
          @media only screen and (min-width: 1201px) {
            #brand-promises .brand-promise-list ul li.three p.digit {
              padding-bottom: 9px; } }
          @media only screen and (min-width: 1201px) {
            #brand-promises .brand-promise-list ul li.three p.title {
              padding-bottom: 23px; } }

.as-seen-in > .row > .column {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 1201px) {
    .as-seen-in > .row > .column {
      padding-left: 0;
      padding-right: 0; } }

.logo-list {
  text-align: center; }
  .logo-list .first, .logo-list .second {
    display: block; }
    @media only screen and (min-width: 810px) {
      .logo-list .first, .logo-list .second {
        display: inline-block; } }
  .logo-list img {
    display: block;
    margin: 0 auto 0 auto;
    height: 66px; }
    @media only screen and (min-width: 545px) {
      .logo-list img {
        display: inline-block;
        margin: 0 26px;
        height: 83px; } }
    @media only screen and (min-width: 1201px) {
      .logo-list img {
        margin: 0 35px;
        height: 103px; } }

.back-to-top {
  background: #fff; }

#back-to-top {
  transition: background 0.2s ease-out;
  display: block;
  background: #333;
  color: #fff;
  position: relative;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 80px;
  line-height: 1;
  font-size: 16px;
  padding: 45px 0 19px 0;
  margin: 0 0 0 0; }
  #back-to-top:hover, #back-to-top:active {
    background: #8d8d8d; }
  #back-to-top:after {
    height: 18px;
    width: 32px;
    text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 19px;
    z-index: 2;
    content: '';
    background: url(../images/up-down-arrows.png) 0 0 no-repeat; }

.touch #homepage-video #video-player {
  display: none; }
.touch .review-item .social-icons, .touch .feature-item .social-icons, .touch .tout .social-icons {
  opacity: 1; }
.touch .review-item .review-content, .touch .review-item .feature-content, .touch .feature-item .review-content, .touch .feature-item .feature-content, .touch .tout .review-content, .touch .tout .feature-content {
  bottom: 69px; }
.touch .review-item .review-link, .touch .review-item .feature-link, .touch .feature-item .review-link, .touch .feature-item .feature-link, .touch .tout .review-link, .touch .tout .feature-link {
  bottom: 0px; }
.touch .review-item p.title + p {
  display: none; }

#homepage-content {
  position: relative; }

#deals-offers {
  width: 46px;
  height: 182px;
  position: fixed;
  bottom: 10%;
  right: 0px;
  z-index: 9996; }
  @media only screen and (min-width: 641px) {
    #deals-offers {
      z-index: 9999; } }

#deals-open {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #333333;
  border-radius: 4px 0px 0px 4px;
  padding: 6px;
  height: 182px;
  width: 46px;
  z-index: 1; }
  #deals-open img {
    display: block; }

#deals-close {
  position: fixed;
  top: 0px;
  right: -310px;
  width: 310px;
  height: 28px;
  background: #333;
  z-index: 9999;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0; }
  @media only screen and (min-width: 641px) {
    #deals-close {
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px; } }
  #deals-close a {
    color: #fff;
    border-left: 1px solid #5c5c5c;
    width: 43px;
    height: 28px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 28px;
    z-index: 2; }
    #deals-close a:after {
      content: '';
      background: #000;
      width: 1px;
      height: 28px;
      position: absolute;
      top: 0px;
      left: 1px;
      display: block; }

#deals-offers-content {
  position: fixed;
  top: 0px;
  right: -310px;
  width: 310px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  padding: 33px 6px 5px 6px;
  z-index: 9998; }
  @media only screen and (min-width: 641px) {
    #deals-offers-content {
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px; } }
  #deals-offers-content .btn-code {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 43px;
    padding-top: 3px; }
  #deals-offers-content .active-code {
    text-transform: uppercase;
    background: #2b66a2;
    font-size: 14px;
    line-height: 43px;
    padding-top: 3px; }
  #deals-offers-content .offer {
    margin: 5px 0;
    border: 1px dashed #333;
    border-radius: 4px;
    width: 100%;
    padding: 17px; }
    #deals-offers-content .offer h2 {
      text-align: center;
      font-size: 1.5625rem;
      line-height: 1.3;
      padding: 3px 0 18px 0; }
    #deals-offers-content .offer p {
      padding: 0 0 14px 0;
      margin: 0 0 0 0;
      text-align: center;
      line-height: 1.3; }
      #deals-offers-content .offer p.exclusion {
        color: #999999;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 0.625rem;
        font-weight: 500;
        line-height: 1.3;
        text-align: center; }
        #deals-offers-content .offer p.exclusion a {
          color: #999999;
          text-decoration: underline; }
          #deals-offers-content .offer p.exclusion a:hover {
            text-decoration: none; }
    #deals-offers-content .offer .exclusion-details {
      padding: 4px 0;
      display: none; }
      #deals-offers-content .offer .exclusion-details p {
        font-size: 0.625rem;
        font-weight: 500;
        line-height: 1.3;
        color: #999999;
        margin: 0 0 0 0;
        padding: 4px 0;
        text-align: left; }
        #deals-offers-content .offer .exclusion-details p.close-details {
          padding: 4px 0 0 0;
          font-size: 14px;
          text-align: right; }
          #deals-offers-content .offer .exclusion-details p.close-details a {
            color: #999999;
            text-decoration: underline; }
            #deals-offers-content .offer .exclusion-details p.close-details a:hover {
              text-decoration: none; }
    #deals-offers-content .offer .exclusion-details.open {
      display: block; }
    #deals-offers-content .offer.open .exclusion {
      display: none; }
    #deals-offers-content .offer.open .exclusion-details {
      display: block; }
    #deals-offers-content .offer.active .btn-code {
      display: none; }
    #deals-offers-content .offer.active .active-code {
      display: block; }
    #deals-offers-content .offer.loading .btn-code {
      position: relative; }
      #deals-offers-content .offer.loading .btn-code:after {
        content: '';
        background: url(../bower_components/bxslider-4/images/bx_loader.gif) center center no-repeat #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: block;
        border: 1px solid #2b66a2;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px; }
  #deals-offers-content .active-code {
    position: relative; }
    #deals-offers-content .active-code .icon {
      height: 24px;
      width: 24px;
      border-radius: 24px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      background: #fff url(../images/deal-check.png) 0 0 no-repeat;
      display: block;
      position: absolute;
      top: 11px;
      left: 25%; }

#deals-offers-bg {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  background: #7f7f7f;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9997;
  display: none;
  cursor: pointer; }

html.deals-open {
  height: 100%;
  min-height: 100%; }
  html.deals-open body {
    height: 100%;
    min-height: 100%; }
  html.deals-open #full-width-header-row {
    z-index: 4; }
  html.deals-open #deals-offers {
    position: fixed !important;
    bottom: auto !important;
    top: 0 !important;
    height: 100% !important;
    width: 310px;
    right: 50%;
    margin-right: -155px;
    margin-top: 0px !important; }
    @media only screen and (min-width: 641px) {
      html.deals-open #deals-offers {
        width: 0px;
        right: 0px;
        margin-right: 0px; } }
    html.deals-open #deals-offers #deals-open {
      display: none; }
      @media only screen and (min-width: 641px) {
        html.deals-open #deals-offers #deals-open {
          display: block;
          background: #2b66a2;
          right: 310px; } }
  html.deals-open #deals-close {
    display: block;
    right: 50%;
    margin-right: -155px;
    top: 20px; }
    @media only screen and (min-width: 641px) {
      html.deals-open #deals-close {
        top: 0px;
        right: 0px;
        margin-right: 0px; } }
  html.deals-open #deals-offers-content {
    right: 50%;
    margin-right: -155px;
    padding-bottom: 20px;
    top: 20px; }
    @media only screen and (min-width: 641px) {
      html.deals-open #deals-offers-content {
        top: 0px;
        padding-bottom: 0px;
        right: 0px;
        margin-right: 0px; } }

html.no-touch.deals-open.noscroll {
  overflow: visible;
  top: 0 !important;
  width: 100%; }

.google-tags {
  height: 0px;
  width: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999em; }

img[src*="ca-as-1.agilone.com"] {
  position: absolute;
  top: 0px; }

@media only screen and (min-width: 641px) {
  #deals-offers-content {
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    -ms-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out; }
  #deals-open {
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    -ms-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out; }
  #deals-close {
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    -ms-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out; } }

.noscroll {
  position: absolute;
  overflow: hidden; }
  .noscroll body {
    overflow: hidden; }

@media only screen and (max-width: 40.063em) {
  .catalog-nav {
    display: none; } }
.catalog-nav img {
  margin-bottom: 0.75rem; }

#as-seen-in {
  display: block; }
  @media only screen and (max-width: 40.063em) {
    #as-seen-in {
      display: none; } }
  #as-seen-in img {
    margin-right: 0.625rem; }
  #as-seen-in p {
    line-height: 1.4;
    margin: 0; }
    #as-seen-in p a {
      display: block;
      padding: 0.625rem 0.9375rem; }
      #as-seen-in p a:before, #as-seen-in p a:after {
        content: " ";
        display: table; }
      #as-seen-in p a:after {
        clear: both; }
      #as-seen-in p a span.text {
        overflow: auto;
        display: block; }
      #as-seen-in p a span.desc {
        color: #222; }
  #as-seen-in li {
    margin-bottom: 0.625rem; }
    #as-seen-in li:hover, #as-seen-in li:active {
      background: #efefef; }
    #as-seen-in li.selected a {
      background: #efefef; }

#asSeenIn {
  display: none; }
  @media only screen and (max-width: 40.063em) {
    #asSeenIn {
      display: block; } }

#AsSeenIn-LeftCol img:first-child {
  display: none; }
#AsSeenIn-LeftCol a {
  display: block; }
  #AsSeenIn-LeftCol a img {
    display: block; }

#nosearch_rr .wrapper-nosearch-products {
  margin: 0.625rem -0.4375rem 0 -0.4375rem; }
  #nosearch_rr .wrapper-nosearch-products:before, #nosearch_rr .wrapper-nosearch-products:after {
    content: " ";
    display: table; }
  #nosearch_rr .wrapper-nosearch-products:after {
    clear: both; }
  @media only screen and (min-width:64.063em) {
    #nosearch_rr .wrapper-nosearch-products {
      margin: 0.9375rem -0.625rem 0 -0.625rem; } }
  #nosearch_rr .wrapper-nosearch-products a {
    width: 50%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.625rem;
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 40.063em) {
      #nosearch_rr .wrapper-nosearch-products a:nth-child(2n-1) {
        clear: both; } }
    @media only screen and (min-width:40.063em) {
      #nosearch_rr .wrapper-nosearch-products a {
        width: 20%; } }
    #nosearch_rr .wrapper-nosearch-products a img {
      width: 100%;
      margin-bottom: 0.625rem; }
    #nosearch_rr .wrapper-nosearch-products a span {
      display: block;
      width: 100%;
      font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
      font-weight: 400;
      font-size: 0.875rem;
      color: #4c4d4d;
      text-align: center; }
    #nosearch_rr .wrapper-nosearch-products a:hover span, #nosearch_rr .wrapper-nosearch-products a:active span {
      color: #588bbb; }

@media only screen and (min-width:40.063em) {
  #NoHitSearch {
    margin-top: 2.5rem; } }

.storefront .mobile-search-row {
  display: none; }

@media only screen and (max-width: 40.063em) {
  .recommendations-row {
    display: none; } }

.recommendations-for-you-confirmation {
  border: 1px solid #818282;
  padding: 1.25rem 2.1875rem;
  margin: 0.625rem 0; }
  @media only screen and (min-width:64.063em) {
    .recommendations-for-you-confirmation {
      padding: 1.875rem 3.125rem;
      margin: 0.9375rem 0; } }
  .recommendations-for-you-confirmation h2 {
    font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
    font-weight: 600;
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1;
    color: #4c4d4d; }
    @media only screen and (min-width:64.063em) {
      .recommendations-for-you-confirmation h2 {
        font-size: 1.375rem; } }
  .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products {
    margin: 0.625rem -0.4375rem 0 -0.4375rem; }
    .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products:before, .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products:after {
      content: " ";
      display: table; }
    .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products:after {
      clear: both; }
    @media only screen and (min-width:64.063em) {
      .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products {
        margin: 0.9375rem -0.625rem 0 -0.625rem; } }
    .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products a {
      float: left;
      width: 50%;
      margin-bottom: 15px;
      display: block;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 0.4375rem; }
      @media only screen and (min-width:40.063em) {
        .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products a {
          width: 25%; } }
      @media only screen and (min-width:64.063em) {
        .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products a {
          padding: 0 0.625rem; } }
      .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products a img {
        width: 100%;
        margin-bottom: 0.4375rem; }
        @media only screen and (min-width:64.063em) {
          .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products a img {
            margin-bottom: 0.625rem; } }
      .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products a span {
        display: block;
        width: 100%;
        font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
        font-weight: 400;
        font-size: 0.6875rem;
        color: #4c4d4d;
        text-align: center; }
        @media only screen and (min-width:64.063em) {
          .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products a span {
            font-size: 0.875rem; } }
      .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products a:hover span, .recommendations-for-you-confirmation #purchase1_rr .wrapper-cart-last-products a:active span {
        color: #588bbb; }

@media only screen and (max-width: 40.063em) {
  .catHeader2 p:last-child {
    padding-bottom: 0;
    margin-bottom: 0; } }

.seo-link-copy {
  padding: 12px 0 0 0; }
  .seo-link-copy .seo-copy {
    display: none; }
    .seo-link-copy .seo-copy.active {
      display: block; }

.pdp-tab-content #BVReviewsContainer .BVRRWidget {
  margin-top: 0;
  overflow: visible; }
.pdp-tab-content #BVReviewsContainer .BVRRHeader {
  padding: 0.3125rem; }
.pdp-tab-content #BVReviewsContainer .BVRRReviewDisplayStyle2 > div {
  margin: 0.3125rem 0; }
.pdp-tab-content #BVReviewsContainer .BVRRDisplayContentLinkWrite a, .pdp-tab-content #BVReviewsContainer .BVRRSortGoButton button {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0.4375rem;
  padding-right: 1.11111rem;
  padding-bottom: 0.4375rem;
  padding-left: 1.11111rem;
  font-size: 0.61111rem;
  margin-bottom: 0.75rem;
  width: 100%; }
  @media only screen and (min-width:40.063em) {
    .pdp-tab-content #BVReviewsContainer .BVRRDisplayContentLinkWrite a, .pdp-tab-content #BVReviewsContainer .BVRRSortGoButton button {
      width: auto;
      margin-bottom: 0; } }
.pdp-tab-content #BVReviewsContainer .BVRRContextDataContainer > div {
  margin: 0.3125rem 0; }
.pdp-tab-content #BVReviewsContainer .BVRRDisplayContentHeaderContent {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 61.875rem;
  padding: 15px 0; }
  .pdp-tab-content #BVReviewsContainer .BVRRDisplayContentHeaderContent:before, .pdp-tab-content #BVReviewsContainer .BVRRDisplayContentHeaderContent:after {
    content: " ";
    display: table; }
  .pdp-tab-content #BVReviewsContainer .BVRRDisplayContentHeaderContent:after {
    clear: both; }
.pdp-tab-content #BVReviewsContainer .BVRRDisplayContentSubtitle {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .pdp-tab-content #BVReviewsContainer .BVRRDisplayContentSubtitle {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left; } }
.pdp-tab-content #BVReviewsContainer .BVRRSortAndSearch {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    .pdp-tab-content #BVReviewsContainer .BVRRSortAndSearch {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left; } }
  .pdp-tab-content #BVReviewsContainer .BVRRSortAndSearch .BVRRDisplayContentSort {
    top: 0;
    float: none; }
    @media only screen and (min-width:40.063em) {
      .pdp-tab-content #BVReviewsContainer .BVRRSortAndSearch .BVRRDisplayContentSort {
        float: right; } }
    .pdp-tab-content #BVReviewsContainer .BVRRSortAndSearch .BVRRDisplayContentSort select {
      width: 100%;
      margin-bottom: 0.75rem; }
      @media only screen and (min-width:40.063em) {
        .pdp-tab-content #BVReviewsContainer .BVRRSortAndSearch .BVRRDisplayContentSort select {
          width: auto;
          margin-bottom: 0; } }
    .pdp-tab-content #BVReviewsContainer .BVRRSortAndSearch .BVRRDisplayContentSort .BVRRSortSelectWidget {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 61.875rem; }
      .pdp-tab-content #BVReviewsContainer .BVRRSortAndSearch .BVRRDisplayContentSort .BVRRSortSelectWidget:before, .pdp-tab-content #BVReviewsContainer .BVRRSortAndSearch .BVRRDisplayContentSort .BVRRSortSelectWidget:after {
        content: " ";
        display: table; }
      .pdp-tab-content #BVReviewsContainer .BVRRSortAndSearch .BVRRDisplayContentSort .BVRRSortSelectWidget:after {
        clear: both; }
.pdp-tab-content #BVReviewsContainer .BVRRRootElement, .pdp-tab-content #BVReviewsContainer .BVRRRootElement input, .pdp-tab-content #BVReviewsContainer .BVRRRootElement select, .pdp-tab-content #BVReviewsContainer .BVRRRootElement textarea, .pdp-tab-content #BVReviewsContainer .BVRRPhotoPopup {
  font-size: 0.8125rem; }

.column.search {
  padding-left: 0px !important; }

#suggestions {
  background: #fff;
  padding: 0.25rem 0.25rem;
  border: 1px solid #ddd;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  z-index: 7777;
  color: #3b3b3b;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 16px; }
  #suggestions .suggestionterm {
    display: block;
    float: left;
    text-align: left;
    width: 66%; }
    #suggestions .suggestionterm span {
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      margin: 0 10px 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
  #suggestions .hits {
    display: block;
    float: left;
    text-align: right;
    width: 34%; }
  #suggestions .unselected, #suggestions .selected {
    height: 20px;
    padding: 0.125rem 0.25rem;
    overflow: hidden;
    white-space: nowrap; }
  #suggestions .selected {
    background: #ccc; }

.product-grid .cat-grid-promo {
  overflow: hidden;
  position: relative; }
  .product-grid .cat-grid-promo .product-item {
    overflow: hidden;
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 2; }
  .product-grid .cat-grid-promo a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .product-grid .cat-grid-promo img {
    position: absolute;
    z-index: 1;
    max-width: none;
    height: 100%;
    width: auto; }
  .product-grid .cat-grid-promo img.cat-grid-ph {
    display: none; }
  .product-grid .cat-grid-promo p {
    padding: 0;
    margin: 0; }
  .product-grid .cat-grid-promo p.title, .product-grid .cat-grid-promo p.desc, .product-grid .cat-grid-promo p.shop {
    position: relative;
    z-index: 2;
    color: #222;
    margin: 0;
    padding: 0 5% 0 5%; }
  .product-grid .cat-grid-promo p.title {
    font-family: 'Mercury Display A', 'Mercury Display B', 'Times New Roman', serif;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 28px;
    padding-top: 5%;
    padding-bottom: 9px; }
    @media only screen and (min-width: 641px) and (max-width: 799px) {
      .product-grid .cat-grid-promo p.title {
        font-size: 1.3125rem; } }
    @media only screen and (min-width: 0px) and (max-width: 539px) {
      .product-grid .cat-grid-promo p.title {
        font-size: 1.3125rem; } }
  .product-grid .cat-grid-promo p.desc, .product-grid .cat-grid-promo p.shop {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
    padding-top: 6px;
    padding-bottom: 3px; }
    .product-grid .cat-grid-promo p.desc strong, .product-grid .cat-grid-promo p.shop strong {
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: underline; }
  @media only screen and (min-width: 641px) and (max-width: 799px) {
    .product-grid .cat-grid-promo p.desc {
      display: none; } }
  @media only screen and (min-width: 0px) and (max-width: 539px) {
    .product-grid .cat-grid-promo p.desc {
      display: none; } }
  .product-grid .cat-grid-promo:hover p strong, .product-grid .cat-grid-promo:focus p strong {
    text-decoration: none; }

.product-grid .single-cat-grid-promo .product-item {
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  right: 12px; }
.product-grid .single-cat-grid-promo img.cat-grid-ph {
  opacity: 0;
  display: block;
  width: 100%;
  position: relative; }

.category-description p {
  font-size: 1rem;
  padding: 12px 0;
  margin: 0 0 0 0;
  text-align: center; }
  @media only screen and (min-width:40.063em) {
    .category-description p {
      font-size: 1.375rem;
      padding: 24px 0; } }

.question {
  position: relative;
  padding: 10px 0; }
  .question:before, .question:after {
    content: " ";
    display: table; }
  .question:after {
    clear: both; }
  @media only screen and (min-width:40.063em) {
    .question {
      padding: 20px 0; } }
  .question .question-contentasset {
    display: none;
    float: left;
    width: 35%;
    padding: 0 0px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .question .question-contentasset {
        display: block; } }
    @media only screen and (min-width: 860px) {
      .question .question-contentasset {
        padding: 0 50px; } }
    .question .question-contentasset img {
      width: 100%;
      margin: 0 auto; }
    .question .question-contentasset .contentasset {
      margin: 0;
      padding: 0; }
  .question .quesiton-refinement {
    float: left;
    width: 100%;
    padding: 15px;
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .question .quesiton-refinement {
        width: 65%;
        padding: 30px 60px; } }
    .question .quesiton-refinement p {
      text-transform: uppercase;
      font-size: 1.125rem;
      margin: 0 0 0 0;
      padding: 0 0 0 0; }
    .question .quesiton-refinement .link-sep {
      display: block;
      width: 100%; }
      @media only screen and (min-width: 480px) {
        .question .quesiton-refinement .link-sep {
          display: inline;
          width: auto; } }
  .question a {
    color: #7eb1dc;
    text-transform: uppercase; }
    .question a span {
      color: #0e0e0e; }
  .question a.current-answer {
    display: block;
    border: 1px solid #8cb7df;
    color: #0e0e0e;
    line-height: 30px;
    width: 100%;
    margin: 12px 0 24px 0;
    text-transform: none;
    font-size: 1.125rem;
    padding: 4px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .question a.current-answer {
        margin: 35px 0; } }
    .question a.current-answer span {
      font-size: 1.5rem;
      position: absolute;
      top: 4px;
      right: 8px; }
    .question a.current-answer.loading:before {
      z-index: 1000;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      background-image: url(../bower_components/slick-carousel/slick/ajax-loader.gif);
      background-position: 90% 50%;
      background-repeat: no-repeat;
      background-size: 16px 16px; }
  .question .question-list {
    position: relative; }
    .question .question-list ul {
      background: #fff;
      border: 1px solid #8cb7df;
      display: none;
      position: absolute;
      z-index: 4;
      top: 39px;
      left: 0px;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      width: 100%;
      list-style: none; }
      .question .question-list ul li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        list-style: none; }
        .question .question-list ul li a {
          margin: 0 0 0 0;
          padding: 0 0 0 0;
          display: block;
          width: 100%;
          color: #0e0e0e;
          line-height: 30px;
          width: 100%;
          font-size: 1.125rem;
          padding: 4px;
          text-transform: none; }
    .question .question-list.active ul {
      display: block; }

.question-results-count {
  color: #0e0e0e;
  font-family: 'Mercury SSm A', 'Mercury SSm B', 'Times New Roman', serif;
  font-size: 1.375rem;
  padding: 12px 0 6px 0;
  margin: 0 0 0 0;
  text-align: center; }
  @media only screen and (min-width:40.063em) {
    .question-results-count {
      font-size: 1.75rem;
      padding: 24px 0 12px 0; } }

.question-restart {
  padding: 0;
  margin: 0;
  text-align: center; }
  .question-restart a {
    color: #7eb1dc;
    font-size: 1.125rem;
    padding: 6px 0 12px 0;
    margin: 0 0 0 0;
    display: inline-block;
    text-transform: uppercase; }
    @media only screen and (min-width:40.063em) {
      .question-restart a {
        font-size: 1.375rem;
        padding: 12px 0 24px 0; } }
    .question-restart a span {
      color: #0e0e0e; }

#questionMain {
  position: relative; }
  #questionMain.loading:before {
    z-index: 1000;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.7); }

.wideTemplate #promo-footer-row, .wideTemplate #promo-row, .wideTemplate #cat-desc, .wideTemplate #questionMain #results-top {
  max-width: 960px;
  margin: 0 auto; }
.wideTemplate #promo-row {
  margin-top: 24px; }
.wideTemplate .question-output {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 1030px) {
    .wideTemplate .question-output {
      max-width: none; } }

.question-footer-banner {
  padding-top: 24px; }

.refinedByList {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  font-size: 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 0; }
  .refinedByList span {
    display: inline-block; }
    .refinedByList span:after {
      content: '/';
      display: inline-block;
      padding: 0 0 0 4px; }
    .refinedByList span:last-child:after {
      display: none; }

/* Clean up existing content assets by overriding styles */
.redesign div.catHeader2 {
  padding: 0;
  margin: 0;
  width: auto; }
.redesign h1.catHeader2, .redesign .redesign div.catHeader2.sectionheader, .redesign .redesign div.catHeader2.sectionheader, .redesign .redesign .content h2.catHeader2, .redesign .content .redesign h2.catHeader2 {
  text-transform: none;
  letter-spacing: normal; }
.redesign #cat-header-btm2 {
  display: none; }

#about {
  margin: 0 !important; }

#cart_bannerPJ {
  font-weight: inherit !important;
  font-size: inherit !important;
  padding: 0 !important;
  color: inherit !important; }

.contentasset {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0 0 1rem 0; }

.general-left-nav {
  margin-top: 1.2rem; }
  .general-left-nav .subheader {
    cursor: pointer;
    border-bottom: 1px solid #dddede; }
  .general-left-nav .side-nav li {
    font-size: 0.6875rem;
    margin-bottom: 0.25rem; }
    .general-left-nav .side-nav li.selected {
      font-weight: bold; }
      .general-left-nav .side-nav li.selected a {
        color: #424343; }
  .general-left-nav .side-nav.unselected {
    display: none; }

#slideshow #next, #slideshow-nav-buttons {
  display: none; }

#slideshow img {
  max-height: 400px; }

div.variationattributes div#FixedKitComp.variantdropdown {
  visibility: hidden;
  display: none; }

.productdetail .bundle .monoform {
  display: none; }

.mainRefine {
  margin-bottom: 20px !important; }

#BVCustomerRatings, #BVSecondaryCustomerRatings {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.BVRRRatingSummaryNoReviews {
  width: 50%; }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .BVRRRatingSummaryNoReviews {
      width: 75%; } }

.BVRRRatingSummaryNoReviewsWriteImageLink {
  float: right; }

.BVRRRatingSummaryLinkWriteFirst {
  float: left; }

dt.SecondTitle {
  font-size: 1.5em;
  margin: 1em 0; }

.contentasset table {
  margin-bottom: 0; }
.contentasset td {
  padding: 1em 0; }
.contentasset dd > ul {
  margin: 1em 0; }
  .contentasset dd > ul.Second {
    margin: 0; }

.locations {
  margin-top: 20px; }
  .locations td {
    padding-top: 2px;
    padding-bottom: 2px; }
  .locations > table {
    margin-bottom: 20px;
    margin-left: 20px; }
    @media only screen and (max-width: 40.063em) {
      .locations > table {
        display: block; }
        .locations > table tbody {
          display: block; }
        .locations > table tr {
          display: block; }
        .locations > table td {
          display: block; } }
    @media only screen and (min-width:40.063em) and (max-width:64em) { }

.google-map-embed {
  width: auto;
  margin: 0 auto; }
  .google-map-embed iframe {
    border: 1px solid #ccc !important;
    width: 100% !important; }

.signupFieldLabel {
  margin-bottom: 0px !important;
  line-height: 29px !important; }

.redesign .content {
  margin-top: 1.2rem; }
  .redesign .content h2 {
    text-transform: none;
    letter-spacing: normal; }

#wrap #mainWrap * {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.ModernTable {
  width: 40px;
  margin-left: -20px;
  position: absolute;
  top: 0px;
  left: 50%; }

@media only screen and (max-width: 320px) {
  #email-signup-flyin {
    left: 1%; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  #email-signup-flyin {
    left: 8% !important;
    top: 10% !important;
    position: absolute !important; }
  .thankyou-hopup {
    left: 8% !important;
    top: 10% !important;
    position: absolute !important; }
  #exit-modal {
    left: 8% !important;
    top: 10% !important;
    position: absolute !important; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #email-signup-flyin {
    left: 28% !important;
    top: 10% !important;
    position: absolute !important; }
  .thankyou-hopup {
    left: 28% !important;
    top: 10% !important;
    position: absolute !important; }
  #exit-modal {
    left: 28% !important;
    top: 10% !important;
    position: absolute !important; } }

.giftpanel p:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

#giftpanel {
  display: none; }

#giftpanel.active {
  display: block; }

span.gc {
  font-size: 11px; }

h2 span.gc {
  padding-left: 5px;
  font-size: 13px; }

#giftcertentry * {
  outline: none; }