@charset "UTF-8";
.slick-slider {
  -khtml-user-select: none;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: Tahoma;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    /*url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),*/
      url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "�?";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "�?";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "�?";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-cog:before,
.fa-gear:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "�?";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "�?�";
}
.fa-map-marker:before {
  content: "�??";
}
.fa-adjust:before {
  content: "�?�";
}
.fa-tint:before {
  content: "�?�";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "�?�";
}
.fa-share-square-o:before {
  content: "�?�";
}
.fa-check-square-o:before {
  content: "�?�";
}
.fa-arrows:before {
  content: "�?�";
}
.fa-step-backward:before {
  content: "�?�";
}
.fa-fast-backward:before {
  content: "�?�";
}
.fa-backward:before {
  content: "�?�";
}
.fa-play:before {
  content: "�?�";
}
.fa-pause:before {
  content: "�?�";
}
.fa-stop:before {
  content: "�??";
}
.fa-forward:before {
  content: "�?�";
}
.fa-fast-forward:before {
  content: "�??";
}
.fa-step-forward:before {
  content: "�?�";
}
.fa-eject:before {
  content: "�?�";
}
.fa-chevron-left:before {
  content: "�?�";
}
.fa-chevron-right:before {
  content: "�?�";
}
.fa-plus-circle:before {
  content: "�?�";
}
.fa-minus-circle:before {
  content: "�?�";
}
.fa-times-circle:before {
  content: "�?�";
}
.fa-check-circle:before {
  content: "�?�";
}
.fa-question-circle:before {
  content: "�?�";
}
.fa-info-circle:before {
  content: "�?�";
}
.fa-crosshairs:before {
  content: "�?�";
}
.fa-times-circle-o:before {
  content: "�?�";
}
.fa-check-circle-o:before {
  content: "�??";
}
.fa-ban:before {
  content: "�?�";
}
.fa-arrow-left:before {
  content: "�?�";
}
.fa-arrow-right:before {
  content: "�?�";
}
.fa-arrow-up:before {
  content: "�?�";
}
.fa-arrow-down:before {
  content: "�?�";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "�?�";
}
.fa-expand:before {
  content: "�?�";
}
.fa-compress:before {
  content: "�?�";
}
.fa-plus:before {
  content: "�?�";
}
.fa-minus:before {
  content: "�?�";
}
.fa-asterisk:before {
  content: "�?�";
}
.fa-exclamation-circle:before {
  content: "�?�";
}
.fa-gift:before {
  content: "�?�";
}
.fa-leaf:before {
  content: "�?�";
}
.fa-fire:before {
  content: "�?�";
}
.fa-eye:before {
  content: "�?�";
}
.fa-eye-slash:before {
  content: "�?�";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "�?�";
}
.fa-plane:before {
  content: "�?�";
}
.fa-calendar:before {
  content: "�?�";
}
.fa-random:before {
  content: "�?�";
}
.fa-comment:before {
  content: "�?�";
}
.fa-magnet:before {
  content: "�?�";
}
.fa-chevron-up:before {
  content: "�?�";
}
.fa-chevron-down:before {
  content: "�?�";
}
.fa-retweet:before {
  content: "�?�";
}
.fa-shopping-cart:before {
  content: "�?�";
}
.fa-folder:before {
  content: "�?�";
}
.fa-folder-open:before {
  content: "�?�";
}
.fa-arrows-v:before {
  content: "�?�";
}
.fa-arrows-h:before {
  content: "�?�";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-cogs:before,
.fa-gears:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "�?";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "�?";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "�?";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "�?";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "�?";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "�?";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "�?";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-gavel:before,
.fa-legal:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-bolt:before,
.fa-flash:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "�?";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "�?";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "�?";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "�?";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "�?";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "�?";
}
.fa-compass:before {
  content: "";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "�?";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}
.fa-eur:before,
.fa-euro:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-inr:before,
.fa-rupee:before {
  content: "";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}
.fa-krw:before,
.fa-won:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "�?";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "�?";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "�?";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "�?";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "�?";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "�?";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "�?";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "�?";
}
.fa-empire:before,
.fa-ge:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "�?";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "�?";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "�?";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "�?";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "�?";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-bed:before,
.fa-hotel:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "�?";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "�?";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "�?";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "�?";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-television:before,
.fa-tv:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "�?";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "�?";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "�?";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "�?";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "�?";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "�?";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "�?";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "�?";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slick-track {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slide {
  height: 100%;
}
@font-face {
  font-family: button-icons;
  font-style: normal;
  src: url(../fonts/button-icons.eot?#iefix) format("embedded-opentype"),
    url(../fonts/button-icons.woff) format("woff"),
    url(../fonts/button-icons.ttf) format("truetype"),
    url(../fonts/button-icons.svg#button-icons) format("svg");
}
@font-face {
  font-family: Tahoma;
  src: url(../fonts/opensans-regular-webfont.eot);
  src: url(../fonts/opensans-regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/opensans-regular-webfont.woff) format("woff"),
    url(../fonts/opensans-regular-webfont.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: Tahoma;
  src: url(../fonts/opensans-bold-webfont.eot);
  src: url(../fonts/opensans-bold-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/opensans-bold-webfont.woff) format("woff"),
    url(../fonts/opensans-bold-webfont.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: Tahoma;
  src: url(../fonts/notosans-regular-webfont.eot);
  src: url(../fonts/notosans-regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    /*url(../fonts/notosans-regular-webfont.woff) format("woff"),url(../fonts/notosans-regular-webfont.ttf) format("truetype")*/;
  font-style: normal;
}
@font-face {
  font-family: Tahoma;
  src: url(../fonts/notosans-bold-webfont.eot);
  src: url(../fonts/notosans-bold-webfont.eot?#iefix)
      format("embedded-opentype"),
    /*url(../fonts/notosans-bold-webfont.woff) format("woff"),url(../fonts/notosans-bold-webfont.ttf) format("truetype")*/;
  font-style: normal;
}
.flex,
.flex > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-pad {
  padding-right: 0;
}
.no-pad,
.no-pad-left {
  padding-left: 0;
}
.no-pad-right {
  padding-right: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb--small {
  margin-bottom: 15px;
}
.mb--base {
  margin-bottom: 30px;
}
.mb--large {
  margin-bottom: 45px;
}
.pt--small {
  padding-top: 15px;
}
.pt--base {
  padding-top: 30px;
}
.pt--large {
  padding-top: 45px;
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.h-align-left,
.text-left {
  text-align: left;
}
.h-align-right,
.text-right {
  text-align: right;
}
.h-align-center,
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.initialism,
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary,
.text-primary:hover {
  color: #000;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary,
.bg-primary:hover {
  background-color: #000;
}
.bg-success {
  background-color: #dff0d8;
}
.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
.bg-danger:hover {
  background-color: #e4b9b9;
}
@media (max-width: 991px) {
  .flex-xs,
  .flex-xs > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-justify-xs {
    text-align: justify;
  }
  .text-nowrap-xs {
    white-space: nowrap;
  }
  .no-pad-xs {
    padding-right: 0;
  }
  .no-pad-left-xs,
  .no-pad-xs {
    padding-left: 0;
  }
  .no-pad-right-xs {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .flex-sm,
  .flex-sm > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-justify-sm {
    text-align: justify;
  }
  .text-nowrap-sm {
    white-space: nowrap;
  }
  .no-pad-sm {
    padding-right: 0;
  }
  .no-pad-left-sm,
  .no-pad-sm {
    padding-left: 0;
  }
  .no-pad-right-sm {
    padding-right: 0;
  }
}
@media (max-width: 1239px) {
  .flex-sm-and-down,
  .flex-sm-and-down > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-left-sm-and-down {
    text-align: left;
  }
  .text-right-sm-and-down {
    text-align: right;
  }
  .text-center-sm-and-down {
    text-align: center;
  }
  .text-justify-sm-and-down {
    text-align: justify;
  }
  .text-nowrap-sm-and-down {
    white-space: nowrap;
  }
  .no-pad-sm-and-down {
    padding-left: 0;
    padding-right: 0;
  }
  .no-pad-left-sm-and-down {
    padding-left: 0;
  }
  .no-pad-right-sm-and-down {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .flex-sm-and-up,
  .flex-sm-and-up > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-left-sm-and-up {
    text-align: left;
  }
  .text-right-sm-and-up {
    text-align: right;
  }
  .text-center-sm-and-up {
    text-align: center;
  }
  .text-justify-sm-and-up {
    text-align: justify;
  }
  .text-nowrap-sm-and-up {
    white-space: nowrap;
  }
  .no-pad-sm-and-up {
    padding-left: 0;
    padding-right: 0;
  }
  .no-pad-left-sm-and-up {
    padding-left: 0;
  }
  .no-pad-right-sm-and-up {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .flex-md,
  .flex-md > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .text-justify-md {
    text-align: justify;
  }
  .text-nowrap-md {
    white-space: nowrap;
  }
  .no-pad-md {
    padding-right: 0;
  }
  .no-pad-left-md,
  .no-pad-md {
    padding-left: 0;
  }
  .no-pad-right-md {
    padding-right: 0;
  }
}
.flex-md-and-down,
.flex-md-and-down > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text-left-md-and-down {
  text-align: left;
}
.text-right-md-and-down {
  text-align: right;
}
.text-center-md-and-down {
  text-align: center;
}
.text-justify-md-and-down {
  text-align: justify;
}
.text-nowrap-md-and-down {
  white-space: nowrap;
}
.no-pad-md-and-down {
  padding-left: 0;
  padding-right: 0;
}
.no-pad-left-md-and-down {
  padding-left: 0;
}
.no-pad-right-md-and-down {
  padding-right: 0;
}
@media (min-width: 992px) {
  .flex-md-and-up,
  .flex-md-and-up > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-left-md-and-up {
    text-align: left;
  }
  .text-right-md-and-up {
    text-align: right;
  }
  .text-center-md-and-up {
    text-align: center;
  }
  .text-justify-md-and-up {
    text-align: justify;
  }
  .text-nowrap-md-and-up {
    white-space: nowrap;
  }
  .no-pad-md-and-up {
    padding-left: 0;
    padding-right: 0;
  }
  .no-pad-left-md-and-up {
    padding-left: 0;
  }
  .no-pad-right-md-and-up {
    padding-right: 0;
  }
}
@media (min-width: 1240px) {
  .flex-lg,
  .flex-lg > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-justify-lg {
    text-align: justify;
  }
  .text-nowrap-lg {
    white-space: nowrap;
  }
  .no-pad-lg {
    padding-right: 0;
  }
  .no-pad-left-lg,
  .no-pad-lg {
    padding-left: 0;
  }
  .no-pad-right-lg {
    padding-right: 0;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-family: Tahoma;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html:not(.category) .sidebar-wrapper,
html:not(.has-sidebar) .sidebar-wrapper {
  display: none;
}
html:not(.category) .content_area-wrapper,
html:not(.has-sidebar) .content_area-wrapper {
  width: 100%;
}
body {
  font-family: Tahoma;
  font-size: 17px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
  margin: 0;
}
@media (max-width: 1239px) {
  body {
    font-size: 14px;
  }
}
body[class*="double-menu-"],
body[class*="fall-menu-"],
body[class*="push-menu-"],
body[class*="slide-menu-"],
body[class*="static-menu-"] {
  overflow: hidden;
  height: 100%;
}
body[class*="double-menu-"] .vol-scroll-top,
body[class*="fall-menu-"] .vol-scroll-top,
body[class*="push-menu-"] .vol-scroll-top,
body[class*="slide-menu-"] .vol-scroll-top,
body[class*="static-menu-"] .vol-scroll-top {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {

}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub {
  bottom: -0.25em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: Tahoma;
  font-size: 1em;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
button:active,
button:focus {
  outline: 0;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {

}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
figure {
  margin: 0;
}
img {
  border: 0;
  vertical-align: middle;
  border: none !important;
}
.img-responsive,
img {
  max-width: 100%;
  height: auto;
}
.img-responsive {
  display: block;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.search__label,
.sr-only,
.text-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.428571429;
}
dt {

}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Tahoma;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
}
code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
  border-radius: 0;
}
kbd {
  color: #fff;
  background-color: #333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
#content_area img[src*="/headings/heading_"] + br + _headings table:before,
#content_area img[src*="/headings/heading_"] + br + br + table:before,
#content_area img[src*="/headings/heading_"] + br + div:before,
#content_area img[src*="/headings/heading_"] + br + form:before,
#content_area img[src*="/headings/heading_"] + br + img + a:before,
#content_area img[src*="/headings/heading_"] + br + table:before,
#content_area
  img[src*="/headings/heading_help.gif"]
  + br
  + img
  + a
  + br
  + table
  > tbody:before,
#content_area
  img[src*="images/HomePage/FeaturedProducts.gif"]
  + br
  + table:before {
  font-family: Tahoma;
  color: #000;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #b23331;
}
a:active,
a:hover {
  outline: 0;
}
a:focus,
a:hover {
  color: #c63937;
}
a:active {
  outline-style: none;
}
.h1,
h1 {
  color: inherit;
  font-family: Tahoma;
  font-size: 36px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .h1,
  h1 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h1,
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 24px;
  }
}
.h2,
h2 {
  color: inherit;
  font-family: Tahoma;
  font-size: 26px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .h2,
  h2 {
    font-size: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h2,
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 17px;
  }
}
.h3,
h3 {
  color: inherit;
  font-family: Tahoma;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .h3,
  h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h3,
  h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 15px;
  }
}
.h4,
h4 {
  color: inherit;
  font-family: Tahoma;
  font-size: 17px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .h4,
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h4,
  h4 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .h4,
  h4 {
    font-size: 14px;
  }
}
.h5,
h5 {
  color: inherit;
  font-family: Tahoma;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .h5,
  h5 {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h5,
  h5 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .h5,
  h5 {
    font-size: 11px;
  }
}
.h6,
h6 {
  color: inherit;
  font-family: Tahoma;
  font-size: 11px;
}
@media (max-width: 1239px) {
  .h6,
  h6 {
    font-size: 10px;
  }
}
.elist .elist__input {
  color: #000;
  border-color: rgba(0, 0, 0, 0.1);
}
.elist .elist__input,
.elist .elist__input:focus,
.elist .elist__input:hover {
  background-color: #fff;
  box-shadow: none;
}
.elist .elist__input:focus:-moz-placeholder,
.elist .elist__input:focus:-ms-input-placeholder,
.elist .elist__input:focus::-moz-placeholder,
.elist .elist__input:focus::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.elist .elist__submit {
  font-family: Tahoma;
  background-color: #b23331;
  color: #fff;
  border-color: #0d3e21;
  transition: 0.2s;
  border-radius: 0;
}
.elist .elist__submit:focus,
.elist .elist__submit:hover {
  background-color: #0d3e21;
  color: #fff;
  border-color: #0d3e21;
}
.elist .elist__submit.disabled,
.elist .elist__submit[disabled] {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.vol-scroll-top {
  font-family: Tahoma;
  background-color: #b23331;
  color: #fff;
  border-color: #0d3e21;
  transition: 0.2s;
  border-radius: 0;
}
.vol-scroll-top:focus,
.vol-scroll-top:hover {
  background-color: #0d3e21;
  color: #fff;
  border-color: #0d3e21;
}
.vol-scroll-top.disabled,
.vol-scroll-top[disabled] {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.sitemap .site-map__content .vnav--level1 > .vnav__item > .vnav__link,
.sitemap .site-map__content .vnav--level1 > .vnav__item > .vnav__link:hover,
.sitemap .site-map__content .vnav__link,
.sitemap .site-map__content .vnav__link:hover,
.sitemap .site-map__content .vnav__subnav .vnav__link,
.sitemap .site-map__content .vnav__subnav .vnav__link:hover {
  color: #b23331;
}
.sitemap .site-map__content .vnav--default {
  background-color: rgba(0, 0, 0, 0.05);
}
.sitemap .site-map__content .vnav--level1 {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
table[width="95%"] {
  width: 100%;
}
meta[itemprop="name"] + a {
  font-family: Tahoma;
  font-size: 20px;
  font-style: normal;
  color: #000;
}
meta[itemprop="name"] + a:hover {
  color: #b23331;
}
.credit-cards,
.ssl #ssl__link {
  color: #000;
}
.ssl #ssl__link:hover {
  color: #b23331;
}
.box-heading {
  background: #fff;
  color: #000;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #ddd;
}
.box-heading--unselected {
  background: #555;
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #fff;
}
.full-width-promo .full-width-promo__textbox--bg {
  background-color: rgba(0, 0, 0, 0.6);
}
input,
textarea {
  border-radius: 0;
  outline: none;
}
input,
select,
textarea {
  height: 40px;
  padding: 2px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #000;
}
input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder,
select:-moz-placeholder,
select:-ms-input-placeholder,
select::-moz-placeholder,
select::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  font-style: normal;
}
input {
  line-height: normal;
}
input[disabled],
input[readonly] {
  background-color: #eee;
  opacity: 1;
}
input[type="image"] {
  padding: initial;
  width: auto;
  height: auto;
}
input[type="file"] {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  border: none;
  line-height: 1;
  box-shadow: none;
  font-size: inherit;
}
input[type="checkbox"],
input[type="radio"] {
  border: none;
}
input.btn,
input[type="checkbox"],
input[type="radio"] {
  height: auto;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset[disabled] input,
fieldset[disabled] select,
fieldset[disabled] textarea {
  background-color: #eee;
  opacity: 1;
}
textarea {
  overflow: auto;
}
textarea[disabled],
textarea[readonly] {
  background-color: #eee;
  opacity: 1;
}
fieldset[disabled] input,
fieldset[disabled] select,
fieldset[disabled] textarea,
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
}
@media (max-width: 767px) {
  html:not(.home) .container--content {
    padding-top: 70px !important;
  }
}
.container--content input,
.container--content select,
.container--content textarea {
  margin-top: 5px;
  margin-bottom: 5px;
}
#skip-to-content:focus {
  height: auto;
  width: auto;
  clip: auto;
  z-index: 9999;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #999;
  color: #333;
}
.admin-only {
  display: none;
}
.admin-view .admin-only {
  display: block;
}
svg.icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
  fill: currentColor;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
  .dont-print,
  footer,
  header {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
}
@media (max-width: 1239px) {
  #content_area
    img[src$="heading_affiliate.gif"]
    + br
    + form
    input:not([type="submit"]) {
    margin-bottom: 15px !important;
  }
  #content_area img[src$="heading_affiliate.gif"] + br + form table {
    width: 100% !important;
  }
  #content_area img[src$="heading_affiliate.gif"] + br + form td {
    display: block !important;
    width: 100% !important;
  }
  #content_area
    img[src$="heading_affiliate.gif"]
    + br
    + form
    td[align="center"] {
    text-align: left !important;
  }
  #content_area img[src$="heading_affiliate.gif"] + br + form p {
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  #content_area form[action="/donate.asp"] div[style] {
    width: 100% !important;
  }
  #content_area form[action="/donate.asp"] td[align="left"],
  #content_area form[action="/donate.asp"] td[align="right"] {
    display: block !important;
    width: 100% !important;
  }
  #content_area form[action="/donate.asp"] td[align="right"] div {
    text-align: left !important;
    padding: 10px 0;
  }
  #content_area form[action="/donate.asp"] input[type="radio"] {
    margin: 0 5px 0 0;
  }
  #content_area form[action="/donate.asp"] br {
    line-height: 23px;
  }
}
.page-wrap {
  position: relative;
  z-index: 10;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.35s;
  background: #fff;
}
@media (max-width: 1239px) {
  .page-wrap:after {
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: 0.35s;
    z-index: 1;
  }
}
@media (max-width: 1239px) {
  .mask,
  .menu-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: transparent;
  }
}
.vol-scroll-top {
  position: fixed;
  display: inline-block;
  z-index: 99;
  padding: 15px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition-duration: 0.6s;
  transition-property: background-color, opacity, visibility, -webkit-transform;
  transition-property: transform, background-color, opacity, visibility;
  transition-property: transform, background-color, opacity, visibility,
    -webkit-transform;
  transition-timing-function: ease;
  transition-delay: 0s;
  right: 5%;
  bottom: 30px;
}
.vol-scroll-top .icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .vol-scroll-top.vol-active {
    opacity: 1;
    visibility: visible;
  }
}
.vol-scroll-top-text {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Tahoma;
}
.l-offer {
  background-color: #2b2f35;
  color: #fff;
}
@media (max-width: 767px) {
  .l-offer {
    padding-top: 70px;
  }
}
.l-offer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .l-offer .container > a {
    width: 100%;
  }
}
.l-offer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.1em;
  text-align: left;
  text-transform: uppercase;
  border-right: 1px dashed #ffe992;
}
.l-offer__left br {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .l-offer__left {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .l-offer__left {
    border-left: 3px none #f1c40e;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-offer__left br {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .l-offer__left {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .l-offer__left {
    width: 110px;
    font-size: 15px;
    line-height: 1.3;
  }
}
.l-offer__right {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
@media (max-width: 991px) {
  .l-offer__right {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .l-offer__right {
    padding: 10px 30px;
    width: calc(100% - 150px);
  }
}
.l-offer__right-tag {
  margin-right: 35px;
  margin-bottom: 3px;
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Tahoma;
  color: #ffe992;
  font-size: 25px;
  line-height: 1em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-offer__right-tag {
    font-size: 19px;
    margin-right: 15px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-offer__right-tag {
    font-size: 18px;
  }
}
.l-offer__right-tag span {
  border-top: 1px none #000;
}
.l-offer__right p {
  font-family: Tahoma;
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l-offer__right p {
    font-size: 11px;
  }
}
.l-offer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #ffe992;
  font-size: 18px;
  line-height: 1em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1239px) {
  .l-offer a {
    padding: 5px 10px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .l-offer a {
    padding: 5px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .l-offer a {
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    border-top: 1px dashed #ffe992;
  }
}
.l-offer a:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #b23331;
}
.l-offer a span {
  margin-right: 8px;
}
.l-offer a i {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
select,
select.form-control {
  display: inline-block;
  font-size: 14px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/arrow-down.svg) calc(100% - 13px) 50% no-repeat !important;
  text-overflow: "";
  cursor: pointer;
  max-width: 100%;
  padding-right: 40px;
  border-radius: 3px;
  color: #000;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
select.form-control::-ms-expand,
select::-ms-expand {
  display: none;
}
select.form-control[disabled],
select.form-control[readonly],
select[disabled],
select[readonly] {
  background-color: #eee;
  opacity: 1;
}
@media (max-width: 1239px) {
  .page-wrap:after {
    top: 70px;
  }
  .push-menu {
    top: 70px;
    height: calc(100% - 70px);
  }
  .mask,
  .menu-mask {
    top: 70px;
  }
}
.us-wrap {
  text-align: center;
  position: relative;
  display: block;
  padding: 30px 30px 0;
  border-bottom: 1px none #d1d1d1;
  background-color: #2b2f35;
  color: #fff;
}
@media (max-width: 1239px) {
  .us-wrap {
    padding-top: 20px;
  }
}
.us-wrap:after {
  content: "";
  position: absolute;
  height: 49px;
  width: 500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  top: calc(100% - 1px);
  z-index: 1;
  background: url(/v/vspfiles/assets/images/homepage/btm-triangle-p-500.png) 50%
    no-repeat;
}
.us-wrap h2 {
  margin: 0 0 10px;
  font-size: 38px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .us-wrap h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .us-wrap h2 {
    font-size: 28px;
    font-size: 22px;
  }
}
.us-wrap p {
  font-size: 22px;
  margin: 10px 0 0;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .us-wrap p {
    font-size: 19px;
    font-size: 17px;
  }
}
.us-wrap-angle img {
  margin: 0 auto;
  background: #2b2f35;
}
.item-line {
  display: block;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-repeating-linear-gradient(
    right,
    rgba(122, 193, 66, 0),
    #a70404 50%,
    hsla(0, 0%, 100%, 0)
  );
  background-image: repeating-linear-gradient(
    270deg,
    rgba(122, 193, 66, 0),
    #a70404 50%,
    hsla(0, 0%, 100%, 0)
  );
}
.item-line--orange {
  width: 100%;
  background-image: -webkit-repeating-linear-gradient(
    left,
    rgba(167, 4, 4, 0),
    #bc3c2e 50%,
    #bc3c2e
  );
  background-image: repeating-linear-gradient(
    90deg,
    rgba(167, 4, 4, 0),
    #bc3c2e 50%,
    #bc3c2e
  );
  opacity: 0.36;
}
.item-line--gold {
  background-image: -webkit-repeating-linear-gradient(
    right,
    rgba(122, 193, 66, 0),
    #ffe992 50%,
    hsla(0, 0%, 100%, 0)
  );
  background-image: repeating-linear-gradient(
    270deg,
    rgba(122, 193, 66, 0),
    #ffe992 50%,
    hsla(0, 0%, 100%, 0)
  );
}
.item-line--long {
  width: 400px;
}
.floating {
  position: fixed;
  right: 0;
  bottom: 16vh;
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  max-width: 140px;
}
@media (max-width: 991px) {
  .floating {
    display: none;
  }
}
.floating p {
  font-family: Tahoma;
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid silver;
}
.floating__seals,
.floating p {
  text-align: center;
}
.floating__seals a {
  display: block;
}
.video_container {
  float: none !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .video_container {
    width: 50%;
  }
}
.video_container .video_player {
  position: relative;
  padding-bottom: 76.25%;
  padding-top: 25px;
  height: 0;
}
.video_container .video_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-se~="c(clear)"] {
  color: transparent;
}
[data-se~="c(black)"] {
  color: #000;
}
[data-se~="c(white)"] {
  color: #fff;
}
[data-se~="c(gray-darker)"] {
  color: #222;
}
[data-se~="c(gray-dark)"] {
  color: #333;
}
[data-se~="c(gray)"] {
  color: #555;
}
[data-se~="c(gray-light)"] {
  color: #777;
}
[data-se~="c(gray-lighter)"] {
  color: #eee;
}
[data-se~="c(color1)"] {
  color: #b23331;
}
[data-se~="c(color2)"] {
  color: #222;
}
[data-se~="c(color3)"] {
  color: #333;
}
[data-se~="c(color4)"] {
  color: #666;
}
[data-se~="c(color5)"] {
  color: #fff;
}
[data-se~="c(color1-light)"] {
  color: #b23331;
}
[data-se~="c(color2-light)"] {
  color: #3c3c3c;
}
[data-se~="c(color3-light)"] {
  color: #4d4d4d;
}
[data-se~="c(color4-light)"] {
  color: gray;
}
[data-se~="c(color5-light)"] {
  color: #fff;
}
[data-se~="c(color1-dark)"] {
  color: #092916;
}
[data-se~="c(color2-dark)"] {
  color: #080808;
}
[data-se~="c(color3-dark)"] {
  color: #1a1a1a;
}
[data-se~="c(color4-dark)"] {
  color: #4d4d4d;
}
[data-se~="c(color5-dark)"] {
  color: #e6e6e6;
}
[data-se~="c--hover(clear)"]:hover {
  color: transparent;
}
[data-se~="c--hover(black)"]:hover {
  color: #000;
}
[data-se~="c--hover(white)"]:hover {
  color: #fff;
}
[data-se~="c--hover(gray-darker)"]:hover {
  color: #222;
}
[data-se~="c--hover(gray-dark)"]:hover {
  color: #333;
}
[data-se~="c--hover(gray)"]:hover {
  color: #555;
}
[data-se~="c--hover(gray-light)"]:hover {
  color: #777;
}
[data-se~="c--hover(gray-lighter)"]:hover {
  color: #eee;
}
[data-se~="c--hover(color1)"]:hover {
  color: #b23331;
}
[data-se~="c--hover(color2)"]:hover {
  color: #222;
}
[data-se~="c--hover(color3)"]:hover {
  color: #333;
}
[data-se~="c--hover(color4)"]:hover {
  color: #666;
}
[data-se~="c--hover(color5)"]:hover {
  color: #fff;
}
[data-se~="c--hover(color1-light)"]:hover {
  color: #b23331;
}
[data-se~="c--hover(color2-light)"]:hover {
  color: #3c3c3c;
}
[data-se~="c--hover(color3-light)"]:hover {
  color: #4d4d4d;
}
[data-se~="c--hover(color4-light)"]:hover {
  color: gray;
}
[data-se~="c--hover(color5-light)"]:hover {
  color: #fff;
}
[data-se~="c--hover(color1-dark)"]:hover {
  color: #092916;
}
[data-se~="c--hover(color2-dark)"]:hover {
  color: #080808;
}
[data-se~="c--hover(color3-dark)"]:hover {
  color: #1a1a1a;
}
[data-se~="c--hover(color4-dark)"]:hover {
  color: #4d4d4d;
}
[data-se~="c--hover(color5-dark)"]:hover {
  color: #e6e6e6;
}
[data-se~="c--focus(clear)"]:focus {
  color: transparent;
}
[data-se~="c--focus(black)"]:focus {
  color: #000;
}
[data-se~="c--focus(white)"]:focus {
  color: #fff;
}
[data-se~="c--focus(gray-darker)"]:focus {
  color: #222;
}
[data-se~="c--focus(gray-dark)"]:focus {
  color: #333;
}
[data-se~="c--focus(gray)"]:focus {
  color: #555;
}
[data-se~="c--focus(gray-light)"]:focus {
  color: #777;
}
[data-se~="c--focus(gray-lighter)"]:focus {
  color: #eee;
}
[data-se~="c--focus(color1)"]:focus {
  color: #b23331;
}
[data-se~="c--focus(color2)"]:focus {
  color: #222;
}
[data-se~="c--focus(color3)"]:focus {
  color: #333;
}
[data-se~="c--focus(color4)"]:focus {
  color: #666;
}
[data-se~="c--focus(color5)"]:focus {
  color: #fff;
}
[data-se~="c--focus(color1-light)"]:focus {
  color: #b23331;
}
[data-se~="c--focus(color2-light)"]:focus {
  color: #3c3c3c;
}
[data-se~="c--focus(color3-light)"]:focus {
  color: #4d4d4d;
}
[data-se~="c--focus(color4-light)"]:focus {
  color: gray;
}
[data-se~="c--focus(color5-light)"]:focus {
  color: #fff;
}
[data-se~="c--focus(color1-dark)"]:focus {
  color: #092916;
}
[data-se~="c--focus(color2-dark)"]:focus {
  color: #080808;
}
[data-se~="c--focus(color3-dark)"]:focus {
  color: #1a1a1a;
}
[data-se~="c--focus(color4-dark)"]:focus {
  color: #4d4d4d;
}
[data-se~="c--focus(color5-dark)"]:focus {
  color: #e6e6e6;
}
[data-se~="c--hover-children(clear)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(clear)"]:hover > * {
  color: transparent;
}
[data-se~="c--hover-children(black)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(black)"]:hover > * {
  color: #000;
}
[data-se~="c--hover-children(white)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(white)"]:hover > * {
  color: #fff;
}
[data-se~="c--hover-children(gray-darker)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(gray-darker)"]:hover > * {
  color: #222;
}
[data-se~="c--hover-children(gray-dark)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(gray-dark)"]:hover > * {
  color: #333;
}
[data-se~="c--hover-children(gray)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(gray)"]:hover > * {
  color: #555;
}
[data-se~="c--hover-children(gray-light)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(gray-light)"]:hover > * {
  color: #777;
}
[data-se~="c--hover-children(gray-lighter)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(gray-lighter)"]:hover > * {
  color: #eee;
}
[data-se~="c--hover-children(color1)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color1)"]:hover > * {
  color: #b23331;
}
[data-se~="c--hover-children(color2)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color2)"]:hover > * {
  color: #222;
}
[data-se~="c--hover-children(color3)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color3)"]:hover > * {
  color: #333;
}
[data-se~="c--hover-children(color4)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color4)"]:hover > * {
  color: #666;
}
[data-se~="c--hover-children(color5)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color5)"]:hover > * {
  color: #fff;
}
[data-se~="c--hover-children(color1-light)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color1-light)"]:hover > * {
  color: #b23331;
}
[data-se~="c--hover-children(color2-light)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color2-light)"]:hover > * {
  color: #3c3c3c;
}
[data-se~="c--hover-children(color3-light)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color3-light)"]:hover > * {
  color: #4d4d4d;
}
[data-se~="c--hover-children(color4-light)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color4-light)"]:hover > * {
  color: gray;
}
[data-se~="c--hover-children(color5-light)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color5-light)"]:hover > * {
  color: #fff;
}
[data-se~="c--hover-children(color1-dark)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color1-dark)"]:hover > * {
  color: #092916;
}
[data-se~="c--hover-children(color2-dark)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color2-dark)"]:hover > * {
  color: #080808;
}
[data-se~="c--hover-children(color3-dark)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color3-dark)"]:hover > * {
  color: #1a1a1a;
}
[data-se~="c--hover-children(color4-dark)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color4-dark)"]:hover > * {
  color: #4d4d4d;
}
[data-se~="c--hover-children(color5-dark)"] {
  transition: 0.2s;
}
[data-se~="c--hover-children(color5-dark)"]:hover > * {
  color: #e6e6e6;
}
[data-se~="c-parent--hover(clear)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(clear)"] {
  color: transparent;
}
[data-se~="c-parent--hover(black)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(black)"] {
  color: #000;
}
[data-se~="c-parent--hover(white)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(white)"] {
  color: #fff;
}
[data-se~="c-parent--hover(gray-darker)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(gray-darker)"] {
  color: #222;
}
[data-se~="c-parent--hover(gray-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(gray-dark)"] {
  color: #333;
}
[data-se~="c-parent--hover(gray)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(gray)"] {
  color: #555;
}
[data-se~="c-parent--hover(gray-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(gray-light)"] {
  color: #777;
}
[data-se~="c-parent--hover(gray-lighter)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(gray-lighter)"] {
  color: #eee;
}
[data-se~="c-parent--hover(color1)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color1)"] {
  color: #b23331;
}
[data-se~="c-parent--hover(color2)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color2)"] {
  color: #222;
}
[data-se~="c-parent--hover(color3)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color3)"] {
  color: #333;
}
[data-se~="c-parent--hover(color4)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color4)"] {
  color: #666;
}
[data-se~="c-parent--hover(color5)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color5)"] {
  color: #fff;
}
[data-se~="c-parent--hover(color1-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color1-light)"] {
  color: #b23331;
}
[data-se~="c-parent--hover(color2-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color2-light)"] {
  color: #3c3c3c;
}
[data-se~="c-parent--hover(color3-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color3-light)"] {
  color: #4d4d4d;
}
[data-se~="c-parent--hover(color4-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color4-light)"] {
  color: gray;
}
[data-se~="c-parent--hover(color5-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color5-light)"] {
  color: #fff;
}
[data-se~="c-parent--hover(color1-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color1-dark)"] {
  color: #092916;
}
[data-se~="c-parent--hover(color2-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color2-dark)"] {
  color: #080808;
}
[data-se~="c-parent--hover(color3-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color3-dark)"] {
  color: #1a1a1a;
}
[data-se~="c-parent--hover(color4-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color4-dark)"] {
  color: #4d4d4d;
}
[data-se~="c-parent--hover(color5-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="c-parent--hover(color5-dark)"] {
  color: #e6e6e6;
}
[data-se~="c_inner-links(clear)"] a {
  color: transparent;
}
[data-se~="c_inner-links(black)"] a {
  color: #000;
}
[data-se~="c_inner-links(white)"] a {
  color: #fff;
}
[data-se~="c_inner-links(gray-darker)"] a {
  color: #222;
}
[data-se~="c_inner-links(gray-dark)"] a {
  color: #333;
}
[data-se~="c_inner-links(gray)"] a {
  color: #555;
}
[data-se~="c_inner-links(gray-light)"] a {
  color: #777;
}
[data-se~="c_inner-links(gray-lighter)"] a {
  color: #eee;
}
[data-se~="c_inner-links(color1)"] a {
  color: #b23331;
}
[data-se~="c_inner-links(color2)"] a {
  color: #222;
}
[data-se~="c_inner-links(color3)"] a {
  color: #333;
}
[data-se~="c_inner-links(color4)"] a {
  color: #666;
}
[data-se~="c_inner-links(color5)"] a {
  color: #fff;
}
[data-se~="c_inner-links(color1-light)"] a {
  color: #b23331;
}
[data-se~="c_inner-links(color2-light)"] a {
  color: #3c3c3c;
}
[data-se~="c_inner-links(color3-light)"] a {
  color: #4d4d4d;
}
[data-se~="c_inner-links(color4-light)"] a {
  color: gray;
}
[data-se~="c_inner-links(color5-light)"] a {
  color: #fff;
}
[data-se~="c_inner-links(color1-dark)"] a {
  color: #092916;
}
[data-se~="c_inner-links(color2-dark)"] a {
  color: #080808;
}
[data-se~="c_inner-links(color3-dark)"] a {
  color: #1a1a1a;
}
[data-se~="c_inner-links(color4-dark)"] a {
  color: #4d4d4d;
}
[data-se~="c_inner-links(color5-dark)"] a {
  color: #e6e6e6;
}
[data-se~="c_inner-links--hover(clear)"] a:hover {
  color: transparent;
}
[data-se~="c_inner-links--hover(black)"] a:hover {
  color: #000;
}
[data-se~="c_inner-links--hover(white)"] a:hover {
  color: #fff;
}
[data-se~="c_inner-links--hover(gray-darker)"] a:hover {
  color: #222;
}
[data-se~="c_inner-links--hover(gray-dark)"] a:hover {
  color: #333;
}
[data-se~="c_inner-links--hover(gray)"] a:hover {
  color: #555;
}
[data-se~="c_inner-links--hover(gray-light)"] a:hover {
  color: #777;
}
[data-se~="c_inner-links--hover(gray-lighter)"] a:hover {
  color: #eee;
}
[data-se~="c_inner-links--hover(color1)"] a:hover {
  color: #b23331;
}
[data-se~="c_inner-links--hover(color2)"] a:hover {
  color: #222;
}
[data-se~="c_inner-links--hover(color3)"] a:hover {
  color: #333;
}
[data-se~="c_inner-links--hover(color4)"] a:hover {
  color: #666;
}
[data-se~="c_inner-links--hover(color5)"] a:hover {
  color: #fff;
}
[data-se~="c_inner-links--hover(color1-light)"] a:hover {
  color: #b23331;
}
[data-se~="c_inner-links--hover(color2-light)"] a:hover {
  color: #3c3c3c;
}
[data-se~="c_inner-links--hover(color3-light)"] a:hover {
  color: #4d4d4d;
}
[data-se~="c_inner-links--hover(color4-light)"] a:hover {
  color: gray;
}
[data-se~="c_inner-links--hover(color5-light)"] a:hover {
  color: #fff;
}
[data-se~="c_inner-links--hover(color1-dark)"] a:hover {
  color: #092916;
}
[data-se~="c_inner-links--hover(color2-dark)"] a:hover {
  color: #080808;
}
[data-se~="c_inner-links--hover(color3-dark)"] a:hover {
  color: #1a1a1a;
}
[data-se~="c_inner-links--hover(color4-dark)"] a:hover {
  color: #4d4d4d;
}
[data-se~="c_inner-links--hover(color5-dark)"] a:hover {
  color: #e6e6e6;
}
[data-se~="bgc(clear)"] {
  background-color: transparent;
  color: #fff;
}
[data-se~="bgc(black)"] {
  background-color: #000;
  color: #fff;
}
[data-se~="bgc(white)"] {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc(gray-darker)"] {
  background-color: #222;
  color: #fff;
}
[data-se~="bgc(gray-dark)"] {
  background-color: #333;
  color: #fff;
}
[data-se~="bgc(gray)"] {
  background-color: #555;
  color: #fff;
}
[data-se~="bgc(gray-light)"] {
  background-color: #777;
  color: #fff;
}
[data-se~="bgc(gray-lighter)"] {
  background-color: #eee;
  color: #000;
}
[data-se~="bgc(color1)"] {
  background-color: #b23331;
  color: #fff;
}
[data-se~="bgc(color2)"] {
  background-color: #222;
  color: #fff;
}
[data-se~="bgc(color3)"] {
  background-color: #333;
  color: #fff;
}
[data-se~="bgc(color4)"] {
  background-color: #666;
  color: #fff;
}
[data-se~="bgc(color5)"] {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc(color1-light)"] {
  background-color: #b23331;
  color: #fff;
}
[data-se~="bgc(color2-light)"] {
  background-color: #3c3c3c;
  color: #fff;
}
[data-se~="bgc(color3-light)"] {
  background-color: #4d4d4d;
  color: #fff;
}
[data-se~="bgc(color4-light)"] {
  background-color: gray;
  color: #fff;
}
[data-se~="bgc(color5-light)"] {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc(color1-dark)"] {
  background-color: #092916;
  color: #fff;
}
[data-se~="bgc(color2-dark)"] {
  background-color: #080808;
  color: #fff;
}
[data-se~="bgc(color3-dark)"] {
  background-color: #1a1a1a;
  color: #fff;
}
[data-se~="bgc(color4-dark)"] {
  background-color: #4d4d4d;
  color: #fff;
}
[data-se~="bgc(color5-dark)"] {
  background-color: #e6e6e6;
  color: #000;
}
[data-se~="bgc--hover(clear)"]:hover {
  background-color: transparent;
  color: #fff;
}
[data-se~="bgc--hover(black)"]:hover {
  background-color: #000;
  color: #fff;
}
[data-se~="bgc--hover(white)"]:hover {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc--hover(gray-darker)"]:hover {
  background-color: #222;
  color: #fff;
}
[data-se~="bgc--hover(gray-dark)"]:hover {
  background-color: #333;
  color: #fff;
}
[data-se~="bgc--hover(gray)"]:hover {
  background-color: #555;
  color: #fff;
}
[data-se~="bgc--hover(gray-light)"]:hover {
  background-color: #777;
  color: #fff;
}
[data-se~="bgc--hover(gray-lighter)"]:hover {
  background-color: #eee;
  color: #000;
}
[data-se~="bgc--hover(color1)"]:hover {
  background-color: #b23331;
  color: #fff;
}
[data-se~="bgc--hover(color2)"]:hover {
  background-color: #222;
  color: #fff;
}
[data-se~="bgc--hover(color3)"]:hover {
  background-color: #333;
  color: #fff;
}
[data-se~="bgc--hover(color4)"]:hover {
  background-color: #666;
  color: #fff;
}
[data-se~="bgc--hover(color5)"]:hover {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc--hover(color1-light)"]:hover {
  background-color: #b23331;
  color: #fff;
}
[data-se~="bgc--hover(color2-light)"]:hover {
  background-color: #3c3c3c;
  color: #fff;
}
[data-se~="bgc--hover(color3-light)"]:hover {
  background-color: #4d4d4d;
  color: #fff;
}
[data-se~="bgc--hover(color4-light)"]:hover {
  background-color: gray;
  color: #fff;
}
[data-se~="bgc--hover(color5-light)"]:hover {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc--hover(color1-dark)"]:hover {
  background-color: #092916;
  color: #fff;
}
[data-se~="bgc--hover(color2-dark)"]:hover {
  background-color: #080808;
  color: #fff;
}
[data-se~="bgc--hover(color3-dark)"]:hover {
  background-color: #1a1a1a;
  color: #fff;
}
[data-se~="bgc--hover(color4-dark)"]:hover {
  background-color: #4d4d4d;
  color: #fff;
}
[data-se~="bgc--hover(color5-dark)"]:hover {
  background-color: #e6e6e6;
  color: #000;
}
[data-se~="bgc--focus(clear)"]:focus {
  background-color: transparent;
  color: #fff;
}
[data-se~="bgc--focus(black)"]:focus {
  background-color: #000;
  color: #fff;
}
[data-se~="bgc--focus(white)"]:focus {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc--focus(gray-darker)"]:focus {
  background-color: #222;
  color: #fff;
}
[data-se~="bgc--focus(gray-dark)"]:focus {
  background-color: #333;
  color: #fff;
}
[data-se~="bgc--focus(gray)"]:focus {
  background-color: #555;
  color: #fff;
}
[data-se~="bgc--focus(gray-light)"]:focus {
  background-color: #777;
  color: #fff;
}
[data-se~="bgc--focus(gray-lighter)"]:focus {
  background-color: #eee;
  color: #000;
}
[data-se~="bgc--focus(color1)"]:focus {
  background-color: #b23331;
  color: #fff;
}
[data-se~="bgc--focus(color2)"]:focus {
  background-color: #222;
  color: #fff;
}
[data-se~="bgc--focus(color3)"]:focus {
  background-color: #333;
  color: #fff;
}
[data-se~="bgc--focus(color4)"]:focus {
  background-color: #666;
  color: #fff;
}
[data-se~="bgc--focus(color5)"]:focus {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc--focus(color1-light)"]:focus {
  background-color: #b23331;
  color: #fff;
}
[data-se~="bgc--focus(color2-light)"]:focus {
  background-color: #3c3c3c;
  color: #fff;
}
[data-se~="bgc--focus(color3-light)"]:focus {
  background-color: #4d4d4d;
  color: #fff;
}
[data-se~="bgc--focus(color4-light)"]:focus {
  background-color: gray;
  color: #fff;
}
[data-se~="bgc--focus(color5-light)"]:focus {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc--focus(color1-dark)"]:focus {
  background-color: #092916;
  color: #fff;
}
[data-se~="bgc--focus(color2-dark)"]:focus {
  background-color: #080808;
  color: #fff;
}
[data-se~="bgc--focus(color3-dark)"]:focus {
  background-color: #1a1a1a;
  color: #fff;
}
[data-se~="bgc--focus(color4-dark)"]:focus {
  background-color: #4d4d4d;
  color: #fff;
}
[data-se~="bgc--focus(color5-dark)"]:focus {
  background-color: #e6e6e6;
  color: #000;
}
[data-se~="bgc-parent--hover(clear)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(clear)"] {
  background-color: transparent;
  color: #fff;
}
[data-se~="bgc-parent--hover(black)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(black)"] {
  background-color: #000;
  color: #fff;
}
[data-se~="bgc-parent--hover(white)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(white)"] {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc-parent--hover(gray-darker)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(gray-darker)"] {
  background-color: #222;
  color: #fff;
}
[data-se~="bgc-parent--hover(gray-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(gray-dark)"] {
  background-color: #333;
  color: #fff;
}
[data-se~="bgc-parent--hover(gray)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(gray)"] {
  background-color: #555;
  color: #fff;
}
[data-se~="bgc-parent--hover(gray-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(gray-light)"] {
  background-color: #777;
  color: #fff;
}
[data-se~="bgc-parent--hover(gray-lighter)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(gray-lighter)"] {
  background-color: #eee;
  color: #000;
}
[data-se~="bgc-parent--hover(color1)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color1)"] {
  background-color: #b23331;
  color: #fff;
}
[data-se~="bgc-parent--hover(color2)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color2)"] {
  background-color: #222;
  color: #fff;
}
[data-se~="bgc-parent--hover(color3)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color3)"] {
  background-color: #333;
  color: #fff;
}
[data-se~="bgc-parent--hover(color4)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color4)"] {
  background-color: #666;
  color: #fff;
}
[data-se~="bgc-parent--hover(color5)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color5)"] {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc-parent--hover(color1-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color1-light)"] {
  background-color: #b23331;
  color: #fff;
}
[data-se~="bgc-parent--hover(color2-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color2-light)"] {
  background-color: #3c3c3c;
  color: #fff;
}
[data-se~="bgc-parent--hover(color3-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color3-light)"] {
  background-color: #4d4d4d;
  color: #fff;
}
[data-se~="bgc-parent--hover(color4-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color4-light)"] {
  background-color: gray;
  color: #fff;
}
[data-se~="bgc-parent--hover(color5-light)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color5-light)"] {
  background-color: #fff;
  color: #000;
}
[data-se~="bgc-parent--hover(color1-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color1-dark)"] {
  background-color: #092916;
  color: #fff;
}
[data-se~="bgc-parent--hover(color2-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color2-dark)"] {
  background-color: #080808;
  color: #fff;
}
[data-se~="bgc-parent--hover(color3-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color3-dark)"] {
  background-color: #1a1a1a;
  color: #fff;
}
[data-se~="bgc-parent--hover(color4-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color4-dark)"] {
  background-color: #4d4d4d;
  color: #fff;
}
[data-se~="bgc-parent--hover(color5-dark)"] {
  transition: 0.2s;
}
:hover > [data-se~="bgc-parent--hover(color5-dark)"] {
  background-color: #e6e6e6;
  color: #000;
}
[data-se~="bdc(clear)"] {
  border-color: transparent;
}
[data-se~="bdc(black)"] {
  border-color: #000;
}
[data-se~="bdc(white)"] {
  border-color: #fff;
}
[data-se~="bdc(gray-darker)"] {
  border-color: #222;
}
[data-se~="bdc(gray-dark)"] {
  border-color: #333;
}
[data-se~="bdc(gray)"] {
  border-color: #555;
}
[data-se~="bdc(gray-light)"] {
  border-color: #777;
}
[data-se~="bdc(gray-lighter)"] {
  border-color: #eee;
}
[data-se~="bdc(color1)"] {
  border-color: #b23331;
}
[data-se~="bdc(color2)"] {
  border-color: #222;
}
[data-se~="bdc(color3)"] {
  border-color: #333;
}
[data-se~="bdc(color4)"] {
  border-color: #666;
}
[data-se~="bdc(color5)"] {
  border-color: #fff;
}
[data-se~="bdc(color1-light)"] {
  border-color: #b23331;
}
[data-se~="bdc(color2-light)"] {
  border-color: #3c3c3c;
}
[data-se~="bdc(color3-light)"] {
  border-color: #4d4d4d;
}
[data-se~="bdc(color4-light)"] {
  border-color: gray;
}
[data-se~="bdc(color5-light)"] {
  border-color: #fff;
}
[data-se~="bdc(color1-dark)"] {
  border-color: #092916;
}
[data-se~="bdc(color2-dark)"] {
  border-color: #080808;
}
[data-se~="bdc(color3-dark)"] {
  border-color: #1a1a1a;
}
[data-se~="bdc(color4-dark)"] {
  border-color: #4d4d4d;
}
[data-se~="bdc(color5-dark)"] {
  border-color: #e6e6e6;
}
[data-se~="bdc--hover(clear)"]:hover {
  border-color: transparent;
}
[data-se~="bdc--hover(black)"]:hover {
  border-color: #000;
}
[data-se~="bdc--hover(white)"]:hover {
  border-color: #fff;
}
[data-se~="bdc--hover(gray-darker)"]:hover {
  border-color: #222;
}
[data-se~="bdc--hover(gray-dark)"]:hover {
  border-color: #333;
}
[data-se~="bdc--hover(gray)"]:hover {
  border-color: #555;
}
[data-se~="bdc--hover(gray-light)"]:hover {
  border-color: #777;
}
[data-se~="bdc--hover(gray-lighter)"]:hover {
  border-color: #eee;
}
[data-se~="bdc--hover(color1)"]:hover {
  border-color: #b23331;
}
[data-se~="bdc--hover(color2)"]:hover {
  border-color: #222;
}
[data-se~="bdc--hover(color3)"]:hover {
  border-color: #333;
}
[data-se~="bdc--hover(color4)"]:hover {
  border-color: #666;
}
[data-se~="bdc--hover(color5)"]:hover {
  border-color: #fff;
}
[data-se~="bdc--hover(color1-light)"]:hover {
  border-color: #b23331;
}
[data-se~="bdc--hover(color2-light)"]:hover {
  border-color: #3c3c3c;
}
[data-se~="bdc--hover(color3-light)"]:hover {
  border-color: #4d4d4d;
}
[data-se~="bdc--hover(color4-light)"]:hover {
  border-color: gray;
}
[data-se~="bdc--hover(color5-light)"]:hover {
  border-color: #fff;
}
[data-se~="bdc--hover(color1-dark)"]:hover {
  border-color: #092916;
}
[data-se~="bdc--hover(color2-dark)"]:hover {
  border-color: #080808;
}
[data-se~="bdc--hover(color3-dark)"]:hover {
  border-color: #1a1a1a;
}
[data-se~="bdc--hover(color4-dark)"]:hover {
  border-color: #4d4d4d;
}
[data-se~="bdc--hover(color5-dark)"]:hover {
  border-color: #e6e6e6;
}
[data-se~="bdc--focus(clear)"]:focus {
  border-color: transparent;
}
[data-se~="bdc--focus(black)"]:focus {
  border-color: #000;
}
[data-se~="bdc--focus(white)"]:focus {
  border-color: #fff;
}
[data-se~="bdc--focus(gray-darker)"]:focus {
  border-color: #222;
}
[data-se~="bdc--focus(gray-dark)"]:focus {
  border-color: #333;
}
[data-se~="bdc--focus(gray)"]:focus {
  border-color: #555;
}
[data-se~="bdc--focus(gray-light)"]:focus {
  border-color: #777;
}
[data-se~="bdc--focus(gray-lighter)"]:focus {
  border-color: #eee;
}
[data-se~="bdc--focus(color1)"]:focus {
  border-color: #b23331;
}
[data-se~="bdc--focus(color2)"]:focus {
  border-color: #222;
}
[data-se~="bdc--focus(color3)"]:focus {
  border-color: #333;
}
[data-se~="bdc--focus(color4)"]:focus {
  border-color: #666;
}
[data-se~="bdc--focus(color5)"]:focus {
  border-color: #fff;
}
[data-se~="bdc--focus(color1-light)"]:focus {
  border-color: #b23331;
}
[data-se~="bdc--focus(color2-light)"]:focus {
  border-color: #3c3c3c;
}
[data-se~="bdc--focus(color3-light)"]:focus {
  border-color: #4d4d4d;
}
[data-se~="bdc--focus(color4-light)"]:focus {
  border-color: gray;
}
[data-se~="bdc--focus(color5-light)"]:focus {
  border-color: #fff;
}
[data-se~="bdc--focus(color1-dark)"]:focus {
  border-color: #092916;
}
[data-se~="bdc--focus(color2-dark)"]:focus {
  border-color: #080808;
}
[data-se~="bdc--focus(color3-dark)"]:focus {
  border-color: #1a1a1a;
}
[data-se~="bdc--focus(color4-dark)"]:focus {
  border-color: #4d4d4d;
}
[data-se~="bdc--focus(color5-dark)"]:focus {
  border-color: #e6e6e6;
}
[data-se*="font-family(font1)"] {
  font-family: Tahoma;
}
[data-se*="font-family(font2)"] {
  font-family: Tahoma;
}
[data-se*="font-weight(lighter)"] {
  font-weight: lighter;
}
[data-se*="font-weight(normal)"] {
  font-weight: 400;
}
[data-se*="font-weight(bold)"] {
  font-weight: 700;
}
[data-se*="font-weight(bolder)"] {
  font-weight: bolder;
}
img[src$="btn_Continue.gif"] {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  img[src$="btn_Continue.gif"] {
    display: inline-block;
    margin: 0;
  }
}
input[src*="btn_login.gif"] {
  margin-top: 20px;
  display: block;
}
form[name="loginform"] tr[valign="top"] {
  display: block !important;
}
@media (min-width: 768px) {
  form[name="loginform"] tr[valign="top"] {
    display: table-row !important;
  }
}
@media (min-width: 768px) {
  form[name="loginform"] tr[align="center"] {
    text-align: left;
  }
}
form[name="loginform"] td {
  padding: 5px;
}
form[name="loginform"] td[width="50%"] {
  width: 100% !important;
  display: block !important;
}
@media (min-width: 768px) {
  form[name="loginform"] td[width="50%"] {
    width: 50% !important;
    display: table-cell !important;
  }
}
form[name="loginform"] td[align="right"] {
  text-align: left !important;
}
form[name="loginform"] input[type="password"] + br {
  display: none;
}
form[name="loginform"] input[type="password"],
form[name="loginform"] input[type="text"] {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  form[name="loginform"] input[type="password"],
  form[name="loginform"] input[type="text"] {
    width: auto;
  }
}
form[name="loginform"] .colors_lines_light {
  border-color: transparent;
}
@media (min-width: 768px) {
  form[name="loginform"] .colors_lines_light {
    border-color: #eee;
  }
}
#div_articleid_61 form[action*="/Login.asp"] .colors_backgroundneutral,
#div_articleid_61 form[action*="/Login.asp"] .colors_lines_light,
#div_articleid_61 td.colors_lines_light[width="52%"] {
  background: none;
}
#div_articleid_61 td[align="right"] {
  font-weight: 700;
  padding-right: 10px;
}
#div_articleid_61 form[action*="/Login.asp"] {
  padding: 10px 0;
  background-color: #eee;
  margin: 15px 0;
}
#div_articleid_61 form[action*="/Login.asp"] td[align="right"] {
  padding-right: 10px;
  font-weight: 700;
}
#div_articleContainer_61 + table form {
  padding: 10px 0;
  background-color: #eee;
  margin: 15px 0;
}
@media (max-width: 991px) {
  #div_articleContainer_61 + table td[width="1%"],
  #div_articleid_61 td[width="1%"] {
    display: none;
  }
  #div_articleContainer_61 + table td,
  #div_articleid_61 td,
  #RegisterForm td {
    width: 100% !important;
    display: block;
    clear: both;
    text-align: left;
    white-space: normal;
  }
  #div_articleContainer_61 + table form[action*="/Login.asp"] td[align="right"],
  #div_articleid_61 form[action*="/Login.asp"] td[align="right"] {
    text-align: left;
    margin-left: 16px;
  }
  #div_articleContainer_61 + table input,
  #div_articleid_61 form[action*="/Login.asp"] input,
  #RegisterForm input {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #div_articleContainer_61 + table input,
  #div_articleid_61 form[action*="/Login.asp"] input {
    width: 90%;
    display: block;
  }
  #div_articleid_61 div[align="right"],
  #div_articleid_61 td[align="right"],
  #RegisterForm div[align="right"],
  #RegisterForm td[align="right"] {
    text-align: left;
  }
}
@media (max-width: 991px) {
  img[src$="/heading_MailingList.gif"] + br + form table[width] {
    width: 100% !important;
    padding: 0 !important;
  }
  img[src$="/heading_MailingList.gif"] + br + form td[width="95"] {
    width: 15% !important;
    white-space: normal;
  }
  img[src$="/heading_MailingList.gif"] + br + form td[width="282"] {
    width: 85% !important;
    display: block;
    position: relative;
  }
  img[src$="/heading_MailingList.gif"] + br + form td[width="282"] input {
    width: 100% !important;
  }
  img[src$="/heading_MailingList.gif"]
    + br
    + form
    td[width="282"]
    input[type="submit"] {
    white-space: normal;
  }
}
@media (max-width: 991px) {
  form[name*="form2"] table[width="500"] td {
    width: 100%;
    display: block;
  }
  a[href="myaccount.asp"] + form table[width] {
    width: 100% !important;
  }
  a[href="myaccount.asp"] + form table[width] td[width="91"] {
    width: 15%;
    white-space: nowrap;
  }
  a[href="myaccount.asp"] + form table[width] td[width="311"],
  a[href="myaccount.asp"]
    + form
    table[width]
    td[width="311"]
    input[name="emailaddress"] {
    width: 85%;
  }
  #div_articleContainer_81 + .colors_lines_light td {
    padding: 5px 0;
  }
  #AccountSettingsForm table[width] {
    width: 100% !important;
  }
  #AccountSettingsForm table[width] td,
  #AccountSettingsForm table[width] td[width="86%"] {
    display: block !important;
    width: 100% !important;
    text-align: left;
  }
  #AccountSettingsForm img[src="/clear1x1.gif"] {
    display: none;
  }
  form[action="MyAccount_ApplyGift.asp"] table[width],
  form[name*="form2"] table[width="443"] {
    width: 100% !important;
  }
  form[name*="form2"] table[width="443"] td {
    display: block !important;
    width: 100% !important;
  }
  form[name*="form2"] table[width="443"] td.colors_backgroundneutral {
    text-align: right;
    background: #eee;
  }
  form[name*="form2"] table[width="443"] td input[size="25"] {
    width: 100%;
  }
  img[src$="/heading_WriteReview.gif"] + br + div + form td {
    display: block !important;
    width: 100% !important;
  }
  img[src$="/heading_WriteReview.gif"] + br + div + form table[width] {
    width: 100% !important;
  }
  img[src$="/heading_WriteReview.gif"] + br + div + form td input[size] {
    width: 85% !important;
  }
  img[src$="/heading_WriteReview.gif"] + br + div + form td textarea {
    width: 100% !important;
  }
  img[src$="/heading_WriteReview.gif"] + br + form td {
    display: block !important;
    width: 100% !important;
  }
  img[src$="/heading_WriteReview.gif"]
    + br
    + #ListofErrorsDiv
    + br
    + table[width="500"],
  img[src$="/heading_WriteReview.gif"] + br + form table[width="500"],
  img[src$="/heading_WriteReview.gif"] + br + form td input[size],
  img[src$="/heading_WriteReview.gif"]
    + br
    + form
    textarea[name="ReviewDescription"] {
    width: 100% !important;
  }
}
#AccountSettingsForm table[width*="98%"] b font {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
#AccountSettingsForm table[width*="80%"] {
  border: 1px solid #eee;
}
#AccountSettingsForm table[width*="80%"] .btn_choose {
  display: block;
  margin: 10px;
}
#AccountSettingsForm table[width*="80%"][cellpadding*="10"] {
  border: none;
}
#AccountSettingsForm
  table[width*="80%"]
  > tbody
  > tr:first-child
  td[width*="48%"] {
  padding-top: 10px;
}
#AccountSettingsForm table[width*="80%"] td[width="48%"] {
  text-align: left;
  padding-left: 10px;
}
#AccountSettingsForm table[width*="80%"] td[width="52%"] {
  text-align: left;
  padding-left: 10px;
  margin: 5px 0 15px;
}
#AccountSettingsForm table[width*="80%"] input[name="Emailagain"] {
  margin: 0 !important;
}
#AccountSettingsForm table[width*="80%"] td[width="32%"] {
  padding: 10px 0;
}
#AccountSettingsForm table[width*="80%"] table.colors_backgroundneutral {
  font-size: 14px;
}
#AccountSettingsForm table[width*="80%"] font[color*="#CC8811"] {
  font-size: 14px;
  color: #000;
}
#AccountSettingsForm
  table[width*="80%"]
  table.colors_backgroundneutral
  table.colors_backgroundneutral {
  border-top: 1px solid #eee;
  margin: 20px 0 0;
}
#AccountSettingsForm
  table[width*="80%"]
  table.colors_backgroundneutral
  table.colors_backgroundneutral
  td {
  padding: 10px;
}
#AccountSettingsForm table[width*="80%"] tr[valign="top"] {
  border-top: 1px solid #eee;
}
#AccountSettingsForm table[width*="80%"] tr[valign="top"] td[width="48%"] {
  padding-top: 10px;
  width: auto !important;
  padding-right: 10px;
}
#AccountSettingsForm table[width*="80%"] tr[valign="top"] td[width="52%"] {
  width: auto !important;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #AccountSettingsForm
    table[width*="80%"]
    > tbody
    > tr:first-child
    td[width="52%"] {
    padding-top: 10px;
  }
  #AccountSettingsForm table[width*="80%"] td[width="48%"],
  #AccountSettingsForm table[width*="80%"] td[width="52%"] {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #AccountSettingsForm table[width*="80%"] tr[valign="top"] td[width="48%"] {
    text-align: right;
  }
  #AccountSettingsForm table[width*="80%"] tr[valign="top"] td[width="52%"] {
    padding-top: 10px;
  }
}
input[value*="mailing list"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
input[value*="mailing list"].active,
input[value*="mailing list"].focus,
input[value*="mailing list"]:active,
input[value*="mailing list"]:focus,
input[value*="mailing list"]:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
input[value*="mailing list"].disabled,
input[value*="mailing list"].disabled.active,
input[value*="mailing list"].disabled.focus,
input[value*="mailing list"].disabled:active,
input[value*="mailing list"].disabled:focus,
input[value*="mailing list"].disabled:hover,
input[value*="mailing list"][disabled],
input[value*="mailing list"][disabled].active,
input[value*="mailing list"][disabled].focus,
input[value*="mailing list"][disabled]:active,
input[value*="mailing list"][disabled]:focus,
input[value*="mailing list"][disabled]:hover {
  background-color: #000;
  border-color: #000;
}
.open > input[value*="mailing list"].dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  background-image: none;
}
fieldset[disabled] input[value*="mailing list"],
fieldset[disabled] input[value*="mailing list"].active,
fieldset[disabled] input[value*="mailing list"].focus,
fieldset[disabled] input[value*="mailing list"]:active,
fieldset[disabled] input[value*="mailing list"]:focus,
fieldset[disabled] input[value*="mailing list"]:hover {
  background-color: #000;
  border-color: #000;
}
input[value*="mailing list"] .badge {
  color: #000;
  background-color: #fff;
}
input[value*="mailing list"].active.focus,
input[value*="mailing list"].active:focus,
input[value*="mailing list"].focus,
input[value*="mailing list"]:active.focus,
input[value*="mailing list"]:active:focus,
input[value*="mailing list"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[value*="mailing list"].focus,
input[value*="mailing list"]:focus,
input[value*="mailing list"]:hover {
  color: #fff;
  text-decoration: none;
}
input[value*="mailing list"].active,
input[value*="mailing list"]:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
@media (min-width: 768px) {
  img[src*="heading_myaccount.gif"] + br + img + a + form table[width*="425"] {
    width: 100%;
  }
}
img[src*="heading_myaccount.gif"] + br + img + a + form table[width*="425"] td {
  display: block;
}
@media (min-width: 768px) {
  img[src*="heading_myaccount.gif"]
    + br
    + img
    + a
    + form
    table[width*="425"]
    td {
    display: table-cell;
    padding: 5px;
  }
}
@media (max-width: 991px) {
  img[src$="/heading_wishlist.gif"]
    + br
    + br
    + table
    + form
    .v65-productDisplay
    td[align="center"] {
    display: block !important;
  }
}
@media (max-width: 991px) {
  form[name*="form2"] td[width$="%"] {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  form[name*="form2"]
    table.colors_lines_light
    .colors_backgroundneutral
    td[width$="%"] {
    display: block !important;
  }
  form[name*="form2"] table[width="520"] {
    width: 100%;
  }
  form[name*="form2"] table[width="520"] td[width="236"] {
    width: 100% !important;
    display: table-row;
  }
  form[name*="form2"] table[width="520"] td[width="235"] {
    display: block;
  }
  form[name*="form2"] table[width="520"] td[width="235"] select {
    white-space: normal;
  }
  form[name*="form2"] table[width="520"] td[width="43"] {
    display: block;
  }
  form[name*="form2"]
    table[width="520"]
    td[width="43"]
    input[src$="/btn_go.gif"] {
    margin-left: 0;
    margin-bottom: 15px;
  }
  form[name*="form2"] a[href^="orderdetails.asp"] {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  form[action^="OrderDetails.asp"] td {
    width: 100% !important;
    display: block !important;
  }
  form[action^="OrderDetails.asp"] a > img {
    display: block;
    margin: 20px auto;
  }
  form[action^="OrderDetails.asp"] td[width="32%"] {
    text-align: center;
  }
  form[action^="OrderDetails.asp"] font[size="3"] {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
  form[action^="OrderDetails.asp"] td[bgcolor="#999999"] {
    background: none !important;
    border-top: 1px solid #eee !important;
  }
  form[action^="OrderDetails.asp"] br + br + table td[align="right"] {
    color: #000;
    text-align: center;
  }
}
font[color="#FFFFFF"] {
  color: inherit;
}
form[action^="OrderDetails.asp?"] td[bgcolor="#999999"] {
  background: none !important;
  border-top: 1px solid #eee !important;
}
form[action^="OrderDetails.asp?"] td[colspan="3"] > span:first-child:after {
  content: "\A ";
  display: block;
}
form[name="form2"] table[width="100%"] > tbody > tr > td[align*="center"] {
  font-size: 30px;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
}
form[name="form2"] table[width="100%"] > tbody > tr + tr table[width="520"] {
  text-align: center;
  margin: 0 auto;
}
form[name="form2"]
  table[width="100%"]
  > tbody
  > tr
  + tr
  table[width="520"]
  td[width*="43"],
form[name="form2"]
  table[width="100%"]
  > tbody
  > tr
  + tr
  table[width="520"]
  td[width*="235"],
form[name="form2"]
  table[width="100%"]
  > tbody
  > tr
  + tr
  table[width="520"]
  td[width*="236"] {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}
form[name="form2"]
  table[width="100%"]
  > tbody
  > tr
  + tr
  table[width="520"]
  td[width*="235"]
  select {
  margin: 0 auto;
  font-size: 14px;
}
form[name="form2"]
  table[width="100%"]
  > tbody
  > tr
  + tr
  table[width="520"]
  input[src$="/btn_go.gif"] {
  margin-left: 0;
}
form[name="form2"] table[width="100%"] > tbody > tr + tr table[width="443"],
form[name="form2"] table[width="100%"] > tbody > tr + tr table[width="443"] td {
  margin-bottom: 10px;
}
form[name="form2"] table[width="100%"].colors_lines_light {
  border: 1px solid #eee;
  display: block;
}
form[name="form2"] table[width="100%"].colors_lines_light li {
  list-style: none;
}
form[name="form2"]
  table[width="100%"].colors_lines_light
  > tbody
  > tr
  > td.colors_background3_text
  b {
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
  padding: 10px;
  background-color: #eee;
}
form[name="form2"]
  table[width="100%"].colors_lines_light
  > tbody
  > tr.colors_backgroundneutral
  td {
  padding: 6px;
}
@media (min-width: 768px) {
  form[name="form2"]
    table[width="100%"]
    > tbody
    > tr
    + tr
    table[width="520"]
    td[width*="235"]
    select {
    margin: 0 auto;
  }
  form[name="form2"]
    table[width="100%"]
    > tbody
    > tr
    + tr
    table[width="443"]
    input {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  form[name="form2"] table[width="100%"].colors_lines_light tbody {
    display: table;
    width: 100%;
  }
  form[name="form2"]
    table[width="100%"].colors_lines_light
    > tbody
    > tr
    + tr.colors_backgroundneutral_dark
    td {
    text-indent: -9999px;
    color: transparent;
    line-height: 0;
  }
  form[name="form2"] table[width="100%"].colors_lines_light td[width*="18%"],
  form[name="form2"] table[width="100%"].colors_lines_light td[width*="27%"],
  form[name="form2"] table[width="100%"].colors_lines_light td[width*="55%"] {
    text-align: left;
  }
  form[name="form2"]
    table[width="100%"].colors_lines_light
    td[width*="18%"]
    + td[width="18%"] {
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 768px) {
  form[name="form2"]
    table[width="100%"].colors_lines_light
    > tbody
    > tr.colors_backgroundneutral
    td {
    padding: 10px;
  }
  form[name="form2"] table[width="100%"].colors_lines_light td[width*="18%"],
  form[name="form2"] table[width="100%"].colors_lines_light td[width*="27%"],
  form[name="form2"] table[width="100%"].colors_lines_light td[width*="55%"] {
    padding-left: 10px;
    text-align: left;
  }
  .orderhistory form[name="form2"] table[width="100%"].colors_lines_light {
    display: table;
  }
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    td[width="55%"]
    > table
    > tbody
    > tr
    > td:first-child {
    width: 60%;
  }
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    td[width="55%"]
    > table
    > tbody
    > tr
    > td:nth-child(2),
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    td[width="55%"]
    > table
    > tbody
    > tr
    > td:nth-child(3) {
    width: 20%;
  }
}
.orderdetails .vh-hr-td hr {
  border-color: transparent;
}
@media (max-width: 991px) {
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table,
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table td,
  .orderhistory form[name="form2"] table[width="100%"].colors_lines_light table,
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    table
    td {
    display: block;
  }
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table tr:first-child,
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    table
    tr:first-child {
    display: none;
  }
  .orderdetails
    a[href^="ChangeOrderCancelItem.asp"]
    + table
    tr:not(:first-child)
    td,
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    table
    tr:not(:first-child)
    td {
    padding: 6px;
  }
  .orderdetails
    a[href^="ChangeOrderCancelItem.asp"]
    + table
    tr:not(:first-child):not(:last-child)
    td:last-child,
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    table
    tr:not(:first-child):not(:last-child)
    td:last-child {
    padding-bottom: 40px;
  }
  .orderdetails
    a[href^="ChangeOrderCancelItem.asp"]
    + table
    tr:not(:first-child)
    td:before,
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    table
    tr:not(:first-child)
    td:before {
    display: block;
    font-weight: 700;
  }
  .orderdetails
    a[href^="ChangeOrderCancelItem.asp"]
    + table
    tr:not(:first-child)
    td:first-child:before,
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    table
    tr:not(:first-child)
    td:first-child:before {
    content: "Item Ordered: ";
  }
  .orderdetails
    a[href^="ChangeOrderCancelItem.asp"]
    + table
    tr:not(:first-child)
    td:nth-child(2):before,
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    table
    tr:not(:first-child)
    td:nth-child(2):before {
    content: "Price: ";
  }
  .orderdetails
    a[href^="ChangeOrderCancelItem.asp"]
    + table
    tr:not(:first-child)
    td:nth-child(3):before,
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    table
    tr:not(:first-child)
    td:nth-child(3):before {
    content: "Status: ";
  }
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table ul,
  .orderhistory
    form[name="form2"]
    table[width="100%"].colors_lines_light
    table
    ul {
    padding-left: 0 !important;
  }
}
form[action="OrderDetails.asp"] a[href*="AccountSettings.asp?"] {
  display: block;
  margin: 10px 0;
}
form[action="OrderDetails.asp"] a[href*="OrderFinished.asp?OrderID"] {
  display: block;
}
form[action="OrderDetails.asp"] li {
  list-style: none;
}
form[action="OrderDetails.asp"] td[align="center"] {
  font-size: 18px;
  display: block;
  margin-top: 30px;
  text-align: left;
}
form[action="OrderDetails.asp"] td[align="right"] {
  text-align: left;
}
form[action="OrderDetails.asp"]
  td[align="right"]
  a[onclick*="window.open('Receipt_PrinterFriendly.asp?OrderID"] {
  display: block;
  margin: 10px 0;
}
form[action="OrderDetails.asp"] td[align="right"] .btn_changeqty.btn-link {
  margin: 10px 0;
  white-space: normal;
}
form[action="OrderDetails.asp"] td[align="right"] td[colspan="2"],
form[action="OrderDetails.asp"] td[align="right"] td[width="32%"] {
  border: 1px solid #eee;
  padding: 10px;
}
form[action="OrderDetails.asp"]
  td[align="right"]
  .colors_background3_text
  > table[width="100%"] {
  margin: 10px 0;
}
form[action="OrderDetails.asp"]
  table.colors_lines_light
  td.colors_background3_text[width="46%"] {
  margin-top: 20px;
}
form[action="OrderDetails.asp"]
  table.colors_lines_light
  .colors_backgroundneutral
  td[colspan="3"] {
  border: 1px solid #eee;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}
form[action="OrderDetails.asp"]
  table.colors_lines_light
  td[bgcolor*="#999999"] {
  background-color: transparent;
}
@media (min-width: 768px) {
  form[action="OrderDetails.asp"] td[align="right"] .colors_backgroundlight td {
    padding: 10px;
  }
  form[action="OrderDetails.asp"] .btn_changeqty.btn-link {
    float: right;
  }
  form[action="OrderDetails.asp"] table.colors_lines_light {
    margin-bottom: 10px;
  }
  form[action="OrderDetails.asp"]
    table.colors_lines_light
    td.colors_background3_text[width="54%"] {
    margin-top: 20px;
  }
  form[action="OrderDetails.asp"] table.colors_lines_light td[width="32%"],
  form[action="OrderDetails.asp"] table.colors_lines_light td[width="34%"] {
    padding: 10px;
  }
}
.kb_results #content_area td[bgcolor="#C6FFBF"] {
  padding: 15px 15px 5px;
  background-color: rgba(0, 0, 0, 0.075);
}
.kb_results form[name="SearchForm"] table,
.kb_results form[name="SearchForm"] tbody,
.kb_results form[name="SearchForm"] td:first-child,
.kb_results form[name="SearchForm"] td:nth-child(2),
.kb_results form[name="SearchForm"] tr {
  display: block;
}
@media (min-width: 768px) {
  .kb_results form[name="SearchForm"] td:first-child,
  .kb_results form[name="SearchForm"] td:nth-child(2) {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .kb_results form[name="SearchForm"] td:nth-child(2) {
    padding-right: 15px;
  }
}
.kb_results form[name="SearchForm"] td:nth-child(3),
.kb_results form[name="SearchForm"] td:nth-child(4) {
  display: block;
  float: left;
}
.kb_results form[name="SearchForm"] td:nth-child(3) {
  width: calc(100% - 100px);
  padding-right: 5px;
}
.kb_results form[name="SearchForm"] td:nth-child(3) input {
  width: 100% !important;
  text-align: left;
  color: #000;
}
.kb_results form[name="SearchForm"] td:nth-child(4) {
  width: 100px;
}
.kb_results form[name="SearchForm"] td:nth-child(4) input {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.kb_results #content_area i font[color="#999999"] {
  word-break: break-word;
}
@media (max-width: 991px) {
  .kb_results form[name="MainForm"] td,
  .kb_results form[name="MainForm"] tr {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .kb_results form[name="MainForm"] td:first-child {
    padding-right: 15px;
    text-align: right;
  }
}
.kb_results form[name="MainForm"] textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
@media (max-width: 991px) {
  .register #articleBody_61 + table td {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .register td[align="right"] {
    padding-right: 5px;
  }
}
html.lt-ie10 .push-menu {
  left: -100%;
  right: auto;
}
html.lt-ie10 body[class*="double-menu-"] .push-menu,
html.lt-ie10 body[class*="fall-menu-"] .push-menu,
html.lt-ie10 body[class*="push-menu-"] .push-menu,
html.lt-ie10 body[class*="slide-menu-"] .push-menu,
html.lt-ie10 body[class*="static-menu-"] .push-menu {
  left: 0;
}
.push-menu {
  background-color: transparent;
  padding-bottom: 80px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.push-menu .vnav__item > .vnav__link {
  color: #000;
}
.push-menu .vnav--level1 > .vnav__item:hover > .vnav__link:hover,
.push-menu .vnav--level1 > .vnav__item > .vnav__link--active {
  background-color: #eee;
  color: #000;
}
.push-menu .vnav__subnav {
  background-color: #eee;
}
.push-menu .vnav__subnav > .vnav__item:hover > .vnav__link:hover,
.push-menu .vnav__subnav > .vnav__item > .vnav__link--active {
  background-color: #777;
  color: #fff;
}
.push-menu::-webkit-scrollbar {
  display: none;
}
.push-menu__close-btn {
  padding: 15px;
  margin-bottom: 20px;
}
.push-menu__close-btn .icon {
  width: 20px;
  height: 20px;
  margin-right: 0;
  cursor: pointer;
}
.push-menu .menu-title {
  padding-right: 15px;
  padding-left: 15px;
}
.push-menu .menu-title:not(:first-child) {
  margin-top: 30px;
}
.push-menu .vnav {
  display: block;
}
.push-menu .vnav .vnav__item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.push-menu .vnav .vnav__item:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}
.push-menu
  .vnav
  .vnav__item.expanded
  > .vnav__link.menu-toggle
  > .icon.menu-expand-plus
  .vertical-bar {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.push-menu
  .vnav
  .vnav__item.expanded
  > .vnav__link.menu-toggle
  > .icon.menu-expand-chevron {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
  transform: translateY(-50%) rotate(180deg) !important;
}
.push-menu .vnav .vnav__item.expanded .vnav_subnav.subnav-expanded {
  display: block;
}
.push-menu
  .vnav
  .vnav__item:not(.expanded)
  .vnav__subnav:not(.subnav-expanded) {
  display: none;
}
.push-menu .vnav .vnav__link {
  padding: 10px 15px;
  text-align: left;
  white-space: normal;
}
.push-menu .vnav .vnav__link.menu-toggle {
  position: relative;
  padding-right: 42px;
}
.push-menu .vnav .vnav__link .icon[class*="menu-expand-"] {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.push-menu .vnav .vnav__link .icon.menu-expand-plus .vertical-bar,
.push-menu .vnav .vnav__link .icon[class*="menu-expand-"] {
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.push-menu .vnav .vnav__link .icon.menu-expand-plus .vertical-bar {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.push-menu .vnav__subnav {
  position: static;
  display: none;
  top: 0;
  left: 100%;
  z-index: 300;
}
.push-menu .vnav__subnav.vnav--level2 .vnav__link {
  padding-left: 30px;
}
.push-menu .vnav__subnav.vnav--level3 .vnav__link {
  padding-left: 45px;
}
.push-menu .vnav__subnav.vnav--level4 .vnav__link {
  padding-left: 60px;
}
.push-menu .vnav--level1 > .vnav__item,
.push-menu .vnav--level1 > .vnav__item > .vnav__link {
  display: block;
}
.sidebar {
  background-color: transparent;
}
.sidebar .vnav__item > .vnav__link {
  color: #000;
}
.sidebar .vnav--level1 > .vnav__item:hover > .vnav__link:hover,
.sidebar .vnav--level1 > .vnav__item > .vnav__link--active {
  background-color: #eee;
  color: #000;
}
.sidebar .vnav__subnav {
  background-color: #eee;
}
.sidebar .vnav__subnav > .vnav__item > .vnav__link {
  color: #000;
}
.sidebar .vnav__subnav > .vnav__item:hover > .vnav__link:hover,
.sidebar .vnav__subnav > .vnav__item > .vnav__link--active {
  background-color: #777;
  color: #fff;
}
.sidebar-wrapper {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  outline: 1px solid transparent;
}
.sidebar[menu-type~="always-expand"] .vnav__subnav,
.sidebar[menu-type~="smart-expand"] .vnav__subnav,
.sidebar[menu-type~="toggle-expand"] .vnav__subnav {
  position: static;
  left: 0;
  top: 0;
}
.sidebar[menu-type~="always-expand"] .vnav__subnav.vnav--level2 .vnav__link,
.sidebar[menu-type~="smart-expand"] .vnav__subnav.vnav--level2 .vnav__link,
.sidebar[menu-type~="toggle-expand"] .vnav__subnav.vnav--level2 .vnav__link {
  padding-left: 30px;
}
.sidebar[menu-type~="always-expand"] .vnav__subnav.vnav--level3 .vnav__link,
.sidebar[menu-type~="smart-expand"] .vnav__subnav.vnav--level3 .vnav__link,
.sidebar[menu-type~="toggle-expand"] .vnav__subnav.vnav--level3 .vnav__link {
  padding-left: 45px;
}
.sidebar[menu-type~="always-expand"] .vnav__subnav.vnav--level4 .vnav__link,
.sidebar[menu-type~="smart-expand"] .vnav__subnav.vnav--level4 .vnav__link,
.sidebar[menu-type~="toggle-expand"] .vnav__subnav.vnav--level4 .vnav__link {
  padding-left: 60px;
}
.sidebar[menu-type~="always-expand"] .vnav__subnav,
.sidebar[menu-type~="smart-expand"] .vnav__subnav.subnav-expanded {
  display: block;
}
.sidebar[menu-type~="smart-expand"]
  .vnav__item.expanded
  > .vnav__link.menu-toggle
  > .icon.menu-expand-plus
  .vertical-bar,
.sidebar[menu-type~="toggle-expand"]
  .vnav__item.expanded
  > .vnav__link.menu-toggle
  > .icon.menu-expand-plus
  .vertical-bar {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.sidebar[menu-type~="smart-expand"]
  .vnav__item.expanded
  > .vnav__link.menu-toggle
  > .icon.menu-expand-chevron,
.sidebar[menu-type~="toggle-expand"]
  .vnav__item.expanded
  > .vnav__link.menu-toggle
  > .icon.menu-expand-chevron {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
  transform: translateY(-50%) rotate(180deg) !important;
}
.sidebar[menu-type~="smart-expand"]
  .vnav__item.expanded
  .vnav_subnav.subnav-expanded,
.sidebar[menu-type~="smart-expand"] .vnav__item.expanded > .vnav_subnav,
.sidebar[menu-type~="toggle-expand"]
  .vnav__item.expanded
  .vnav_subnav.subnav-expanded,
.sidebar[menu-type~="toggle-expand"] .vnav__item.expanded > .vnav_subnav {
  display: block;
}
.sidebar[menu-type~="smart-expand"]
  .vnav__item:not(.expanded)
  .vnav__subnav:not(.subnav-expanded),
.sidebar[menu-type~="toggle-expand"]
  .vnav__item:not(.expanded)
  .vnav__subnav:not(.subnav-expanded) {
  display: none;
}
.sidebar .vnav__subnav {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.sidebar .vnav__subnav .vnav__link {
  white-space: nowrap;
}
.sidebar[menu-type~="always-expand"] .vnav__subnav,
.sidebar[menu-type~="smart-expand"] .vnav__subnav,
.sidebar[menu-type~="toggle-expand"] .vnav__subnav {
  box-shadow: none;
}
.sidebar[menu-type~="always-expand"] .vnav__subnav .vnav__link,
.sidebar[menu-type~="smart-expand"] .vnav__subnav .vnav__link,
.sidebar[menu-type~="toggle-expand"] .vnav__subnav .vnav__link {
  white-space: normal;
}
.sidebar .menu-title:not(:first-child) {
  margin-top: 20px;
}
.sidebar .vnav {
  display: block;
}
.sidebar .vnav .vnav__link {
  padding: 10px 15px;
  text-align: left;
}
.sidebar .vnav .vnav__link.menu-toggle {
  position: relative;
  padding-right: 42px;
}
.sidebar .vnav .vnav__link .icon[class*="menu-expand-"] {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.sidebar .vnav .vnav__link .icon.menu-expand-plus .vertical-bar,
.sidebar .vnav .vnav__link .icon[class*="menu-expand-"] {
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.sidebar .vnav .vnav__link .icon.menu-expand-plus .vertical-bar {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.sidebar .vnav__subnav {
  display: none;
  top: 0;
  left: 100%;
  z-index: 300;
}
.sidebar .vnav--level1 > .vnav__item,
.sidebar .vnav--level1 > .vnav__item > .vnav__link {
  white-space: normal;
  display: block;
}
.menu-s ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-s a {
  background: #eee;
  color: #000;
  display: block;
  padding: 10px 15px;
}
.menu-s .nav_hover a,
.menu-s .nav_selected a,
.menu-s a:focus,
.menu-s a:hover {
  background: #777;
  color: #fff;
}
.lt-ie10 .vnav--level1 > .vnav__item {
  width: auto;
}
.vol-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 100%;
}
.home .container--content {
  padding-top: 0;
}
.vol-inner {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.page-wrap {
  background-color: #fff;
}
.sidebar .menu-title {
  margin-top: 20px;
  padding: 10px 0;
}
.sidebar .menu-title:first-child {
  margin-top: 0;
}
.admin-warning-bubble {
  z-index: 11;
}
.error-page {
  margin-bottom: 75px;
}
.error-page h1 {
  margin-bottom: 25px;
}
.error-search {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 35px auto;
}
.error-search__input {
  width: 100%;
  height: 60px;
  padding: 0 80px 0 60px;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  background-image: url(../images/svg/search.svg);
  background-repeat: no-repeat;
  background-position: 20px;
  background-size: 20px;
}
.error-search__input:-moz-placeholder,
.error-search__input:-ms-input-placeholder,
.error-search__input::-moz-placeholder,
.error-search__input::-webkit-input-placeholder {
  color: #000;
}
.error-search__input:focus:-moz-placeholder,
.error-search__input:focus:-ms-input-placeholder,
.error-search__input:focus::-moz-placeholder,
.error-search__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.error-search__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  border: none;
  padding: 0 20px;
}
#qet-box-container *,
#qtg,
#qtg *,
#sb-wrapper *,
#sb-wrapper-inner,
#vp-top-bar *,
[class^="redactor_"] {
  box-sizing: content-box;
}
form[name*="form2"] table[width="500"] {
  margin: 10px 0;
  text-align: left;
  table-layout: fixed;
  width: 100%;
}
#vp-top-bar {
  white-space: nowrap;
}
#sb-wrapper {
  margin: 0 !important;
}
#content_area table td[nowrap] {
  white-space: normal;
}
table[width="96%"] {
  width: 100%;
}
.product-card__card {
  height: 405px;
}
.product-card__image-link {
  text-align: center;
}
font[color="#FF0000"] {
  color: #000;
}
#v65-cart-table {
  border-spacing: 2px;
  border-collapse: separate;
}
#v65-cart-table .v65-product-price-table div {
  text-align: center !important;
}
.v65-cart-giftcert-total div {
  text-align: center;
}
br.beforeArticleBR,
tr.v65-cart-total-estimate-row + tr {
  display: none;
}
#v65-cart-checkout-table .v65-cart-login-input {
  padding: 3px;
}
#v65-cart-shipping-details input[type="radio"] {
  border: none;
}
#v65-cart-shipping-details-container #v65-cart-shipping-details-label,
#v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper {
  float: none;
}
#v65-cart-shipping-details-wrapper td {
  padding: 0;
}
td#v65-cart-shippingoptionsbuttoncell input {
  border: none;
}
#v65-cart-table-container {
  border-collapse: collapse;
}
#v65-cart-table-container > tbody > tr > td,
#v65-cart-table-container > tr > td {
  padding: 0 !important;
}
form #v65-cart-checkout-table {
  width: 420px !important;
}
#v65-cart-header-itemdescription {
  padding-left: 21px !important;
}
.v65-cart-details-row td[width="70"],
.v65-cart-details-row td[width="70"] div,
.v65-cart-details-row td[width="135"],
.v65-cart-details-row td[width="135"] div,
.v65-cart-giftcert-total div {
  text-align: center !important;
  width: 100% !important;
}
#content_area {
  padding-bottom: 30px;
}
#content_area #v65-cart-update-total-cell,
#content_area td center input[type="text"] {
  text-align: center;
}
#content_area #v65-cart-coupon-entry-details-div * {
  vertical-align: middle;
}
#content_area #btnRecalculate {
  margin-top: 0;
  margin-bottom: 0;
}
#content_area table#v65-cart-moreItems,
#content_area table#v65-cart-table {
  width: 100%;
}
#content_area table#v65-cart-moreItems td {
  padding-left: 0;
  padding-right: 0;
}
#content_area img[src*="youarehere"],
.category .v-product__free-shipping,
.category .vol-free-shipping-icon,
.home .v-product__free-shipping,
.home .vol-free-shipping-icon,
.productdetails #v65-product-related .v-product__free-shipping,
.productdetails #v65-product-related .vol-free-shipping-icon,
.shoppingcart .v-product__free-shipping,
.shoppingcart .vol-free-shipping-icon {
  display: none;
}
.vol-review-stars .icon-star {
  display: inline !important;
  margin-right: 1px;
  margin-left: 1px;
}
.v-product div[itemprop="aggregateRating"] * {
  line-height: inherit !important;
  font-size: inherit !important;
}
.productdetails #v65-product-history-header td:first-child:before,
.productdetails .colors_lines_light .colors_backgroundlight,
.productdetails .v65-product-related-header-cell .colors_backgroundlight {
  background: transparent;
  border-bottom: 1px solid #eee;
}
.productdetails #v65-product-history-header td:first-child:before,
.productdetails
  .colors_lines_light
  font.productnamecolorSMALL.colors_productname
  b {
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  line-height: 40px;
}
img[src*="/headings/heading_"],
img[src*="images/cart/cart_tl.gif"],
img[src*="images/cart/cart_tr.gif"],
img[src*="images/headings/one-page-checkout_"],
img[src*="images/HomePage/FeaturedProducts.gif"] {
  display: none;
}
img[src*="/headings/heading_"] + br + _headings table:before,
img[src*="/headings/heading_"] + br + br + table:before,
img[src*="/headings/heading_"] + br + div:before,
img[src*="/headings/heading_"] + br + form:before,
img[src*="/headings/heading_"] + br + img + a:before,
img[src*="/headings/heading_"] + br + table:before,
img[src*="/headings/heading_help.gif"]
  + br
  + img
  + a
  + br
  + table
  > tbody:before,
img[src*="images/HomePage/FeaturedProducts.gif"] + br + table:before {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  font-family: inherit;
  line-height: 56px;
  padding-bottom: 0;
  margin-bottom: 13px;
  display: block;
  letter-spacing: 0.05em;
  color: inherit;
  border-bottom: 1px solid #eee;
}
img[src*="/headings/heading_"] + br + br + table:after,
img[src*="/headings/heading_"] + br + div:after,
img[src*="/headings/heading_"] + br + form:after,
img[src*="/headings/heading_"] + br + table:after,
img[src*="/headings/heading_help.gif"]
  + br
  + img
  + a
  + br
  + table
  > tbody:after {
  content: "";
  height: 100px;
}
img[src*="/headings/heading_login.gif"] + br + form:before {
  content: "Login";
}
img[src*="/headings/heading_MyAccount.gif"] + br + form:before {
  content: "My Account";
}
img[src*="/headings/heading_MyAccount.gif"] + br + img + a:before {
  content: "My Account";
  margin-bottom: 20px;
}
img[src*="/headings/heading_MyAccount.gif"]
  + br
  + img[src*="/images/Bullet_GoBack.gif"] {
  display: none;
}
img[src*="/headings/heading_MyAccount.gif"] + br + form:before,
img[src*="/headings/heading_MyAccount.gif"] + br + img + a form:before {
  content: "My Account";
}
img[src*="/headings/heading_affiliate.gif"] + br + table:before {
  content: "Affiliate";
}
img[src*="/headings/heading_help.gif"]
  + br
  + img
  + a
  + br
  + table
  > tbody:before,
img[src*="/headings/heading_help.gif"] + br + table:before {
  content: "Help";
}
img[src*="/headings/heading_EmailAFriend.gif"] + br + table:before {
  content: "Email A Friend";
}
img[src*="/headings/heading_aboutus.gif"] + br + table:before {
  content: "About Us";
}
img[src*="/headings/heading_giftcertificates.gif"] + br + table:before {
  content: "Gift Certificates";
}
img[src*="/headings/heading_GiftOptions.gif"] + br + table:before {
  content: "Gift Options";
}
img[src*="/headings/heading_history.gif"] + br + table:before {
  content: "My Recent History";
}
img[src*="/headings/heading_MailingList.gif"] + br + form:before {
  content: "Mailing List";
}
img[src*="/headings/heading_wishlist.gif"] + br + br + table:before {
  content: "Wishlist";
}
img[src*="/headings/heading_WriteReview.gif"] + br + div:before {
  content: "Write Review";
}
img[src*="images/HomePage/FeaturedProducts.gif"] + br + table:before {
  content: "Featured Products";
}
#billing-header .v65-onepage-headerShort:before {
  content: "Billing Information";
}
#v65-onepage-RegistrationHeader .v65-onepage-headerShort:before {
  content: "Registration";
}
#shipping-header .v65-onepage-headerShort:before {
  content: "Shipping Information";
}
#v65-checkout-payment-header .v65-onepage-headerShort:before {
  content: "Payment";
}
img[src*="/headings/heading_help.gif"] + br + img + a + br + table {
  position: relative;
}
.sitemap #content_area > table > tbody > tr:last-child {
  display: none;
}
.sitemap #div_articleid_79 {
  margin-bottom: 30px;
}
.sitemap .site-map__content {
  transition: all 0.5s ease;
}
.sitemap .site-map__content .vnav--level1 {
  display: block;
  text-align: left;
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  padding: 20px 0;
}
.sitemap .site-map__content .vnav--level1 > .vnav__item {
  display: inline-block;
  vertical-align: middle;
}
.sitemap .site-map__content .vnav--level1 > .vnav__item > .vnav__link {
  font-family: inherit;
  font-size: 18px;
  padding: 5px 12.5px;
  letter-spacing: 0.025em;
  color: inherit;
}
.sitemap .site-map__content .vnav__item {
  display: block;
  width: 100%;
  text-align: left;
}
.sitemap .site-map__content .vnav__item:hover {
  background-color: transparent;
}
.sitemap .site-map__content .vnav--level2 {
  width: 100%;
  display: block;
  position: static;
  background-color: transparent;
}
.sitemap .site-map__content .vnav__link {
  display: inline-block;
  padding: 3px 12.5px;
  font-size: 12px;
  text-align: left;
  white-space: normal;
}
.sitemap .site-map__content .vnav--default {
  background: #f2f2f2;
}
.sitemap .site-map__content.vol-show {
  opacity: 1;
  visibility: visible;
}
.utility__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.utility__item {
  display: inline-block;
  color: inherit;
}
.utility__item:last-of-type {
  margin-right: 0;
}
.utility__item .divider {
  margin-right: 10px;
  margin-left: 10px;
}
.cart {
  position: relative;
}
.cart__count {
  font-size: 14px;
  min-width: 30px;
  min-height: 30px;
  padding: 5px;
}
.social__list {
  margin-bottom: 0;
}
.social__item {
  display: inline-block;
  color: inherit;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .social__item:not(:last-child) {
    margin-right: 10px;
  }
}
.social__link {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: inherit;
  height: 100%;
  text-align: center;
}
.social .ionicons {
  font-size: 25px;
}
.contact-info .address__group {
  display: block;
  margin-bottom: 15px;
}
.contact-info .email-address {
  word-wrap: break-word;
}
.copyright {
  color: inherit;
}
.copyright a:hover {
  color: #000;
}
@media (max-width: 991px) {
  .copyright__line {
    display: block;
  }
}
.credit-cards .icon {
  width: 40px;
  height: 9px;
  margin-right: 5px;
  display: inline-block;
}
.credit-cards .icon.visa {
  width: 29px;
}
.credit-cards .icon.mc {
  width: 55px;
}
.credit-cards .icon.amex {
  width: 40px;
}
.credit-cards .icon.discover {
  width: 53px;
}
.credit-cards .icon.paypal {
  width: 40px;
  height: 14px;
}
.ssl .icon {
  width: 100px;
  height: 40px;
  margin: 0;
  fill: currentColor;
}
@media (min-width: 768px) {
  .ssl .icon {
    width: 84px;
    height: 33px;
  }
}
.link-column__list {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .link-column__list {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .link-column__list {
    padding: 0;
  }
}
.link-column__item {
  margin-bottom: 15px;
}
.link-column__address,
.link-column__item:last-child {
  margin-bottom: 0;
}
.link-column--double .link-column__item {
  display: block;
}
.elist__title {
  color: currentColor;
}
.elist__input {
  line-height: normal;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 50px;
  border-right: none;
  margin: 0;
}
.elist__input:-moz-placeholder,
.elist__input:-ms-input-placeholder,
.elist__input::-moz-placeholder,
.elist__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease-in;
  font-style: italic;
}
.elist__input:focus {
  box-shadow: none;
}
.elist__input:focus:-moz-placeholder,
.elist__input:focus:-ms-input-placeholder,
.elist__input:focus::-moz-placeholder,
.elist__input:focus::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}
.elist__submit {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  box-shadow: none;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 0 !important;
}
.elist__icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.elist .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.elist__msg {
  font-size: 14px;
}
#slideshow-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#slideshow-container[data-max-width="full"] {
  max-width: 2000px;
}
#slideshow-container:not([data-max-width="content"]):not(
    [data-max-width="full"]
  ):not([data-max-width="max"]) {
  max-width: 1200px;
}
@media (min-width: 768px) {
  #slideshow-container[data-max-width="content"] {
    max-width: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  #slideshow-container[data-max-width="content"] {
    max-width: 970px;
  }
}
@media (min-width: 1240px) {
  #slideshow-container[data-max-width="content"] {
    max-width: 1170px;
  }
}
@media (min-width: 992px) {
  .footer .container-lg {
    width: 95vw;
    max-width: 1200px;
  }
}
.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vol-scroll-top.btn.btn-primary {
  border-radius: 100px;
}
.microblock-group > .microblock {
  display: inline-block;
}
.double-menu-l-open .page-wrap,
.fall-menu-l-open .page-wrap,
.push-menu-l-open .page-wrap,
.static-menu-l-open .page-wrap {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}
.double-menu-r-open .page-wrap,
.fall-menu-r-open .page-wrap,
.push-menu-r-open .page-wrap,
.static-menu-r-open .page-wrap {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.push-menu {
  width: 320px;
}
.push-menu .push-menu__close-btn {
  padding-top: 20px;
}
.push-menu .search-wrapper {
  padding: 10px 15px;
  border-top-width: 1px;
  border-top-style: solid;
}
.push-menu .push-menu__menu-wrapper {
  margin-bottom: 30px;
}
.push-menu .menu-title,
.push-menu .menu_title {
  margin-top: 0;
  margin-bottom: 15px;
}
.push-menu #push-nav__menu {
  margin-bottom: 30px;
}
.shoppingcart .v65-cart-giftcert-details-row > td {
  border-color: #eee;
}
.shoppingcart .v65-cart-giftcert-details-row td,
.shoppingcart .v65-cart-giftcert-details-row td font,
.shoppingcart .v65-cart-giftcert-details-row td font b {
  color: #000 !important;
  background: transparent !important;
}
@-webkit-keyframes recently-added-fadeout {
  0% {
    background-color: hsla(0, 0%, 93%, 0.5);
  }
  80% {
    background-color: hsla(0, 0%, 93%, 0.5);
  }
  to {
    background-color: transparent;
  }
}
.category .v-product-grid .v-product {
  text-align: left;
}
.dealoftheday .deal {
  margin: 0;
  padding: 15px;
}
.dealoftheday .deal .deal-image img {
  max-width: 100%;
}
.dealoftheday .deal .deal-pricing {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px;
}
.dealoftheday .deal .deal-pricing .deal-price {
  margin: 0;
  padding-left: 0;
}
.dealoftheday .deal .deal-pricing .deal-price-currency {
  margin-left: 0;
}
.dealoftheday .deal .deal-pricing .deal-buy-now {
  max-width: 100%;
  margin: 0;
}
.dealoftheday .deal .deal-buy-now a,
.dealoftheday .deal .deal .deal-image img {
  width: auto;
  max-width: 100%;
}
.dealoftheday .deal .deal-end,
.dealoftheday .deal .deal-saving-stock-details,
.dealoftheday .deal .deal-social {
  float: left;
  width: 100%;
  height: auto;
}
.dealoftheday .deal .deal-regular-price,
.dealoftheday .deal .deal-savings,
.dealoftheday .deal .deal-stock {
  padding-bottom: 15px;
}
.dealoftheday .deal .deal-social #btn_vsharethis {
  width: auto !important;
}
.dealoftheday .deal .deal-social .google_plusone_iframe_widget {
  width: auto !important;
  margin-right: 5px;
}
table[width="90%"] {
  width: 100%;
}
.v-logged-in .hide-on-login,
.v-logged-out .hide-on-logout {
  display: none !important;
}
.vol-hide {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.btn-icon {
  font-family: button-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
}
.btn-icon:hover {
  text-decoration: none;
}
.btn-icon-apply:before {
  content: "\e600";
}
.btn-icon-close:before {
  content: "\e601";
}
.btn-icon-email:before {
  content: "\e602";
}
.btn-icon-photos:before {
  content: "\e603";
}
.btn-icon-plus:before {
  content: "\e604";
}
.btn-icon-question:before {
  content: "\e605";
}
.btn-icon-zoom:before {
  content: "\e608";
}
.btn-icon-recalculate:before {
  content: "\e606";
}
.btn-icon-warning:before {
  content: "\e610";
}
.icon-star:before {
  font-family: button-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 !important;
}
.icon-star-empty:before {
  content: "\e611";
}
.icon-star-half:before {
  content: "\e612";
}
.icon-star-full:before {
  content: "\e613";
}
.icon-free-shipping:before {
  content: "\e614";
  font-family: button-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 !important;
  width: auto !important;
}
.labeled-input {
  display: inline !important;
  padding: 0 !important;
}
.vol-link {
  padding: 0;
  cursor: default;
}
.vol-link:hover {
  text-decoration: none;
}
.vol-link:hover input,
.vol-link:hover label {
  color: #000;
}
.vol-link-btn {
  font-family: Tahoma;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  transition: 0.2s;
  border: 1px solid #000;
  border-radius: 0;
}
.vol-link-btn:hover {
  background-color: #333;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #333;
}
.vol-link-btn:hover input,
.vol-link-btn:hover label {
  color: #000;
}
.vol-link-btn:focus {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.vol-link-btn.disabled,
.vol-link-btn[disabled] {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.vol-link-btn .btn-icon {
  font-family: button-icons;
}
.vol-link-btn.btn-link.vol-link {
  font-family: Tahoma;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  border-color: #000;
  transition: 0.2s;
  border-radius: 0;
}
.vol-link-btn.btn-link.vol-link .btn-link:focus,
.vol-link-btn.btn-link.vol-link .btn-link:hover,
.vol-link-btn.btn-link.vol-link:focus,
.vol-link-btn.btn-link.vol-link:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.vol-link-btn.btn-link.vol-link .btn-link.disabled,
.vol-link-btn.btn-link.vol-link .btn-link[disabled],
.vol-link-btn.btn-link.vol-link.disabled,
.vol-link-btn.btn-link.vol-link[disabled] {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.vol-link-btn.btn-link.vol-link .btn-icon {
  font-family: button-icons;
}
.vol-link-btn.btn-link.vol-link .btn-link {
  font-family: Tahoma;
  font-weight: 400;
  background: none;
  color: #000;
  border-color: #000;
  transition: 0.2s;
  border-radius: 0;
}
.vol-link-btn.btn-link.vol-link .btn-link .btn-icon {
  font-family: button-icons;
}
.vol-link-btn.btn-link.vol-link label.btn-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vol-link-btn.btn-link.vol-link input.btn-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vol-link .btn-icon {
  cursor: pointer;
  padding: 10px 5px 10px 15px;
  line-height: 1.428571429;
}
.vol-link input {
  height: auto;
  padding: 10px 15px 10px 5px !important;
  border: 0;
}
.vol-link input:hover {
  text-decoration: none;
}
.vol-link .btn-icon,
.vol-link input {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0;
}
.vcb-snippet:not(.vcb-custom) a.btn.btn-default,
.vcb-snippet:not(.vcb-custom) button.btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.vcb-snippet:not(.vcb-custom) a.btn.btn-primary,
.vcb-snippet:not(.vcb-custom) button.btn.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary,
.btn.btn-primary,
.dealoftheday #content_area .deal-buy-now a,
.onepagecheckout #simpleModal #signInButton,
.soft_add_wrapper .soft_add_action_area a.check_out,
.vcb-snippet:not(.vcb-custom) a.btn.btn-primary,
button.btn.btn-primary,
input[value*="mailing list"] {
  font-weight: 400;
  background-color: #2b2f35;
  color: #fff;
  border-color: #202327;
  transition: 0.2s;
}
.btn-primary:focus,
.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.dealoftheday #content_area .deal-buy-now a:focus,
.dealoftheday #content_area .deal-buy-now a:hover,
.onepagecheckout #simpleModal #signInButton:focus,
.onepagecheckout #simpleModal #signInButton:hover,
.soft_add_wrapper .soft_add_action_area a.check_out:focus,
.soft_add_wrapper .soft_add_action_area a.check_out:hover,
.vcb-snippet:not(.vcb-custom) a.btn.btn-primary:focus,
.vcb-snippet:not(.vcb-custom) a.btn.btn-primary:hover,
button.btn.btn-primary:focus,
button.btn.btn-primary:hover,
input[value*="mailing list"]:focus,
input[value*="mailing list"]:hover {
  background-color: #202327;
  color: #fff;
  border-color: #202327;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn.btn-primary.disabled,
.btn.btn-primary[disabled],
.dealoftheday #content_area .deal-buy-now a.disabled,
.dealoftheday #content_area .deal-buy-now a[disabled],
.onepagecheckout #simpleModal #signInButton.disabled,
.onepagecheckout #simpleModal #signInButton[disabled],
.soft_add_wrapper .soft_add_action_area a.check_out.disabled,
.soft_add_wrapper .soft_add_action_area a.check_out[disabled],
.vcb-snippet:not(.vcb-custom) a.btn.btn-primary.disabled,
.vcb-snippet:not(.vcb-custom) a.btn.btn-primary[disabled],
button.btn.btn-primary.disabled,
button.btn.btn-primary[disabled],
input[value*="mailing list"].disabled,
input[value*="mailing list"][disabled] {
  background-color: #666;
  color: #fff;
  border-color: #595959;
}
.btn-link:not(.vol-link-btn) {
  color: #2b2f35;
}
.btn-link:not(.vol-link-btn):focus,
.btn-link:not(.vol-link-btn):focus input,
.btn-link:not(.vol-link-btn):hover,
.btn-link:not(.vol-link-btn):hover input {
  color: #b23331;
}
.btn-link:not(.vol-link-btn):not(.btn-icon) {
  font-family: Tahoma;
}
#content_area
  input[style$=";"]:not([type="checkbox"]):not([style*="data:image/png;"]),
#content_area td[width$="%"] > input[type="button"],
#content_area td[width$="%"] > input[type="submit"] {
  display: inline-block;
  margin: 10px 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  color: #8f8f8f;
  background-color: #fff;
  border-color: #d0d0d0;
}
#content_area #BillingState,
#content_area input[style$=";"] {
  text-align: left;
}
input[src$="/btn_go.gif"] {
  margin-left: 10px;
  border: none;
}
#btn_addtocart {
  width: 100%;
  display: block;
  margin-bottom: 2em;
}
#btn_addtowishlist__span {
  margin-top: 10px;
}
#btn_addtowishlist__span #v65-product-wishlist-button {
  margin-bottom: 0;
  font-size: 14px;
}
#btn_addtowishlist_small__span input {
  font-size: 14px;
}
.btn {
  border-radius: 3px;
  line-height: 1;
}
.btn-sm input,
.btn-sm label,
.btn-xs input,
.btn-xs label {
  font-size: 12px;
  box-shadow: none;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-accent {
  display: inline-block;
  font-family: Tahoma;
  background: #f1c40e;
  color: #333;
  border-bottom-color: #9c7f09;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
  padding: 20px 20px 15px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-accent,
.btn-accent:focus,
.btn-accent:hover {
  box-shadow: 0 3px 0 #ac8c0a;
}
.btn-accent:focus,
.btn-accent:hover {
  background: #ffda10;
}
.btn-accent,
.btn-accent:focus {
  border: 1px solid #ac8c0a;
}
.btn-accent:focus {
  outline: 0;
}
.btn-accent:active {
  background: #ffda10;
  box-shadow: 0 1.5px 0 #ac8c0a;
  -webkit-transform: translateY(1.5px);
  transform: translateY(1.5px);
}
@media (min-width: 992px) and (max-width: 1239px) {
  .btn-accent {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-accent {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .btn-accent {
    font-size: 16px;
    padding: 15px 15px 10px;
  }
}
.btn-accent--green {
  display: inline-block;
  font-family: Tahoma;
  background: #35ad43;
  color: #333;
  border-bottom-color: #22702c;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
.btn-accent--green,
.btn-accent--green:focus,
.btn-accent--green:hover {
  box-shadow: 0 3px 0 #267c30;
}
.btn-accent--green:focus,
.btn-accent--green:hover {
  background: #3bc04a;
}
.btn-accent--green,
.btn-accent--green:focus {
  border: 1px solid #267c30;
}
.btn-accent--green:focus {
  outline: 0;
}
.btn-accent--green:active {
  background: #3bc04a;
  box-shadow: 0 1.5px 0 #267c30;
  -webkit-transform: translateY(1.5px);
  transform: translateY(1.5px);
}
.btn-accent--green,
.btn-accent--green:hover {
  color: #fff;
}
.btn-accent--primary {
  display: inline-block;
  font-family: Tahoma;
  background: #464d57;
  color: #333;
  border-bottom-color: #2e3238;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
.btn-accent--primary,
.btn-accent--primary:focus,
.btn-accent--primary:hover {
  box-shadow: 0 3px 0 #32373e;
}
.btn-accent--primary:focus,
.btn-accent--primary:hover {
  background: #4e5660;
}
.btn-accent--primary,
.btn-accent--primary:focus {
  border: 1px solid #32373e;
}
.btn-accent--primary:focus {
  outline: 0;
}
.btn-accent--primary:active {
  background: #4e5660;
  box-shadow: 0 1.5px 0 #32373e;
  -webkit-transform: translateY(1.5px);
  transform: translateY(1.5px);
}
.btn-accent--primary,
.btn-accent--primary:hover {
  color: #fff;
}
.btn_largerphoto {
  border: 0;
}
.btn_largerphoto:hover {
  background: none;
  color: #b23331;
}
.btn#imgSubmitOrder {
  display: inline-block;
  font-family: Tahoma;
  background: #46a540;
  color: #333;
  border-bottom-color: #2d6b2a;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
  color: #fff;
  font-size: 24px;
  padding: 15px 10px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px;
}
.btn#imgSubmitOrder,
.btn#imgSubmitOrder:focus,
.btn#imgSubmitOrder:hover {
  box-shadow: 0 3px 0 #32762e;
}
.btn#imgSubmitOrder:focus,
.btn#imgSubmitOrder:hover {
  background: #4eb747;
}
.btn#imgSubmitOrder,
.btn#imgSubmitOrder:focus {
  border: 1px solid #32762e;
}
.btn#imgSubmitOrder:focus {
  outline: 0;
}
.btn#imgSubmitOrder:active {
  background: #4eb747;
  box-shadow: 0 1.5px 0 #32762e;
  -webkit-transform: translateY(1.5px);
  transform: translateY(1.5px);
}
#v65-onepage-CopyBillingToShippingLink {
  color: #fff !important;
  font-weight: 700;
  background: #000;
  padding: 11px 20px;
  font-size: 13px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block !important;
}
.Breadcrumbs,
.vCSS_breadcrumb_td {
  font-size: 13px;
  padding: 15px 0 0;
}
.category .Breadcrumbs,
.category .vCSS_breadcrumb_td {
  padding-bottom: 0;
}
.Breadcrumbs > b,
.vCSS_breadcrumb_td > b {
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
}
.Breadcrumbs > b a,
.vCSS_breadcrumb_td > b a {
  font-size: 13px !important;
}
.Breadcrumbs > b a,
.Breadcrumbs > b a span,
.vCSS_breadcrumb_td > b a,
.vCSS_breadcrumb_td > b a span {
  color: #585858 !important;
}
.Breadcrumbs > b a:last-child,
.vCSS_breadcrumb_td > b a:last-child {
  color: #000 !important;
  font-weight: 700;
}
.Breadcrumbs > b i,
.vCSS_breadcrumb_td > b i {
  font-size: 14px;
  top: 0;
  padding: 0 12px;
  color: #b1b1b1;
}
.Breadcrumbs br,
.Breadcrumbs img,
.vCSS_breadcrumb_td br,
.vCSS_breadcrumb_td img {
  display: none;
}
#breadcrumbs {
  font-size: 1.4rem;
  margin-bottom: 0;
}
#breadcrumbs a {
  font-size: 1.4rem;
  color: #333;
}
#breadcrumbs i {
  padding: 0 4px;
  color: #000;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 40px;
  width: 35px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}
.slick-next[aria-disabled="false"]:hover:before,
.slick-prev[aria-disabled="false"]:hover:before {
  color: #2b2f35;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
  color: #b23331;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: Tahoma;
  font-size: 40px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 35px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 35px;
  height: 20px;
  font-family: Tahoma;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.vol-review-stars > i {
  color: #f1b800;
}
.soci {
  display: block;
  margin-top: 14px;
  font-family: Tahoma;
  padding-left: 0;
}
.soci li {
  display: inline-block;
  margin-right: 10px;
}
.soci a {
  color: #fff;
}
.footer .soci a {
  font-size: 44px;
}
.footer .soci a:hover {
  color: #ffe992;
}
.push-menu {
  position: fixed;
  top: 0;
  width: 300px;
  height: 100vh;
  z-index: 20;
  transition: 0.35s;
  visibility: visible;
  box-shadow: 3px 0 28px rgba(0, 0, 0, 0.23);
}
.push-menu[data-menu-type="slide-bottom"],
.push-menu[data-menu-type="slide-top"] {
  width: 100%;
  max-height: 100%;
}
.push-menu[data-menu-type$="-left"] {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.push-menu[data-menu-type$="-right"] {
  right: 0;
}
.push-menu[data-menu-type*="_3d"],
.push-menu[data-menu-type*="double"],
.push-menu[data-menu-type*="fall"],
.push-menu[data-menu-type*="static"] {
  z-index: 1;
}
.push-menu[data-menu-type="push-right"],
.push-menu[data-menu-type="slide-right"] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.push-menu[data-menu-type="slide-bottom"] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.push-menu[data-menu-type="double-left"] {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.push-menu[data-menu-type*="fall"],
.push-menu[data-menu-type="slide-top"] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.push-menu,
.push-menu .push-menu__close-btn {
  background: #fff;
  color: #000;
}
.push-menu .menu-title {
  font-family: Tahoma;
  font-size: 24px;
  font-weight: 400;
  background-color: #fff;
  color: #000;
}
.push-menu .vnav--level1 > .vnav__item {
  border-color: rgba(0, 0, 0, 0.1);
}
.push-menu .vnav--level1 > .vnav__item > .vnav__xlink {
  background: #fff;
  color: #000;
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: 400;
}
.push-menu .vnav--level1 > .vnav__item.sub-open > .vnav__link,
.push-menu .vnav--level1 > .vnav__item:hover > .vnav__link:hover,
.push-menu .vnav--level1 > .vnav__item > .vnav__link--active {
  background: #f2f2f2;
  color: #000;
}
.push-menu .vnav__subnav {
  background: rgba(0, 0, 0, 0.1);
}
.push-menu .vnav__subnav > .vnav__item {
  border-color: rgba(0, 0, 0, 0.1);
}
.push-menu .vnav__subnav > .vnav__item > .vnav__link {
  color: #000;
}
.push-menu
  .vnav__subnav
  > .vnav__inner-subnav
  > .vnav__item.sub-open
  > .vnav__link,
.push-menu
  .vnav__subnav
  > .vnav__inner-subnav
  > .vnav__item:hover
  > .vnav__link:hover,
.push-menu
  .vnav__subnav
  > .vnav__inner-subnav
  > .vnav__item
  > .vnav__link--active,
.push-menu .vnav__subnav > .vnav__item.sub-open > .vnav__link,
.push-menu .vnav__subnav > .vnav__item:hover > .vnav__link:hover,
.push-menu .vnav__subnav > .vnav__item > .vnav__link--active {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}
.push-menu .vnav__item,
.push-menu .vnav__item.sub-open,
.push-menu .vnav__item:hover {
  background: none;
}
.push-menu a:not(.vnav__link):not(.push-menu-tel),
.push-menu a:not(.vnav__link):not(.push-menu-tel):hover {
  color: #000;
}
.push-menu .search-wrapper,
.push-menu .search__input,
.push-menu .utility li {
  border-color: rgba(0, 0, 0, 0.1);
}
.slide-menu-l-open .page-wrap {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  overflow: hidden;
}
.slide-menu-l-open .push-menu {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.double-menu-r-open .page-wrap,
.fall-menu-r-open .page-wrap,
.slide-menu-r-open .page-wrap,
.static-menu-r-open .page-wrap {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
.header .menu-toggle {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .menu-toggle__link {
  display: inline-block;
}
.header .menu-toggle__icon {
  width: 100%;
  max-width: 35px;
  max-height: 35px;
  margin: 0;
  fill: #2b2f35;
  vertical-align: middle;
}
.header .menu-toggle__text {
  display: none;
}
.push-menu-tel {
  font-size: 20px;
  color: #b23331;
  display: block;
  padding: 8px 10px 13px;
  font-weight: 700;
}
.push-menu-tel,
.search {
  text-align: center;
}
.search:after {
  clear: both;
  content: "";
  display: table;
}
.search__form {
  position: relative;
  height: 40px;
  width: 100%;
}
.search__input {
  display: block;
  float: left;
  width: 100%;
  padding-right: 40px;
  height: 40px;
  border: 1px solid currentColor;
  background-color: transparent;
  color: inherit;
}
.search__input:-moz-placeholder,
.search__input:-ms-input-placeholder,
.search__input::-moz-placeholder,
.search__input::-webkit-input-placeholder {
  transition: all 0.2s ease-in;
}
.search__input:focus:-moz-placeholder,
.search__input:focus:-ms-input-placeholder,
.search__input:focus::-moz-placeholder,
.search__input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.search__submit {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  padding: 11px;
  border: 0;
  background-color: transparent;
  text-align: center;
}
.search__submit .icon {
  float: left;
  width: 100%;
  height: 100%;
}
.search__toggle {
  cursor: pointer;
}
.search__toggle .search__toggle--text {
  margin-right: 5px;
}
.search__toggle .toggle__icon {
  width: 20px;
  height: 20px;
}
.search__toggle .toggle__icon--open {
  display: none;
}
.search__toggle .toggle__icon--closed {
  display: inline-block;
}
.search__toggle.toggle--open .search__toggle--text {
  display: none;
}
.search__toggle.toggle--open .toggle__icon--open {
  display: inline-block;
}
.search__toggle.toggle--open .toggle__icon--closed {
  display: none;
}
.search--custom {
  display: block;
  width: 100%;
  height: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 0 solid #eee;
  box-shadow: none;
}
.search--custom,
.search--custom .search--custom__form,
.search--custom .search--custom__input,
.search--custom .search--custom__label,
.search--custom .search--custom__submit {
  transition: all 0.2s ease-in;
}
.search--custom__form {
  width: 100%;
  height: 0;
  position: relative;
  margin: 0 auto;
  border: none;
}
.search--custom__input {
  height: 0;
  padding: 0;
  width: 100%;
  border: 0 solid transparent;
  box-shadow: none;
  margin: 0;
}
.search--custom__input:focus {
  box-shadow: none;
  border-color: transparent;
}
.search--custom__input:-moz-placeholder,
.search--custom__input:-ms-input-placeholder,
.search--custom__input::-moz-placeholder,
.search--custom__input::-webkit-input-placeholder {
  font-family: Tahoma;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: all 0.2s ease-in;
}
.search--custom__submit {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #000;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
@media (max-width: 1239px) {
  .search--custom__submit {
    right: 15px;
  }
}
.search--custom__label {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 45px;
  height: 45px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .search--custom__label .search--custom__label__text {
    display: none;
  }
}
.search--custom__icon {
  opacity: 1;
  transition: all 0.2s ease-in;
  width: 20px;
  height: 20px;
  height: 100%;
  cursor: pointer;
}
.search--custom.open {
  height: 100px;
  padding-top: 27.5px;
  border-top: 1px solid #eee;
  box-shadow: none;
}
.search--custom.open .search--custom__form {
  height: 45px;
}
.search--custom.open .search--custom__input {
  padding-right: 5%;
  padding-left: 5%;
  height: 45px;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  .search--custom.open .search--custom__input {
    padding-right: 20%;
    padding-left: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .search--custom.open .search--custom__input {
    padding-left: 7%;
  }
}
.search--custom.open .search--custom__input:-moz-placeholder,
.search--custom.open .search--custom__input:-ms-input-placeholder,
.search--custom.open .search--custom__input::-moz-placeholder,
.search--custom.open .search--custom__input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 991px) {
  .search--custom.open .search--custom__input:-moz-placeholder,
  .search--custom.open .search--custom__input:-ms-input-placeholder,
  .search--custom.open .search--custom__input::-moz-placeholder,
  .search--custom.open .search--custom__input::-webkit-input-placeholder {
    font-size: 11px;
  }
}
.search--custom.open .search--custom__label,
.search--custom.open .search--custom__submit {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ui-autocomplete {
  max-width: 100% !important;
  z-index: 100 !important;
  padding: 0;
  border-radius: 0;
  border-top: 0;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1239px) {
  .ui-autocomplete {
    width: 100% !important;
    max-width: none !important;
  }
}
.ui-autocomplete .ui-menu-item {
  max-width: none !important;
}
.ui-autocomplete .ui-menu-item a {
  padding: 7px 15px;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item a.ui-state-hover#ui-active-menuitem {
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 0;
}
.collapsing-search,
.search {
  background-color: #fff;
  box-shadow: 0 0 0 #000;
}
.collapsing-search .collapsing-search__input,
.collapsing-search .search__input,
.search .collapsing-search__input,
.search .search__input {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1000px #fff;
}
.collapsing-search .collapsing-search__input:-webkit-autofill,
.collapsing-search .search__input:-webkit-autofill,
.search .collapsing-search__input:-webkit-autofill,
.search .search__input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  -webkit-text-fill-color: #000;
}
.collapsing-search .collapsing-search__submit,
.collapsing-search .search__submit,
.search .collapsing-search__submit,
.search .search__submit {
  color: #000;
  background-color: transparent;
}
.collapsing-search .collapsing-search__submit:hover,
.collapsing-search .search__submit:hover,
.search .collapsing-search__submit:hover,
.search .search__submit:hover {
  background-color: #0d3e21;
  color: #fff;
}
.collapsing-search .collapsing-search__submit .icon,
.collapsing-search .collapsing-search__submit:hover .icon,
.collapsing-search .search__submit .icon,
.collapsing-search .search__submit:hover .icon,
.search .collapsing-search__submit .icon,
.search .collapsing-search__submit:hover .icon,
.search .search__submit .icon,
.search .search__submit:hover .icon {
  color: inherit;
}
[data-se~="bgc(search-input-bg)"] {
  background-color: #fff;
  color: #000;
}
[data-se*="c-bgc-input(search-input-color, search-input-bg)"] {
  color: #000 !important;
  background-color: #fff;
  box-shadow: inset 0 0 0 1000px #fff !important;
}
[data-se*="c-bgc-input(search-input-color, search-input-bg)"]:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff !important;
  -webkit-text-fill-color: #000 !important;
}
[data-se*="c-bgc-input(search-input-color, search-input-bg)"]:-moz-placeholder,
[data-se*="c-bgc-input(search-input-color, search-input-bg)"]:-ms-input-placeholder,
[data-se*="c-bgc-input(search-input-color, search-input-bg)"]::-moz-placeholder,
[data-se*="c-bgc-input(search-input-color, search-input-bg)"]::-webkit-input-placeholder {
  opacity: 0.75;
}
[data-se*="c-bgc-input(search-input-color, search-input-bg)"]:focus:-moz-placeholder,
[data-se*="c-bgc-input(search-input-color, search-input-bg)"]:focus:-ms-input-placeholder,
[data-se*="c-bgc-input(search-input-color, search-input-bg)"]:focus::-moz-placeholder,
[data-se*="c-bgc-input(search-input-color, search-input-bg)"]:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
#vol-pop-up-to-modal .modal__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}
#vol-pop-up-to-modal #vol-modal-qty-discounts-table td {
  padding: 5px;
  text-align: left;
  border: 1px solid #000;
  white-space: nowrap;
}
#vol-pop-up-to-modal .vol-cc-verify-content .btn_close {
  display: none;
}
#vol-pop-up-to-modal .vol-free-shipping-icon {
  font-size: 24px;
  line-height: 1;
  margin-right: 5px;
  margin-left: 5px;
}
.modal-page-center {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.modal-page-center .modal-dialog {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.modal-page-center .modal-content {
  width: inherit;
  height: inherit;
  max-height: 90vh;
  overflow-y: auto;
  margin: 0 auto;
  pointer-events: all;
}
.modal,
.modal .soft_add_content_area .product-price,
.modal .soft_add_content_area a,
.modal .soft_add_content_area a:hover,
.modal:hover,
.soft_add_wrapper,
.soft_add_wrapper .soft_add_content_area .product-price,
.soft_add_wrapper .soft_add_content_area a,
.soft_add_wrapper .soft_add_content_area a:hover,
.soft_add_wrapper:hover {
  color: #000;
}
.modal .soft_add_action_area .continue_shopping,
.soft_add_wrapper .soft_add_action_area .continue_shopping {
  color: #fff;
}
#ssl__modal {
  font-family: Tahoma;
  font-size: 12px;
  color: #333;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
#ssl__modal h1,
#ssl__modal h2,
#ssl__modal h3,
#ssl__modal h4,
#ssl__modal h5,
#ssl__modal h6 {
  color: inherit;
  text-transform: none;
}
#ssl__modal a {
  color: blue;
  font-style: italic;
}
#ssl__modal .modal-content {
  border-radius: 5px;
}
#ssl__modal .modal-header {
  padding: 6px;
}
#ssl__modal .volusion_logo a {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(https://www.volusion.com/a1/i/volusionSSL/SSL_sprite.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#ssl__modal .modal-title {
  font-family: inherit;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
#ssl__modal .domain_name {
  background: #fdfde3;
  display: block;
  font-weight: 700;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}
#ssl__modal .modal-body {
  display: table;
}
#ssl__modal .line {
  display: table-row;
}
#ssl__modal .line .info,
#ssl__modal .line .label {
  display: table-cell;
  font-family: inherit;
  text-align: left;
  color: inherit;
  font-size: inherit;
  text-transform: capitalize;
}
#ssl__modal .line .label {
  font-weight: 600;
}
#ssl__modal .fail {
  color: #d00;
}
#ssl__modal .fail,
#ssl__modal .fail > * {
  font-size: 14px !important;
}
#ssl__modal .copy_right {
  letter-spacing: -0.3px;
}
#ssl__modal .modal-dialog {
  z-index: 1050;
}
@media (min-width: 768px) {
  #ssl__modal .modal-dialog {
    width: 450px !important;
  }
}
.v65-error-list-container {
  border: 0;
  background-color: #eee;
  border-radius: 10px;
  color: #333;
}
.v65-error-list-container .v65-error-list-image {
  background: #ffe75c;
  border-top-left-radius: 10px;
}
@media (min-width: 768px) {
  .v65-error-list-container .v65-error-list-image {
    text-align: center;
    border-bottom-left-radius: 10px;
  }
  .v65-error-list-container .v65-error-list-image:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .v65-error-list-container .v65-error-list-image {
    height: 60px;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    left: 0;
    height: 47px;
    width: 100%;
    position: static;
    display: block;
  }
}
.v65-error-list-container .v65-error-list-image:before {
  content: "\e610";
  font-family: button-icons;
  font-size: 40px;
  line-height: 40px;
}
.v65-error-list-container ul {
  list-style: none;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .v65-error-list-text {
    margin-left: 0;
    height: 100%;
    padding-top: 0;
  }
}
.testimonials {
  margin: 60px 0;
  padding: 50px 20px;
  border: 1px none #ecf0f1;
  background-color: #2f415d;
  text-align: center;
}
.testimonials h2 {
  color: #fff;
  margin: 20px 0 10px;
  font-size: 38px;
}
@media (max-width: 991px) {
  .testimonials h2 {
    font-size: 26px;
  }
}
.testimonials .container:not(:last-child) {
  margin-bottom: 50px;
}
.testimonials .container > h2,
.testimonials .container > p {
  color: #fff;
}
.testimonials .container > p {
  margin-bottom: 20px;
}
.testimonial,
.testimonials > .container > .row:first-child {
  margin-bottom: 2em;
}
.testimonial {
  min-height: 255px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border: 1px solid #ecf0f1;
  background-color: #fff;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial {
    min-height: 310px;
  }
}
.testimonial .col-sm-5 {
  padding-left: 0;
}
.c-lp2 .testimonial img,
.testimonial img {
  display: inline-block;
  margin-bottom: 10px;
}
.testimonial-left {
  position: relative;
}
.testimonial-left h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-left img.rv-img {
  display: block;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.testimonial-left p {
  overflow: hidden;
  height: 140px;
  margin-bottom: auto;
  padding-right: 11px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 600;
}
.testimonial-right h3 {
  margin-top: 15px;
  margin-bottom: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 991px) {
  .testimonial-right img {
    display: block;
    margin-left: auto;
  }
}
.testimonial-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background-image: linear-gradient(180deg, transparent, #fff 46%, #fff);
}
.testimonial-gradient a {
  position: absolute;
  bottom: -6px;
  color: #9c9c9c;
  text-transform: capitalize;
}
.t-where {
  margin-bottom: 10px;
  font-size: 13px;
  text-align: right;
}
.t-what {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #818181;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
.fm-reviews {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
}
.fm-reviews:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.fm-reviews img {
  display: block;
  max-height: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.fm-reviews div > img {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fm-reviews > .row > div[class^="col-"]:not(:last-child) {
    margin-bottom: 2em;
  }
}
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checklist li {
  padding: 15px 0 15px 71px;
  background: url(/v/vspfiles/assets/images/homepage/check-green.png) 0 50%
    no-repeat;
  background-size: 40px;
  font-size: 17px;
}
.checklist--sm li {
  padding: 7px 0 7px 38px;
  background-size: 24px;
  font-size: 15px;
}
.shoppingcart #v65-cart-coupon-entry-details-input,
.shoppingcart #v65-cart-shipping-details input,
.shoppingcart #v65-cart-shipping-details select,
.shoppingcart input#password,
.shoppingcart input.v65-cart-login-input,
.shoppingcart input[size],
.shoppingcart tr.v65-cart-details-row td input {
  background-color: #fff !important;
  border: 1px solid #ccc;
  color: #555;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  border-radius: 0;
}
.shoppingcart #v65-cart-coupon-entry-details-input:focus,
.shoppingcart #v65-cart-shipping-details input:focus,
.shoppingcart #v65-cart-shipping-details select:focus,
.shoppingcart input#password:focus,
.shoppingcart input.v65-cart-login-input:focus,
.shoppingcart input[size]:focus,
.shoppingcart tr.v65-cart-details-row td input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.shoppingcart #v65-cart-coupon-entry-details-input::-webkit-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart input#password::-webkit-input-placeholder,
.shoppingcart input.v65-cart-login-input::-webkit-input-placeholder,
.shoppingcart input[size]::-webkit-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart #v65-cart-shipping-details input::-webkit-input-placeholder,
.shoppingcart #v65-cart-shipping-details select::-webkit-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart tr.v65-cart-details-row td input::-webkit-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart #v65-cart-coupon-entry-details-input:-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart input#password:-moz-placeholder,
.shoppingcart input.v65-cart-login-input:-moz-placeholder,
.shoppingcart input[size]:-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart #v65-cart-shipping-details input:-moz-placeholder,
.shoppingcart #v65-cart-shipping-details select:-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart #v65-cart-coupon-entry-details-input::-moz-placeholder,
.shoppingcart tr.v65-cart-details-row td input:-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart input#password::-moz-placeholder,
.shoppingcart input.v65-cart-login-input::-moz-placeholder,
.shoppingcart input[size]::-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart #v65-cart-shipping-details input::-moz-placeholder,
.shoppingcart #v65-cart-shipping-details select::-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart tr.v65-cart-details-row td input::-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart #v65-cart-coupon-entry-details-input:-ms-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart input#password:-ms-input-placeholder,
.shoppingcart input.v65-cart-login-input:-ms-input-placeholder,
.shoppingcart input[size]:-ms-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart #v65-cart-shipping-details input:-ms-input-placeholder,
.shoppingcart #v65-cart-shipping-details select:-ms-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart tr.v65-cart-details-row td input:-ms-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.shoppingcart .productnamecolorLARGE,
.shoppingcart a.productnamecolorLARGE {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  line-height: 40px;
}
.shoppingcart .v65-productDisplay td {
  text-align: center;
}
.shoppingcart .productnamecolorLARGE,
.shoppingcart a.productnamecolorLARGE {
  display: block;
}
.shoppingcart a.productnamecolor,
.shoppingcart table.v65-productDisplay .productnamecolor {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.428571429;
  font-family: Tahoma;
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.shoppingcart a.productnamecolor:hover,
.shoppingcart table.v65-productDisplay .productnamecolor:hover {
  color: #000;
}
.shoppingcart table.v65-productDisplay font.pricecolor.colors_productprice,
.shoppingcart table.v65-productDisplay font.pricecolor.colors_productprice b {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.shoppingcart #content_area font.carttext.colors_text,
.shoppingcart #content_area font.carttext.colors_text b,
.shoppingcart #content_area font.carttext.colors_text b.cart-item-name {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.shoppingcart #content_area font.carttext.colors_text b.cart-item-name:hover {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.shoppingcart #content_area table[width$="%"] input#ShipState,
.shoppingcart #content_area table[width$="%"] input.v65-productdetail-cartqty,
.shoppingcart
  #content_area
  table[width$="%"]
  input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
    [class*="btn"]
  ),
.shoppingcart #content_area table[width$="%"] input[id^="Quantity"],
.shoppingcart #content_area table[width$="%"] input[value=""],
.shoppingcart #content_area table[width] input[type="password"],
.shoppingcart #content_area table[width] input[value=""],
.shoppingcart #content_area table[width] select,
.shoppingcart #content_area table[width] textarea[cols="45"] {
  min-width: 50px;
  height: auto;
  padding: 5px 12px;
  margin: 3px 0;
  min-height: 25px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  text-align: left;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.shoppingcart #content_area table[width$="%"] input[id^="Quantity"] {
  text-align: center;
}
.shoppingcart #content_area table#v65-cart-checkout-table tr td,
.shoppingcart #content_area table#v65-checkout-form-table tr td {
  color: #000;
  font-size: 12px;
}
.shoppingcart
  #content_area
  table#v65-cart-checkout-table
  a[href="login_sendpass.asp"] {
  color: #000;
  font-size: 10px !important;
}
.shoppingcart #content_area table.v65-productDisplay .product_dealprice,
.shoppingcart #content_area table.v65-productDisplay .product_dealprice span,
.shoppingcart #content_area table.v65-productDisplay .product_saleprice,
.shoppingcart #content_area table.v65-productDisplay .product_saleprice span {
  font-size: 16px;
  font-weight: 700;
  color: #b23331;
}
.shoppingcart #content_area table.v65-productDisplay .product_setupcost,
.shoppingcart #content_area table.v65-productDisplay .product_setupcost span,
.shoppingcart
  #content_area
  table.v65-productDisplay
  font.pricecolor.colors_productprice,
.shoppingcart
  #content_area
  table.v65-productDisplay
  font.pricecolor.colors_productprice
  b {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.shoppingcart #content_area input.btn_checkout_guest {
  margin: 20px 0 0;
}
.shoppingcart #content_area td[align="center"] table[align="center"],
.shoppingcart #content_area td[align="center"] table[align="center"] + table {
  text-align: left;
}
@media (min-width: 768px) {
  .shoppingcart #content_area #cart-top-rule,
  .shoppingcart #content_area .v65-divider-hr-cell {
    border-top: 1px solid #eee !important;
  }
}
[src*="v/vspfiles/templates/248/images/cart/cart_tl_cap.gif"],
img[src*="v/vspfiles/templates/248/images/cart/cart_tr_cap.gif"] {
  display: none;
}
#v65-cart-shipping-details-text > div {
  white-space: normal !important;
}
#v65-cart-shipping-details-container {
  background: transparent;
  border: none;
  padding-right: 0;
  padding-left: 0;
}
#v65-cart-shipping-details-label.v65-cart-left-label {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  border-bottom: none;
  text-indent: 13px;
  padding-bottom: 5px;
  font-weight: 700;
}
#v65-cart-shipping-details-label br {
  display: none;
}
#v65-cart-shipping-details > td {
  padding: 0;
}
#v65-cart-shipping-details-label.v65-cart-left-label small {
  color: #000;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
}
#v65-cart-shipping-details-container #v65-cart-shipping-details td {
  color: #000 !important;
  font-weight: 700 !important;
}
#v65-cart-shipping-details-container
  #v65-cart-shipping-details
  td#v65-cart-shipping-addresstype {
  font-weight: 400 !important;
}
#v65-cart-shipping-details-container #v65-cart-shipping-details a span {
  color: #000 !important;
}
#v65-cart-shipping-details-container
  #v65-cart-shipping-details
  > tbody
  > tr
  > td:first-child {
  padding-left: 15px;
}
#v65-cart-shipping-details-container
  #v65-cart-shipping-details
  td#v65-cart-shippingoptionsbuttoncell {
  padding-left: 0;
}
#v65-cart-shipping-details-container
  #v65-cart-shipping-details
  div[align="right"] {
  text-align: left;
}
#v65-cart-shipping-details-container
  #v65-cart-shipping-details
  div[align="right"]
  img[width="5"] {
  display: none;
}
#v65-cart-shipping-details input[type="radio"] {
  margin: 5px;
}
#v65-cart-empty-details-cell {
  padding: 10px 0 0 !important;
}
#v65-cart-empty-details-cell span + span a {
  font-size: 14px;
  white-space: nowrap;
}
#v65-cart-empty-details-cell #v65-cart-coupon-entry-details-div,
#v65-cart-empty-details-cell #v65-cart-shipping-details-text,
#v65-cart-empty-details-cell > span:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
#v65-empty-cart-row + tr.v65-divider-hr-row .v65-divider-hr-cell {
  border-top: none;
}
#v65-cart-shipping-details-container #v65-cart-shipping-details span {
  color: #000 !important;
  font-weight: 700 !important;
}
#cart-header font {
  color: #000 !important;
  font-size: 12px;
  line-height: 1.428571429;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
}
#v65-cart-table {
  border-spacing: 0;
}
#v65-cart-table .v65-cart-giftcert-details-row td[width="135"] div {
  padding: 0;
  margin: 0;
}
#v65-cart-table > tbody > tr.v65-cart-details-row > td {
  background-color: transparent;
}
#v65-cart-table .v65-item-zebra {
  background-color: #eee;
}
#v65-cart-table > tbody > tr.v65-cart-details-row td[width="5"] {
  display: none;
}
.v65-cart-tax-row b {
  color: #000;
  display: block;
  margin-top: 10px;
  white-space: nowrap;
}
.v65-cart-tax-row > .v65-cart-details-cell.v65-cart-details-lastcell,
.v65-cart-tax-row > .v65-cart-tax-blank {
  display: none;
}
.v65-cart-tax-parent-cell b {
  color: #000;
  display: block;
  margin-top: 10px;
}
.v65-cart-total-estimate-row td[colspan="4"] div[align="right"] b {
  color: #000;
  font-size: 18px;
  display: block;
  margin-top: 10px;
  white-space: nowrap;
}
.v65-cart-total-estimate-row td#v65-cart-total-estimate-parent-cell b {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.v65-cart-total-estimate-row > .v65-cart-details-blank,
.v65-cart-total-estimate-row
  > .v65-cart-details-cell.v65-cart-details-lastcell {
  display: none;
}
.v65-your-cart-title {
  font-size: 36px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  text-indent: 0;
  margin-left: 0;
}
.v65-cart-giftcert-details-row > td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: none !important;
}
.btn_recalculate__span #btnRecalculate {
  margin: 0;
}
@media (min-width: 768px) {
  #v65-cart-table > tbody > tr,
  #v65-cart-table > tbody > tr#cart-header,
  #v65-cart-table > tbody > tr#v65-cart-footer-row,
  #v65-cart-table > tbody > tr.v65-cart-details-separator,
  #v65-cart-table > tbody > tr.v65-cart-giftcert-details-row,
  #v65-cart-table > tbody > tr.v65-cart-tax-row,
  #v65-cart-table > tbody > tr.v65-cart-total-estimate-row,
  #v65-cart-table > tbody > tr.v65-cart-total-estimate-row + tr,
  #v65-cart-table > tbody > tr.v65-divider-hr-row,
  #v65-cart-table > tbody > tr:first-child,
  #v65-cart-table > tbody tr {
    overflow: visible;
    display: table-row !important;
    border: 0;
  }
  #v65-cart-table > tbody > tr.v65-cart-tax-row td,
  #v65-cart-table > tbody > tr.v65-cart-total-estimate-row td {
    text-align: right;
  }
  #v65-cart-table > tbody > tr#v65-empty-cart-row {
    overflow: visible;
    display: table-row !important;
    border: 0;
  }
  #v65-cart-table > tbody td {
    display: table-cell !important;
    width: auto !important;
  }
  #v65-cart-table > tbody > tr.v65-cart-details-row td {
    display: table-cell;
    text-align: center !important;
  }
  #v65-cart-table
    > tbody
    > tr.v65-cart-details-row
    td.v65-cart-detail-productimage
    + td.v65-cart-details-text {
    text-align: left !important;
  }
  #v65-cart-table #cart-header {
    overflow: visible;
    display: table-row !important;
    border: 0;
  }
  #v65-cart-table td[width="70"] div:after,
  #v65-cart-table td[width="70"] div:before,
  #v65-cart-table td[width="135"] div:before {
    content: "";
  }
  #v65-cart-table td.v65-cart-details-text {
    text-align: left !important;
  }
  #v65-cart-table td[valign="middle"].v65-cart-details-text {
    text-align: center !important;
  }
  #v65-cart-table table[width="145"] {
    width: 145px;
    margin: 0 auto;
  }
  #v65-cart-table table[width="135"] {
    width: 135px;
  }
  #v65-cart-table table[width="75"] {
    width: 75px;
    margin: 0 auto;
  }
  #v65-cart-table td[width="70"] {
    width: 70px;
    margin: 0 auto;
  }
  #v65-cart-table td[width="0"] {
    display: table-cell !important;
    background-color: transparent;
  }
  #v65-cart-checkout-parent {
    display: table;
    text-align: right;
  }
  #v65-cart-shipping-details-container {
    display: table-cell;
  }
  #v65-cart-coupon-entry-details-button {
    display: inline-block;
  }
  #v65-coupon-table-row td {
    display: inline-block;
    width: auto;
    clear: both;
  }
  #v65-cart-shipping-details td {
    display: table-cell;
    width: auto !important;
    text-align: left;
  }
  #v65-cart-shipping-details td input[type="text"],
  #v65-cart-shipping-details td select {
    width: auto;
    display: inline-block;
  }
  .v65-cart-item-remove-cell.v65-cart-details-text {
    border: none;
  }
  .v65-cart-item-remove-cell.v65-cart-details-text
    .v65-cart-item-remove-link:after {
    content: "";
    padding: 0;
  }
  .v65-cart-detail-productimage img {
    max-width: 100px;
    margin-top: 0;
  }
  .v65-cart-giftcert-details-row > td {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .v65-cart-details-row
    #content_area
    #v65-cart-table
    > tbody
    > tr.v65-cart-total-estimate-row,
  .v65-cart-details-separator {
    overflow: visible;
    display: table-row !important;
    border: 0;
  }
}
@media (max-width: 991px) {
  .shoppingcart #content_area select {
    height: 30px;
    line-height: 30px;
  }
  .shoppingcart #content_area input.btn_checkout_guest {
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 20px auto 0;
    padding-left: 0;
    padding-right: 0;
  }
  .shoppingcart #content_area .v65-productDisplay,
  .shoppingcart #content_area font.productnamecolorLARGE.colors_productname,
  img[src*="/images/cart/cart_t"] {
    display: none;
  }
  #v65-cart-empty-details-cell {
    display: none !important;
  }
  #v65-cart-empty-details-cell,
  td.v65-divider-hr-cell {
    border-top: none;
  }
  .v65-cart-tax-row {
    float: left;
    width: 100%;
  }
  .v65-cart-tax-row > td {
    float: left;
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .v65-cart-tax-row > td[colspan="4"] {
    min-width: 100px;
  }
  .v65-cart-tax-row > td[colspan="4"] div {
    text-align: left;
  }
  .v65-cart-tax-row > td:first-child {
    display: none;
  }
  .v65-cart-total-estimate-row {
    float: left;
    width: 100%;
  }
  .v65-cart-total-estimate-row > #v65-cart-show-giftoptions-cell,
  .v65-cart-total-estimate-row > .colors_lines,
  .v65-cart-total-estimate-row > .v65-cart-details-cell.v65-cart-details-blank,
  .v65-cart-total-estimate-row
    > .v65-cart-details-cell.v65-cart-details-firstcell {
    display: none;
  }
  .v65-cart-total-estimate-row > td {
    float: left;
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .v65-cart-total-estimate-row > td[colspan="4"] {
    min-width: 100px;
  }
  .v65-cart-total-estimate-row > td[colspan="4"] div {
    text-align: left;
  }
  #v65-cart-table > tbody > tr {
    overflow: visible;
    display: block;
    border: 0;
  }
  #v65-cart-table
    > tbody
    > tr.v65-cart-total-estimate-row
    td.v65-cart-details-blank {
    display: none;
  }
  #v65-cart-table > tbody > tr.v65-cart-total-estimate-row td[width="0"] {
    display: none;
    background-color: #eee !important;
  }
  #v65-cart-table > tbody > tr.v65-cart-tax-row td[width="0"] {
    background-color: #eee !important;
  }
  #v65-cart-table > tbody > tr.v65-cart-tax-row,
  #v65-cart-table > tbody > tr.v65-cart-total-estimate-row {
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
  }
  #v65-cart-table > tbody > tr.v65-cart-total-estimate-row {
    border-bottom: 1px solid #eee !important;
  }
  #v65-cart-table > tbody > tr.v65-cart-tax-row {
    border-top: 1px solid #eee !important;
  }
  #v65-cart-table > tbody > tr.v65-cart-tax-row,
  #v65-cart-table > tbody > tr.v65-cart-total-estimate-row {
    background-color: #eee !important;
    padding-left: 10px;
  }
  #v65-cart-table table {
    display: table;
    width: 100%;
  }
  #v65-cart-table > tbody > tr.v65-cart-details-row td {
    display: block;
    text-align: center !important;
    width: 100%;
  }
  #v65-cart-table
    > tbody
    > tr.v65-cart-details-row
    td.v65-cart-detail-productimage
    + td.v65-cart-details-text {
    text-align: left !important;
  }
  #v65-cart-table #cart-header {
    display: none;
  }
  #v65-cart-table td input {
    margin: 0;
  }
  #v65-cart-table td[width="70"] div,
  #v65-cart-table td[width="135"] div {
    padding: 0 8px;
    position: relative;
    margin: 5px 0;
  }
  #v65-cart-table td[width="70"] div:after,
  #v65-cart-table td[width="70"] div:before {
    position: absolute;
    top: 0;
    font-size: 14px;
    left: -120px;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #000;
  }
  #v65-cart-table td[width="135"] div:before {
    position: absolute;
    top: 0;
    font-size: 14px;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #000;
  }
  #v65-cart-table td[width="70"] div:before {
    content: "Each: ";
  }
  #v65-cart-table .v65-cart-details-row td:nth-child(8) center {
    position: relative;
  }
  #v65-cart-table .v65-cart-details-row td:nth-child(8) center:before {
    content: "Qty: ";
    position: absolute;
    left: calc(50% - 70px);
    font-size: 14px;
  }
  #v65-cart-table td[width="135"] div:before {
    content: "Total: ";
    left: -120px;
  }
  #v65-cart-table .v65-cart-giftcert-total td[width="135"] div:before {
    content: "";
  }
  #v65-cart-table td input#v65-cart-coupon-entry-details-input {
    margin: 10px auto;
  }
  #v65-cart-table #v65-cart-coupon-entry-details-button,
  #v65-cart-table #v65-cart-empty-details-cell,
  #v65-cart-table #v65-cart-shipping-details-text {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  td.v65-cart-detail-productimage img {
    max-width: 100px;
    margin-top: 15px;
  }
  #v65-cart-shipping-details-text,
  .v65-cart-details-row:not(.v65-divider-hr-row) > td:last-child {
    border-bottom: 1px solid #eee;
  }
  .v65-cart-item-remove-cell.v65-cart-details-text
    .v65-cart-item-remove-link:after {
    content: "Remove this item";
    padding-left: 5px;
  }
  #v65-cart-coupon-entry-details-div {
    text-align: center !important;
  }
  #v65-cart-shipping-details-text div {
    padding-right: 0 !important;
    white-space: normal !important;
    padding-top: 20px;
  }
  #v65-coupon-table-row td {
    display: block;
    width: 100%;
    clear: both;
  }
  #v65-cart-shipping-details select {
    width: 100% !important;
  }
  #v65-cart-shipping-details-container
    #v65-cart-shipping-details
    > tbody
    > tr
    > td:first-child {
    padding-left: 5px;
    padding-bottom: 0;
    margin-top: 10px;
  }
  #v65-cart-shipping-details-container {
    display: block;
  }
  #v65-cart-shipping-details-label.v65-cart-left-label {
    text-indent: 5px;
  }
  #v65-cart-shipping-details td {
    display: block;
    width: 100% !important;
  }
  #v65-cart-show-giftoptions-cell {
    display: block;
  }
  .btn_recalculate__span {
    margin-bottom: 20px;
  }
  .v65-cart-giftcert-details-row {
    box-shadow: inset 0 -1px 0 #eee;
  }
  .v65-cart-giftcert-details-row > td {
    border-bottom-width: 0;
    display: inline-block;
    width: 50%;
  }
  .v65-cart-giftcert-details-row > td.colors_lines,
  .v65-cart-giftcert-details-row > td.v65-cart-details-firstcell,
  .v65-cart-giftcert-details-row > td.v65-cart-details-lastcell,
  .v65-cart-giftcert-details-row > td.v65-cart-item-remove-cell {
    display: none;
  }
  .v65-cart-giftcert-details-row > td[align="center"] {
    margin-left: -4px;
  }
}
.cartDiv,
.cartDiv2 {
  display: inline;
}
.soft_add_content_shadow {
  width: auto;
  max-height: 500px;
  padding: 35px 0 0;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.soft_add_header {
  width: auto;
  padding: 0;
  border: 0;
  background: #fff;
}
.soft_add_header_shadow {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
}
.soft_add_header .soft_add_span {
  font-size: 0;
}
.soft_add_header .soft_add_span:before {
  content: "Items in Cart";
  display: inline-block;
  margin-left: -25px;
  padding-top: 7px;
  left: 0;
  font-size: 16px;
}
.soft_add_content_area {
  padding: 15px;
  width: auto;
  max-height: 250px;
  overflow: auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: none;
}
.soft_add_content_wrapper {
  padding: 0;
  width: auto;
  border: none;
  background: none;
}
.soft_add_wrapper {
  position: fixed;
  min-width: 265px;
  max-width: calc(100% - 30px);
  max-height: 400px !important;
  z-index: 1100;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto !important;
  padding: 0;
  line-height: normal;
  font-family: inherit;
  color: #000;
}
@media (min-width: 768px) {
  .soft_add_wrapper {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .soft_add_wrapper {
    top: 15% !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.soft_add_wrapper .cart_table .icon {
  width: auto;
  height: auto;
}
.soft_add_wrapper ul.anchored-cart {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  border-collapse: collapse;
}
.soft_add_wrapper li {
  display: table-row;
  width: auto;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
}
.soft_add_wrapper li.product-row:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.soft_add_wrapper li img {
  max-width: 55px !important;
}
.soft_add_wrapper li.recently-added {
  -webkit-animation-name: recently-added-fadeout;
  animation-name: recently-added-fadeout;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  background-color: hsla(0, 0%, 93%, 0);
}
.soft_add_wrapper li div {
  font-size: 12px;
  width: 100%;
}
.soft_add_wrapper .product-row * {
  font-size: 14px;
  line-height: 1.428571429;
}
.soft_add_wrapper .product-image {
  display: table-cell;
  width: 55px;
  padding: 10px 4px 10px 10px;
}
.soft_add_wrapper .product-detail {
  display: table-cell;
  padding: 10px 5px;
  vertical-align: top;
}
.soft_add_wrapper .product-name {
  display: block;
}
.soft_add_wrapper .product-name a {
  color: #000;
  font-weight: 700;
  word-break: break-word;
}
.soft_add_wrapper .product-options a {
  color: #000;
  font-weight: 400;
  word-break: break-all;
  pointer-events: none;
}
.soft_add_wrapper .product-qty {
  display: block;
  color: #000;
}
.soft_add_wrapper .product-qty .quantity_text {
  display: block;
  color: #000;
  display: inline;
}
.soft_add_wrapper .product-price {
  display: table-cell;
  padding: 8px 8px 10px 0;
  vertical-align: middle;
  text-align: right;
  color: #000;
}
.soft_add_wrapper .product-remove {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
.soft_add_wrapper .product-remove .aremove {
  background: none;
  margin-left: 15px;
  font-size: 0;
  text-indent: unset;
  color: #000;
}
.soft_add_wrapper .product-remove .aremove:before {
  display: table-cell;
  content: "\e601";
  font-family: button-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
  font-variant: normal normal;
}
.soft_add_wrapper .soft_add_sub_total,
.soft_add_wrapper .sub_total {
  font-size: 14px;
}
.soft_add_wrapper .soft_add_sub_total {
  padding: 4px 20px 0;
  height: 24px;
  background: none;
}
.soft_add_wrapper .sub_total,
.soft_add_wrapper span.sub_total_amount {
  color: #000;
}
.soft_add_wrapper .soft_add_action_area {
  clear: both;
  height: auto;
  overflow: hidden;
  padding: 15px;
  position: relative;
  border-top: none;
  background: none;
}
.soft_add_wrapper .check_out,
.soft_add_wrapper .continue_shopping {
  position: static;
  display: block;
  width: 70%;
  float: none;
  height: 45px;
  margin: 0 auto 15px;
  padding: 1px 20px 0;
  border: 1px solid #000;
  border-radius: 0;
  line-height: 43px;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 400;
  background: #000;
  color: #fff;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
}
.soft_add_wrapper .check_out:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}
.soft_add_wrapper .continue_shopping {
  padding: 0 10px;
  background: #666;
  border-color: #666;
  text-transform: capitalize;
}
.soft_add_wrapper .continue_shopping:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
  background-color: #4d4d4d;
  border-color: #474747;
}
.soft_add_wrapper .close_btn {
  background: none;
  z-index: 200;
  text-indent: 0;
  font-size: 0;
  top: 13px;
  right: 15px;
  color: red;
}
.soft_add_wrapper .close_btn:hover {
  color: #000;
}
.soft_add_wrapper .close_btn:before {
  content: "\e609";
  display: inline-block;
  font-size: 12px;
  font-family: button-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.ie8 .soft_add_wrapper {
  border: 1px solid #eee;
}
@keyframes recently-added-fadeout {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  80% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  to {
    background-color: transparent;
  }
}
.category #divWaitModal + table > tbody > tr:first-child {
  padding-left: 0;
}
.category #divWaitModal + table > tbody > tr:first-child a,
.category #divWaitModal + table > tbody > tr:first-child b {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.category #divWaitModal + table > tbody > tr:first-child a:hover {
  color: #000;
}
.category #divWaitModal + table > tbody > tr:first-child a:last-child {
  color: #777;
}
.category #divWaitModal + table > tbody > tr:first-child a:last-child:hover {
  color: #000;
}
.category #divWaitModal + table > tbody > tr > td > table {
  margin-bottom: 15px;
}
.category #divWaitModal ~ table:last-child > tbody > tr,
.category #divWaitModal ~ table:last-child > tbody > tr > td {
  display: block;
}
.category #divWaitModal ~ table:last-child .vp-sc-thumbs {
  text-align: left;
}
.category
  #divWaitModal
  ~ table:last-child
  .vp-sc-thumbs
  .vp-sc-thumbs__title
  a {
  font-size: 18px;
  color: #2b2f35;
}
.category
  #divWaitModal
  ~ table:last-child
  .vp-sc-thumbs
  .vp-sc-thumbs__title
  a:hover {
  color: #000;
}
.category
  #MainForm
  > input[name="Cat"]
  + table
  td[valign="bottom"][rowspan="2"] {
  vertical-align: top;
  padding-top: 5px;
}
.category #MainForm > input[name="Cat"] + table > tbody > tr > td {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .category
    #MainForm
    > input[name="Cat"]
    + table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr:first-child
    > td {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .category #MainForm > input[name="Cat"] + table > tbody > tr > td {
    display: block;
    margin-bottom: 15px;
    text-align: left;
  }
}
.category #MainForm > input[name="Cat"] + table td[align="right"],
.category
  #MainForm
  > input[name="Cat"]
  + table
  td[valign="bottom"][rowspan="2"] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .category #MainForm > input[name="Cat"] + table td[align="right"],
  .category
    #MainForm
    > input[name="Cat"]
    + table
    td[valign="bottom"][rowspan="2"] {
    display: block;
    margin-bottom: 15px;
    text-align: left;
  }
}
@media (max-width: 1239px) {
  .category
    #MainForm
    > input[name="Cat"]
    + table
    table[width="250"]
    td:nth-child(2)
    nobr {
    white-space: normal;
  }
}
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  > tbody
  > tr
  > td
  > table,
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  > tbody
  > tr
  > td
  > table
  > tbody,
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr {
  display: block;
  width: 100%;
  float: left;
}
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr:first-child
  > td {
  float: left;
  width: 50%;
}
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td {
  display: block;
  width: 100%;
  float: left;
}
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  > tbody
  > tr
  > td
  > table
  + table {
  display: none;
}
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  table[width="250"] {
  width: 100%;
}
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  table[width="250"]
  td[width="2"],
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  table[width="250"]
  td[width="3"] {
  display: none !important;
}
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  table[width="250"]
  td:nth-child(2) {
  display: block;
  width: 100%;
  float: left;
}
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  table[width="250"]
  td:nth-child(4),
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  table[width="250"]
  td:nth-child(6) {
  display: block;
  width: auto;
  float: left;
  line-height: 50px;
}
.category
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  table[width="250"]
  td:nth-child(4)[width="65"] {
  display: none !important;
}
.category #additionalsearch {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.category table.colors_backgroundlight {
  background: #000;
  padding: 8px 0;
  height: 24px;
  width: 100%;
  border-collapse: separate;
  margin-bottom: 10px;
}
.category table.colors_backgroundlight > tbody > tr > td > img {
  display: none;
}
.category table.colors_backgroundlight > tbody > tr > td:first-child b {
  display: block;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-indent: 15px;
}
.category table.colors_backgroundlight + table {
  border-collapse: separate;
  padding: 10px 15px;
}
.category table.colors_backgroundlight + table table {
  border-spacing: 0;
}
.category table.colors_backgroundlight + table td {
  padding: 0;
}
.category table[cellpadding="3"] td[align="right"] .btn {
  margin: 5px;
}
.category table[width="250"] {
  width: auto;
}
@media (max-width: 1239px) {
  .category table[width="250"] td {
    width: auto;
    display: inline-block !important;
  }
}
.category img[src$="nophoto.gif"],
.category img[src*="/v/vspfiles/photos/"],
.category
  td[align="center"][colspan]
  img[src*="/v/vspfiles/photos/categories/"] {
  display: block;
  max-width: 100%;
  height: auto;
}
.category font[face="Tahoma"] {
  font-family: inherit;
}
.category a.productnamecolor.colors_productname + img {
  display: none;
}
.category .v65-productDisplay {
  table-layout: fixed;
  margin-top: 20px;
}
.category .v-product-grid .qv-product-link {
  height: auto;
}
.category .container--content input,
.category .container--content select,
.category .container--content textarea {
  font-size: 13px;
}
.category .colors_lines_light,
.category .colors_lines_light + .colors_backgroundneutral {
  display: none;
}
.category .colors_backgroundneutral {
  background: none;
}
@media (max-width: 575px) {
  .category
    .colors_backgroundneutral
    > table.colors_backgroundlight
    + table
    table
    tbody {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.category
  #content_area
  table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"]
  table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]
  td[rowspan="1"],
.category
  #content_area
  table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"]
  table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]
  tr
  img[src*="/images/clear1x1.gif"] {
  display: none;
}
.category
  #content_area
  table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"]
  table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]
  td[colspan="1"][align="center"] {
  padding: 0 8px;
}
@media (max-width: 991px) {
  .category
    #content_area
    table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"]
    table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]
    td[colspan="1"][align="center"] {
    display: block;
    width: 100vw;
    max-width: calc(100vw - 45px);
    padding: 0;
  }
}
.category
  #content_area
  table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"]
  table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]
  td[colspan="1"][align="center"]:first-child {
  padding-left: 0;
}
.category
  #content_area
  table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"]
  table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]
  td[colspan="1"][align="center"]:last-child {
  padding-right: 0;
}
.category.lt-ie10
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  table[width="250"],
.category.lt-ie10
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  table[width="250"]
  tbody,
.category.lt-ie10
  #MainForm.search_results_section
  > input[name="Cat"]
  + table
  table[width="250"]
  tr {
  display: block;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 991px) {
  .category
    td.colors_backgroundneutral
    > table.colors_backgroundlight
    + table
    table
    tbody {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .category.lt-ie10
    td.colors_backgroundneutral
    > table.colors_backgroundlight
    + table
    table
    tr {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .category #MainForm > table td[valign="bottom"][rowspan="2"] td {
    display: block;
    width: auto;
  }
  .category
    #MainForm
    > table
    td[valign="bottom"][rowspan="2"]
    td:nth-child(n + 4) {
    display: inline-block;
    width: auto;
  }
  .category #MainForm > input[name="Cat"] + table > tbody > tr > td,
  .category #MainForm > input[name="Cat"] + table td[align="right"],
  .category
    #MainForm
    > input[name="Cat"]
    + table
    td[valign="bottom"][rowspan="2"] {
    display: block;
    text-align: left;
    margin-bottom: 15px;
  }
  .category
    td.colors_backgroundneutral
    > table.colors_backgroundlight
    + table
    table
    tbody,
  .category
    td.colors_backgroundneutral
    > table.colors_backgroundlight
    + table
    table
    td,
  .category
    td.colors_backgroundneutral
    > table.colors_backgroundlight
    + table
    table
    tr {
    display: block;
  }
  .category
    td.colors_backgroundneutral
    > table.colors_backgroundlight
    + table
    table
    tr {
    display: block;
    float: left;
  }
  .category
    td.colors_backgroundneutral
    > table.colors_backgroundlight
    + table
    table
    td {
    float: left;
    width: 100%;
  }
  .category
    #MainForm.search_results_section
    > input[name="Cat"]
    + table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr:first-child
    > td {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .category .v65-productDisplay {
    width: 100%;
    table-layout: fixed;
  }
  .category
    td[background*="/v/vspfiles/templates/have_hold_r/images/Grid_Divider_Vertical.gif"] {
    padding: 0 10px;
  }
  .category table.colors_backgroundlight + table td {
    display: block;
  }
  .category
    #MainForm.search_results_section
    > input[name="Cat"]
    + table
    table[width="250"]
    select {
    max-width: 260px;
  }
}
@-moz-document url-prefix() {
  .category #content_area table {
    table-layout: fixed;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .category .vp-sc-thumbs__list .vp-sc-thumbs__img .vp-sc-thumbs__img-link {
    display: inline-block;
    max-width: 100%;
  }
}
.results_per_page_select,
.sortby_select {
  display: inline-block !important;
}
.results_per_page_select + nobr {
  display: none;
}
.search_results_section {
  margin-top: 20px;
}
@media (max-width: 1239px) {
  .search_results_section .sortby_select {
    display: inline-block !important;
  }
  .search_results_section table[width="250"] td[width] {
    display: block;
    width: 100%;
  }
  .search_results_section table[width="250"] td[width="3"] {
    display: none;
  }
  .search_results_section
    table[width="250"]
    td[width="180"]
    + td[width="3"]
    + td[width="180"],
  .search_results_section
    table[width="250"]
    td[width="180"]
    + td[width="3"]
    + td[width="180"]
    + td[width="3"]
    + td[width="65"] {
    display: inline-block;
    width: auto;
  }
  .search_results_section
    table[width="250"]
    td[width="180"]
    + td[width="3"]
    + td[width="180"]
    + td[width="3"]
    + td[width="65"]
    input {
    margin-left: 5px;
  }
  .search_results_section
    table[width="250"]
    td[width="2"]
    + td[width="180"]
    + td[width="3"]
    + td[width="65"] {
    display: inline-block;
    width: auto;
  }
}
.search_results_section
  .results_per_page_select
  + nobr
  input[onkeydown^="return OnKeyDownPageInputBox"] {
  text-align: center;
  padding: 5px;
}
.vol-list-grid {
  margin: 0 0 15px 20px;
  display: inline-block;
  display: none;
}
@media (max-width: 575px) {
  .vol-list-grid {
    display: none;
  }
}
.vol-list-grid-toggle {
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: none;
}
.vol-list-grid-toggle .grid-toggle__icon {
  fill: #000;
}
.vol-list-grid-toggle.vol-active,
.vol-list-grid-toggle:hover {
  background-color: #2b2f35;
}
.vol-list-grid-toggle.vol-active .grid-toggle__icon,
.vol-list-grid-toggle:hover .grid-toggle__icon {
  opacity: 1;
  fill: #fff;
}
.vol-list-grid.vol-hide {
  display: none;
}
.grid-toggle__icon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.25;
}
#SortBy {
  margin-left: 5px;
}
@media (max-width: 991px) {
  div[id^="VCompare"],
  div[id^="VCompareOverlay"] {
    display: none !important;
  }
}
#VCompareOverlayBox .VCompareOverlayTable {
  border: 0;
}
#VCompareOverlayXDiv {
  box-sizing: content-box;
}
.v-product-grid .v-product {
  position: relative;
  text-align: left;
  border-bottom: 1px solid transparent;
}
@media (min-width: 576px) {
  .v-product-grid .v-product {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .v-product-grid .v-product {
    margin-left: 0;
    text-align: center;
  }
}
.v-product-grid .v-product__img {
  position: relative;
}
.v-product-grid .v-product__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.v-product-grid .v-product__title {
  font-family: Tahoma;
  font-size: 18px;
  line-height: 1.42857143;
  font-weight: 700;
  color: #000;
  margin: 5px 0;
}
.v-product-grid .v-product__title:hover {
  color: #b23331;
}
.v-product-grid .v-product__title + div {
  margin-bottom: 5px;
}
.v-product-grid .v-product__desc {
  font-size: 12px;
  word-wrap: break-word;
}
.v-product-grid .v-product__desc ~ b {
  display: block;
}
.v-product-grid .v-product__free-shipping {
  display: block;
  transition: all 0.5s ease;
  margin: 8px 0 0;
}
.v-product-grid .v-product .product_productprice b {
  font-size: 16px;
  color: #777;
  font-weight: 700;
}
.category[data-grid-type="list"]
  .v-product-grid
  .v-product
  .product_productprice
  b {
  font-size: 18px;
}
.v-product-grid .v-product .product_productprice font {
  font-weight: 400;
}
.v-product-grid .v-product .product_saleprice,
.v-product-grid .v-product .product_saleprice b {
  font-size: 16px;
  font-weight: 700;
  color: #b23331;
}
.v-product-grid .v-product .product_dealprice {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.v-product-grid .v-product .product_setupcost,
.v-product-grid .v-product .product_setupcost b {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.v-product-grid .v-product .product_yousave,
.v-product-grid .v-product .product_yousave span,
.v-product-grid .v-product .productdetails .colors_pricebox .product_yousave,
.v-product-grid
  .v-product
  .productdetails
  .colors_pricebox
  .product_yousave
  span {
  color: #b23331;
  font-size: 14px;
  font-weight: 400;
}
.v-product-grid .v-product__add-to-cart {
  transition: all 0.5s ease;
  padding: 9px 16px;
  margin: 10px 0 5px;
}
@media (max-width: 575px) {
  .v-product-grid .v-product > * {
    margin-right: auto;
    margin-left: auto;
  }
}
.category[data-grid-type="grid"] .v-product-grid .v-product {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 15px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .category[data-grid-type="grid"] .v-product-grid .v-product {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .category[data-grid-type="grid"] .v-product-grid .v-product {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .category[data-grid-type="grid"] .v-product-grid .v-product {
    width: 100%;
  }
}
.category[data-grid-type="grid"] .v-product-grid .v-product__img {
  vertical-align: top;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .category[data-grid-type="grid"] .v-product-grid .v-product__img {
    display: inline-block;
    max-width: 100%;
  }
}
.category[data-grid-type="grid"] .v-product-grid .v-product__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.category[data-grid-type="grid"] .v-product-grid .v-product__details * {
  max-width: 100%;
}
.category[data-grid-type="grid"] .v-product-grid .v-product,
.category[data-grid-type="list"] .v-product-grid .v-product {
  height: auto !important;
  width: 100%;
  padding: 15px 0;
}
@media (min-width: 576px) {
  .category[data-grid-type="grid"] .v-product-grid .v-product,
  .category[data-grid-type="list"] .v-product-grid .v-product {
    text-align: left;
    padding-right: 5%;
  }
}
@media (min-width: 576px) {
  .category[data-grid-type="grid"] .v-product-grid .v-product__img,
  .category[data-grid-type="list"] .v-product-grid .v-product__img {
    width: 30.5555555556%;
    float: left;
  }
}
@media (min-width: 576px) {
  .category[data-grid-type="grid"] .v-product-grid .v-product__title,
  .category[data-grid-type="list"] .v-product-grid .v-product__title {
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  .category[data-grid-type="grid"] .v-product-grid .v-product__free-shipping,
  .category[data-grid-type="list"] .v-product-grid .v-product__free-shipping {
    margin: 8px 0 0;
  }
}
@media (min-width: 576px) {
  .category[data-grid-type="grid"] .v-product-grid .v-product__details,
  .category[data-grid-type="list"] .v-product-grid .v-product__details {
    margin-left: 32.6388888889%;
    margin-right: 4%;
  }
}
.category[data-grid-type="grid"] .v-product-grid .v-product__free-shipping + a,
.category[data-grid-type="grid"] .v-product-grid .v-product div + a,
.category[data-grid-type="list"] .v-product-grid .v-product__free-shipping + a,
.category[data-grid-type="list"] .v-product-grid .v-product div + a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2% !important;
}
.category[data-grid-type="grid"] .v-product-grid .v-product:after,
.category[data-grid-type="list"] .v-product-grid .v-product:after {
  clear: both;
  content: "";
  display: table;
}
.category[data-grid-type="grid"] .v-product-grid .v-product:not(:last-child),
.category[data-grid-type="list"] .v-product-grid .v-product:not(:last-child) {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.lt-ie10.category .v-product-grid:after {
  clear: both;
  content: "";
  display: table;
}
.lt-ie10.category .v-product-grid .v-product {
  display: block;
  float: left;
}
.vp-sc-thumbs__list {
  padding-left: 0;
}
@media (max-width: 575px) {
  .vp-sc-thumbs__list {
    display: block;
  }
}
.vp-sc-thumbs__list img {
  max-width: 200px;
}
.vp-sc-thumbs__item {
  vertical-align: baseline;
}
@media (max-width: 991px) {
  .vp-sc-thumbs__item {
    float: left;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .vp-sc-thumbs__item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .vp-sc-thumbs__item {
    display: block;
    width: 100%;
  }
}
.vp-sc-thumbs__img .vp-sc-thumbs__img-link {
  vertical-align: top;
}
.vp-sc-thumbs__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.vp-sc-thumbs__title {
  margin-top: 0;
}
a.subcategory_link {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  color: #000;
}
a.subcategory_link:before {
  content: "\2022";
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  color: #000;
}
a.subcategory_link:hover {
  color: #000;
  text-decoration: none;
}
.corner-ribbon {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 40px;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: translateY(-100%) rotate(-90deg)
    translateX(-70.7106781187%) rotate(45deg);
  transform: translateY(-100%) rotate(-90deg) translateX(-70.7106781187%)
    rotate(45deg);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  will-change: transform;
  pointer-events: auto;
  transition: 0.3s;
  background: linear-gradient(180deg, #363b43, #4d545f);
}
.corner-ribbon-wrap {
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  overflow: hidden;
  pointer-events: none;
  transition: 0.3s;
}
.corner-ribbon:after,
.corner-ribbon:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  border-bottom-color: transparent;
  border: 5.6568542495px solid #002868;
  transition: 0.3s;
}
.corner-ribbon:before {
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.corner-ribbon:after {
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.c-lp h2 {
  font-size: 28px;
}
.c-lp h2,
.c-top {
  margin-bottom: 20px;
}
.c-top {
  background: #eee;
  border-radius: 0 0 5px 5px;
  padding: 5px 20px;
}
@media (max-width: 991px) {
  .c-top__left,
  .c-top__right {
    text-align: center;
  }
}
.c-top__left {
  font-family: Tahoma;
  line-height: 43px;
}
.c-top__right img {
  display: block;
  margin-left: auto;
}
@media (max-width: 991px) {
  .c-top__right img {
    margin: auto;
  }
}
.c-hero__left img {
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .c-hero__right h1,
  .c-hero__right p {
    text-align: center;
  }
}
.c-hero__right p {
  margin-bottom: 20px;
}
.c-hero__right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-hero__right li {
  padding: 15px 0 15px 71px;
  background: url(/v/vspfiles/assets/images/homepage/check-green.png) 0 50%
    no-repeat;
  background-size: 40px;
  font-size: 17px;
}
.c-section-heading {
  padding: 30px 20px;
  margin: 50px 0 80px;
  text-align: center;
  background: #2b2f35;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .c-section-heading {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.c-section-heading:after {
  content: "";
  position: absolute;
  height: 34px;
  width: 340px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  top: calc(100% - 1px);
  z-index: 1;
  background: url(/v/vspfiles/assets/images/homepage/btm-triangle.png) 50%
    no-repeat;
}
.c-section-heading h2 {
  margin: 0;
  line-height: 1;
  color: #fff;
}
.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
.plans--x2 .plan {
  width: 49%;
  max-width: 49%;
}
@media (max-width: 767px) {
  .plans--x2 .plan {
    width: 100%;
    max-width: 100%;
  }
  .plans--x2 .plan:not(:last-child) {
    margin-bottom: 2em;
  }
}
.plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid transparent;
  position: relative;
  transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
@media (min-width: 768px) {
  .plan {
    width: 32%;
    max-width: 32%;
  }
}
@media (max-width: 767px) {
  .plan {
    width: 100%;
    max-width: 100%;
  }
  .plan:not(:last-child) {
    margin-bottom: 2em;
  }
}
.plan:hover .corner-ribbon-wrap {
  top: -16px;
  left: -16px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}
.plan:hover .corner-ribbon:after,
.plan:hover .corner-ribbon:before {
  border-width: 11.313708499px;
}
.plan h3 {
  text-align: center;
  margin: -21px -21px 0;
  line-height: 1;
  padding: 10px 0;
  font-size: 24px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #2b2f35;
}
.plan__img {
  margin: 20px 0;
}
.plan__img img {
  display: block;
  margin: auto;
}
.plan__desc {
  text-align: center;
  margin-bottom: 20px;
}
.plan ul {
  background: #f7f7f7;
  margin: 0 -20px;
  padding: 20px 15px 20px 19%;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan ul {
    padding-left: 20px;
  }
}
.plan li {
  padding-left: 34px;
  background-size: 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.plan li:not(:last-child) {
  margin-bottom: 14px;
}
.plan__pricing {
  margin: auto 0;
}
.plan [class^="pp-"] {
  text-align: center;
}
.plan .pp-lg {
  font-family: Tahoma;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  background: #2b2f35;
  padding: 10px;
  margin: 0 -21px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan .pp-lg {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .plan .pp-lg {
    font-size: 26px;
  }
}
.plan .pp-it {
  font-size: 12px;
  color: #7d7d7d;
}
.plan .pp-reg {
  font-size: 14px;
  margin: 20px 0;
}
.plan .pp-save,
.plan .pp-value {
  color: #b23331;
}
.plan .pp-save {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.plan--quarterly li,
.plan--semi li {
  background-image: url(/v/vspfiles/assets/images/homepage/check-blue-20.png);
}
@media (min-width: 768px) {
  .plans:not(.plans--x2) .plan--best {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 768px) {
  .plans:not(.plans--x2) .plan--semi {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.plan--best {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3),
    0 14px 12px 0 rgba(0, 0, 0, 0.17);
  border-color: #b23331;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.plan--best h3 {
  background: #dc4543;
}
.plan--best li {
  background-image: url(/v/vspfiles/assets/images/homepage/check-green.png);
}
.plan--best .pp-lg {
  background: #b23331;
}
.plan--quarterly {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.c-videos {
  margin-bottom: 100px;
}
.c-videos h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .c-videos iframe {
    margin-bottom: 2em;
  }
}
.c-phone {
  margin: 100px 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-phone__left,
.c-phone__right {
  text-align: center;
  height: 100px;
  line-height: 100px;
}
@media (min-width: 1240px) {
  .c-phone__left,
  .c-phone__right {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .c-phone__left,
  .c-phone__right {
    width: 100%;
    max-width: 100%;
  }
}
.c-phone__left {
  background: #b23331;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .c-phone__left {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .c-phone__left {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .c-phone__left {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .c-phone__left {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .c-phone__left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 70px;
    border-color: transparent transparent transparent #b23331;
    -webkit-transform: translateX(100%) rotate(1turn);
    transform: translateX(100%) rotate(1turn);
  }
}
.c-phone__right {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  background: #2b2f35;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .c-phone__right {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .c-phone__right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .c-phone__right {
    font-size: 34px;
  }
}
.c-testimonials {
  margin-bottom: 100px;
}
.t-what {
  text-align: left;
}
.c-money-back {
  border: 1px solid #2b2f35;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 60px;
}
.c-money-back img {
  display: block;
  margin: 40px auto 0;
}
.c-money-back h2 {
  margin-top: 0;
}
.c-money-back ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-money-back li {
  display: inline-block;
  margin-right: 40px;
  padding: 10px 0 10px 37px;
  background: url(../../assets/img/UpdatedCheckCircleWhite.png) 0 60% no-repeat;
  background-size: 27px;
}
.c-products {
  background: #b23331;
  text-align: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .c-products > .row > div[class^="col-"]:not(:last-child) {
    margin-bottom: 2em;
  }
}
.c-products h2 {
  color: #fff;
  margin-top: 0;
}
.c-products h2 em {
  color: #ffe992;
  font-style: italic;
}
.c-products a {
  color: #000;
}
.c-product {
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  min-height: 250px;
}
.c-product--active {
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3), 0 11px 7px 0 rgba(0, 0, 0, 0.19);
  position: relative;
}
.c-product--active:after,
.c-product--active:before {
  position: absolute;
  z-index: 1;
}
.c-product--active:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: hsla(0, 0%, 100%, 0.6);
}
.c-product--active:after {
  content: "Currently Viewing";
  padding: 10px;
  background: #ffe992;
  border-top: 1px solid #ffe373;
  border-bottom: 1px solid #ffe373;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-product h3 {
  font-size: 25px;
  margin: 0;
}
@media (max-width: 991px) {
  .c-product h3 {
    font-size: 20px;
  }
}
.c-product img {
  display: block;
  margin: 10px auto;
  max-height: 108px;
}
.c-product__label {
  border: 3px solid #2b2f35;
}
.c-product__label span {
  display: block;
  padding: 5px;
}
.c-product__label span:first-child,
.category-heading {
  background: #2b2f35;
  color: #fff;
}
.category-heading {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-heading:after {
  display: block;
  content: "";
  clear: both;
  width: 100%;
}
.category-heading h1 {
  font-size: 60px;
  float: left;
  margin: 10px 0;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .category-heading h1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-heading h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .category-heading h1 {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .category-heading h1 {
    font-size: 28px;
  }
}
.c-lp2 .category-heading img {
  float: right;
  margin: 0;
}
@media (max-width: 991px) {
  .c-lp2 .category-heading img,
  .category-heading img {
    display: none;
  }
}
.c-lp2 h2 {
  margin: 0 0 20px;
  line-height: 1.1;
}
.c-lp2 p.lead {
  font-size: 16px;
}
.c-lp2 iframe {
  margin-bottom: 20px;
}
.c-lp2 .table {
  margin: 20px 0;
}
.c-lp2 .table > tbody > tr > td {
  vertical-align: middle;
}
.c-lp2 .table > tbody > tr > td:first-child {
  max-width: 174px;
}
@media (max-width: 991px) {
  .c-lp2 .table > tbody > tr > td:first-child {
    white-space: normal;
  }
}
.c-lp2 .table [bgcolor="#000000"] {
  color: #fff;
}
.c-lp2 .table .total-row td:not(:first-child) {
  text-align: center;
  font-size: 13px;
}
.c-lp2 .table td.scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #d7eedc;
  font-size: 14px !important;
}
.c-lp2 .table .left_pad {
  padding-left: 20px;
}
.c-lp2 .table .white_heading,
.c-lp2 .table .yellow_heading {
  font-size: 18px;
  font-weight: 700;
}
.c-lp2 .table .yellow_heading {
  color: #ff0;
}
.c-lp2 .table .white_copy {
  font-size: 12px;
}
.c-lp2 .table span {
  display: block;
}
.c-lp2 .table .yousave {
  font-size: 16px;
  font-weight: 700;
  color: #b02528;
  text-align: center;
}
.c-lp2 .table img[alt="Green Check"] {
  max-width: 40px;
}
.c-lp2 .table a {
  display: block;
  text-align: center;
}
.c-lp2 .table a span {
  font-size: 12px;
}
.c-lp2 .table a .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 13px 20px 10px;
  font-size: 16px;
}
.c-lp2 aside img {
  display: block;
  margin: auto;
}
.c-lp2 .c-call-img {
  margin-bottom: 20px;
}
.c-lp2 .c-payments h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.c-lp2 .c-payments img {
  margin-top: 15px;
}
.c-form {
  padding: 20px;
  background: #eee;
  border: 1px solid #ddd;
}
.c-form h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
.c-form h3 {
  font-size: 18px;
  margin: 0;
}
.c-form .af-element:not(:last-child) {
  margin-bottom: 10px;
}
.c-form form {
  margin-top: 20px;
}
.c-form form label {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}
.c-form form button {
  margin-top: 20px;
}
.c-form input,
.c-form select {
  display: block;
  width: 100%;
}
.c-list-styled {
  list-style-type: circle;
}
.c-list-styled li:not(:last-child) {
  margin-bottom: 10px;
}
.reviewBox {
  padding: 20px 35px;
  box-shadow: 0 1px 3px #ccc;
}
.reviewBox:not(last-child) {
  margin-bottom: 20px;
}
.reviewBox img {
  display: block;
}
.reviewBox a {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
}
.reviewBoxDate {
  margin: 0 0 20px;
  color: #888;
  font-size: 14px;
}
.reviewBoxBig {
  font-size: 22px;
  line-height: 1.4;
  font-family: Tahoma;
  color: #036592;
  text-indent: -10px;
}
.v-item:not(:last-child) {
  margin-bottom: 20px;
}
h2.l-subhead {
  background-color: #b23331;
  color: #fff;
  font-size: 18px;
  padding: 12px 10px 12px 30px;
  margin: 0;
}
.builder ul {
  width: 100%;
  max-width: 900px;
  list-style: none;
  padding: 0 15px;
  margin: 0 auto;
}
.builder__filters {
  background: #b23331;
  color: #fff;
  padding: 80px 0 40px;
}
.builder__filters ul {
  text-align: center;
}
.builder__filters li:not(:last-child) {
  margin-bottom: 25px;
}
.builder__filters select {
  width: 100%;
  max-width: 600px;
  margin: auto;
  color: #000;
}
.builder__filters label {
  font-size: 22px;
  margin-bottom: 15px;
}
.builder__results {
  background: #f2f2f2;
  padding: 30px 0;
}
.builder__results > ul > li {
  background: #fff;
  padding: 2em;
  box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}
.builder__results > ul > li:not(:last-child) {
  margin-bottom: 2em;
}
.builder__results > ul > li:hover {
  border-color: #b23331;
  box-shadow: 0 3px 2px 1px #b23331;
}
.b-result:after {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 768px) {
  .b-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.b-result__content,
.b-result__img {
  float: left;
}
@media (min-width: 768px) {
  .b-result__img {
    width: 35%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.b-result__img img {
  max-width: 150px;
  display: block;
  margin: auto;
}
.b-result__content {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-result__content:after {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 768px) {
  .b-result__content {
    width: 65%;
  }
}
.b-result__content h2 {
  width: 100%;
  margin-top: 0;
}
.b-result__content h2 a {
  color: #000;
}
.b-result__content-left,
.b-result__content-right {
  float: left;
}
.b-result__content-left {
  width: 60%;
}
.b-result__content-left ul {
  padding: 0;
}
.b-result__content-left li {
  display: block;
  padding: 10px 0 10px 37px;
  background: url(/v/vspfiles/assets/images/homepage/check-green.png) 0 50%
    no-repeat;
  background-size: 23px;
  font-size: 19px;
}
.b-result__content-right {
  width: 40%;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.b-result__content-right p {
  margin-top: 10px;
  color: #9c9c9c;
  font-style: italic;
  font-size: 15px;
}
.b-result__content-right p span {
  display: inline-block;
  margin-left: 4px;
  color: #bc3c2e;
  font-weight: 700;
}
.b-result__meta {
  font-weight: 700;
}
.result__title {
  text-align: center;
  margin-bottom: 25px;
}
#divWaitModal + table + table,
#divWaitModal + table + table table:not(.table) {
  table-layout: fixed;
}
.p-item {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px none hsla(0, 0%, 82%, 0.34);
  box-shadow: none;
}
.p-item h3 {
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 32px;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .p-item h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .p-item h3 {
    font-size: 20px;
  }
}
.p-item h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .p-item h4 {
    font-size: 16px;
  }
}
.p-item ul {
  text-align: left;
  padding: 0;
}
@media (max-width: 1239px) {
  .p-item ul {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-item ul {
    margin: 10px auto;
    width: 220px;
  }
}
.p-item li {
  display: inline-block;
  margin: 0 0 0 56px;
  padding: 10px 0 10px 37px;
  background: url(/v/vspfiles/assets/images/homepage/check-green.png) 0 50%
    no-repeat;
  background-size: 23px;
  font-size: 19px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .p-item li {
    padding-left: 24px;
    margin: 0 0 0 20px;
    background-size: 20px;
    font-size: 17px;
  }
}
@media (max-width: 1239px) {
  .p-item li {
    background-size: 20px;
  }
}
@media (max-width: 991px) {
  .p-item li {
    font-size: 15px;
    margin: 0;
    padding: 10px 0 10px 30px;
  }
}
.p-item li:last-child {
  display: block;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  padding-top: 25px;
  padding-left: 0;
  background: none;
  color: #9c9c9c;
  font-style: italic;
}
.p-item li:last-child span {
  margin-left: 4px;
  color: #bc3c2e;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-item li:last-child span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .p-item li:last-child span {
    display: block;
  }
}
.p-item-btn .btn {
  padding: 10px 30px;
  font-size: 19px;
  font-weight: 700;
}
.ns {
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #2b2f35;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .ns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .ns {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ns {
    margin: 20px 15px 0;
  }
}
.ns-left {
  margin-right: 50px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ns-left {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ns-left {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .ns-left {
    margin-right: 0;
  }
}
.ns-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Tahoma;
  font-size: 37px;
  font-weight: 700;
  line-height: 1em;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ns-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ns-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .ns-title {
    font-size: 22px;
  }
}
.ns-sub {
  font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ns-sub {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ns-sub {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ns-sub {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.table-comparison img[src$="check-green"] {
  height: 24px;
}
.onepagecheckout .footer__top {
  display: none;
}
.onepagecheckout #content_area input,
.onepagecheckout #content_area select {
  height: 32px;
}
.onepagecheckout
  #content_area
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="checkbox"]
  ),
.onepagecheckout #content_area select {
  background-color: #fff !important;
  border: 1px solid #ccc;
  color: #555;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  border-radius: 0;
}
.onepagecheckout
  #content_area
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="checkbox"]
  ):focus,
.onepagecheckout #content_area select:focus {
  border-color: #000;
}
.onepagecheckout
  #content_area
  input[type="password"]::-webkit-input-placeholder,
.onepagecheckout #content_area input[type="text"]::-webkit-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.onepagecheckout #content_area input[type="password"]:-ms-input-placeholder,
.onepagecheckout #content_area input[type="text"]:-ms-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.onepagecheckout #content_area input[type="password"]::placeholder,
.onepagecheckout #content_area input[type="text"]::placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.onepagecheckout #content_area select::-webkit-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.onepagecheckout #content_area select:-ms-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.onepagecheckout #content_area select::placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.onepagecheckout #content_area select {
  padding: 0 40px 0 15px;
}
.onepagecheckout #simpleModal #loginModal input {
  background-color: #fff !important;
  border: 1px solid #ccc;
  color: #555;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  border-radius: 0;
}
.onepagecheckout #simpleModal #loginModal input::-webkit-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.onepagecheckout #simpleModal #loginModal input:-ms-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.onepagecheckout #simpleModal #loginModal input::placeholder {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
#CVV2 {
  width: 80px !important;
  text-align: left;
}
input[name="ShipPostalCode"] {
  width: auto !important;
}
#BillingState_Row + tr input[name="BillingPostalCode"] {
  width: 150px !important;
}
@media (max-width: 991px) {
  #content_area table[width="100%"] input[value=""],
  #content_area table[width="100%"] select {
    display: block;
  }
}
#TotalsDivContainer {
  float: none;
}
#v65-onepage-CartSummary,
#v65-onepage-ordersummary-items {
  background: none;
}
.v65-onepage-SavedLocations .v65-space {
  padding: 0 5px;
}
.v65-onepage-SavedLocations .v65-space br {
  display: none;
}
#v65-onepage-ShippingParent {
  padding-left: 0 !important;
}
#v65-onepage-Shipping .v65-onepage-shipping-label-cell {
  width: 105px;
}
#v65-onepage-Shipping .v65-onepage-shipping-label-cell div {
  text-align: right !important;
}
#ship-to-options-table div[align="right"] {
  text-align: right;
}
#v65-onepage-saved-billing-table font[style*="font-weight: bold;"] {
  display: inline-block;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 14px !important;
  padding-right: 2px;
  text-align: right;
  vertical-align: top;
  width: 91px;
}
table#v65-onepage-ContentTable input[type="radio"] {
  margin: 5px;
}
table#v65-onepage-Detail td select {
  margin: 10px 0;
}
select[onchange*="Choose_My_Saved_Billing"] {
  width: 175px;
}
.v65-payment-details-label-cell[width="39%"] {
  width: 105px;
}
#savedPayment,
.v65-payment-details-label-cell[width="39%"] + td[width="61%"] {
  width: 100%;
}
@media (min-width: 768px) {
  #savedPayment,
  .v65-payment-details-label-cell[width="39%"] + td[width="61%"] {
    width: auto;
  }
}
#v65-onepage-ShippingCostHeader + tr,
#v65-onepage-ShippingCostHeader + tr > td:first-child {
  display: block;
}
#v65-onepage-ShippingCostHeader + tr > td:first-child div[align="center"] {
  text-align: left;
}
#DisplayShippingSpeedChoicesTD select {
  border-color: #b23331 !important;
  border-width: 2px !important;
  font-weight: 700 !important;
  color: #000 !important;
  height: 50px !important;
}
#v65-onepage-ordersummary-items td,
#v65-onepage-ShippingCostDetails td {
  padding: 5px 15px 5px 5px;
}
#table_checkout_cart0 {
  float: left;
  margin-left: 0;
  margin-bottom: 0;
}
#table_checkout_cart0
  #v65-onepage-ordersummary-items
  td.v65-onepage-ordersummary-itemname {
  padding: 5px 5px 5px 15px;
}
#table_checkout_cart0
  #v65-onepage-ordersummary-items
  td.v65-onepage-ordersummary-itemtotal,
#table_checkout_cart0 td[align="right"].v65-onepage-shippingcost-detail {
  padding: 5px 15px 5px 5px;
  text-align: right;
}
#table_checkout_cart0 #v65-onepage-summary-total-line,
#table_checkout_cart0 .v65-onepage-summary-total-line-cell {
  border-bottom: 1px solid #eee;
}
#table_checkout_cart0 > tbody > tr > td {
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
}
#table_checkout_cart0 > tbody > tr:first-child > td {
  border: 0;
}
#table_checkout_cart0 > tbody > tr > td {
  background-color: #fff;
}
#table_checkout_cart0 #v65-onepage-ordersummary-header-row td,
#table_checkout_cart0 #v65-onepage-ordersummary-items td {
  color: #000 !important;
}
#table_checkout_cart0 b.v65-onepage-shippingcost-amount,
#table_checkout_cart0 b.v65-onepage-shippingcost-label {
  color: #000 !important;
  font-weight: 400;
  font-size: 14px;
}
#table_checkout_cart0 #v65-cart-button-submit-row > td {
  border-bottom: 2px solid #eee;
}
#table_checkout_cart0 #v65-onepage-ordersummary-header-row td,
#table_checkout_cart0 #v65-onepage-ordersummary-items td {
  color: #000 !important;
  font-weight: 400;
  font-size: 14px;
}
#CalcShippingDivContainer {
  width: 100% !important;
}
#CalcShippingDiv input {
  display: none;
}
#CalcShippingDiv:before {
  content: "Please enter your shipping information.";
  display: block;
  text-align: left;
}
#v65-onepage-registration td {
  white-space: nowrap;
}
.v65-onepage-headerShort img {
  display: block;
}
#billing-header,
#shipping-header,
#v65-checkout-payment-header {
  width: 100%;
}
@media (max-width: 991px) {
  table#v65-onepage-CartSummary,
  table#v65-onepage-Detail td select {
    width: 100% !important;
  }
  #v65-onepage-CheckoutForm {
    width: auto;
  }
  #table_checkout_cart0 {
    margin: 10px 0;
    width: 100% !important;
    clear: both;
  }
  #v65-onepage-ContentTable {
    width: 100% !important;
  }
  #v65-onepage-ContentTable tr.v65-onepage-newsletter-row td {
    display: table-cell;
    width: auto !important;
  }
  #v65-onepage-ContentTable td {
    display: block;
    width: 100% !important;
  }
  #v65-onepage-ContentTable input[type="radio"] {
    margin: 5px;
  }
  #v65-onepage-ContentTable .v65-onepage-headerShort {
    min-width: 0;
  }
  #v65-onepage-Billing,
  #v65-onepage-BillingParent,
  #v65-onepage-Detail td input[type="password"],
  #v65-onepage-Detail td input[type="text"],
  #v65-onepage-Detail td select,
  #v65-onepage-shippingParent-row td {
    width: 100% !important;
  }
  #ship-to-options-table div[align="right"],
  #v65-onepage-Billing div {
    text-align: left;
  }
  #ship-to-options-table td {
    width: auto !important;
  }
  #v65-onepage-header .loginHeaderWrapper {
    display: block;
    margin-left: 0;
  }
  #v65-onepage-Shipping .v65-onepage-shipping-label-cell div {
    text-align: left !important;
  }
  #CalcShippingDivContainer {
    width: 100%;
  }
}
#span_GiftCertificates_Editable td {
  padding: 10px 15px;
}
.onepagecheckout .v65-onepage-headerShort {
  background: #eee;
  color: #b23331;
  width: 100%;
  padding: 0 15px;
  line-height: 56px;
  font-size: 18px;
  font-family: inherit;
  margin: 20px auto 20px 0;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.onepagecheckout .v65-onepage-headerShort img {
  display: none !important;
}
.onepagecheckout #v65-onepage-DetailHeaders .v65-onepage-headerShort {
  margin-bottom: 0;
}
#v65-onepage-CheckoutForm {
  width: 100%;
}
#v65-onepage-header {
  font-family: Tahoma;
  font-size: 36px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  text-indent: 0;
  margin-left: 0;
}
#v65-onepage-header .loginHeaderWrapper {
  font-family: Tahoma;
  color: #000;
  text-transform: none;
  line-height: 45px;
}
#v65-onepage-header .loginHeaderWrapper a {
  color: #000;
}
#v65-onepage-Detail td input[type="password"],
#v65-onepage-Detail td input[type="text"],
#v65-onepage-Detail td select {
  margin-bottom: 10px;
}
#v65-onepage-saved-billing-table font[style*="font-weight: bold;"],
table#v65-onepage-Detail td select[onchange*="Choose_My_Saved_Billing"] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#ShipToSelectTable > table {
  width: 100%;
}
#ship-to-options-table td {
  display: block;
  text-align: left;
}
#ship-to-options-table div[align="right"] {
  width: 100%;
  text-align: left;
}
#v65-onepage-cartsummary-label {
  color: #fff;
  font-family: inherit;
  color: #b23331;
  font-size: 18px;
  text-indent: 15px;
  padding-top: 0;
  padding-left: 0 !important;
}
#v65-onepage-cartsummary-label,
#v65-onepage-editcart {
  line-height: 56px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#v65-onepage-editcart {
  margin: 0 15px 0 0;
  font-size: 12px;
  color: #000;
}
.v65-onepage-newsletter-cell {
  font-size: 0;
  padding-right: 10px;
}
#content_area #table_checkout_cart0 {
  background: transparent !important;
  width: 100%;
  margin-top: 20px;
}
#table_checkout_cart0 #v65-onepage-ShippingCostDetails .carttext,
#TotalsDivContainer b {
  color: #000 !important;
  font-weight: 400;
  font-size: 14px;
}
#TotalsGCAmtUsedTD,
#v65-onepage-ordersummary-items td {
  font-weight: 400;
  font-size: 14px;
}
#table_checkout_cart0
  #v65-onepage-ordersummary-header-row
  td.v65-onepage-ordersummary-header {
  text-transform: uppercase;
  color: #000 !important;
  font-weight: 400 !important;
}
#v65-onepage-ShippingCostDetails {
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
#TotalsTotalTD {
  color: #000;
  font-size: 18px;
  display: block;
  margin-top: 10px;
  font-weight: 700 !important;
}
#v65-apply-gift-newCell a[style="color:#0000CC;font-weight:bold;"] {
  color: #000 !important;
  font-size: 12px;
  font-weight: 400 !important;
}
#v65-onepage-ordercomments-row #v65-onepage-ordercomments-value {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  text-indent: 0;
}
#v65-onepage-ordercomments-row #v65-onepage-ordercomments-value textarea {
  margin-top: 5px;
}
#v65-onepage-ordercomments-input {
  color: #555;
  font-size: 14px;
  background: #fff !important;
  border: 1px solid #ccc !important;
  resize: vertical;
}
#v65-onepage-ordercomments-input:focus {
  border: 1px solid #66afe9 !important;
}
#v65-onepage-DetailHeaders .v65-onepage-headerShort {
  margin-top: 0;
}
#v65-onepage-ordercomments-value {
  color: #000;
  font-weight: 700;
}
#v65-apply-gift-newCell a[style="color:#0000CC;font-weight:bold;"],
#v65-apply-gift-newCell a[style="color:#0000CC;font-weight:bold;"]:hover,
#v65-onepage-header .loginHeaderWrapper a,
#v65-onepage-header .loginHeaderWrapper a:hover {
  color: #b23331 !important;
}
#TotalsDivContainer b,
#TotalsTotalTD,
#v65-onepage-ordercomments-value,
#v65-onepage-ShippingCostDetails .carttext {
  color: #000 !important;
}
#v65-config-shippingrates td[style="background-color:#FFFF00"] {
  background-color: transparent !important;
}
.v65-onepage-headerShort {
  font-family: Tahoma;
  font-weight: 700;
  background-color: #000;
  color: #fff;
}
#v65-onepage-cartsummary-header {
  font-family: Tahoma;
  font-weight: 700;
  background-color: #eee;
  height: auto;
}
#v65-onepage-cartsummary-label,
#v65-onepage-editcart {
  font-family: inherit;
  font-weight: inherit;
}
@media (max-width: 991px) {
  #v65-onepage-header .loginHeaderWrapper {
    position: static;
    display: block;
    margin-top: 20px;
  }
  #v65-onepage-copy-to-shipping-row > .v65-onepage-Border {
    white-space: nowrap;
  }
  #CalcShippingDiv > input[name="btncalc_shipping"] {
    font-size: 16px !important;
  }
  #v65-onepage-Detail td input[type="password"],
  #v65-onepage-Detail td input[type="text"],
  #v65-onepage-Detail td select {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #v65-onepage-Detail td input[type="password"],
  #v65-onepage-Detail td input[type="text"],
  #v65-onepage-Detail td select {
    margin-left: 5px;
    width: 280px;
  }
  #ship-to-options-table td {
    width: 50% !important;
    display: table-cell;
  }
  #ship-to-options-table td + td {
    width: 72% !important;
  }
  #ship-to-options-table div[align="right"] {
    text-align: right;
  }
  #savedPayment {
    width: 100%;
  }
  #savedPayment td {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
  }
}
@media (min-width: 992px) {
  #table_checkout_cart0-sticky-wrapper {
    width: calc(50% - 30px);
    float: left;
  }
}
#simpleModal {
  width: 290px !important;
}
#loginModal {
  margin: 0;
}
#simpleModalContent {
  background: #fff;
}
#loginModal .loginTitle {
  color: inherit;
  font-size: 18px;
  font-weight: 700;
}
#loginModal input {
  width: 100%;
  max-width: 270px;
}
#loginModal .loginForgotPassword a {
  color: #b23331;
}
#loginModal .loginForgotPassword a:hover {
  color: #b23331 !important;
}
#cancelLoginButton,
#signInButton {
  font-family: Tahoma;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  padding: 7px 19px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  color: #000;
  background-color: #eee;
  border-color: #ccc;
  border: 1px solid #000;
}
#cancelLoginButton .badge,
#signInButton .badge {
  color: #eee;
  background-color: #000;
}
#signInButton {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border: 1px solid #000;
}
#signInButton.active,
#signInButton.focus,
#signInButton:active,
#signInButton:focus,
#signInButton:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#signInButton:focus,
#signInButton:hover {
  color: #333;
  text-decoration: none;
}
#signInButton.active,
#signInButton:active {
  background-image: none;
}
#signInButton.disabled,
#signInButton.disabled.active,
#signInButton.disabled.focus,
#signInButton.disabled:active,
#signInButton.disabled:focus,
#signInButton.disabled:hover,
#signInButton[disabled],
#signInButton[disabled].active,
#signInButton[disabled].focus,
#signInButton[disabled]:active,
#signInButton[disabled]:focus,
#signInButton[disabled]:hover {
  background-color: #000;
  border-color: #000;
}
fieldset[disabled] #signInButton,
fieldset[disabled] #signInButton.active,
fieldset[disabled] #signInButton.focus,
fieldset[disabled] #signInButton:active,
fieldset[disabled] #signInButton:focus,
fieldset[disabled] #signInButton:hover {
  background-color: #eee;
  border-color: #ccc;
}
#signInButton .badge {
  color: #000;
  background-color: #fff;
}
#cancelLoginButton:focus,
#cancelLoginButton:hover {
  color: #333;
  text-decoration: none;
}
#cancelLoginButton.active,
#cancelLoginButton:active {
  background-image: none;
}
#cancelLoginButton.active,
#cancelLoginButton.focus,
#cancelLoginButton:active,
#cancelLoginButton:focus,
#cancelLoginButton:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #adadad;
}
#cancelLoginButton.disabled,
#cancelLoginButton.disabled.active,
#cancelLoginButton.disabled.focus,
#cancelLoginButton.disabled:active,
#cancelLoginButton.disabled:focus,
#cancelLoginButton.disabled:hover,
#cancelLoginButton[disabled],
#cancelLoginButton[disabled].active,
#cancelLoginButton[disabled].focus,
#cancelLoginButton[disabled]:active,
#cancelLoginButton[disabled]:focus,
#cancelLoginButton[disabled]:hover,
fieldset[disabled] #cancelLoginButton,
fieldset[disabled] #cancelLoginButton.active,
fieldset[disabled] #cancelLoginButton.focus,
fieldset[disabled] #cancelLoginButton:active,
fieldset[disabled] #cancelLoginButton:focus,
fieldset[disabled] #cancelLoginButton:hover {
  background-color: #eee;
  border-color: #ccc;
}
.open #cancelLoginButton.dropdown-toggle,
.open #signInButton.dropdown-toggle {
  color: #000;
  background-color: #d5d5d5;
  border-color: #adadad;
}
.open #cancelLoginButton.dropdown-toggle {
  background-image: none;
}
.open #signInButton.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  background-image: none;
}
#v65-onepage-ContentTable {
  border-spacing: 0;
}
#v65-onepage-ContentTable td,
#v65-onepage-ContentTable td font {
  color: #000;
  font-weight: 700;
}
@media (max-width: 1239px) {
  #v65-onepage-ContentTable {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #v65-onepage-ContentTable {
    width: 50%;
    margin-right: 30px;
  }
}
#v65-onepage-Billing input[type="checkbox"],
#v65-onepage-Billing input[type="radio"] {
  border: none;
  background-color: transparent;
}
#CardHoldersName,
#CreditCardNumber,
#CVV2 {
  background-color: #fff;
  border-color: #eee;
}
#CardHoldersName,
#CreditCardNumber {
  width: 100%;
}
@media (min-width: 768px) {
  #CardHoldersName,
  #CreditCardNumber {
    width: 280px;
  }
}
#CC_ExpDate_Month,
#CC_ExpDate_Year {
  display: inline-block;
  width: auto !important;
  max-width: 100%;
}
#articleBody_112 + table {
  font-size: 14px;
  background: #eee;
  border-radius: 10px;
}
#articleBody_112 + table:before {
  content: "Subscriber Information";
  display: block;
  font-size: 20px;
  padding: 21px 20px 0;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  white-space: nowrap;
}
#articleBody_112 + table td[align="right"] {
  font-weight: 700;
}
#articleBody_112 + table td[align="right"] + td {
  font-size: 12px;
}
#articleBody_112 + table td[align="right"] + td input {
  display: block;
  width: 200px;
}
#v65-cart-button-submit {
  padding: 10px 20px 0;
}
#btnSubmitOrder {
  width: 100% !important;
  float: none;
  margin: 0;
  padding: 0;
}
#imgSubmitOrder {
  display: block;
}
.is-sticky #table_checkout_cart0 {
  position: static !important;
}
.v65-onepage-payment-details {
  padding: 20px;
  background: #f0f0f0;
  font-size: 12px;
}
.footer {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #2b2f35;
  color: #fff;
}
.footer__top {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid hsla(0, 0%, 80%, 0.18);
  font-family: Tahoma;
  color: #fff;
  text-align: center;
}
.footer__top span {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 31px;
}
.footer__top .btn {
  position: relative;
  padding: 15px 30px;
  border-radius: 3px;
  background-color: #a70404;
  color: #fff;
  box-shadow: none;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: none;
}
.footer__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Tahoma;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}
.footer .vnav {
  display: block;
}
.footer .vnav__item:hover {
  background: none;
}
.footer ul {
  display: block;
  padding: 0;
  list-style: none;
}
.footer ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer ul a {
  display: block;
  padding: 0;
  text-align: left;
  color: #d1d1d1;
  font-size: 14px;
  font-weight: 400;
}
.footer ul a:hover {
  background: none;
  color: #fff;
}
.footer__section {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.footer-num {
  margin-bottom: 10px;
  font-family: Tahoma;
  font-size: 23px;
  line-height: 1em;
  font-weight: 700;
}
.footer-num span {
  font-size: 18px;
  font-weight: 400;
}
.footer-num.hours {
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 19px;
}
.footer .addy {
  font-size: 13px;
  text-align: left;
}
@media (max-width: 1239px) {
  .footer .row > .col-lg-6:first-child {
    margin-bottom: 30px;
  }
}
.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #5d5d5d;
  font-size: 11px;
  text-align: center;
  background: #fff;
}
.copyright a {
  color: inherit;
}
.copyright a:hover {
  color: #b23331;
}
.header {
  background-color: #fff;
  color: #000;
  position: relative;
  right: 0;
  left: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .header {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .header {
    max-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  body[class*="double-menu-"] .page-wrap:after,
  body[class*="fall-menu-"] .page-wrap:after,
  body[class*="push-menu-"] .page-wrap:after,
  body[class*="slide-menu-"] .page-wrap:after,
  body[class*="static-menu-"] .page-wrap:after {
    opacity: 1;
    visibility: visible;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .header__right {
    display: none !important;
  }
}
@media (min-width: 768px) {
  html:not(.shoppingcart):not(.onepagecheckout) .header.sticky-header {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    z-index: 3;
    position: fixed;
    top: 0;
    -webkit-animation: slidedown 1s;
    animation: slidedown 1s;
  }
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    ~ #slideshow-container {
    margin-top: 144px;
  }
  html:not(.shoppingcart):not(.onepagecheckout) .header.sticky-header .h-logo {
    display: none;
  }
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    .h-contact__info {
    margin-bottom: 10px;
    background-size: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    .h-contact__info {
    padding-left: 40px;
    background: none;
  }
}
@media (min-width: 768px) {
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    .h-contact__phone,
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    .h-contact__tag {
    display: inline-block;
    vertical-align: middle;
  }
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    .h-contact__tag {
    margin-right: 30px;
    margin-bottom: 0;
    display: inline-block;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    .h-contact__tag {
    font-size: 16px;
    margin-right: 9px;
  }
}
@media (min-width: 768px) {
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    .h-contact__phone {
    margin-top: -3px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    .h-contact__phone {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    .vol-logo {
    margin: 7px 0;
  }
}
@media (min-width: 768px) {
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    + .container--content {
    padding-top: 143px;
  }
  html:not(.shoppingcart):not(.onepagecheckout)
    .header.sticky-header
    ~ #slideshow-container {
    margin-top: 143px;
  }
}
.header .divider {
  display: inline-block;
  vertical-align: middle;
}
.header a {
  color: inherit;
}
.header a:focus,
.header a:hover {
  color: #000;
}
.header .menu-toggle .push-menu-close {
  display: none;
}
.header [class*="col-"] {
  line-height: 40px;
  float: none;
}
@media (min-width: 768px) {
  .header [class*="col-"] {
    display: inline-block;
    vertical-align: middle;
  }
}
.header [class*="col-"]:not(:first-child) {
  margin-left: -5px;
}
.header .v-middle {
  display: inline-block;
  vertical-align: middle;
}
.header .search__toggle,
.header a {
  color: #000;
}
.header .search__toggle:hover,
.header a:hover {
  color: #b23331;
}
.header .divider {
  width: 1px;
  height: 30px;
  margin: 0 15px;
  background-color: rgba(0, 0, 0, 0.2);
}
.mobile-cart {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.mobile-cart > a {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .mobile-cart {
    display: none;
  }
}
.mobile-cart .cart__count {
  background: #2b2f35;
}
.mobile-tel {
  background: url(/v/vspfiles/assets/images/phone.svg) 50% no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.vol-logo {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .vol-logo {
    margin: 0;
  }
  .vol-logo img {
    max-height: 70px;
    padding: 10px 0;
  }
}
.vol-logo h1 {
  margin: 0;
}
.h-logo {
  display: inline-block;
  margin-right: 150px;
  margin-bottom: -127px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .h-logo {
    margin-right: 130px;
  }
}
@media (max-width: 767px) {
  .h-logo {
    display: none;
  }
}
.h-contact__info {
  margin-top: 10px;
  padding-left: 60px;
  background-image: url(/v/vspfiles/assets/images/phone.svg);
  background-position: 0 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .h-contact__info {
    padding-left: 40px;
    background-size: contain;
  }
}
.h-contact__phone {
  font-family: Tahoma;
  font-weight: 700;
  font-size: 55.8px;
  line-height: 1;
}
.h-contact__phone a {
  color: #b23331;
}
@media (max-width: 767px) {
  .h-contact__phone {
    font-size: 26px;
  }
}
.h-contact__tag {
  font-family: Tahoma;
  color: #2b2f35;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .h-contact__tag {
    display: none;
  }
}
@-webkit-keyframes slidedown {
  0% {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@keyframes slidedown {
  0% {
    top: -200px;
  }
  to {
    top: 0;
  }
}
.logo a {
  color: #000;
}
.main-menu {
  background-color: #fff;
}
.main-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-repeating-linear-gradient(
    left,
    rgba(167, 4, 4, 0),
    #bc3c2e 10%,
    #bc3c2e
  );
  background-image: repeating-linear-gradient(
    90deg,
    rgba(167, 4, 4, 0),
    #ff6f00 50%,
    #ff6f00
  );
  opacity: 0.36;
}
.main-menu .menu {
}
.main-menu .menu[link-alignment="left"] .vnav--level1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main-menu .menu[link-alignment="right"] .vnav--level1 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main-menu .menu[link-alignment="space-between"] .vnav--level1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-menu .menu[link-alignment="space-around"] .vnav--level1 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.main-menu
  .menu:not([link-alignment="left"]):not([link-alignment="right"]):not(
    [link-alignment="space-between"]
  ):not([link-alignment="space-around"])
  .vnav--level1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-menu .vnav__item:hover {
  background: none;
}
.main-menu .vnav__item > .vnav__link {
  color: #000;
}
.main-menu .vnav__item:not(.expanded) .vnav__subnav:not(.subnav-expanded) {
  display: none;
}
.main-menu
  .vnav__item.expanded
  > .vnav__link.menu-toggle
  > .icon.menu-expand-plus
  .vertical-bar {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.main-menu
  .vnav__item.expanded
  > .vnav__link.menu-toggle
  > .icon.menu-expand-chevron {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.main-menu .vnav__link {
  font-family: Tahoma;
}
.main-menu .vnav__link.menu-toggle {
  position: relative;
  padding-right: 42px;
}
.main-menu .vnav__link .icon[class*="menu-expand-"] {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.main-menu .vnav__link .icon.menu-expand-plus .vertical-bar,
.main-menu .vnav__link .icon[class*="menu-expand-"] {
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.main-menu .vnav__link .icon.menu-expand-plus .vertical-bar {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.main-menu .vnav--level1 {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-menu .vnav--level1 > .vnav__item {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: nowrap;
  position: relative;
}
.main-menu .vnav--level1 > .vnav__item:first-child > .vnav__link {
  padding-left: 0;
  margin-left: 0;
}
.main-menu .vnav--level1 > .vnav__item:after {
  content: "\f111";
  position: absolute;
  line-height: 0;
  right: -4px;
  top: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  font-family: Tahoma;
  font-size: 5px;
  color: #b23331;
}
.main-menu .vnav--level1 > .vnav__item:last-child:after {
  display: none;
}
.main-menu .vnav--level1 > .vnav__item:last-child > .vnav__link {
  padding-right: 0;
  position: relative;
} /*.main-menu .vnav--level1>.vnav__item:last-child>.vnav__link:before{content:"";position:absolute;bottom:5px;left:27px;right:0;height:2px;background-image:linear-gradient(90deg,transparent,#b5121b,#b5121b,transparent);border-radius:10px}*/
@media (max-width: 991px) {
  .main-menu .vnav--level1 > .vnav__item:last-child > .vnav__link:before {
    left: 15px;
  }
}
.main-menu .vnav--level1 > .vnav__item:hover > .vnav__link--active,
.main-menu .vnav--level1 > .vnav__item:hover > .vnav__link:hover {
  color: #b23331;
}
.main-menu .vnav--level1 > .vnav__item > .vnav__link {
  font-size: 18px;
  display: inline-block;
  padding: 0 27px;
  text-align: center;
  line-height: 40px;
  color: #000;
  background-color: #fff;
  margin: 0 2px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .main-menu .vnav--level1 > .vnav__item > .vnav__link {
    font-size: 17px;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .main-menu .vnav--level1 > .vnav__item > .vnav__link {
    font-size: 14px;
    padding: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .main-menu .vnav--level1 > .vnav__item > .vnav__link {
    font-size: 13px;
    padding: 0 10px;
  }
}
.main-menu .vnav__subnav {
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  z-index: 300;
}
.main-menu .vnav__subnav > .vnav__item > .vnav__link {
  font-weight: 400;
  color: #000;
  border-color: #000;
}
.main-menu .vnav__subnav > .vnav__item:hover > .vnav__link,
.main-menu .vnav__subnav > .vnav__item > .vnav__link--active {
  background-color: #b23331;
  color: #fff;
}
.main-menu .vnav__subnav .vnav__link {
  padding: 8px 15px;
  text-align: left;
  line-height: normal;
}
.main-menu .vnav .vnav__item:last-child .vnav--level2 {
  right: 0;
  left: auto;
}
.main-menu .vnav .vnav__item:last-child .vnav--level2 .vnav__subnav {
  right: 100%;
  left: auto;
}
html:not(.touch-device)
  .main-menu
  .vnav__item:not(.expanded):hover
  > .vnav__subnav:not(.subnav-expanded) {
  display: block;
}
.lt-ie10 .main-menu .menu[link-alignment="left"] .vnav--level1 {
  text-align: left;
}
.lt-ie10 .main-menu .menu[link-alignment="right"] .vnav--level1 {
  text-align: right;
}
.lt-ie10
  .main-menu
  .menu:not([link-alignment="left"]):not([link-alignment="right"])
  .vnav--level1 {
  text-align: center;
}
.top-bar {
  padding: 3px 0;
  background-color: #a70404;
  background-image: linear-gradient(180deg, #b23331 33%, #822a21);
  position: relative;
  font-size: 14px;
}
@media (max-width: 575px) {
  .top-bar {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-bar {
    position: relative;
    padding: 0;
  }
  .top-bar * {
    display: none;
  }
  .top-bar .cart {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block !important;
  }
}
.top-bar,
.top-bar a {
  color: #fff;
}
.top-bar__left {
  float: left;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-bar__contact,
.top-bar__tagline {
  display: inline-block;
}
.top-bar__tagline {
  margin-right: 20px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .top-bar__tagline {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .top-bar__tagline {
    display: none;
  }
}
.top-bar__contact {
  font-family: Tahoma;
  font-size: 15px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.top-bar__contact > * {
  display: inline-block;
  font-weight: 700;
}
@media (min-width: 768px) {
  .top-bar__contact > :not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .top-bar__contact > :not(:last-child) {
    margin-right: 5px;
  }
}
.top-bar__contact > :before {
  display: inline-block;
  font-family: Tahoma;
  font-size: 17px;
  margin-right: 5px;
  color: #19d3fc;
  transition: 1s;
}
.top-bar__contact > :hover {
  text-decoration: none;
}
.top-bar__contact > :hover:before {
  color: #b23331;
}
.top-bar__contact-phone:before {
  content: "\f095";
  position: relative;
  bottom: -1px;
}
.top-bar__contact-chat:before {
  content: "\f086";
}
.top-bar__contact-email:before {
  content: "\f0e0";
}
.top-bar__right {
  float: right;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar__right > div {
  display: inline-block;
}
.top-bar .cust-num {
  line-height: 1;
}
@media (min-width: 768px) {
  .top-bar .cust-num {
    margin-right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-bar .cust-num {
    margin-right: 10px;
  }
}
.top-bar__menu {
  display: inline-block;
}
.top-bar .vnav__item {
  vertical-align: inherit !important;
}
.top-bar .vnav__item:hover {
  background: none;
}
.top-bar .vnav__link {
  padding: 0;
  vertical-align: inherit;
}
@media (min-width: 768px) {
  .top-bar .vnav__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-bar .vnav__item:not(:last-child) {
    margin-right: 10px;
  }
}
.top-bar .vnav__link {
  color: #fff;
  line-height: 1;
  background: none;
}
.top-bar .vnav__link:hover {
  color: #ddd;
  text-decoration: none;
}
#header__cart {
  margin-left: 20px;
  text-align: right;
}
.top-bar .cart {
  position: relative;
}
.cart__link {
  display: block;
}
.cart__link:hover {
  text-decoration: none;
}
.cart__link img {
  height: 24px;
}
.cart__text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-right: 5px;
}
.cart__count {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  min-width: 24px;
  min-height: 24px;
  padding: 2px;
  line-height: 20px;
  border-radius: 200px;
  color: #fff;
}
.cart__count__text {
  width: auto;
  display: block;
  text-align: center;
}
.cart .expanding-circle {
  min-width: 30px;
  text-align: center;
  position: relative;
  line-height: 1;
}
.cart .expanding-circle__wrapper {
  display: block;
}
.cart .expanding-circle__bg {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
}
.cart .expanding-circle__inner {
  display: block;
  position: relative;
  padding-top: 50%;
  padding-right: 5px;
  padding-left: 5px;
}
.cart .expanding-circle__text,
.productdetails #v65-product-parent,
.productdetails #v65-product-parent > tbody,
.productdetails #v65-product-parent > tbody > tr:nth-of-type(2) {
  display: block;
}
.productdetails #v65-product-parent ~ table {
  table-layout: fixed;
}
.productdetails div[itemtype="http://schema.org/Product"]
{
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .productdetails div[itemtype="http://schema.org/Product"]
  {
    max-width: none;
    margin: auto;
  }
}
.productdetails div[itemtype="http://schema.org/Product"][data-options-table=true] span[itemprop=name]
{
  padding-left: 15px;
}
.productdetails table {
  border-spacing: inherit;
}
.productdetails td[background] {
  background: none !important;
}
.productdetails td[class*="col-"],
.productdetails th[class*="col-"] {
  position: relative;
  float: left;
  display: block;
}
.productdetails img[src*="clear1x1.gif"],
.productdetails img[src*="DBox_Border_"],
.productdetails img[src*="Line_Group_"],
.productdetails img[src*="OBox_Border_"],
.productdetails img[src*="PBox_Border_"] {
  display: none;
}
.productdetails .content_area-wrapper {
  -webkit-animation: pageFadeIn 2.5s;
  animation: pageFadeIn 2.5s;
}
.productdetails #content_area .colors_lines_light .product_saleprice b,
.productdetails
  #content_area
  .colors_text
  .colors_productprice
  .product_dealprice,
.productdetails #content_area table[bgcolor="#CCCCCC"] font[color="#CC0000"] {
  font-size: 16px;
  font-weight: 700;
  color: #b23331;
}
.productdetails
  #content_area
  #v65-product-history-details
  .historyitem_productname
  a,
.productdetails
  #content_area
  .colors_lines_light
  a.productnamecolorsmall.colors_productname {
  font-family: Tahoma;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
  color: #000;
}
.productdetails
  #content_area
  #v65-product-history-details
  .historyitem_productname
  a:hover,
.productdetails
  #content_area
  .colors_lines_light
  a.productnamecolorsmall.colors_productname:hover {
  color: #b23331;
}
.productdetails #content_area .colors_lines_light .product_setupcost,
.productdetails #content_area .colors_lines_light .product_setupcost b,
.productdetails #content_area .colors_pricebox .product_setupcost,
.productdetails #content_area .colors_pricebox .product_setupcost b {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.productdetails #content_area #v65-product-history-header td:first-child:before,
.productdetails
  #content_area
  #v65-product-reviews
  .v65-product-reviews-cell:before,
.productdetails
  #content_area
  .colors_lines_light
  font.productnamecolorSMALL.colors_productname
  b {
  color: #000;
  font-family: Tahoma;
  font-weight: 700;
}
.productdetails
  #content_area
  br
  + .colors_pricebox
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr:first-child
  > td:first-child:before {
  color: #000;
  background-color: transparent;
}
.productdetails div[itemprop="offers"] > a[href="javascript:void(0);"] {
  display: inline-block;
  height: auto;
  min-height: 30px;
  background-size: auto 30px;
  text-decoration: none !important;
}
.productdetails div[itemprop="offers"] > a[href="javascript:void(0);"]:before {
  content: "\e614";
  font-family: button-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 !important;
  color: #000;
}
.productdetails
  div[itemprop="offers"]
  > a[href="javascript:void(0);"]
  > img.vCSS_img_icon_free_shipping {
  display: none;
}
.productdetails div[itemprop="offers"] > a[href="javascript:void(0);"]:after {
  content: "This product qualifies for FREE SHIPPING";
  font: normal normal 14px Noto Sans, sans-serif;
  line-height: 1.428571429;
  padding: 4px 0 0;
  color: #000;
  display: inline-block;
}
.productdetails div[itemprop="offers"] > a[href="javascript:void(0);"]:after,
.productdetails div[itemprop="offers"] > a[href="javascript:void(0);"]:before {
  color: #000;
}
.productdetails .productnamecolorLARGE.colors_productname,
.productdetails span[itemprop="name"] {
  color: #000;
  font-family: Tahoma;
  font-weight: 700;
}
.productdetails span[itemprop="name"] {
  color: inherit;
  display: block;
  text-align: left;
  font-weight: 700;
  font-family: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.productdetails span[itemprop="name"],
.productdetails span[itemprop="name"] > * {
  font-size: 30px !important;
}
.productdetails #vCSS_mainform + br,
.productdetails #vCSS_mainform > br,
.productdetails #vCSS_mainform > img,
.productdetails span[itemprop="name"] span {
  display: none;
}
.productdetails .vCSS_breadcrumb_td b {
  display: block;
  margin-bottom: 10px;
}
.productdetails .vCSS_breadcrumb_td > b + br,
.productdetails .vCSS_breadcrumb_td > b + br + img,
.productdetails .vCSS_breadcrumb_td > img + br {
  display: none;
}
.productdetails .vCSS_breadcrumb_td a,
.productdetails .vCSS_breadcrumb_td b {
  color: #000;
}
.productdetails .vCSS_breadcrumb_td a:hover {
  color: #b23331;
}
.productdetails span[itemprop="description"] {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 1.428571429;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.productdetails span[itemprop="description"] h1,
.productdetails span[itemprop="description"] h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.productdetails span[itemprop="description"] .checklist {
  margin: 0 0 30px;
}
.productdetails span[itemprop="description"] .checklist li {
  padding: 7px 0 7px 38px;
  background-size: 24px;
  font-size: 15px;
}
.productdetails .vol-average-review {
  margin: 10px 0;
  text-align: left;
  cursor: pointer;
  color: #2779af;
}
.productdetails .vol-average-review span[itemprop="reviewCount"] {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  margin: 0 3px 0 10px;
}
.productdetails div[itemtype="http://schema.org/Product"][data-options-table=true] .vol-average-review
{
  padding-left: 15px;
}
.productdetails .vol-average-review__text {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
}
.productdetails span.product_code,
.productdetails span.product_code_title {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.productdetails br + .colors_pricebox {
  background: transparent;
  margin-top: 40px;
  margin-top: 0;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 5%;
}
.productdetails br + .colors_pricebox script + br {
  display: none;
}
.productdetails
  br
  + .colors_pricebox
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr:first-child
  > td:first-child:before {
  content: "Choose your options:";
  position: absolute;
  display: none;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
  text-indent: 15px;
  text-align: left;
}
.productdetails br + .colors_pricebox img[src$="Options_Text_Choose.gif"] {
  display: none;
}
.productdetails
  br
  + .colors_pricebox
  td[width="1"]
  + td[valign="top"]
  br
  + table {
  width: 100%;
}
.productdetails .colors_pricebox ~ br {
  display: none;
}
.productdetails div[itemprop="offers"] {
  text-align: left;
}
.productdetails
  td[background$="PBox_Border_Left.gif"]
  + td
  > table
  > tbody
  > tr
  > td:first-child {
  display: block;
  padding: 0 15px;
}
.productdetails div[itemtype="http://schema.org/Product"][data-options-table=false] td[background$="PBox_Border_Left.gif"]+td>table>tbody>tr>td:first-child
{
  padding: 0;
}
.productdetails #v65-productdetail-action-wrapper {
  display: block;
  text-align: left;
}
.productdetails
  #v65-productdetail-action-wrapper
  div[style="text-align: right;"] {
  margin-top: 30px;
  text-align: left !important;
}
.productdetails #v65-productdetail-action-wrapper table,
.productdetails #v65-productdetail-action-wrapper tbody,
.productdetails #v65-productdetail-action-wrapper td,
.productdetails #v65-productdetail-action-wrapper tr {
  display: block;
  text-align: left !important;
}
.productdetails #v65-productdetail-action-wrapper td {
  display: inline-block;
}
.productdetails .v65-product-related-header-cell .colors_backgroundlight {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  border-bottom: none;
}
.productdetails .colors_lines_light {
  background: none;
}
.productdetails .colors_lines_light .colors_backgroundlight {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  border-bottom: none;
}
.productdetails
  .colors_lines_light
  font.productnamecolorSMALL.colors_productname
  b {
  display: block;
  border: none;
}
.productdetails.lt-ie10 .v-product-grid {
  float: left;
}
.productdetails .v-product-grid + tbody,
.productdetails .v-product-grid + tr,
.productdetails .vol-product__multi-child-description br {
  display: none;
}
.productdetails .v-product-grid .v-product {
  text-align: left;
}
#product_photo {
  float: none;
  max-width: 100%;
}
#product_photo_zoom_url {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
  border: none;
}
@media (min-width: 992px) {
  #product_photo_zoom_url img {
    width: 100%;
  }
}
#v65-product-parent > tbody > tr:first-child + tr > td[align="center"] {
  padding: 15px 15px 0 0;
}
#v65-product-parent
  > tbody
  > tr:first-child
  + tr
  > td[align="center"]
  > table[width="100%"],
#v65-product-parent
  > tbody
  > tr:first-child
  + tr
  > td[align="center"]
  > table[width="100%"]
  > tbody,
#v65-product-parent
  > tbody
  > tr:first-child
  + tr
  > td[align="center"]
  > table[width="100%"]
  > tbody
  > tr,
#v65-product-parent
  > tbody
  > tr:first-child
  + tr
  > td[align="center"]
  > table[width="100%"]
  > tbody
  > tr
  > td[align="center"] {
  display: block;
}
#v65-product-parent
  > tbody
  > tr:first-child
  + tr
  > td[align="center"]
  br
  + br
  + table {
  width: 100%;
}
#v65-product-parent tbody tr td table.colors_pricebox input + br + div {
  text-align: center !important;
  margin-bottom: 20px;
}
@media (max-width: 1239px) {
  #vZoomArea {
    display: none;
  }
}
#v65-share-buttons-cell {
  text-align: center;
}
#btn_vsharethis {
  display: inline-block;
  vertical-align: middle !important;
  font-weight: 400 !important;
  float: none !important;
}
#btn_vsharethis .google_plusone_iframe_widget {
  width: auto !important;
}
#btn_vsharethis a {
  padding: 4px;
  margin: 0;
}
.fb_iframe_widget {
  width: auto !important;
}
@media (max-width: 991px) {
  #btn_vsharethis,
  .fb_iframe_widget_fluid {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #_atssh {
    display: none !important;
  }
}
#altviews[style="visibility:hidden"] {
  display: none;
}
@media (min-width: 992px) {
  #altviews[style="visibility:hidden"] {
    float: right;
    width: 15%;
  }
  #altviews[style="visibility:hidden"] a {
    display: block;
    width: auto;
    margin: 0 0 10px;
    text-align: center;
  }
}
#altviews:not([style="visibility:hidden"]) {
  display: block;
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
}
#altviews:not([style="visibility:hidden"]) br {
  display: none;
}
#altviews:not([style="visibility:hidden"]) a {
  display: inline-block;
  vertical-align: middle;
}
#altviews:not([style="visibility:hidden"]) a:not(:last-child) {
  margin-bottom: 30px;
}
#altviews .vCSS_img_alternate_product_photo {
  transition: opacity 0.5s ease;
  opacity: 0.5;
}
#altviews .vCSS_img_alternate_product_photo.selected {
  opacity: 1;
}
.btn_addtowishlist__span.btn-link.vol-link-btn .btn-link {
  background-color: transparent;
  width: auto;
}
.btn_addtowishlist__span .btn-icon-plus {
  display: none !important;
}
.btn_addtowishlist__span.btn-link.vol-link-btn input.btn-link {
  width: 100%;
}
.wishpot_form {
  text-align: left;
}
@media (max-width: 991px) {
  .wishpot_form {
    text-align: center;
  }
}
.vCSS_img_add_to_wishlist {
  display: inline-block;
}
.btn_quantitydiscounts {
  display: block;
  text-align: left;
  padding: 0 15px;
}
.vol-product__top {
  margin-bottom: 30px;
}
.vol-product__top__inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 767px) {
  .vol-product__top__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.vol-product__top--left {
  padding-left: 0;
}
@media (max-width: 767px) {
  .vol-product__top--left {
    padding: 0;
    width: 100%;
  }
}
.vol-product__top--right {
  float: right;
}
@media (max-width: 767px) {
  .vol-product__top--right {
    padding: 0;
    width: 100%;
  }
}
.vol-product__bottom,
.vol-product__bottom #v65-product-related,
.vol-product__bottom #v65-product-related table {
  table-layout: fixed;
}
#options_table {
  text-align: left;
  padding: 20px;
  background: #f2f2f2;
}
.productdetails:not(.lt-ie10) #options_table {
  display: block;
  margin-left: 0;
}
.productdetails:not(.lt-ie10) #options_table > tbody {
  display: block;
}
.productdetails:not(.lt-ie10) #options_table > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr.vol-option-heading:not(:first-child)
  td {
  padding-top: 10px;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr.vol-option-heading
  + tr {
  margin-top: 0;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr.vol-option-heading
  td {
  display: block;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr.vol-option-heading
  td
  > br,
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr.vol-option-heading
  td
  > table {
  display: none;
}
.productdetails:not(.lt-ie10) #options_table > tbody > tr.vol-option-heading b {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 3px;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr.vol-option-name-empty
  .vol-option-name {
  display: none !important;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr.vol-option-name-empty:not(.vol-option-about-visible)
  .vol-option-about {
  display: none;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr.vol-option-name-empty:not(.vol-option-about-visible)
  .vol-option-items {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr.vol-option-name-empty.vol-option-about-visible
  .vol-option-items {
  width: calc(100% - 30px);
  -ms-flex-preferred-size: calc(100% - 30px);
  flex-basis: calc(100% - 30px);
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-about-visible)
  .vol-option-about {
  display: none;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td {
  display: block;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td:not(:last-child) {
  padding: 0 0 10px;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td[colspan="2"] {
  display: none;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-name {
  width: auto;
  max-width: calc(100% - 30px);
  -ms-flex-preferred-size: calc(100% - 30px);
  flex-basis: calc(100% - 30px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-name
  img,
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-name
  img
  + br {
  display: none;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-about {
  width: 30px;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-about
  a:before {
  content: "\e605";
  font-family: button-icons;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-about
  a
  img {
  display: none;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-items {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-items
  input[type="text"],
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-items
  select,
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-items
  textarea {
  display: block;
  width: 100%;
  max-width: 100%;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-items
  input {
  margin: 0;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-items
  input[type="radio"] {
  margin-right: 5px;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-items
  textarea {
  min-height: 100px;
  resize: vertical;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-select {
  font-size: 0;
}
.productdetails:not(.lt-ie10)
  #options_table
  > tbody
  > tr:not(.vol-option-heading)
  > td.vol-option-select
  select {
  max-width: 100%;
}
@media (max-width: 991px) {
  #options_table ~ table > tbody > tr > td {
    display: block;
  }
}
.vol-option-items {
  font-size: 14px;
}
.vol-option-items br {
  margin: 3px 0;
}
.vCSS_img_swatch {
  margin-bottom: 5px;
}
.product_listprice,
.product_listprice b {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.productdetails .product_productprice {
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1;
}
.productdetails .product_productprice b {
  color: #1a1a1a;
  font-size: 18px;
}
.productdetails .product_productprice b > font {
  display: none;
}
.product_saleprice,
.product_saleprice b {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.product_dealprice,
.product_dealprice b {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.product_yousave span {
  color: #000;
  font-size: 12px;
  font-style: normal !important;
  font-weight: 400;
}
.vol-cartqty__text {
  display: none;
}
.vol-cartqty__wrap {
  height: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .vol-cartqty__wrap {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .vol-cartqty__wrap {
    margin-bottom: 20px;
  }
}
.vol-cartqty__toggle {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: transparent;
  outline: none;
  border: none;
}
.vol-cartqty__toggle:focus,
.vol-cartqty__toggle:hover {
  box-shadow: none;
}
.vol-cartqty__toggle:hover {
  background-color: #2b2f35;
}
.vol-cartqty__toggle:hover .icon {
  fill: #fff;
}
.vol-cartqty__toggle--minus {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.vol-cartqty__toggle--plus {
  right: 0;
  border-radius: 0 3px 3px 0;
}
.vol-cartqty__toggle .icon {
  fill: #000;
  height: 10px;
  width: 10px;
  transition: none;
}
.v65-productdetail-cartqty {
  font-size: 20px;
  text-align: center;
  height: 100%;
  margin: 0;
  border-radius: 3px;
}
.productdetails #sb-nav #sb-nav-close {
  padding-bottom: 0;
  height: 78px;
  width: 65px;
  background-position: center 34px !important;
}
.productdetails #sb-title {
  padding: 0 75px 0 30px;
}
.productdetails #sb-title-inner {
  color: #000;
}
.productdetails #sb-body {
  border: 0;
}
#sb-counter a {
  color: #000;
}
#sb-counter a:hover {
  color: #b23331;
}
@media (min-width: 768px) {
  .productdetails .colors_lines_light .colors_backgroundlight,
  .productdetails .v65-product-related-header-cell .colors_backgroundlight {
    text-align: left;
  }
  .productdetails #content_area table[bgcolor="#CCCCCC"] #btn_addtocart {
    width: auto;
  }
}
@media (min-width: 992px) {
  .vol-product[data-alt-view="true"]
    #v65-product-parent
    > tbody
    > tr:first-child
    + tr
    > td[align="center"]
    > table[width="100%"] {
    float: right;
    width: 83%;
    padding-left: 5px;
  }
}
@media (max-width: 991px) {
  .productdetails:not(.lt-ie10) #options_table > tbody > tr {
    margin-top: 20px;
  }
  .productdetails:not(.lt-ie10)
    #options_table
    > tbody
    > tr:not(.vol-option-heading)
    > td {
    text-align: left;
  }
  #v65-productdetail-action-wrapper {
    text-align: center;
  }
  .productdetails
    .colors_lines_light
    a.productnamecolorsmall.colors_productname {
    font-size: 12px;
    padding: 0;
  }
  #content_area table[bgcolor="#CCCCCC"] tr {
    display: block;
  }
  #content_area table[bgcolor="#CCCCCC"] tr:not(:last-child) {
    border: 1px solid #ccc;
  }
  #content_area table[bgcolor="#CCCCCC"] tr.colors_backgroundlight:first-child {
    display: none;
  }
  #content_area table[bgcolor="#CCCCCC"] tr:last-child {
    text-align: center;
  }
  #content_area table[bgcolor="#CCCCCC"] tr:last-child input {
    margin-top: 10px;
  }
  #content_area table[bgcolor="#CCCCCC"] tr > td {
    display: block;
    padding: 0;
    border: 0;
    text-align: center;
  }
  #content_area table[bgcolor="#CCCCCC"] font[color="#CC0000"] {
    color: #000;
  }
}
.vol-product__sub-details
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td[width="1"] {
  display: none;
}
.v-productdetails__custom:not(.v-prd-option-table)
  td[background$="PBox_Border_Left.gif"]
  + td
  > table
  > tbody
  > tr
  > td:first-child {
  padding: 0;
}
.v-productdetails__custom.v-prd-option-table span[itemprop="name"] {
  padding-left: 15px;
}
.v-productdetails__custom span[itemprop="name"] {
  color: inherit;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  font-family: inherit;
}
#product_options_heading {
  display: none;
}
.colors_pricebox .product_productprice {
  margin-bottom: 1em;
}
#options_table ~ table {
  table-layout: fixed;
  width: 100%;
}
#options_table ~ table td {
  display: block;
  width: 100%;
}
.vol-average-review + .product_productprice {
  text-align: left;
  margin-bottom: 1em;
}
td[class*="vCSS_tab"] {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  td[class*="vCSS_tab"] {
    display: block;
  }
}
td[class*="vCSS_tab"] nobr > span {
  position: relative;
  border-bottom: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 40px;
  padding: 0 18px;
  border-radius: 0 0 0 0;
  white-space: normal;
  margin-bottom: -1px;
}
@media (max-width: 991px) {
  td[class*="vCSS_tab"] nobr > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 33%;
    float: left;
  }
  td[class*="vCSS_tab"]
    nobr
    > span[data-tab-count="1"]
    td[class*="vCSS_tab"]
    nobr
    > span {
    max-width: 100%;
    width: auto;
  }
  td[class*="vCSS_tab"]
    nobr
    > span[data-tab-count="2"]
    td[class*="vCSS_tab"]
    nobr
    > span {
    width: 50%;
  }
  td[class*="vCSS_tab"]
    nobr
    > span[data-tab-count="3"]
    td[class*="vCSS_tab"]
    nobr
    > span {
    width: 33.3333333333%;
  }
}
.vCSS_tab_selected nobr > span {
  background-color: #2b2f35;
  color: #fff;
  font-weight: 700 !important;
  border: 1px solid #2b2f35;
}
.vCSS_tab_unselected:hover {
  opacity: 1;
}
.vCSS_tab_unselected nobr > span {
  border: 1px solid #ddd;
}
.vol-product__sub-details td[background]:not([onclick]) {
  display: none;
}
#vCSS_mainform
  > table[width="100%"]:last-child
  > tbody:first-child
  > tr:first-child
  > td[valign="top"]:first-child
  > table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]:first-child
  > tbody
  > tr
  > td[valign="top"]
  tr {
  text-align: left;
  display: block;
}
#ProductDetail_ProductDetails_div:after {
  display: block;
  content: "";
  clear: both;
}
#ProductDetail_ProductDetails_div div[style="height: 15px;"] {
  display: none;
}
#ProductDetail_ProductDetails_div2 .colors_descriptionbox {
  border: none;
  padding: 0;
  background: none;
}
#ProductDetail_ProductDetails_div2
  .colors_descriptionbox
  > tbody
  > tr:nth-child(3)
  > td[width="100%"] {
  display: block;
  margin-top: 10px;
}
#ProductDetail_ProductDetails_div2
  .colors_descriptionbox
  > tbody
  > tr:nth-child(3)
  > td[width="100%"],
.productdetails form .colors_descriptionbox {
  background: transparent;
  padding: 10px 15px;
  border-width: 1px;
  border-style: solid;
  border-collapse: separate;
}
@media (max-width: 575px) {
  .productdetails form .colors_descriptionbox,
  .productdetails form .colors_descriptionbox table {
    width: 100%;
    table-layout: fixed;
  }
}
.productdetails form .colors_descriptionbox,
.productdetails form .colors_descriptionbox span {
  color: #000 !important;
}
.productdetails form .colors_descriptionbox td {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  padding: 5px;
}
.productdetails form .colors_descriptionbox td[width="1"] {
  padding: 0;
}
@media (max-width: 575px) {
  .productdetails form .colors_descriptionbox td {
    display: block;
  }
}
#ProductDetail_ProductDetails_div2
  .colors_descriptionbox
  > tbody
  > tr:nth-child(3)
  > td[width="100%"],
.productdetails form .colors_descriptionbox {
  border-color: #ddd;
}
.vol-product__multi-child-description ~ table {
  min-width: 700px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd;
}
.vol-product__multi-child-description
  ~ table
  > tbody
  > tr:first-child
  td:nth-child(n + 3) {
  text-align: center;
}
.vol-product__multi-child-description ~ table td,
.vol-product__multi-child-description ~ table th {
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.vol-product__multi-child-description ~ table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.vol-product__multi-child-description ~ table tbody + tbody {
  border-top: 2px solid #ddd;
}
.vol-product__multi-child-description ~ table,
.vol-product__multi-child-description ~ table p {
  font-size: 14px !important;
  line-height: 1.2;
}
.vol-product__multi-child-description ~ table p {
  margin-bottom: 0;
}
.vol-product__multi-child-description ~ table input[type="submit"] {
  display: inline-block;
  margin-left: 5px;
}
.vol-product__multi-child-description ~ table input[type="checkbox"] {
  display: block;
  margin: auto;
}
.vol-product__multi-child-description
  ~ table
  input:not([type="checkbox"]):not([type="submit"]) {
  height: 25px !important;
  text-align: center;
  width: 40px;
  display: block;
  margin: auto;
  font-size: 13px !important;
}
.vol-product__multi-child-description ~ table td {
  border-color: #ddd;
  padding: 5px 10px;
}
.vol-product__multi-child-description ~ table tr:first-child > td {
  font-weight: 700 !important;
  background: #2b2f35;
}
.vol-product__multi-child-description ~ table tr:first-child > td,
.vol-product__multi-child-description ~ table tr:first-child > td p {
  color: #fff !important;
}
.vol-product__multi-child-description ~ table tr:last-child > td span {
  line-height: 50px;
}
.vol-product__multi-child-description ~ table button {
  margin-left: 0;
}
.vol-product__multi-child-description ~ table div {
  text-align: center;
}
@media (max-width: 991px) {
  .vol-product__multi-child-description ~ table {
    padding: 10px;
    margin-bottom: 15px;
  }
  .vol-product__multi-child-description ~ table > td.smalltext:first-child {
    font-size: 0.7em;
  }
  .vol-product__multi-child-description
    ~ table
    > td.smalltext:first-child:before {
    content: "Product Code: ";
  }
  .vol-product__multi-child-description ~ table > td.smalltext > div > div {
    text-decoration: line-through;
  }
  .vol-product__multi-child-description
    ~ table
    > td.smalltext
    > b
    > div
    > div:after {
    content: " - Our Price";
  }
  .vol-product__multi-child-description
    ~ table
    > td.smalltext
    font[color="#CC0000"]
    b
    > span:after {
    content: " - Sale Price";
  }
  .vol-product__multi-child-description ~ table > td.colors_productname {
    margin-bottom: 10px;
  }
  .vol-product__multi-child-description
    ~ table
    > td:nth-last-child(2):not(.smalltext):before {
    content: "Quantity: ";
  }
  .vol-product__multi-child-description
    ~ table
    > td:last-child:not([colspan="2"]):before {
    content: "Add to Cart ";
  }
  .vol-product__multi-child-description
    ~ table
    > td:last-child:not([colspan="2"]):after {
    content: '(Click the "Add To Cart" button below to finalize.)';
    display: block;
    margin-top: 10px;
    font-size: 0.8em;
    font-style: italic;
  }
}
[data-multi-child="true"] #options_table ~ table {
  display: none;
}
.vol-reviews--col {
  float: none;
  padding: 0;
}
.vol-reviews--left {
  margin-bottom: 20px;
  position: relative;
}
.vol-reviews--left:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  background-color: transparent;
}
.vol-reviews--left.vol-sending:after {
  background-color: hsla(0, 0%, 100%, 0.85);
  opacity: 1;
  visibility: visible;
}
.vol-reviews--left.vol-sending .vol-loader {
  opacity: 1;
  visibility: visible;
}
.vol-reviews__form {
  position: relative;
}
.vol-reviews__form-link {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  transition: all 0.5s ease;
}
.vol-reviews__form-link:not(.collapsed) {
  margin-bottom: 10px;
}
.vol-reviews__form:before {
  content: "Thank you for writing a review!";
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  font-size: 30px;
  text-align: center;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.5s ease;
}
.vol-reviews__form.vol-success {
  max-height: 100px;
  overflow: hidden;
}
.vol-reviews__form.vol-success:before {
  opacity: 1;
  visibility: visible;
}
.vol-reviews__ratings {
  padding-bottom: 10px;
}
.vol-reviews__ratings__text {
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.vol-reviews__ratings__text.has-error {
  color: #a94442;
}
.vol-reviews__ratings .vol-review-stars {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.vol-reviews__ratings .icon-star {
  float: right;
  cursor: pointer;
}
.vol-reviews__ratings .icon-star.highlight:before,
.vol-reviews__ratings .icon-star.highlight ~ .icon-star:before,
.vol-reviews__ratings .icon-star:hover:before,
.vol-reviews__ratings .icon-star:hover ~ .icon-star:before {
  content: "\e613" !important;
}
.vol-reviews__textarea.form-control {
  max-width: 100%;
  height: 100px;
}
.vol-reviews__submit:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.vol-reviews--heading {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.vol-reviews__avg {
  float: left;
  margin-right: 5px;
}
.vol-reviews__avg__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.vol-reviews__avg .icon-star {
  margin: 0 3px;
  font-size: 30px;
}
.vol-reviews__number {
  float: left;
  font-size: 20px;
}
.vol-reviews__number__text {
  display: inline-block;
  margin-left: 10px;
}
.vol-reviews__submit {
  width: auto;
}
.vol-reviews--select--wrap {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 10px 0;
}
.vol-reviews--select {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0 5px;
}
.vol-reviews--right {
  margin-bottom: 20px;
}
.vol-reviews__pane {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 10px;
  transition: all 0.5s ease;
}
.vol-reviews__pane--details {
  border-bottom: 1px solid #eee;
}
.vol-reviews__pane--body {
  padding: 10px 0;
}
.vol-reviews__pane--details,
.vol-reviews__pane--main {
  padding: 10px;
}
.vol-reviews__link--wrap {
  padding: 10px 0;
}
.vol-reviews__link--wrap .btn {
  margin: 0 5px;
}
.vol-reviews__link--text {
  margin: 0 5px 0 0;
}
.vol-reviews__customer--name,
.vol-reviews__customer img,
.vol-reviews__link--text {
  display: inline-block;
  vertical-align: middle;
}
.vol-reviews__customer--name {
  margin-right: 10px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.vol-reviews__customer--content {
  padding: 0;
  font-size: 14px;
}
.vol-reviews__customer--location {
  display: block;
  margin: 10px 0;
  font-style: italic;
}
.vol-reviews i {
  margin: 0 1px;
}
.vol-reviews__text,
.vol-reviews i {
  display: inline-block;
  vertical-align: middle;
}
.vol-reviews ~ br,
.vol-reviews ~ table:not([class]):not([id]):not([width="1%"]) {
  display: none;
}
.vol-reviews .vol-review__error [data-dismiss="alert"] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vol-reviews .vol-review__error__item {
  font-weight: 700;
}
.vol-reviews .vol-loader {
  font-size: 12px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #000;
  background: linear-gradient(90deg, #000 10%, hsla(0, 0%, 100%, 0) 42%);
  position: absolute;
  z-index: 3;
  top: 10%;
  left: 33%;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.vol-reviews .vol-loader:before {
  width: 50%;
  height: 50%;
  background: transparent;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.vol-reviews .vol-loader:after {
  background: hsla(0, 0%, 100%, 0.85);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .vol-reviews--col {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .vol-reviews--left {
    margin-bottom: 0;
  }
  .vol-reviews__avg .icon-star {
    font-size: 24px;
  }
  .vol-reviews__number {
    float: right;
  }
  .vol-reviews--select {
    width: 30%;
    margin: 0 15px;
  }
  .vol-reviews--right {
    margin-bottom: 0;
  }
  .vol-reviews__pane--details,
  .vol-reviews__pane--main {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 20px;
  }
  .vol-reviews__pane--details {
    width: 33%;
    border: none;
  }
  .vol-reviews__pane--main {
    width: 66%;
    border-left: 1px solid #eee;
  }
}
#v65-product-history-header {
  height: 40px;
  margin-bottom: 10px;
  position: relative;
}
#v65-product-history-header td:first-child:before {
  content: "Recent Items";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.v65-product-history-body-cell {
  display: block;
}
#v65-product-history-details {
  table-layout: fixed;
}
#v65-product-history-details td {
  padding: 0 10px;
}
#TurnHistoryOnOffContainer {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
#v65-product-history-body {
  background: none;
  border: none;
}
#v65-product-history-body table.colors_backgroundlight_dark {
  background: none;
}
.vCSS_img_heading_history {
  display: none;
}
.historyitem_image img {
  max-width: 100%;
  height: auto;
}
.historyitem_productname a {
  display: block;
  margin-bottom: 3px;
}
.historyitem_productprice b font.pricecolor.colors_productprice {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  #v65-product-history-body,
  #v65-product-history-header {
    display: none;
  }
}
.v65-productDisplay {
  table-layout: fixed;
}
#v65-product-related {
  margin-bottom: 25px;
}
.product__title {
  font-family: Tahoma;
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: 700;
  color: #000;
}
.product__title:hover {
  color: #b23331;
}
.product__price--list-price {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}
.product__price--base-price {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.product__price--deal-price,
.product__price--sale-price {
  font-size: 16px;
  font-weight: 700;
  color: #b23331;
}
.product__setup-cost {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.product__you-save {
  color: #b23331;
  font-size: 14px;
  font-weight: 400;
}
.product__qty-in-stock {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.product__desc {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes pageFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pageFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.productdetails .see-more-reviews {
  margin-bottom: 40px;
}
.sidebar {
  background-color: #fff;
}
.sidebar-wrapper {
  z-index: 2;
}
.sidebar nav.menu {
  border-color: transparent;
}
.sidebar .menu-title {
  font-family: Tahoma;
  font-size: 1.4em;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  padding-right: 15px;
  padding-left: 15px;
}
.sidebar .vnav--level1 {
  position: relative;
}
.sidebar .vnav--level1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #eee;
  z-index: 1;
}
.sidebar .vnav--level1 > .vnav__item > .vnav__link {
  font-weight: 400;
  background-color: #fff;
  color: #000;
  border-color: transparent;
  position: relative;
}
.sidebar .vnav--level1 > .vnav__item > .vnav__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  z-index: 2;
}
.sidebar .vnav--level1 > .vnav__item:hover > .vnav__link:hover,
.sidebar .vnav--level1 > .vnav__item > .vnav__link--active {
  background: #eee;
}
.sidebar .vnav--level1 > .vnav__item:hover > .vnav__link:hover:before,
.sidebar .vnav--level1 > .vnav__item > .vnav__link--active:before {
  background-color: #000;
}
.sidebar .vnav--level1 .vnav__subnav {
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.sidebar .vnav--level1 .vnav__subnav > .vnav__item > .vnav__link {
  font-weight: 400;
  color: #000;
  border-color: transparent;
}
.sidebar .vnav--level1 .vnav__subnav > .vnav__item:hover > .vnav__link:hover,
.sidebar .vnav--level1 .vnav__subnav > .vnav__item > .vnav__link--active {
  background-color: #f2f2f2;
  color: #000;
}
.sidebar .vnav--level1 .vnav__item:hover {
  background: none;
}
.sidebar .vnav--level1 .menu-s ul {
  background-color: #fff;
}
.sidebar .vnav--level1 .menu-s ul a {
  background-color: transparent;
  font-weight: 400;
  color: #000;
  border-color: transparent;
}
.sidebar .vnav--level1 .menu-s ul .nav:hover > a:hover,
.sidebar
  .vnav--level1:not([menu-type~="always-expand"]):not(
    [menu-type~="smart-expand"]
  ):not([menu-type~="toggle-expand"])
  .vnav__item:hover
  > .vnav__link {
  background-color: #f2f2f2;
  color: #000;
}
.sidebar
  .vnav--level1:not([menu-type~="always-expand"]):not(
    [menu-type~="smart-expand"]
  ):not([menu-type~="toggle-expand"])
  .vnav__subnav {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.vol-help a[href*="help_answer.asp"] {
  padding: 0 10px;
  text-indent: 0;
}
@media (max-width: 991px) {
  .vol-help a[href*="help_answer.asp"]:after {
    content: "";
    clear: both;
    display: block;
  }
}
.vol-help img[src*="/headings/heading_help.gif"] + br + table + table td {
  text-align: left;
}
@media (max-width: 991px) {
  .vol-help img[src*="/headings/heading_help.gif"] + br + table + table td {
    padding: 0 5px;
    width: 100%;
    display: block;
  }
}
.vol-help
  img[src*="/headings/heading_help.gif"]
  + br
  + img
  + a
  + br
  + table
  > tbody
  > tr
  > td {
  display: block;
}
.vol-help
  img[src*="/headings/heading_help.gif"]
  + br
  + img
  + a
  + br
  + table
  > tbody
  > tr
  > td[width="15"] {
  height: 5px;
}
.vol-help
  img[src*="/headings/heading_help.gif"]
  + br
  + img
  + a
  + br
  + table
  > tbody
  > tr
  > td
  .productnamecolorLARGE {
  display: block;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .vol-help
    img[src*="/headings/heading_help.gif"]
    + br
    + img
    + a
    + br
    + table
    > tbody
    > tr
    > td
    .productnamecolorLARGE {
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
  }
}
.vol-help form[name*="form2"] {
  padding-bottom: 20px;
}
.vol-help form[name*="form2"] table[width="500"] {
  margin: 10px 0;
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 991px) {
  .vol-help form[name*="form2"] table[width="500"] td {
    width: 100%;
    display: block;
  }
}
.vol-help #div_articleid_108 {
  font-size: 18px;
  margin-bottom: 20px;
}
.vol-help #content_area .colors_productname {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
.PageText_L375n {
  color: #000;
  margin-top: 10px;
  padding: 7px 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  float: left;
  font-size: 13px;
}
.PageText_L375n:hover {
  background: #b23331;
  border-color: #b23331;
  color: #fff;
}
#content_area
  form[name="form2"]
  table[width="100%"].colors_lines_light
  > tbody
  > tr
  > td.colors_background3_text
  b,
.orderdetails
  #content_area
  form[action="OrderDetails.asp"]
  td[align="right"]
  .colors_backgroundlight
  td {
  background-color: #000;
  color: #fff;
}
.kb_results #content_area td[bgcolor="#C6FFBF"],
.kb_results #content_area td[bgcolor="#ededed"] {
  background-color: transparent;
  color: #000;
}
.deal,
.deal-headline,
.deal-saving-stock-details {
  border-color: #eee;
}
#content_area .deal {
  max-width: none;
  font-family: Tahoma;
}
#content_area .deal-image {
  float: none;
  margin: 0 auto;
}
#content_area .deal-details {
  margin-right: 0;
  padding-left: 0;
}
#content_area .deal-main-heading {
  height: auto !important;
  background-image: none !important;
}
#content_area .deal-extra-heading {
  background-image: none !important;
}
#content_area .deal-extra-heading:before,
#content_area .deal-main-heading:before {
  content: "";
  display: block;
  padding: 20px 0 20px 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background: #000;
  border-radius: 0;
  font-size: 19px;
}
#content_area .deal-main-heading:before {
  content: "Deal of the Day";
}
#content_area .deal-extra-heading {
  height: 60px !important;
  margin: 0;
}
#content_area .deal-extra-heading:before {
  content: "More Deals of the Day";
}
#content_area .deal-headline {
  font-size: 24px;
  color: #000;
  font-family: Tahoma;
}
#content_area .deal-product-name a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  font-family: Tahoma;
}
#content_area .deal-price {
  margin-left: 0;
}
#content_area .deal-pricing {
  color: #eee;
  font-family: Tahoma;
  height: 78px;
  margin: 0;
  background-image: none !important;
  background-color: #555;
  border-radius: 0;
}
#content_area .deal-buy-now,
#content_area .deal-buy-now.sold-out {
  margin: 17px 20px 0 0;
  background: none;
  height: auto;
  width: auto;
}
#content_area .deal-buy-now a {
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  height: 43px;
  line-height: 43px;
  padding: 0 16px;
  font-size: 18px;
}
#content_area .deal-end {
  color: #d9534f;
  font-size: 14px;
  font-family: Tahoma;
}
#content_area .deal-regular-price-caption,
#content_area .deal-savings-caption,
#content_area .deal-stock-caption {
  color: #000;
}
#content_area .deal-buy-now a {
  text-transform: uppercase;
  background: #000;
}
#content_area .deal-buy-now a:hover {
  background: #000;
}
@media (min-width: 768px) {
  #content_area .deal-image {
    float: right;
  }
  #content_area .deal-details {
    margin-right: 280px;
  }
  #content_area .deal-price {
    margin-left: 12px;
  }
}
.thankyou img {
  max-width: none;
}
@media (max-width: 991px) {
  .thankyou #content_area table[width="450"] {
    width: 100% !important;
  }
  .thankyou #content_area table[width="450"] img[height="100"] {
    width: 100% !important;
    height: auto !important;
    min-width: 73px;
  }
  .thankyou #content_area table[width="450"] tbody > tr {
    display: block !important;
    margin-bottom: 15px;
  }
}
.dealoftheday #content_area .deal-pricing {
  color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.dealoftheday #content_area .deal-end {
  color: #b23331;
}
.dealoftheday #content_area .deal-description,
.dealoftheday #content_area .deal-product-name a,
.dealoftheday #content_area .deal-regular-price-caption,
.dealoftheday #content_area .deal-savings-caption,
.dealoftheday #content_area .deal-stock-caption {
  color: #000;
}
.dealoftheday #content_area .deal,
.dealoftheday #content_area .deal-end,
.dealoftheday #content_area .deal-headline,
.dealoftheday #content_area .deal-saving-stock-details {
  border-color: rgba(0, 0, 0, 0.2);
}
.faq .panel-group {
  margin-top: 30px;
  border-top: 1px solid #ddd;
}
.faq .panel-group > h3 {
  background: #2b2f35;
  color: #fff;
  padding: 20px 15px;
  margin: 0 0 10px;
}
.faq .panel-group .pull-right {
  margin-left: 20px;
}
.faq .panel {
  box-shadow: none;
}
.faq .panel + .panel {
  margin-top: 0;
}
.faq .panel h3 {
  font-size: 17px;
}
.faq .panel-default {
  border: 0;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd;
  border-top: 0;
  background: #f7f7f7;
}
.faq
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body
  p:last-child {
  margin-bottom: 0;
}
.faq .panel-heading {
  background: none;
  padding: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.faq .panel-heading:after {
  content: "\f067";
  font-family: Tahoma;
  color: #2b2f35;
  font-size: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq .panel-heading[aria-expanded="true"] {
  color: #b23331;
}
.faq .panel-heading[aria-expanded="true"]:after {
  content: "\f068";
  color: #b23331;
}
.faq .panel-title {
  font-size: 18px;
  line-height: 1.4;
  padding: 20px 0;
  cursor: pointer;
}
.img-circle {
  border-radius: 50%;
}
#quickfacts {
  background-color: #ece6cc;
  border: 1px solid #e5ddb9;
  padding: 20px;
}
#quickfacts h2 {
  color: #b23331;
  margin: 0 0 15px;
}
.redbox {
  border-radius: 5px;
  border: 1px solid #b23331;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.HIW_text {
  font-family: Tahoma;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  text-align: left;
  font-weight: 400;
}
.mail-to-font {
  font-size: smaller;
}
.company-red {
  color: #b23331;
}
.reviews-green {
  background-color: #6fae42;
}
.font-white {
  color: #fff;
}
.video-grid {
  margin-right: 20px;
}
.video-no-margin {
  margin-right: 0;
}
.caption {
  font-size: smaller;
  text-align: center;
}
.home #content_area {
  padding: 0;
}
.home #content_area br {
  display: none;
}
.home .container--content {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.home .testimonials + .container > .row {
  margin: 0;
}
.content_area-wrapper {
  padding: 0;
}
.form-brochure {
  margin-top: 60px;
  background-color: #bc3c2e;
}
.home #content_area .form-brochure br {
  display: block;
}
.form-brochure h2 {
  position: relative;
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 2px solid #822920;
  background-image: linear-gradient(180deg, #842a21, #963025 27%, #963025);
  color: #fff;
  font-size: 30px;
  line-height: 39px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .form-brochure h2 {
    font-size: 26px;
  }
}
.form-brochure h2 strong {
  border-bottom: 1px solid #ffe992;
  color: #ffe992;
}
.form-brochure p {
  font-size: 19px;
  line-height: 1.3em;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .form-brochure p {
    font-size: 16px;
  }
}
.form-brochure label {
  margin: 8px 0 6px;
  font-weight: 400;
  line-height: 1;
}
.form-brochure .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .form-brochure .btn {
    display: block;
    margin: 20px auto 0;
  }
}
.form-brochure .alert {
  background: #fff;
  color: #2b2f35;
  text-align: center;
  border-radius: 3px;
}
#brochure-form {
  display: block;
  padding: 20px 0;
  color: #fff;
}
@media (max-width: 991px) {
  #brochure-form {
    padding: 20px 15px;
  }
}
#brochure-form input:not([type="submit"]) {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  color: #8f8f8f;
  font-size: 16px;
  margin: 0;
}
.disc {
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #b9b9b9;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.hiws {
  margin: 60px 0;
}
.hiws-heading {
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a70404;
  background-color: #000;
  font-family: Tahoma;
  color: #fff;
  text-align: center;
}
.hiws-item {
  position: relative;
}
@media (max-width: 991px) {
  .hiws-item {
    display: block;
    margin: 1em auto;
    width: 360px;
  }
}
.hiws-num {
  position: absolute;
  left: -14px;
  top: -23px;
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #822a21;
  border-radius: 50%;
  background-color: #bc3c2e;
  color: #fff;
  font-size: 34px;
  line-height: 70px;
  text-align: center;
}
@media (max-width: 991px) {
  .hiws-num {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
  }
}
.hiws-title {
  text-align: center;
  font-size: 17px;
  font-family: Tahoma;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .hiws-title {
    font-size: 15px;
  }
}
.hiws-title strong {
  font-size: 25px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .hiws-title strong {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hiws-title strong {
    font-size: 18px;
  }
}
.section-heading {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}
.section-heading h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}
.section-heading p {
  margin: 0;
  font-size: 17px;
}
.container.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container.flex-container,
.cta {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta {
  position: relative;
  display: block;
  padding: 25px 10px;
  background-color: #b23331;
  box-shadow: inset 0 0 8px -3px #000;
}
@media (max-width: 767px) {
  .cta > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta > .container > * {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cta-left {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .cta-left {
    text-align: center;
  }
}
.cta h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.17);
}
.cta p {
  margin: 4px 0 0;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cta p {
    text-align: center;
    margin-bottom: 20px;
  }
}
.benefits {
  margin: 60px 0;
}
.benefits-plus {
  margin-top: 50px;
}
.benefits-plus img {
  display: block;
  height: 160px !important;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .benefits-plus img {
    height: 130px !important;
  }
}
.benefits-plus p {
  margin: 15px 0 0;
  color: #000;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .benefits-plus p {
    font-size: 20px;
  }
}
.benefits .section-heading {
  margin-bottom: 50px;
}
.benefits .only {
  border-bottom: 3px solid #bc3c2e;
}
.benefit {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-bottom: 2em;
}
.benefit img {
  margin: 0 auto;
  height: 80px !important;
}
@media (max-width: 991px) {
  .benefit img {
    height: 70px !important;
  }
}
.benefit img.phone-img {
  height: 120px !important;
  margin-top: -40px;
  margin-right: -32px;
}
@media (max-width: 991px) {
  .benefit img.phone-img {
    height: 90px !important;
  }
}
.benefit-title {
  margin-top: 25px;
  font-family: Tahoma;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
}
@media (max-width: 991px) {
  .benefit-title {
    font-size: 14px;
  }
}
.benefit-row {
  margin-bottom: 60px;
}
.benefit br {
  display: block !important;
}
.seals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
@media (max-width: 991px) {
  .seals {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .seals > div {
    width: 25%;
  }
}
.seals > div {
  width: 12.5%;
  padding: 0 5px;
  text-align: center;
}
.seals img {
  max-height: 120px;
}
.home #content_area > table > tbody > tr > td[width="1%"] {
  display: none;
}
.home #content_area > table > tbody > tr > td[width="2%"],
.home #content_area > table > tbody > tr > td[width="96%"] {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.home #content_area > table > tbody > tr > td[width="96%"] {
  width: 100%;
}
@media (min-width: 992px) {
  .home #content_area > table > tbody > tr > td[width="96%"] {
    width: 75%;
  }
}
.home #content_area > table > tbody > tr > td[width="2%"] {
  display: none;
}
@media (min-width: 992px) {
  .home #content_area > table > tbody > tr > td[width="2%"] {
    display: block;
    width: 25%;
  }
}
.home #content_area > table > tbody > tr > td[width="2%"] table,
.home #content_area > table > tbody > tr > td[width="2%"] tbody,
.home #content_area > table > tbody > tr > td[width="2%"] td,
.home #content_area > table > tbody > tr > td[width="2%"] tr {
  display: block;
  width: 100%;
  height: auto;
}
.home
  #content_area
  > table
  > tbody
  > tr
  > td[width="2%"]
  img[src*="/v/vspfiles/photos/"] {
  margin-left: 0;
}
.home
  #content_area
  > table
  > tbody
  > tr
  > td[width="2%"]
  img[src*="clear1x1.gif"],
.home
  #content_area
  > table
  > tbody
  > tr
  > td[width="2%"]
  img[src*="clear1x1.gif"]
  + br,
.home
  #content_area
  > table
  > tbody
  > tr
  > td[width="2%"]
  img[src*="FBox_Border_Bottom.gif"] {
  display: none;
}
.home
  #content_area
  > table
  > tbody
  > tr
  > td[width="2%"]
  td.colors_background1 {
  font-size: 1.3em;
  background-image: none;
}
.home
  #content_area
  > table
  > tbody
  > tr
  > td[width="2%"]
  td.v65-productDetailInfo
  > div
  > a.smalltext.colors_text,
.home
  #content_area
  > table
  > tbody
  > tr
  > td[width="2%"]
  td.v65-productDetailInfo
  > div
  > br {
  display: none;
}
.full-width-promo__bg {
  margin: auto;
}
.btn-next,
.btn-prev {
  background-color: hsla(0, 0%, 100%, 0.6);
  transition: background-color 0.2s linear;
}
.btn-next:hover,
.btn-prev:hover {
  background-color: #fff;
}
.btn-next svg,
.btn-prev svg {
  fill: #000;
}
.owl-dot:hover span,
.owl-dot span:hover span {
  background-color: #fff;
}
.owl-dot span,
.owl-dot span span {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  transition: background-color 0.2s linear;
}
#fpslider {
  padding-bottom: 30px;
}
#fpslider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -28px;
}
#fpslider .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #eee;
  border: none;
  box-shadow: none;
  margin: 0 5px;
}
#fpslider .owl-dots .owl-dot.active span {
  background: #000;
}
#fpslider .owl-nav {
  text-align: center;
}
#fpslider .owl-nav .arrow-next,
#fpslider .owl-nav .arrow-prev {
  display: inline-block;
}
#fpslider .owl-nav .arrow-prev svg {
  height: 20px;
  width: 20px;
  fill: #000;
}
#fpslider .owl-nav .arrow-next {
  margin-left: 10px;
}
#fpslider .owl-nav .arrow-next svg {
  height: 20px;
  width: 20px;
  fill: #000;
}
#fpslider .owl-nav .arrow-prev {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
}
@media (min-width: 992px) {
  #fpslider .owl-nav .arrow-prev {
    left: -30px;
  }
}
#fpslider .owl-nav .arrow-next {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  margin-left: 0;
  left: auto;
  right: 15px;
}
@media (min-width: 992px) {
  #fpslider .owl-nav .arrow-next {
    right: -30px;
  }
}
#fpslider .owl-controls {
  margin: 0;
}
#fpslider .active {
  background-image: none;
}
.header-promo__text {
  margin-bottom: 0;
}
.header-promo__link {
  display: table;
  line-height: normal;
}
#vSlider .owl-text-overlay {
  font-family: inherit;
}
#vSlider .owl-text-overlay .owl-banner-sub-text,
#vSlider .owl-text-overlay .owl-banner-text {
  color: inherit;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  #vSlider .owl-text-overlay .owl-text-overlay {
    width: 100%;
    padding: 0 15px;
  }
  #vSlider .owl-text-overlay .owl-text-overlay .owl-banner-sub-text,
  #vSlider .owl-text-overlay .owl-text-overlay .owl-banner-text {
    font-size: 7vw;
    line-height: 7vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    display: block;
  }
  #vSlider .owl-text-overlay .owl-text-overlay .owl-banner-sub-text {
    font-size: 5vw;
    line-height: 5vw;
  }
  #vSlider .owl-text-overlay .owl-text-overlay .owl-banner-button-text {
    display: inline-block;
  }
}
#vSlider .owl-nav {
  margin: 0;
}
#vSlider .owl-nav .btn-next,
#vSlider .owl-nav .btn-prev {
  padding: 6px 20px;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background: none;
}
#vSlider .owl-nav .btn-next:hover svg,
#vSlider .owl-nav .btn-prev:hover svg {
  fill: #b23331;
}
#vSlider .owl-nav .btn-next svg,
#vSlider .owl-nav .btn-prev svg {
  width: 30px;
  height: 100%;
  max-width: none;
  max-height: none;
}
#vSlider .owl-nav .btn-prev {
  left: 0;
}
#vSlider .owl-nav .btn-next {
  right: 0;
  left: auto;
}
.center-vertical,
.navbar-left,
.navbar-right,
.promotion-left,
.promotion-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixed-top-navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.fixed-top-promotion {
  position: fixed !important;
  top: 106px;
  left: 0;
  z-index: 4 !important;
}
.button {
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 4px;
  background: #b2d93c;
}
.button,
.button i {
  font-size: 21px;
}
.button:hover {
  background: #cca300;
  color: #383838;
}
.button--large {
  font-size: 42px;
  color: #383838;
}
.button--large span {
  font-size: 42px;
  margin-right: 12px;
}
.banner-left,
.banner-left span,
.banner-middle,
.banner-right,
.banner-right a,
.centerVertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.borderLeft {
  border-left: 1px dashed rgba(241, 196, 15, 0.32);
}
.banner {
  position: relative;
  width: 100vw;
  height: auto;
  background: #383838;
  color: #fff;
}
.banner:before {
  position: absolute;
  width: 30%;
  height: 64px;
  z-index: 1;
  content: "";
  right: 0;
  top: 0;
  background: #bc3c2e;
}
@media screen and (max-width: 690px) {
  .banner:before {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .banner:after {
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: -32px;
    left: 0;
    content: "";
    z-index: 1;
    background: #383838;
  }
}
.banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .banner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-left,
.banner-middle,
.banner-right {
  height: 64px;
}
.banner-left {
  width: 478px;
}
@media screen and (max-width: 690px) {
  .banner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.banner-left span {
  font-size: 20px;
  height: 100%;
}
.banner-left span:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 500px) {
  .banner-left span:first-child {
    margin-right: 10px;
  }
}
.banner-left span:last-child {
  padding-left: 16px;
}
@media screen and (max-width: 500px) {
  .banner-left span:last-child {
    padding-left: 10px;
  }
}
.banner-left span #free {
  padding: 4px 8px;
  margin: 0;
  margin-right: 4px;
  background: #f1c40f;
  color: #383838;
  height: auto;
}
@media screen and (max-width: 500px) {
  .banner-left span #free {
    padding: 4px;
  }
}
@media screen and (max-width: 500px) {
  .banner-left span {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .banner-left span {
    text-align: center;
  }
}
.banner-middle {
  width: calc(100% - 658px);
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
@media screen and (min-width: 1190px) {
  .banner-middle {
    margin: 0 0 0 32px;
  }
}
@media screen and (max-width: 990px) {
  .banner-middle {
    position: absolute;
    left: 0;
    bottom: -32px;
    width: 100%;
    height: 32px;
    text-align: center;
    background: #383838;
    color: #fff;
  }
  .banner-middle br {
    display: none;
  }
}
@media screen and (max-width: 690px) {
  .banner-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .banner-middle {
    height: 40px;
  }
}
.banner-right {
  width: 180px;
  background: #bc3c2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 18px;
}
@media screen and (max-width: 690px) {
  .banner-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.banner-right a {
  color: #fff;
  text-decoration: none;
}
.banner-right a span {
  font-weight: 700;
  margin-right: 12px;
  transition: all 0.32s;
}
.banner-right a i {
  font-size: 32px;
  margin: 0;
  padding: 0;
}
.banner-right a:hover {
  color: #fff;
}
.banner-right a:hover span {
  margin-right: 24px;
}
.p-t-0 {
  padding-top: 0 !important;
}
.navbar {
  width: 100%;
  background: #0c62a8;
  margin: 0;
  border-radius: 0;
}
.navbar-left {
  height: 106px;
}
.navbar-right {
  height: 106px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.navbar__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.navbar__phone p {
  font-size: 12px;
  color: #b2d93c;
  font-style: italic;
}
.navbar__phone p span {
  color: #fff;
  font-size: 12px;
}
.navbar__phone a {
  padding: 12px 24px;
  border-radius: 4px;
  background: #b2d93c;
  font-size: 30px;
  font-weight: 700;
}
.navbar__phone a span {
  font-weight: 500;
  font-size: 30px;
}
.navbar__phone a:hover {
  background: #cca300;
}
.navbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.promotion {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #383838;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.64);
  border-bottom: 1px solid #383838;
}
@media (min-width: 768px) {
  .promotion {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .promotion {
    background: none !important;
    text-align: center;
    border-top: 4px solid #bc3c2e !important;
    border-bottom: 4px solid #bc3c2e !important;
    padding: 10px;
  }
  .promotion,
  .promotion a,
  .promotion span {
    color: #383838 !important;
  }
  .promotion span {
    display: block;
    width: 100%;
  }
}
.promotion:before {
  left: 0;
}
.promotion:after,
.promotion:before {
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  background: url(../images/nav-arrows.png);
}
.promotion:after {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .promotion-left {
    color: #fff;
    height: 50px;
  }
}
.promotion-left i {
  color: #b2d93c;
  font-size: 21px;
}
.promotion-left span {
  margin: 0 8px;
}
@media (max-width: 767px) {
  .promotion-left span {
    margin-bottom: 0;
  }
}
.promotion-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .promotion-right {
    color: #fff;
    height: 50px;
  }
}
.promotion span {
  font-size: 21px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .promotion span {
    color: #fff;
  }
}
.promotion--red {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.64);
}
@media (min-width: 768px) {
  .promotion--red {
    height: 90px;
    background: #bc3c2e;
    border: 0;
  }
}
@media (max-width: 767px) {
  .promotion--red {
    color: #000;
  }
  .promotion--red a {
    color: #bc3c2e;
  }
}
.promotion--red:after,
.promotion--red:before {
  display: none;
}
@media (min-width: 768px) {
  .promotion--red .promotion-left,
  .promotion--red .promotion-right {
    height: 90px;
  }
}
.promotion--red .promotion-right span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  right: -8px;
  font-size: 42px;
}
@media (min-width: 768px) {
  .promotion--red .promotion-right span {
    color: #f1c40f;
  }
}
@media screen and (max-width: 767px) {
  .promotion--red .promotion-right span {
    font-size: 21px;
  }
}
.promotion--red .promotion-right span:before {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.promotion--red .promotion-right span:after,
.promotion--red .promotion-right span:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100px;
  height: 90px;
  background: url(../images/red-arrows2.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
}
.promotion--red .promotion-right span:after {
  right: 0;
}
.promotion--red span {
  font-size: 28px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .promotion--red span {
    font-size: 21px;
  }
}
.homeContent {
  width: 100%;
  background: url(../../images/new/header-bg-large.jpg);
}
.homeContent-left,
.homeContent-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 562px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.homeContent-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.homeContent-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85%;
  background: rgba(29, 29, 29, 0.8);
  border: 3px solid #4a4a4a;
  color: #fff;
  text-align: center;
  padding: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .homeContent-box {
    width: 100%;
    margin-top: 32px;
  }
}
.homeContent-box h1 {
  font-size: 30px;
  font-weight: 400;
}
.homeContent-box a {
  display: inline-block;
  margin: 16px 0;
  padding: 10px 30px;
  border-radius: 30px;
  background: #b2d93c;
  color: #fff;
  color: #383838;
  font-weight: 700;
  font-size: 21px;
}
.homeContent-box a:hover {
  background: #cca300;
}
.homeContent-box h2 {
  font-size: 21px !important;
  font-weight: 300;
}
.homeContent-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 32px;
  margin-top: 16px;
}
.homeContent-box div img {
  width: auto;
  height: 115px;
}
.homeContent-box + p,
.homeContent-box + p a {
  color: #fff;
  font-size: 12px;
  width: 85%;
  margin-top: 4px;
  font-weight: 300;
}
.homeContent-box + p a {
  text-decoration: underline;
}
.homeContent-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.75);
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .homeContent-form {
    width: 100%;
    margin-bottom: 32px;
  }
}
.homeContent-form img {
  width: 150px;
  height: auto;
  margin-bottom: 16px;
}
.homeContent-form p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.homeContent-form .required {
  font-size: 12px;
  text-align: right;
}
.homeContent-form input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 16px;
  padding: 0 16px;
  font-size: 14px;
}
.homeContent-form input:focus {
  border-color: #0c62a8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.homeContent-form button {
  font-size: 21px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 4px;
  background: #b2d93c;
}
.homeContent-form button i {
  font-size: 21px;
}
.homeContent-form button:hover {
  background: #cca300;
}
.section {
  width: 100%;
}
@media (min-width: 768px) {
  .section {
    background: url(../../images/new/creative1.jpg) 50% no-repeat scroll;
    background-size: cover;
  }
}
.section-right {
  width: 100%;
  height: auto;
  background: hsla(0, 0%, 100%, 0.75);
  padding: 32px;
}
.section-right h1 {
  color: #0c62a8;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 32px;
}
.section-right p {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section--blue {
    background: #41a3e2;
  }
}
@media (min-width: 768px) {
  .section--blue {
    padding: 48px;
    background: url(../../images/new/creative2-bg.jpg) 50% no-repeat scroll;
    background-size: 100% auto;
  }
}
.section-column {
  height: auto;
  text-align: center;
}
.section-column h1,
.section-column p {
  color: #fff;
}
.section-column p {
  margin-top: 16px;
  font-weight: 300;
  margin-bottom: 40px;
}
.section-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 280px;
  padding: 32px;
  margin-bottom: 24px;
  border: 2px solid #3aadfc;
  background-color: #1185cf;
}
@media screen and (max-width: 767px) {
  .section-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
.section-box__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section-box__photo {
    width: 100%;
  }
}
.section-box__photo img {
  max-width: 100%;
  height: auto;
}
.section-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  width: 50%;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .section-box__content {
    width: 100%;
    padding: 0;
  }
}
.section-box__content h1 {
  font-size: 28px;
  font-weight: 400;
}
.section-box__content p {
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}
.section-box__content p:last-child {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .section-box__content ul {
    margin: 2em 0;
  }
}
@media (min-width: 768px) {
  .section--black {
    background: url(../../images/new/creative3-bg.jpg);
  }
}
.section--black .section-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .section--black .section-column {
    height: 348px;
  }
}
@media (max-width: 767px) {
  .section--black .section-column {
    padding: 2em 0;
  }
}
.section--black h1,
.section--black p {
  color: #fff;
  text-align: center;
}
.section--white {
  background-image: none;
  padding: 48px 0;
}
.section--white h1,
.section--white p {
  color: #383838;
  margin: 0;
}
.section--white h1 {
  color: #0c62a8;
}
.section--white p {
  font-size: 21px;
  margin-top: 24px;
}
.section--white p:nth-child(3) {
  font-size: 16px;
  margin: 0;
}
.section--white p:last-child {
  font-size: 16px;
  padding-bottom: 48px;
  border-bottom: 2px solid #ddd;
}
.section--white .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.section--white .iconBox img {
  max-width: 100%;
  height: auto;
}
.section--white .iconBox h1 {
  font-size: 28px;
  color: #0c62a8;
  margin: 32px 0;
}
.section--white .iconBox h1 span {
  display: block;
  color: #3aadfc;
  font-size: 28px;
}
.section--white .iconBox p {
  font-size: 14px;
  border: 0;
  line-height: 1.4;
}
.section--label {
  background: #0c62a8;
}
.section-labelBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .section-labelBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-bottom: 70px;
    padding-top: 32px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-labelBox {
    padding: 30px 0;
  }
}
.section-labelBox__item img {
  max-width: 100%;
  height: auto;
}
.section-labelBox__item h1,
.section-labelBox__item p {
  color: #fff;
}
.section-labelBox__item h1 {
  font-size: 21px;
  font-weight: 400;
}
.section-labelBox__item p {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .section-labelBox__item h3 {
    margin-bottom: 0 !important;
  }
}
.section--product {
  background-image: url(../../images/new/creative4-bg.png);
}
.section--product .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .section--product .container {
    height: auto;
  }
}
.section--product h1,
.section--product p {
  color: #fff;
}
.section--product h1 {
  margin-bottom: 32px;
  font-size: 42px;
}
.section--product p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #display_homepage_title + div + div.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1300px) {
  .c-testimonials {
    width: 100vw;
  }
  .homepage-reviews {
    width: 90vw;
  }
}
