:root {
  --wm-toolbar-height: 65px;
}
#wm-ipp-base {
  height:65px;/* initial height just in case js code fails */
  padding:0;
  margin:0;
  border:none;
  background:none transparent;
}
#wm-ipp {
  z-index: 2147483647;
}
#wm-ipp, #wm-ipp * {
  font-family:Lucida Grande, Helvetica, Arial, sans-serif;
  font-size:12px;
  line-height:1.2;
  letter-spacing:0;
  width:auto;
  height:auto;
  max-width:none;
  max-height:none;
  min-width:0 !important;
  min-height:0;
  outline:none;
  float:none;
  text-align:left;
  border:none;
  color: #000;
  text-indent: 0;
  position: initial;
  background: none;
}
#wm-ipp div, #wm-ipp canvas {
  display: block;
}
#wm-ipp div, #wm-ipp tr, #wm-ipp td, #wm-ipp a, #wm-ipp form {
  padding:0;
  margin:0;
  border:none;
  border-radius:0;
  background-color:transparent;
  background-image:none;
  /*z-index:2147483640;*/
  height:auto;
}
#wm-ipp table {
  border:none;
  border-collapse:collapse;
  margin:0;
  padding:0;
  width:auto;
  font-size:inherit;
}
#wm-ipp form input {
  padding:1px !important;
  height:auto;
  display:inline;
  margin:0;
  color: #000;
  background: none #fff;
  border: 1px solid #666;
}
#wm-ipp form input[type=submit] {
  padding:0 8px !important;
  margin:1px 0 1px 5px !important;
  width:auto !important;
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
}
#wm-ipp form input[type=submit]:hover {
  background: #eee !important;
  cursor: pointer !important;
}
#wm-ipp form input[type=submit]:active {
  transform: translateY(1px);
}
#wm-ipp a {
  display: inline;
}    
#wm-ipp a:hover{
  text-decoration:underline;
}
#wm-ipp a.wm-btn:hover {
  text-decoration:none;
  color:#ff0 !important;
}
#wm-ipp a.wm-btn:hover span {
  color:#ff0 !important;
}
#wm-ipp #wm-ipp-inside {
  margin: 0 6px;
  border:5px solid #000;
  border-top:none;
  background-color:rgba(255,255,255,0.9);
  -moz-box-shadow:1px 1px 4px #333;
  -webkit-box-shadow:1px 1px 4px #333;
  box-shadow:1px 1px 4px #333;
  border-radius:0 0 8px 8px;
}
/* selectors are intentionally verbose to ensure priority */
#wm-ipp #wm-logo {
  padding:0 10px;
  vertical-align:middle;
  min-width:100px;
  flex: 0 0 100px;
}
#wm-ipp .c {
  padding-left: 4px;
}
#wm-ipp .c .u {
    margin-top: 4px !important;
}
#wm-ipp .n {
  padding:0 0 0 5px !important;
  vertical-align: bottom;
}
#wm-ipp .n a {
  text-decoration:none;
  color:#33f;
  font-weight:bold;
}
#wm-ipp .n .b {
  padding:0 6px 0 0 !important;
  text-align:right !important;
  overflow:visible;
  white-space:nowrap;
  color:#99a;
  vertical-align:middle;
}
#wm-ipp .n .y .b {
  padding:0 6px 2px 0 !important;
}
#wm-ipp .n .c {
  background:#000;
  color:#ff0;
  font-weight:bold;
  padding:0 !important;
  text-align:center;
}
#wm-ipp .n .d span.ta {
  display:inline-block;
  width: 0;
  height: 0;
  border-color: transparent #99a;
  border-style: solid;
}
#wm-ipp .n .d .b span.ta {
  border-width: 8px 14px 8px 0;
}
#wm-ipp .n .d .f span.ta {
  border-width: 8px 0 8px 14px;
}
#wm-ipp .n .d a span.ta {
  border-color: transparent #33f;
}
#wm-ipp .n .d a span.ta:hover {
  border-color: transparent #77f;
}
#wm-ipp.hi .n td.c {
  color:#ec008c;
}
#wm-ipp .n td.f {
  padding:0 0 0 6px !important;
  text-align:left !important;
  overflow:visible;
  white-space:nowrap;
  color:#99a;
  vertical-align:middle;
}
#wm-ipp .n tr.m td {
  text-transform:uppercase;
  white-space:nowrap;
  padding:2px 0;
}
#wm-ipp .c .s {
  padding:0 5px 0 0 !important;
  vertical-align:bottom;
}
#wm-ipp #wm-nav-captures {
  white-space: nowrap;
}
#wm-ipp .c .s a.t {
  color:#33f;
  font-weight:bold;
  line-height: 1.8;
}
#wm-ipp .c .s div.r {
  color: #666;
  font-size:9px;
  white-space:nowrap;
}
#wm-ipp .c .k {
  padding-bottom:1px;
}
#wm-ipp .c .s {
  padding:0 5px 2px 0 !important;
}
#wm-ipp td#displayMonthEl {
  padding: 2px 0 !important;
}
#wm-ipp td#displayYearEl {
  padding: 0 0 2px 0 !important;
}

div#wm-ipp-sparkline {
  position:relative;/* for positioning markers */
  white-space:nowrap;
  background-color:#fff;
  cursor:pointer;
  line-height:0.9;
}
#sparklineImgId, #wm-sparkline-canvas {
  position:relative;
  z-index:9012;
  max-width:none;
}
#wm-ipp-sparkline div.yt {
  position:absolute;
  z-index:9010 !important;
  background-color:#ff0 !important;
  top: 0;
}
#wm-ipp-sparkline div.mt {
  position:absolute;
  z-index:9013 !important;
  background-color:#ec008c !important;
  top: 0;
}  
#wm-ipp .r {
    margin-left: 4px;
}
#wm-ipp .r a {
  color:#33f;
  border:none;
  position:relative;
  background-color:transparent;
  background-repeat:no-repeat !important;
  background-position:100% 100% !important;
  text-decoration: none;
}
#wm-ipp #wm-capinfo {
  /* prevents notice div background from sticking into round corners of
     #wm-ipp-inside */
  border-radius: 0 0 4px 4px;
}
#wm-ipp #wm-capinfo .c-logo {
  display:block;
  float:left;
  margin-right:3px;
  width:90px;
  min-height:90px;
  max-height: 290px;
  border-radius:45px;
  overflow:hidden;
  background-position:50%;
  background-size:auto 90px;
  box-shadow: 0 0 2px 2px rgba(208,208,208,128) inset;
}
#wm-ipp #wm-capinfo .c-logo span {
  display:inline-block;
}
#wm-ipp #wm-capinfo .c-logo img {
  height:90px;
  position:relative;
  left:-50%;
}
#wm-ipp #wm-capinfo .wm-title {
  font-size:130%;
}
#wm-ipp #wm-capinfo a.wm-selector {
  display:inline-block;
  color: #aaa;
  text-decoration:none !important;
  padding: 2px 8px;
}
#wm-ipp #wm-capinfo a.wm-selector.selected {
  background-color:#666;
}
#wm-ipp #wm-capinfo a.wm-selector:hover {
  color: #fff;
}
#wm-ipp #wm-capinfo.notice-only #wm-capinfo-collected-by,
#wm-ipp #wm-capinfo.notice-only #wm-capinfo-timestamps {
    display: none;
}
#wm-ipp #wm-capinfo #wm-capinfo-notice .wm-capinfo-content {
    background-color:#ff0;
    padding:5px;
    font-size:14px;
    text-align:center;
}
#wm-ipp #wm-capinfo #wm-capinfo-notice .wm-capinfo-content * {
    font-size:14px;
    text-align:center;
}
#wm-ipp #wm-expand {
  right: 1px;
  bottom: -1px;
  color: #ffffff;
  background-color: #666 !important;
  padding:0 5px 0 3px !important;
  border-radius: 3px 3px 0 0 !important;
}
#wm-ipp #wm-expand span {
  color: #ffffff;
}
#wm-ipp #wm-expand #wm-expand-icon {
  display: inline-block;
  transition: transform 0.5s;
  transform-origin: 50% 45%;
}
#wm-ipp #wm-expand.wm-open #wm-expand-icon {
  transform: rotate(180deg);
}
#wm-ipp #wmtb {
  text-align:right;
}
#wm-ipp #wmtb #wmtbURL {
  width: calc(100% - 45px);
}
#wm-ipp #wm-graph-anchor {
  border-right:1px solid #ccc;
}
/* time coherence */
html.wb-highlight {
  box-shadow: inset 0 0 0 3px #a50e3a !important;
}    
.wb-highlight {
  outline: 3px solid #a50e3a !important;
}
#wm-ipp-print {
  display:none !important;
}
@media print {
#wm-ipp-base {
  display:none !important;
}
#wm-ipp-print {
  display:block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}
@media (max-width:414px) {
    #wm-ipp .xxs {
	display:none !important;
    }
}
@media (min-width:1055px) {
#wm-ipp #wm-graph-anchor {
  display:block !important;
}
}
@media (max-width:1054px) {
#wm-ipp #wm-graph-anchor {
  display:none !important;
}
}
@media (max-width:1163px) {
#wm-logo {
    display:none !important;
}
}

#wm-btns {
    white-space: nowrap;
    margin-top: -2px;
}

#wm-btns #wm-save-snapshot-open {
  margin-right: 7px;
  top: -6px;
}

#wm-btns #wm-sign-in {
  box-sizing: content-box;
  display: none;
  margin-right: 7px;
  top: -8px;

  /*
  round border around sign in button
  */
  border: 2px #000 solid;
  border-radius: 14px;
  padding-right: 2px;
  padding-bottom: 2px;
  width: 11px;
  height: 11px;
}

#wm-btns #wm-sign-in>.iconochive-person {
  font-size: 12.5px;
}

#wm-save-snapshot-open > .iconochive-web {
  color:#000;
  font-size:160%;
}

#wm-ipp #wm-share {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#wm-share > #wm-screenshot {
  display: inline-block;
  margin-right: 3px;
  visibility: hidden;
}

#wm-screenshot > .iconochive-image {
  color:#000;
  font-size:160%;
}

#wm-share > #wm-video {
  display: inline-block;
  margin-right: 3px;
  visibility: hidden;
}

#wm-video > .iconochive-movies {
  color: #000;
  display: inline-block;
  font-size: 150%;
  margin-bottom: 2px;
}

#wm-btns #wm-save-snapshot-in-progress {
  display: none;
  font-size:160%;
  opacity: 0.5;
  position: relative;
  margin-right: 7px;
  top: -5px;
}

#wm-btns #wm-save-snapshot-success {
  display: none;
  color: green;
  position: relative;
  top: -7px;
}

#wm-btns #wm-save-snapshot-fail {
  display: none;
  color: red;
  position: relative;
  top: -7px;
}

.wm-icon-screen-shot {
  background: url("../images/web-screenshot.svg") no-repeat !important;
  background-size: contain !important;
  width: 22px !important;
  height: 19px !important;

  display: inline-block;
}
#donato {
    /* transition effect is disable so as to simplify height adjustment */
    /*transition: height 0.5s;*/
    height: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999 !important;
}
body.wm-modal {
    height: auto !important;
    overflow: hidden !important;
}
#donato #donato-base {
    width: 100%;
    height: 100%;
    /*bottom: 0;*/
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2147483639;
}
body.wm-modal #donato #donato-base {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483640;
}

.wb-autocomplete-suggestions {
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 2147483647;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.wb-autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}
.wb-autocomplete-suggestion b {
    font-weight: bold;
}
.wb-autocomplete-suggestion.selected {
    background: #f0f0f0;
}@font-face{font-family:'Iconochive-Regular';src:url('../fonts/Iconochive-Regular.eot');src:url('../fonts/Iconochive-Regular.eot') format('embedded-opentype'),url('../fonts/Iconochive-Regular.woff') format('woff'),url('../fonts/Iconochive-Regular.ttf') format('truetype'),url('../fonts/Iconochive-Regular.svg#Iconochive-Regular') format('svg');font-weight:normal;font-style:normal}
[class^="iconochive-"],[class*=" iconochive-"]{font-family:'Iconochive-Regular'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.iconochive-Uplevel:before{content:"\21b5"}
.iconochive-exit:before{content:"\1f6a3"}
.iconochive-beta:before{content:"\3b2"}
.iconochive-logo:before{content:"\1f3db"}
.iconochive-audio:before{content:"\1f568"}
.iconochive-movies:before{content:"\1f39e"}
.iconochive-software:before{content:"\1f4be"}
.iconochive-texts:before{content:"\1f56e"}
.iconochive-etree:before{content:"\1f3a4"}
.iconochive-image:before{content:"\1f5bc"}
.iconochive-web:before{content:"\1f5d4"}
.iconochive-collection:before{content:"\2211"}
.iconochive-folder:before{content:"\1f4c2"}
.iconochive-data:before{content:"\1f5c3"}
.iconochive-tv:before{content:"\1f4fa"}
.iconochive-article:before{content:"\1f5cf"}
.iconochive-question:before{content:"\2370"}
.iconochive-question-dark:before{content:"\3f"}
.iconochive-info:before{content:"\69"}
.iconochive-info-small:before{content:"\24d8"}
.iconochive-comment:before{content:"\1f5e9"}
.iconochive-comments:before{content:"\1f5ea"}
.iconochive-person:before{content:"\1f464"}
.iconochive-people:before{content:"\1f465"}
.iconochive-eye:before{content:"\1f441"}
.iconochive-rss:before{content:"\221e"}
.iconochive-time:before{content:"\1f551"}
.iconochive-quote:before{content:"\275d"}
.iconochive-disc:before{content:"\1f4bf"}
.iconochive-tv-commercial:before{content:"\1f4b0"}
.iconochive-search:before{content:"\1f50d"}
.iconochive-search-star:before{content:"\273d"}
.iconochive-tiles:before{content:"\229e"}
.iconochive-list:before{content:"\21f6"}
.iconochive-list-bulleted:before{content:"\2317"}
.iconochive-latest:before{content:"\2208"}
.iconochive-left:before{content:"\2c2"}
.iconochive-right:before{content:"\2c3"}
.iconochive-left-solid:before{content:"\25c2"}
.iconochive-right-solid:before{content:"\25b8"}
.iconochive-up-solid:before{content:"\25b4"}
.iconochive-down-solid:before{content:"\25be"}
.iconochive-dot:before{content:"\23e4"}
.iconochive-dots:before{content:"\25a6"}
.iconochive-columns:before{content:"\25af"}
.iconochive-sort:before{content:"\21d5"}
.iconochive-atoz:before{content:"\1f524"}
.iconochive-ztoa:before{content:"\1f525"}
.iconochive-upload:before{content:"\1f4e4"}
.iconochive-download:before{content:"\1f4e5"}
.iconochive-favorite:before{content:"\2605"}
.iconochive-heart:before{content:"\2665"}
.iconochive-play:before{content:"\25b6"}
.iconochive-play-framed:before{content:"\1f3ac"}
.iconochive-fullscreen:before{content:"\26f6"}
.iconochive-mute:before{content:"\1f507"}
.iconochive-unmute:before{content:"\1f50a"}
.iconochive-share:before{content:"\1f381"}
.iconochive-edit:before{content:"\270e"}
.iconochive-reedit:before{content:"\2710"}
.iconochive-gear:before{content:"\2699"}
.iconochive-remove-circle:before{content:"\274e"}
.iconochive-plus-circle:before{content:"\1f5d6"}
.iconochive-minus-circle:before{content:"\1f5d5"}
.iconochive-x:before{content:"\1f5d9"}
.iconochive-fork:before{content:"\22d4"}
.iconochive-trash:before{content:"\1f5d1"}
.iconochive-warning:before{content:"\26a0"}
.iconochive-flash:before{content:"\1f5f2"}
.iconochive-world:before{content:"\1f5fa"}
.iconochive-lock:before{content:"\1f512"}
.iconochive-unlock:before{content:"\1f513"}
.iconochive-twitter:before{content:"\1f426"}
.iconochive-facebook:before{content:"\66"}
.iconochive-googleplus:before{content:"\67"}
.iconochive-reddit:before{content:"\1f47d"}
.iconochive-tumblr:before{content:"\54"}
.iconochive-pinterest:before{content:"\1d4df"}
.iconochive-popcorn:before{content:"\1f4a5"}
.iconochive-email:before{content:"\1f4e7"}
.iconochive-embed:before{content:"\1f517"}
.iconochive-gamepad:before{content:"\1f579"}
.iconochive-Zoom_In:before{content:"\2b"}
.iconochive-Zoom_Out:before{content:"\2d"}
.iconochive-RSS:before{content:"\1f4e8"}
.iconochive-Light_Bulb:before{content:"\1f4a1"}
.iconochive-Add:before{content:"\2295"}
.iconochive-Tab_Activity:before{content:"\2318"}
.iconochive-Forward:before{content:"\23e9"}
.iconochive-Backward:before{content:"\23ea"}
.iconochive-No_Audio:before{content:"\1f508"}
.iconochive-Pause:before{content:"\23f8"}
.iconochive-No_Favorite:before{content:"\2606"}
.iconochive-Unike:before{content:"\2661"}
.iconochive-Song:before{content:"\266b"}
.iconochive-No_Flag:before{content:"\2690"}
.iconochive-Flag:before{content:"\2691"}
.iconochive-Done:before{content:"\2713"}
.iconochive-Check:before{content:"\2714"}
.iconochive-Refresh:before{content:"\27f3"}
.iconochive-Headphones:before{content:"\1f3a7"}
.iconochive-Chart:before{content:"\1f4c8"}
.iconochive-Bookmark:before{content:"\1f4d1"}
.iconochive-Documents:before{content:"\1f4da"}
.iconochive-Newspaper:before{content:"\1f4f0"}
.iconochive-Podcast:before{content:"\1f4f6"}
.iconochive-Radio:before{content:"\1f4fb"}
.iconochive-Cassette:before{content:"\1f4fc"}
.iconochive-Shuffle:before{content:"\1f500"}
.iconochive-Loop:before{content:"\1f501"}
.iconochive-Low_Audio:before{content:"\1f509"}
.iconochive-First:before{content:"\1f396"}
.iconochive-Invisible:before{content:"\1f576"}
.iconochive-Computer:before{content:"\1f5b3"}

@import url(https://web.archive.org/web/20240331103719cs_/https://fonts.jimstatic.com/css?family=Noto+Sans:400,700,400italic,700italic|Kelly+Slab);@import url("https://web.archive.org/web/20240331103719cs_/https://fonts.jimstatic.com/css?family=Open%20Sans%3Aregular%7CParisienne%3Aregular%7CParisienne%3Aregular%7CParisienne%3Aregular%7COpen%20Sans%3Aregular%7COpen%20Sans%3Aregular%7CParisienne%3Aregular%7CParisienne%3Aregular%7CParisienne%3Aregular%7COpen%20Sans%3Aregular%7COpen%20Sans%3Aregular%7CParisienne%3Aregular%7COpen%20Sans%3Aregular%7CParisienne%3Aregular%7CParisienne%3Aregular%7CParisienne%3Aregular&subset=latin");fieldset,figure,p{margin:0}.jtpl-navigation__borders,.jtpl-navigation__borders:after,.jtpl-navigation__borders:before,.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-navigation__label .jtpl-navigation__borders,.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-navigation__label .jtpl-navigation__borders:after,.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-navigation__label .jtpl-navigation__borders:before{border-radius:1000px;border-top-style:solid;display:block}.j-module a:link img,.j-module a:visited img,.j-static-page a:link img,.j-static-page a:visited img,.jtpl-footer a:link img,.jtpl-footer a:visited img,a:link img,a:visited img,fieldset{border:0}.jtpl-navigation__borders:after,.jtpl-navigation__borders:before,.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-navigation__label .jtpl-navigation__borders:after,.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-navigation__label .jtpl-navigation__borders:before{content:'';position:absolute;width:100%}.jtpl-footer,.jtpl-header__inner,.jtpl-mobile-navigation .jmd-nav__toggle-button,.jtpl-section-aside .jtpl-section-aside__inner{box-sizing:border-box}.jtpl-footer:after,.jtpl-footer:before,.jtpl-header__inner:after,.jtpl-header__inner:before,.jtpl-mobile-navigation .jmd-nav__toggle-button:after,.jtpl-mobile-navigation .jmd-nav__toggle-button:before,.jtpl-section-aside .jtpl-section-aside__inner:after,.jtpl-section-aside .jtpl-section-aside__inner:before{clear:both;content:"";display:table}fieldset{padding:0}.j-module .j-rss .rssFeedTitle,.j-module .j-rss h1,.j-module .j-website-title-content,.j-module h1,.j-module h2,.j-module h3,.j-module h4,.j-rss .j-module .rssFeedTitle,.j-rss .j-module h1,.j-rss .j-static-page .rssFeedTitle,.j-rss .j-static-page h1,.j-static-page .j-rss .rssFeedTitle,.j-static-page .j-rss h1,.j-static-page .j-website-title-content,.j-static-page h1,.j-static-page h2,.j-static-page h3,.j-static-page
h4{word-wrap:break-word}@media (max-width:767px){.j-module .j-website-title-content,.j-module h1,.j-static-page .j-website-title-content,.j-static-page
h1{font-size:30px!important}.j-module h2,.j-static-page
h2{font-size:26px!important}.j-module .j-rss .rssFeedTitle,.j-module .j-rss h1,.j-module h3,.j-rss .j-module .rssFeedTitle,.j-rss .j-module h1,.j-rss .j-static-page .rssFeedTitle,.j-rss .j-static-page h1,.j-static-page .j-rss .rssFeedTitle,.j-static-page .j-rss h1,.j-static-page
h3{font-size:22px!important}.j-module .cc-shop-product-desc h4,.j-static-page .cc-shop-product-desc
h4{font-size:19px!important}}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.j-module .j-rss .rssFeedTitle,.j-module .j-rss h1,.j-module h1,.j-module h2,.j-module h3,.j-rss .j-module .rssFeedTitle,.j-rss .j-module
h1{font-family:"Kelly Slab",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:400;margin:0;color:#6592a7}.j-module
h1{font-size:64px;font-size:6.4rem;line-height:1.05;text-align:center}.j-module
h2{font-size:36px;font-size:3.6rem;line-height:1.25}.j-module .j-rss .rssFeedTitle,.j-module .j-rss h1,.j-module h3,.j-rss .j-module .rssFeedTitle,.j-rss .j-module
h1{font-size:24px;font-size:2.4rem;line-height:1.25}.j-module
h4{font-family:"Noto Sans",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:400}.j-module b,.j-module
strong{font-weight:700}.j-module a:link,.j-module a:visited,.j-static-page a:link,.j-static-page a:visited,.jtpl-footer a:link,.jtpl-footer a:visited{color:#6592a7;text-decoration:underline;transition:color .2s ease-in-out}.j-module a:active,.j-module a:focus,.j-module a:hover,.j-static-page a:active,.j-static-page a:focus,.j-static-page a:hover,.jtpl-footer a:active,.jtpl-footer a:focus,.jtpl-footer a:hover{color:#4f778a}.cc-pagemode-overlay input[type=submit].submitUser,.com-meta input[type=submit],.commententry input[type=submit],.j-blogarticle .blogreadmore:link,.j-blogarticle .blogreadmore:visited,.j-blogarticle .comment,.j-callToAction .j-calltoaction-link-style-1,.j-callToAction .j-calltoaction-link-style-3,.j-checkout__button,.j-downloadDocument .cc-m-download-link,.j-formnew input[type=submit],.j-googlemaps .cc-map-route-submit button,.j-product .cc-shop-addtocard,.j-rss br+a[target="_blank"],.skiptoform a:link,.skiptoform a:visited{-webkit-appearance:none;background-color:#6592a7;border:1px
solid #6592a7;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:1em;font-weight:400;line-height:1.5;margin:1em
0;color:#fff;text-decoration:none;padding:10px
15px;text-align:center;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.cc-pagemode-overlay input[type=submit].submitUser:link,.cc-pagemode-overlay input[type=submit].submitUser:visited,.com-meta input[type=submit]:link,.com-meta input[type=submit]:visited,.commententry input[type=submit]:link,.commententry input[type=submit]:visited,.j-blogarticle .blogreadmore:link,.j-blogarticle .blogreadmore:visited,.j-blogarticle .comment:link,.j-blogarticle .comment:visited,.j-callToAction .j-calltoaction-link-style-1:link,.j-callToAction .j-calltoaction-link-style-1:visited,.j-callToAction .j-calltoaction-link-style-3:link,.j-callToAction .j-calltoaction-link-style-3:visited,.j-checkout__button:link,.j-checkout__button:visited,.j-downloadDocument .cc-m-download-link:link,.j-downloadDocument .cc-m-download-link:visited,.j-formnew input[type=submit]:link,.j-formnew input[type=submit]:visited,.j-googlemaps .cc-map-route-submit button:link,.j-googlemaps .cc-map-route-submit button:visited,.j-product .cc-shop-addtocard:link,.j-product .cc-shop-addtocard:visited,.j-rss br+a[target="_blank"]:link,.j-rss br+a[target="_blank"]:visited,.skiptoform a:link,.skiptoform a:visited{color:#fff;text-decoration:none}.cc-pagemode-overlay input[type=submit].submitUser:active,.cc-pagemode-overlay input[type=submit].submitUser:focus,.cc-pagemode-overlay input[type=submit].submitUser:hover,.com-meta input[type=submit]:active,.com-meta input[type=submit]:focus,.com-meta input[type=submit]:hover,.commententry input[type=submit]:active,.commententry input[type=submit]:focus,.commententry input[type=submit]:hover,.j-blogarticle .blogreadmore:active:link,.j-blogarticle .blogreadmore:active:visited,.j-blogarticle .blogreadmore:focus:link,.j-blogarticle .blogreadmore:focus:visited,.j-blogarticle .blogreadmore:hover:link,.j-blogarticle .blogreadmore:hover:visited,.j-blogarticle .comment:active,.j-blogarticle .comment:focus,.j-blogarticle .comment:hover,.j-callToAction .j-calltoaction-link-style-1:active,.j-callToAction .j-calltoaction-link-style-1:focus,.j-callToAction .j-calltoaction-link-style-1:hover,.j-callToAction .j-calltoaction-link-style-3:active,.j-callToAction .j-calltoaction-link-style-3:focus,.j-callToAction .j-calltoaction-link-style-3:hover,.j-checkout__button:active,.j-checkout__button:focus,.j-checkout__button:hover,.j-downloadDocument .cc-m-download-link:active,.j-downloadDocument .cc-m-download-link:focus,.j-downloadDocument .cc-m-download-link:hover,.j-formnew input[type=submit]:active,.j-formnew input[type=submit]:focus,.j-formnew input[type=submit]:hover,.j-googlemaps .cc-map-route-submit button:active,.j-googlemaps .cc-map-route-submit button:focus,.j-googlemaps .cc-map-route-submit button:hover,.j-product .cc-shop-addtocard:active,.j-product .cc-shop-addtocard:focus,.j-product .cc-shop-addtocard:hover,.j-rss br+a[target="_blank"]:active,.j-rss br+a[target="_blank"]:focus,.j-rss br+a[target="_blank"]:hover,.skiptoform a:active:link,.skiptoform a:active:visited,.skiptoform a:focus:link,.skiptoform a:focus:visited,.skiptoform a:hover:link,.skiptoform a:hover:visited{background-color:#4f778a;border:1px
solid #4f778a;color:#fff}.cc-pagemode-overlay #password,.com-meta input[type=text],.com-meta input[type=date],.com-meta textarea,.commententry input[type=text],.commententry input[type=date],.commententry textarea,.j-checkout__input-field,.j-formnew .cc-m-form-view-sortable input[type=text],.j-formnew .cc-m-form-view-sortable input[type=date],.j-formnew .cc-m-form-view-sortable input[type=email],.j-formnew .cc-m-form-view-sortable textarea,.j-googlemaps .cc-map-route-start{border:2px
solid #9d9e9e;box-shadow:none;box-sizing:border-box;color:#9d9e9e;font-size:1em;font-family:inherit;line-height:1.5;padding:10px;border-radius:0}.cc-pagemode-overlay #password:active,.cc-pagemode-overlay #password:focus,.cc-pagemode-overlay #password:hover,.com-meta input[type=text]:active,.com-meta input[type=text]:focus,.com-meta input[type=text]:hover,.com-meta input[type=date]:active,.com-meta input[type=date]:focus,.com-meta input[type=date]:hover,.com-meta textarea:active,.com-meta textarea:focus,.com-meta textarea:hover,.commententry input[type=text]:active,.commententry input[type=text]:focus,.commententry input[type=text]:hover,.commententry input[type=date]:active,.commententry input[type=date]:focus,.commententry input[type=date]:hover,.commententry textarea:active,.commententry textarea:focus,.commententry textarea:hover,.j-checkout__input-field:active,.j-checkout__input-field:focus,.j-checkout__input-field:hover,.j-formnew .cc-m-form-view-sortable input[type=text]:active,.j-formnew .cc-m-form-view-sortable input[type=text]:focus,.j-formnew .cc-m-form-view-sortable input[type=text]:hover,.j-formnew .cc-m-form-view-sortable input[type=date]:active,.j-formnew .cc-m-form-view-sortable input[type=date]:focus,.j-formnew .cc-m-form-view-sortable input[type=date]:hover,.j-formnew .cc-m-form-view-sortable input[type=email]:active,.j-formnew .cc-m-form-view-sortable input[type=email]:focus,.j-formnew .cc-m-form-view-sortable input[type=email]:hover,.j-formnew .cc-m-form-view-sortable textarea:active,.j-formnew .cc-m-form-view-sortable textarea:focus,.j-formnew .cc-m-form-view-sortable textarea:hover,.j-googlemaps .cc-map-route-start:active,.j-googlemaps .cc-map-route-start:focus,.j-googlemaps .cc-map-route-start:hover{font-weight:400}.jtpl-footer,.jtpl-header__inner,.jtpl-section-aside .jtpl-section-aside__inner{max-width:1100px;margin:0
auto;padding:2rem}.jtpl-background-area{position:fixed;height:100vh;width:100vw;top:0;left:0;z-index:-1}.jtpl-main{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;max-width:100%;position:relative;overflow-x:hidden;color:#666;font-family:"Noto Sans",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:16px;font-size:1.6rem;line-height:1.5;margin:0;padding:0}@media (min-width:768px){.jtpl-main{overflow:auto}}.jtpl-header{min-height:0;width:100%;position:relative}.jtpl-logo{padding:70px
0 0}.jtpl-logo a
img{max-height:300px}@media (min-width:1170px){.jtpl-header{min-height:450px}.jtpl-logo{padding:50px
0 0}}.jtpl-title{padding:15px
10px}.j-website-title-content{font-family:"Kelly Slab",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:400;margin:0;color:#6592a7;text-align:center;font-size:64px;font-size:6.4rem;line-height:1.05}.jtpl-mobile-topbar{height:50px;width:100%;position:absolute;background-color:#fff;box-shadow:0 2px 3px 0 rgba(0,0,0,.16);z-index:700001;top:0}@media (min-width:1170px){.jtpl-title{padding:50px
0}.jtpl-mobile-topbar{display:none}}.jtpl-mobile-navigation{background-color:#fff;display:block;visibility:hidden;width:100%;overflow:hidden;-ms-transform:translateX(-100%);transform:translateX(-100%);position:absolute;z-index:700000;-ms-transform-origin:right;transform-origin:right;right:0;top:50px;transition:all .5s cubic-bezier(.6,-.61,.38,2.03)}.jtpl-mobile-navigation:after,.jtpl-mobile-navigation:before{clear:both;content:"";display:table}@media (min-width:481px){.jtpl-mobile-navigation{width:300px;left:20px}}@media (min-width:1170px){.jtpl-mobile-navigation{display:none}}.jtpl-mobile-navigation .jmd-nav__toggle-button{width:40px;width:4rem;height:40px;height:4rem;position:absolute;outline:0;cursor:pointer;border:none;background-color:rgba(0,0,0,.125);-webkit-tap-highlight-color:transparent;text-align:center;display:block;border-radius:0;top:5px;top:.5rem;right:5px}@media (min-width:768px){.jtpl-mobile-navigation .jmd-nav__toggle-button{display:none}}.jtpl-mobile-navigation .jmd-nav__toggle-button:before{-ms-transform:rotate(180deg);transform:rotate(180deg)}.jtpl-mobile-navigation .jmd-nav__toggle-button:after{-ms-transform:rotate(90deg);transform:rotate(90deg)}.jtpl-mobile-navigation .jmd-nav__toggle-button:after,.jtpl-mobile-navigation .jmd-nav__toggle-button:before{content:"";position:absolute;border-radius:.1rem;width:16px;width:1.6rem;height:2px;height:.2rem;left:12px;left:1.2rem;top:19px;top:1.9rem;background-color:#fff;transition:all .3s ease-in-out}.jtpl-mobile-navigation .jmd-nav__item--last-opened>.jmd-nav__toggle-button:after,.jtpl-mobile-navigation .jmd-nav__item--last-opened>.jmd-nav__toggle-button:before{-ms-transform:rotate(0);transform:rotate(0)}@media (max-width:1171px){.jtpl-mobile-navigation .jmd-nav__toggle-button{display:block}}.jtpl-mobile-navigation
ul{margin:0;padding:0;display:block;text-align:left}.jtpl-mobile-navigation
li{display:block;list-style:none;position:relative}.jtpl-mobile-navigation a:link,.jtpl-mobile-navigation a:visited{font-size:16px!important;font-size:1.6rem!important;line-height:1.5!important;border:none;border-bottom:1px solid rgba(33,33,33,.1);color:#666;padding:13px
15px;transition:color,.2s ease-in-out;text-decoration:none;display:block;position:relative}.jtpl-mobile-navigation .cc-nav-parent>a:link,.jtpl-mobile-navigation .cc-nav-parent>a:visited,.jtpl-mobile-navigation .j-nav-current>a:link,.jtpl-mobile-navigation .j-nav-current>a:visited,.jtpl-mobile-navigation a.cc-nav-current,.jtpl-mobile-navigation a:active,.jtpl-mobile-navigation a:focus,.jtpl-mobile-navigation a:hover{color:#6592a7}.jtpl-mobile-navigation .j-nav-level-0>li:last-child>a:link,.jtpl-mobile-navigation .j-nav-level-0>li:last-child>a:visited{border:none}.jtpl-mobile-navigation .j-nav-level-1 a:link,.jtpl-mobile-navigation .j-nav-level-1 a:visited{font-size:14px!important;font-size:1.4rem!important;line-height:1.5!important;padding:14px
15px 14px 25px;transition:all .5s cubic-bezier(.23,.96,.58,1)}.jtpl-mobile-navigation .j-nav-level-2{background:rgba(0,0,0,.1);transition:all .5s cubic-bezier(.23,.96,.58,1)}.jtpl-mobile-navigation .j-nav-level-2 a:link,.jtpl-mobile-navigation .j-nav-level-2 a:visited{padding-left:35px}.j-nav-has-children>ul{position:relative;display:none}.jmd-nav__item--last-opened>ul{transition:all .3s ease-in-out;display:block}.jtpl-navigation__label{transition:left .3s;border-bottom:0;cursor:pointer;display:block;position:absolute;text-align:center;text-decoration:none;top:15px;float:right;z-index:1000;left:10px}.jtpl-navigation__borders,.jtpl-navigation__borders:after,.jtpl-navigation__borders:before{border-color:#000;transition:all .3s;border-top-width:3px}.jtpl-navigation__label:after,.jtpl-navigation__label:before{clear:both;content:"";display:table}.jtpl-navigation__borders{width:30px;position:relative;margin:8px
0}.jtpl-navigation__borders:before{top:-11px}.jtpl-navigation__borders:after{top:5px}.jtpl-navigation__checkbox{display:none}.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-navigation__label .jtpl-navigation__borders{width:26px;position:relative;margin:8px
0;border-top-width:3px;-ms-transform:rotate(180deg);transform:rotate(180deg);border-radius:.5rem}.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-navigation__label .jtpl-navigation__borders:after,.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-navigation__label .jtpl-navigation__borders:before{width:17.33px;border-top-width:3px;transition:.2s all ease-in}.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-navigation__label .jtpl-navigation__borders:before{top:-2px;right:-1.5px;-ms-transform:rotate(45deg) scaleX(.7);transform:rotate(45deg) scaleX(.7);-ms-transform-origin:right;transform-origin:right}.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-navigation__label .jtpl-navigation__borders:after{top:-4px;right:-1.5px;-ms-transform:rotate(-45deg) scaleX(.7);transform:rotate(-45deg) scaleX(.7);-ms-transform-origin:right;transform-origin:right}.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-mobile-navigation{visibility:visible;-ms-transform:translateY(0);transform:translateY(0);opacity:1}.jtpl-navigation__checkbox:checked+.jtpl-main .jtpl-header::after{animation:fadein 2s;position:absolute;top:0;right:0;width:100%;height:100%;background:#000;background:rgba(0,0,0,.3);content:'';opacity:1;transition:opacity .2s ease-in-out;z-index:90}#cc-checkout-steps li:last-child span:after,.j-blog-meta:after,.j-blog-meta:before{content:""}.jtpl-navigation{text-align:center;max-width:100%;display:none}@media (min-width:1170px){.jtpl-navigation__label{display:none}.jtpl-navigation{display:block}}.jtpl-navigation__main{width:100%;background-color:#fff;text-align:center}.datetime,.j-blog-meta .j-blog-header{text-align:left}.jtpl-navigation__main .jtpl-navigation__main--inner{margin:0
auto;max-width:1100px}.jtpl-navigation__main
ul{list-style:none;margin:0;padding:0}.jtpl-navigation__main
li{margin:5px
0;display:inline-block;padding:0;letter-spacing:2px}.jtpl-navigation__main a:link,.jtpl-navigation__main a:visited{color:#666;display:inline-block;font-family:"Noto Sans",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:16px;font-size:1.6rem;line-height:1.5;font-weight:400;letter-spacing:2px;padding:10px
11px;text-decoration:none;text-transform:uppercase}.jtpl-navigation__main a:active,.jtpl-navigation__main a:focus,.jtpl-navigation__main a:hover{background:0 0;color:#6592a7}.jtpl-navigation__main .cc-nav-current>a:link,.jtpl-navigation__main .cc-nav-current>a:visited,.jtpl-navigation__main .cc-nav-parent>a:link,.jtpl-navigation__main .cc-nav-parent>a:visited{color:#6592a7}.jtpl-navigation__sub{width:100%;background-color:#fff}.jtpl-navigation__sub .jtpl-navigation__sub--inner{max-width:1100px;margin:0
auto}.jtpl-navigation__sub
ul{margin:0;list-style:none}.jtpl-navigation__sub
li{display:inline-block;margin:0
10px}.jtpl-navigation__sub a:link,.jtpl-navigation__sub a:visited{border-bottom:1px solid;color:#666;display:block;font-weight:400;letter-spacing:0;padding:5px
10px;text-decoration:none;transition:background-color .2s ease-in-out,color .2s ease-in-out}.jtpl-navigation__sub a:active,.jtpl-navigation__sub a:focus,.jtpl-navigation__sub a:hover{color:#fff;background-color:#6592a7}.jtpl-navigation__sub .cc-nav-current>a:link,.jtpl-navigation__sub .cc-nav-current>a:visited,.jtpl-navigation__sub .cc-nav-parent>a:link,.jtpl-navigation__sub .cc-nav-parent>a:visited{border-bottom:3px solid}.j-nav-level-1{padding:20px
0}.j-nav-level-1 a:link,.j-nav-level-1 a:visited{font-size:14px;font-size:1.4rem;line-height:1.5}.j-nav-level-2{padding:25px
0 20px}.j-nav-level-2 a:link,.j-nav-level-2 a:visited{font-size:12px;font-size:1.2rem;line-height:1.5;transition:background-color .2s ease-in-out,color .2s ease-in-out;padding:5px
10px}.j-nav-level-2 a:active,.j-nav-level-2 a:focus,.j-nav-level-2 a:hover{color:#fff;background-color:#4f778a}.jtpl-content{background-color:#fff;width:100%}.jtpl-content__inner{box-sizing:border-box;margin:0
auto;padding:20px;max-width:1100px}@media (max-width:767px){.jtpl-content__inner{padding:20px
10px}}@media (min-width:1170px){.jtpl-content__inner{padding:80px
10px}}.jtpl-section-aside{background-color:#333;color:#fff;min-height:200px;padding:20px}@media (max-width:767px){.jtpl-section-aside{padding:20px
10px}}.jtpl-footer a:link,.jtpl-footer a:visited{color:#6592a7;text-decoration:underline;transition:color .2s ease-in-out}.jtpl-footer a:link img,.jtpl-footer a:visited
img{border:0}.jtpl-footer a:active,.jtpl-footer a:focus,.jtpl-footer a:hover{color:#4f778a}.jtpl-cart{z-index:110;width:100%;height:50px}.jtpl-cart .j-cart{transition:top .2s ease-in-out,right .2s ease-in-out;top:0;position:absolute;right:0;line-height:2.3em}@media (min-width:1170px){.jtpl-section-aside{padding:60px
10px}.jtpl-cart{height:0}.jtpl-cart .j-cart{position:fixed;top:100px;top:10rem;right:20px;right:2rem;max-height:none}}.jtpl-cart .j-cart-icon{background-color:rgba(0,0,0,.2);box-sizing:border-box;height:50px}@media (min-width:1170px){.jtpl-cart .j-cart-icon{background-color:rgba(51,51,51,.85);padding:.7em .9em;height:auto}}@media (max-width:1171px){.jtpl-cart .j-cart--hover-popup{display:none!important}}.j-blog-meta:after,.j-blog-meta:before{clear:both;display:table}.j-blog-meta a:link,.j-blog-meta a:visited{display:block;text-decoration:none}.postmeta{font-size:16px;font-size:1.6rem;line-height:1.5;float:left;margin:1em
0;padding:0
0 0 5px;color:#9d9e9e}.j-blogarticle a:link,.j-blogarticle a:visited{text-decoration:none}.j-blogarticle .blogreadmore:link,.j-blogarticle .blogreadmore:visited{margin:0
10px 50px 0}.datetime{background-color:#6592a7;color:#fff;float:right;margin:1em
0;max-width:25%;padding:.5em 1em;font-size:14px;font-size:1.4rem;line-height:1.5}.datetime
span{float:left;margin-right:3px}.j-callToAction .j-calltoaction-link-style-1{border-radius:0}.j-callToAction .j-calltoaction-link-style-2{border-radius:0;box-sizing:border-box;transition:background-color .2s ease-in-out,color .2s ease-in-out;font-size:16px;font-size:1.6rem;line-height:1.5;background-color:transparent;border-width:2px;border-style:solid;border-color:#6592a7;cursor:pointer;display:inline-block;font-family:inherit;margin:10px
0;padding:10px
20px;text-align:center}.j-callToAction .j-calltoaction-link-style-2:link,.j-callToAction .j-calltoaction-link-style-2:visited{color:#6592a7;text-decoration:none}.j-callToAction .j-calltoaction-link-style-2:active,.j-callToAction .j-calltoaction-link-style-2:focus,.j-callToAction .j-calltoaction-link-style-2:hover{background-color:#4f778a;border-color:#4f778a;color:#fff}.j-callToAction .j-calltoaction-link-style-3{border-radius:50px;padding:10px
20px;border:2px
solid #6592a7}.j-callToAction .j-calltoaction-link-style-3.active,.j-callToAction .j-calltoaction-link-style-3:active,.j-callToAction .j-calltoaction-link-style-3:focus,.j-callToAction .j-calltoaction-link-style-3:hover{background-color:#4f778a;border:2px
solid #4f778a;color:#fff}.content-options #cc-checkout-wrapper,.content-options .cc-checkout-overview .cc-checkout-fullshopingcart-wrapper,.content-options .cc-checkout-products
th{background:0 0}#cc-checkout-steps{display:block;box-sizing:border-box;font-size:14px;font-size:1.4rem;line-height:1.5;margin:0
0 1.5rem;padding:.5rem 0}#cc-checkout-steps
li{display:inline-block;width:100%;position:relative;box-sizing:border-box;opacity:.5;border:1px
solid #222;padding:.8rem 1.5rem;margin-bottom:1rem;background:#fff;text-align:center}@media (min-width:1170px){#cc-checkout-steps{display:-ms-flexbox!important;display:flex!important;-ms-flex-pack:justify;justify-content:space-between}#cc-checkout-steps
li{width:24%;margin-right:10px}#cc-checkout-steps li:last-child{margin-right:0}}.com-meta dd,.commententry dd,.j-comment
dd{margin:0}#cc-checkout-steps li
span{color:#222;display:inline-block;line-height:1.5;text-decoration:none}#cc-checkout-steps li span:after{content:"\00bb";display:inline-block;padding:0
1rem}#cc-checkout-steps .cc-checkout-steps-ready{cursor:default;opacity:.5}#cc-checkout-steps .cc-checkout-steps-current{opacity:1;border-color:#222;border-color:rgba(34,34,34,.85);background-color:#222;background-color:rgba(34,34,34,.85)}#cc-checkout-steps .cc-checkout-steps-current
span{color:#fff}.j-checkout__overview-change-link{color:#6592a7}.j-checkout__button{padding:4px
18px!important}.j-checkout__shipping-address .j-checkout__heading{padding-bottom:0}@media (min-width:768px){.j-checkout__shipping-address .j-checkout__heading{padding-bottom:50px}}.j-checkout__payment-info{background:0 0}.j-shop-special-page .jtpl-header{min-height:200px}.j-comment
ul{margin:0;padding:0}.com-list-noava li,.j-comment
li{overflow:hidden;position:relative;padding:15px
15px 15px 0}.number{color:#4f778a;float:right;font-size:24px;font-size:2.4rem;line-height:1.25;font-weight:900;opacity:.5}.com-meta,.commententry{padding:0
60px 0 0;opacity:.7;font-family:inherit}.com-meta input[type=text],.com-meta input[type=date],.commententry input[type=text],.commententry input[type=date]{width:50%}.com-meta label,.commententry
label{display:inline-block;padding:10px
0 5px}.j-hr
hr{border-bottom-width:1px;border-style:solid;border-color:#6592a7;margin:20px
auto}.j-product{margin:2em
0}.j-product .cc-shop-product-alternatives
ul{list-style:none}.j-product .cc-shop-product-desc h4,.j-product .cc-shop-product-price-old{font-size:24px;font-size:2.4rem;line-height:1.25}.j-product .cc-shop-product-price-current{color:#6592a7;margin:0;font-size:36px;font-size:3.6rem;line-height:1.25}.j-product .cc-shop-addtocard{margin:20px
0}.j-product .cc-shop-product-availability{list-style:none;margin:0;padding:0}.j-rss{line-height:1.5}.j-rss h1 a:link,.j-rss h1 a:visited{text-decoration:none}.j-rss
.rssFeedTitle{display:block}.j-sharebuttons a:link,.j-sharebuttons a:visited{opacity:.8;transition:opacity .2s ease-in-out}.j-sharebuttons a:active,.j-sharebuttons a:focus,.j-sharebuttons a:hover{opacity:1}.navigation-colors{background-color:#8b1700}.navigation-colors a,
.navigation-colors a:link,
.navigation-colors a:visited{font-family:"Open Sans",sans-serif,"google";font-weight:normal;font-style:normal;color:#fff;background-color:rgba(0, 0, 0, 0)}.navigation-colors li a:hover,
.navigation-colors li a:active,
.navigation-colors li a:focus,
.navigation-colors li.cc-nav-current > a:link,
.navigation-colors li.cc-nav-current > a:visited,
.navigation-colors li.cc-nav-parent > a:link,
.navigation-colors li.cc-nav-parent>a:visited{color:#200f4e}.navigation-colors .navigation-colors__menu-icon,
.navigation-colors .navigation-colors__menu-icon:before,
.navigation-colors .navigation-colors__menu-icon:after{border-color:#fff}.navigation-colors .navigation-colors__menu-icon-hi,
.navigation-colors .navigation-colors__menu-icon-hi:before,
.navigation-colors .navigation-colors__menu-icon-hi:after{border-color:#200f4e}.navigation-colors.after-background-color li a:before{background-color:rgba(0, 0, 0, 0)}.navigation-colors.after-font-color li a:before{color:#fff}.navigation-colors.after-font-color li a:after{color:#200f4e}.navigation-vertical-alignment a,
.navigation-vertical-alignment a:link,
.navigation-vertical-alignment a:visited{}.navigation-colors--transparency{background-color:#8b1700}@media only screen and (max-width: 768px){.navigation-colors--transparency-bp{background-color:#8b1700}}.navigation-alignment{text-align:center}.navigation-alignment a,
.navigation-alignment a:link,
.navigation-alignment a:visited{}.content-options{background-color:#fff}.content-options-svg{fill:#fff;stroke:#fff}.content-options__contrast-black-white,.content-options__contrast-black-white:before,.content-options__contrast-black-white:after{border-color:#000}.content-options h1:not(.cc-within-single-module-element):not(.j-blog-headline){font-family:"Parisienne",cursive,"google";font-weight:normal;font-style:normal;color:#200f4e}.content-options h2:not(.j-blog-headline):not(.j-blog-comment-counter){font-family:"Parisienne",cursive,"google";font-weight:normal;font-style:normal;color:#200f4e}.content-options h3,
.content-options .j-rss h3 a:link,
.content-options .j-rss h3 a:visited{font-family:"Parisienne",cursive,"google";font-weight:normal;font-style:normal;color:#200f4e}.content-options .com-list,
.content-options .j-blogSelection,
.content-options .j-catalog,
.content-options .j-comment,
.content-options .j-downloadDocument,
.content-options .j-formnew,
.content-options .j-formnew label,
.content-options .j-htmlCode,
.content-options .j-newsletterbox,
.content-options .postmeta,
.content-options .j-product,
.content-options .j-rss,
.content-options .j-table,
.content-options .j-text,
.content-options .j-textWithImage,
.content-options .j-imageSubtitle,
.content-options .cc-m-gallery-slider .bx-wrapper .bx-caption span,
.content-options .j-twitter,
.content-options .j-shop-addtocard-response,
.content-options .j-cart,
.content-options #cc-checkout-steps,
.content-options #cc-checkout-gutter,
.content-options .sitemap,
.content-options #cc-shop-deliveryinfopage,
.content-options .cc-tos,
.content-options .cc-privacy,
.content-options #cc-shop-infopage,
.content-options .cc-withdrawal,
.content-options .cc-protected-note,
.content-options .cc-shop-product-availability,
.content-options .j-googlemaps,
.content-options .j-pswp-caption,
.content-options .j-cookie-policy,
.content-options .j-cookie-settings{color:#000;font-family:"Open Sans",sans-serif,"google"}.content-options #cc-checkout-gutter a:link,
.content-options #cc-shop-deliveryinfopage a:link,
.content-options #cc-shop-infopage a:link,
.content-options .cc-privacy a:link,
.content-options .cc-shop-product-desc a:link,
.content-options .cc-tos a:link,
.content-options .cc-withdrawal a:link,
.content-options .com-list a:link,
.content-options .com-list-noava a:link,
.content-options .sitemap a:link,
.content-options .cc-m-form-submit a:link,
.content-options .j-cookie-policy a:link,
.content-options .j-cookie-settings a:link,
.content-options .j-catalog-product-description a:link,
.content-options .j-htmlcode a:link,
.content-options .j-table a:link,
.content-options .j-text a:link,
.content-options .j-textWithImage a:link,
.content-options .j-twitter a:link,
.content-options .j-blog-content .j-catalog-product-description a:link,
.content-options .j-blog-content .j-htmlcode a:link,
.content-options .j-blog-content .j-table a:link,
.content-options .j-blog-content .j-text a:link,
.content-options .j-blog-content .j-textWithImage a:link,
.content-options .j-blog-content .j-twitter a:link,
.content-options #cc-checkout-gutter a:visited,
.content-options #cc-shop-deliveryinfopage a:visited,
.content-options #cc-shop-infopage a:visited,
.content-options .cc-privacy a:visited,
.content-options .cc-shop-product-desc a:visited,
.content-options .cc-tos a:visited,
.content-options .cc-withdrawal a:visited,
.content-options .com-list a:visited,
.content-options .com-list-noava a:visited,
.content-options .sitemap a:visited,
.content-options .cc-m-form-submit a:visited,
.content-options .j-cookie-policy a:visited,
.content-options .j-cookie-settings a:visited,
.content-options .j-catalog-product-description a:visited,
.content-options .j-htmlcode a:visited,
.content-options .j-table a:visited,
.content-options .j-text a:visited,
.content-options .j-textWithImage a:visited,
.content-options .j-twitter a:visited,
.content-options .j-blog-content .j-catalog-product-description a:visited,
.content-options .j-blog-content .j-htmlcode a:visited,
.content-options .j-blog-content .j-table a:visited,
.content-options .j-blog-content .j-text a:visited,
.content-options .j-blog-content .j-textWithImage a:visited,
.content-options .j-blog-content .j-twitter a:visited{color:#200f4e}.content-options #cc-checkout-gutter a:hover,
.content-options #cc-shop-deliveryinfopage a:hover,
.content-options #cc-shop-infopage a:hover,
.content-options .cc-privacy a:hover,
.content-options .cc-shop-product-desc a:hover,
.content-options .cc-tos a:hover,
.content-options .cc-withdrawal a:hover,
.content-options .com-list a:hover,
.content-options .com-list-noava a:hover,
.content-options .sitemap a:hover,
.content-options .cc-m-form-submit a:hover,
.content-options .j-cookie-policy a:hover,
.content-options .j-cookie-settings a:hover,
.content-options .j-catalog-product-description a:hover,
.content-options .j-htmlcode a:hover,
.content-options .j-table a:hover,
.content-options .j-text a:hover,
.content-options .j-textWithImage a:hover,
.content-options .j-twitter a:hover,
.content-options .j-blog-content .j-catalog-product-description a:hover,
.content-options .j-blog-content .j-htmlcode a:hover,
.content-options .j-blog-content .j-table a:hover,
.content-options .j-blog-content .j-text a:hover,
.content-options .j-blog-content .j-textWithImage a:hover,
.content-options .j-blog-content .j-twitter a:hover,
.content-options #cc-checkout-gutter a:active,
.content-options #cc-shop-deliveryinfopage a:active,
.content-options #cc-shop-infopage a:active,
.content-options .cc-privacy a:active,
.content-options .cc-shop-product-desc a:active,
.content-options .cc-tos a:active,
.content-options .cc-withdrawal a:active,
.content-options .com-list a:active,
.content-options .com-list-noava a:active,
.content-options .sitemap a:active,
.content-options .cc-m-form-submit a:active,
.content-options .j-cookie-policy a:active,
.content-options .j-cookie-settings a:active,
.content-options .j-catalog-product-description a:active,
.content-options .j-htmlcode a:active,
.content-options .j-table a:active,
.content-options .j-text a:active,
.content-options .j-textWithImage a:active,
.content-options .j-twitter a:active,
.content-options .j-blog-content .j-catalog-product-description a:active,
.content-options .j-blog-content .j-htmlcode a:active,
.content-options .j-blog-content .j-table a:active,
.content-options .j-blog-content .j-text a:active,
.content-options .j-blog-content .j-textWithImage a:active,
.content-options .j-blog-content .j-twitter a:active,
.content-options #cc-checkout-gutter a:focus,
.content-options #cc-shop-deliveryinfopage a:focus,
.content-options #cc-shop-infopage a:focus,
.content-options .cc-privacy a:focus,
.content-options .cc-shop-product-desc a:focus,
.content-options .cc-tos a:focus,
.content-options .cc-withdrawal a:focus,
.content-options .com-list a:focus,
.content-options .com-list-noava a:focus,
.content-options .sitemap a:focus,
.content-options .cc-m-form-submit a:focus,
.content-options .j-cookie-policy a:focus,
.content-options .j-cookie-settings a:focus,
.content-options .j-catalog-product-description a:focus,
.content-options .j-htmlcode a:focus,
.content-options .j-table a:focus,
.content-options .j-text a:focus,
.content-options .j-textWithImage a:focus,
.content-options .j-twitter a:focus,
.content-options .j-blog-content .j-catalog-product-description a:focus,
.content-options .j-blog-content .j-htmlcode a:focus,
.content-options .j-blog-content .j-table a:focus,
.content-options .j-blog-content .j-text a:focus,
.content-options .j-blog-content .j-textWithImage a:focus,
.content-options .j-blog-content .j-twitter a:focus{color:#000}.content-options input[type="submit"],
.content-options .j-formnew input[type="submit"],
.content-options .j-blogarticle .blogreadmore:link,
.content-options .j-blogarticle .blogreadmore:visited,
.content-options .j-blog .skiptoform a,
.content-options .j-blogarticle .comment,
.content-options .post .blogreadmore:link,
.content-options .post .blogreadmore:visited,
.content-options .post .comment,
.content-options .j-downloadDocument .cc-m-download-link,
.content-options .j-newsletterbox input[type="submit"],
.content-options .j-comment input[type="submit"],
.content-options .j-comment .skiptoform a,
.content-options .commententry input[type="submit"],
.content-options .cc-checkout-btn[type="submit"],
.content-options .j-rss br + a[target="_blank"],
.content-options .j-googlemaps .cc-map-route-submit button,
.content-options .j-checkout__button{background-color:#200f4e;border-color:#200f4e;border-style:solid;color:#fff}.content-options input[type="submit"]:hover,
.content-options .j-formnew input[type="submit"]:hover,
.content-options .j-blogarticle .blogreadmore:link:hover,
.content-options .j-blogarticle .blogreadmore:visited:hover,
.content-options .j-blog .skiptoform a:hover,
.content-options .j-blogarticle .comment:hover,
.content-options .post .blogreadmore:link:hover,
.content-options .post .blogreadmore:visited:hover,
.content-options .post .comment:hover,
.content-options .j-downloadDocument .cc-m-download-link:hover,
.content-options .j-newsletterbox input[type="submit"]:hover,
.content-options .j-comment input[type="submit"]:hover,
.content-options .j-comment .skiptoform a:hover,
.content-options .commententry input[type="submit"]:hover,
.content-options .cc-checkout-btn[type="submit"]:hover,
.content-options .j-rss br + a[target="_blank"]:hover,
.content-options .j-googlemaps .cc-map-route-submit button:hover,
.content-options .j-checkout__button:hover,
.content-options input[type="submit"]:active,
.content-options .j-formnew input[type="submit"]:active,
.content-options .j-blogarticle .blogreadmore:link:active,
.content-options .j-blogarticle .blogreadmore:visited:active,
.content-options .j-blog .skiptoform a:active,
.content-options .j-blogarticle .comment:active,
.content-options .post .blogreadmore:link:active,
.content-options .post .blogreadmore:visited:active,
.content-options .post .comment:active,
.content-options .j-downloadDocument .cc-m-download-link:active,
.content-options .j-newsletterbox input[type="submit"]:active,
.content-options .j-comment input[type="submit"]:active,
.content-options .j-comment .skiptoform a:active,
.content-options .commententry input[type="submit"]:active,
.content-options .cc-checkout-btn[type="submit"]:active,
.content-options .j-rss br + a[target="_blank"]:active,
.content-options .j-googlemaps .cc-map-route-submit button:active,
.content-options .j-checkout__button:active,
.content-options input[type="submit"]:focus,
.content-options .j-formnew input[type="submit"]:focus,
.content-options .j-blogarticle .blogreadmore:link:focus,
.content-options .j-blogarticle .blogreadmore:visited:focus,
.content-options .j-blog .skiptoform a:focus,
.content-options .j-blogarticle .comment:focus,
.content-options .post .blogreadmore:link:focus,
.content-options .post .blogreadmore:visited:focus,
.content-options .post .comment:focus,
.content-options .j-downloadDocument .cc-m-download-link:focus,
.content-options .j-newsletterbox input[type="submit"]:focus,
.content-options .j-comment input[type="submit"]:focus,
.content-options .j-comment .skiptoform a:focus,
.content-options .commententry input[type="submit"]:focus,
.content-options .cc-checkout-btn[type="submit"]:focus,
.content-options .j-rss br + a[target="_blank"]:focus,
.content-options .j-googlemaps .cc-map-route-submit button:focus,
.content-options .j-checkout__button:focus{background-color:#000;border-color:#000;color:#fff}.content-options .j-comment textarea,
.content-options .j-comment input[type="text"],
.content-options .j-comment input[type="date"],
.content-options .commententry textarea,
.content-options .commententry input[type="text"],
.content-options .commententry input[type="date"],
.content-options .j-formnew .cc-m-form-view-sortable input[type="text"],
.content-options .j-formnew .cc-m-form-view-sortable input[type="date"],
.content-options .j-formnew .cc-m-form-view-sortable input[type="email"],
.content-options .j-formnew .cc-m-form-view-sortable textarea,
.content-options .j-formnew .cc-m-form-view-sortable select,
.content-options .j-newsletterbox input[type="email"],
.content-options #cc-checkout-gutter input[type="text"],
.content-options #cc-checkout-gutter input[type="date"],
.content-options #cc-checkout-gutter input[type="email"],
.content-options #cc-checkout-gutter textarea,
.content-options #cc-checkout-gutter select,
.content-options .j-googlemaps .cc-map-route-start,
.content-options .j-checkout__input-field{border-color:#000;color:#000}.content-options .j-comment textarea:hover,
.content-options .j-comment input[type="text"]:hover,
.content-options .j-comment input[type="date"]:hover,
.content-options .commententry textarea:hover,
.content-options .commententry input[type="text"]:hover,
.content-options .commententry input[type="date"]:hover,
.content-options .j-formnew .cc-m-form-view-sortable input[type="text"]:hover,
.content-options .j-formnew .cc-m-form-view-sortable input[type="date"]:hover,
.content-options .j-formnew .cc-m-form-view-sortable input[type="email"]:hover,
.content-options .j-formnew .cc-m-form-view-sortable textarea:hover,
.content-options .j-formnew .cc-m-form-view-sortable select:hover,
.content-options .j-newsletterbox input[type="email"]:hover,
.content-options #cc-checkout-gutter input[type="text"]:hover,
.content-options #cc-checkout-gutter input[type="date"]:hover,
.content-options #cc-checkout-gutter input[type="email"]:hover,
.content-options #cc-checkout-gutter textarea:hover,
.content-options #cc-checkout-gutter select:hover,
.content-options .j-googlemaps .cc-map-route-start:hover,
.content-options .j-checkout__input-field:hover,
.content-options .j-comment textarea:active,
.content-options .j-comment input[type="text"]:active,
.content-options .j-comment input[type="date"]:active,
.content-options .commententry textarea:active,
.content-options .commententry input[type="text"]:active,
.content-options .commententry input[type="date"]:active,
.content-options .j-formnew .cc-m-form-view-sortable input[type="text"]:active,
.content-options .j-formnew .cc-m-form-view-sortable input[type="date"]:active,
.content-options .j-formnew .cc-m-form-view-sortable input[type="email"]:active,
.content-options .j-formnew .cc-m-form-view-sortable textarea:active,
.content-options .j-formnew .cc-m-form-view-sortable select:active,
.content-options .j-newsletterbox input[type="email"]:active,
.content-options #cc-checkout-gutter input[type="text"]:active,
.content-options #cc-checkout-gutter input[type="date"]:active,
.content-options #cc-checkout-gutter input[type="email"]:active,
.content-options #cc-checkout-gutter textarea:active,
.content-options #cc-checkout-gutter select:active,
.content-options .j-googlemaps .cc-map-route-start:active,
.content-options .j-checkout__input-field:active,
.content-options .j-comment textarea:focus,
.content-options .j-comment input[type="text"]:focus,
.content-options .j-comment input[type="date"]:focus,
.content-options .commententry textarea:focus,
.content-options .commententry input[type="text"]:focus,
.content-options .commententry input[type="date"]:focus,
.content-options .j-formnew .cc-m-form-view-sortable input[type="text"]:focus,
.content-options .j-formnew .cc-m-form-view-sortable input[type="date"]:focus,
.content-options .j-formnew .cc-m-form-view-sortable input[type="email"]:focus,
.content-options .j-formnew .cc-m-form-view-sortable textarea:focus,
.content-options .j-formnew .cc-m-form-view-sortable select:focus,
.content-options .j-newsletterbox input[type="email"]:focus,
.content-options #cc-checkout-gutter input[type="text"]:focus,
.content-options #cc-checkout-gutter input[type="date"]:focus,
.content-options #cc-checkout-gutter input[type="email"]:focus,
.content-options #cc-checkout-gutter textarea:focus,
.content-options #cc-checkout-gutter select:focus,
.content-options .j-googlemaps .cc-map-route-start:focus,
.content-options .j-checkout__input-field:focus{border-color:#200f4e}.content-options .j-calltoaction-link-style-1:link,
.content-options .j-calltoaction-link-style-1:visited{background-color:#200f4e;color:#fff;border-color:#200f4e;font-family:"Open Sans",sans-serif,"google"}.content-options .j-calltoaction-link-style-1:hover,
.content-options .j-calltoaction-link-style-1:active,
.content-options .j-calltoaction-link-style-1:focus,
.content-options .j-calltoaction-link-style-1.active{background-color:#000;border-color:#000;color:#fff}.content-options .j-calltoaction-link-style-2:link,
.content-options .j-calltoaction-link-style-2:visited{color:#200f4e;border-color:#200f4e;font-family:"Open Sans",sans-serif,"google"}.content-options .j-calltoaction-link-style-2:hover,
.content-options .j-calltoaction-link-style-2:active,
.content-options .j-calltoaction-link-style-2:focus,
.content-options .j-calltoaction-link-style-2.active{background-color:#200f4e;border-color:#200f4e;color:#fff}.content-options .j-calltoaction-link-style-3:link,
.content-options .j-calltoaction-link-style-3:visited{background-color:#200f4e;color:#fff;border-color:#200f4e;font-family:"Open Sans",sans-serif,"google"}.content-options .j-calltoaction-link-style-3:hover,
.content-options .j-calltoaction-link-style-3:active,
.content-options .j-calltoaction-link-style-3:focus,
.content-options .j-calltoaction-link-style-3.active{background-color:#000;border-color:#000;color:#fff}.content-options
hr{border-color:#200f4e}.content-options hr:after,
.content-options hr:before{color:#fff}.content-options .j-imageSubtitle figcaption,
.content-options .j-textWithImage
figcaption{color:#000;font-weight:normal}.cc-pagemode-overlay h1:not(.cc-within-single-module-element):not(.j-blog-headline){font-family:"Parisienne",cursive,"google";font-weight:normal;font-style:normal;color:#200f4e}.cc-pagemode-overlay input[type="submit"].submitUser{background-color:#200f4e;border-color:#200f4e;border-style:solid;color:#fff}.cc-pagemode-overlay input[type="submit"].submitUser:hover,
.cc-pagemode-overlay input[type="submit"].submitUser:active,
.cc-pagemode-overlay input[type="submit"].submitUser:focus{background-color:#000;border-color:#000;color:#fff}.cc-pagemode-overlay
#password{border-color:#000;color:#000}.cc-pagemode-overlay #password:hover,
.cc-pagemode-overlay #password:active,
.cc-pagemode-overlay #password:focus{border-color:#200f4e}.subnavigation-colors{background-color:#fff}.subnavigation-colors a,
.subnavigation-colors a:link,
.subnavigation-colors a:visited{font-family:"Open Sans",sans-serif,"google";font-weight:normal;font-style:normal;color:#000}.subnavigation-colors a:hover,
.subnavigation-colors a:active,
.subnavigation-colors a:focus,
.subnavigation-colors .cc-nav-current > a:link,
.subnavigation-colors .cc-nav-current > a:visited,
.subnavigation-colors .cc-nav-parent > a:link,
.subnavigation-colors .cc-nav-parent>a:visited{color:#fff;background-color:#200f4e}.mobile-navigation-colors .j-nav-level-1,
.mobile-navigation-colors .j-nav-level-2{background-color:#fff}.mobile-navigation-colors .j-nav-level-1 a,
.mobile-navigation-colors .j-nav-level-2 a,
.mobile-navigation-colors .j-nav-level-1 a:link,
.mobile-navigation-colors .j-nav-level-2 a:link,
.mobile-navigation-colors .j-nav-level-1 a:visited,
.mobile-navigation-colors .j-nav-level-2 a:visited{font-family:"Open Sans",sans-serif,"google";font-weight:normal;font-style:normal;color:#000}.mobile-navigation-colors .j-nav-level-1 a:hover,
.mobile-navigation-colors .j-nav-level-2 a:hover,
.mobile-navigation-colors .j-nav-level-1 a:active,
.mobile-navigation-colors .j-nav-level-2 a:active,
.mobile-navigation-colors .j-nav-level-1 a:focus,
.mobile-navigation-colors .j-nav-level-2 a:focus,
.mobile-navigation-colors .j-nav-level-1 .cc-nav-current > a:link,
.mobile-navigation-colors .j-nav-level-2 .cc-nav-current > a:link,
.mobile-navigation-colors .j-nav-level-1 .cc-nav-current > a:visited,
.mobile-navigation-colors .j-nav-level-2 .cc-nav-current > a:visited,
.mobile-navigation-colors .j-nav-level-1 .cc-nav-parent > a:link,
.mobile-navigation-colors .j-nav-level-2 .cc-nav-parent > a:link,
.mobile-navigation-colors .j-nav-level-1 .cc-nav-parent > a:visited,
.mobile-navigation-colors .j-nav-level-2 .cc-nav-parent>a:visited{color:#fff;background-color:#200f4e}.sidebar-options{background-color:#000}.content-options-svg{fill:#fff;stroke:#fff}.content-options__contrast-black-white,.content-options__contrast-black-white:before,.content-options__contrast-black-white:after{border-color:#000}.sidebar-options h1:not(.cc-within-single-module-element):not(.j-blog-headline){font-family:"Parisienne",cursive,"google";font-weight:normal;font-style:normal;color:#eee}.sidebar-options h2:not(.j-blog-headline):not(.j-blog-comment-counter){font-family:"Parisienne",cursive,"google";font-weight:normal;font-style:normal;color:#fff}.sidebar-options h3,
.sidebar-options .j-rss h3 a:link,
.sidebar-options .j-rss h3 a:visited{font-family:"Parisienne",cursive,"google";font-weight:normal;font-style:normal;color:#fff}.sidebar-options .com-list,
.sidebar-options .j-blogSelection,
.sidebar-options .j-catalog,
.sidebar-options .j-comment,
.sidebar-options .j-downloadDocument,
.sidebar-options .j-formnew,
.sidebar-options .j-formnew label,
.sidebar-options .j-htmlCode,
.sidebar-options .j-newsletterbox,
.sidebar-options .postmeta,
.sidebar-options .j-product,
.sidebar-options .j-rss,
.sidebar-options .j-table,
.sidebar-options .j-text,
.sidebar-options .j-textWithImage,
.sidebar-options .j-imageSubtitle,
.sidebar-options .cc-m-gallery-slider .bx-wrapper .bx-caption span,
.sidebar-options .j-twitter,
.sidebar-options .j-shop-addtocard-response,
.sidebar-options .j-cart,
.sidebar-options #cc-checkout-steps,
.sidebar-options #cc-checkout-gutter,
.sidebar-options .sitemap,
.sidebar-options #cc-shop-deliveryinfopage,
.sidebar-options .cc-tos,
.sidebar-options .cc-privacy,
.sidebar-options #cc-shop-infopage,
.sidebar-options .cc-withdrawal,
.sidebar-options .cc-protected-note,
.sidebar-options .cc-shop-product-availability,
.sidebar-options .j-googlemaps,
.sidebar-options .j-pswp-caption,
.sidebar-options .j-cookie-policy,
.sidebar-options .j-cookie-settings{color:#fff;font-family:"Open Sans",sans-serif,"google"}.sidebar-options #cc-checkout-gutter a:link,
.sidebar-options #cc-shop-deliveryinfopage a:link,
.sidebar-options #cc-shop-infopage a:link,
.sidebar-options .cc-privacy a:link,
.sidebar-options .cc-shop-product-desc a:link,
.sidebar-options .cc-tos a:link,
.sidebar-options .cc-withdrawal a:link,
.sidebar-options .com-list a:link,
.sidebar-options .com-list-noava a:link,
.sidebar-options .sitemap a:link,
.sidebar-options .cc-m-form-submit a:link,
.sidebar-options .j-cookie-policy a:link,
.sidebar-options .j-cookie-settings a:link,
.sidebar-options .j-catalog-product-description a:link,
.sidebar-options .j-htmlcode a:link,
.sidebar-options .j-table a:link,
.sidebar-options .j-text a:link,
.sidebar-options .j-textWithImage a:link,
.sidebar-options .j-twitter a:link,
.sidebar-options .j-blog-content .j-catalog-product-description a:link,
.sidebar-options .j-blog-content .j-htmlcode a:link,
.sidebar-options .j-blog-content .j-table a:link,
.sidebar-options .j-blog-content .j-text a:link,
.sidebar-options .j-blog-content .j-textWithImage a:link,
.sidebar-options .j-blog-content .j-twitter a:link,
.sidebar-options #cc-checkout-gutter a:visited,
.sidebar-options #cc-shop-deliveryinfopage a:visited,
.sidebar-options #cc-shop-infopage a:visited,
.sidebar-options .cc-privacy a:visited,
.sidebar-options .cc-shop-product-desc a:visited,
.sidebar-options .cc-tos a:visited,
.sidebar-options .cc-withdrawal a:visited,
.sidebar-options .com-list a:visited,
.sidebar-options .com-list-noava a:visited,
.sidebar-options .sitemap a:visited,
.sidebar-options .cc-m-form-submit a:visited,
.sidebar-options .j-cookie-policy a:visited,
.sidebar-options .j-cookie-settings a:visited,
.sidebar-options .j-catalog-product-description a:visited,
.sidebar-options .j-htmlcode a:visited,
.sidebar-options .j-table a:visited,
.sidebar-options .j-text a:visited,
.sidebar-options .j-textWithImage a:visited,
.sidebar-options .j-twitter a:visited,
.sidebar-options .j-blog-content .j-catalog-product-description a:visited,
.sidebar-options .j-blog-content .j-htmlcode a:visited,
.sidebar-options .j-blog-content .j-table a:visited,
.sidebar-options .j-blog-content .j-text a:visited,
.sidebar-options .j-blog-content .j-textWithImage a:visited,
.sidebar-options .j-blog-content .j-twitter a:visited{color:#eee}.sidebar-options #cc-checkout-gutter a:hover,
.sidebar-options #cc-shop-deliveryinfopage a:hover,
.sidebar-options #cc-shop-infopage a:hover,
.sidebar-options .cc-privacy a:hover,
.sidebar-options .cc-shop-product-desc a:hover,
.sidebar-options .cc-tos a:hover,
.sidebar-options .cc-withdrawal a:hover,
.sidebar-options .com-list a:hover,
.sidebar-options .com-list-noava a:hover,
.sidebar-options .sitemap a:hover,
.sidebar-options .cc-m-form-submit a:hover,
.sidebar-options .j-cookie-policy a:hover,
.sidebar-options .j-cookie-settings a:hover,
.sidebar-options .j-catalog-product-description a:hover,
.sidebar-options .j-htmlcode a:hover,
.sidebar-options .j-table a:hover,
.sidebar-options .j-text a:hover,
.sidebar-options .j-textWithImage a:hover,
.sidebar-options .j-twitter a:hover,
.sidebar-options .j-blog-content .j-catalog-product-description a:hover,
.sidebar-options .j-blog-content .j-htmlcode a:hover,
.sidebar-options .j-blog-content .j-table a:hover,
.sidebar-options .j-blog-content .j-text a:hover,
.sidebar-options .j-blog-content .j-textWithImage a:hover,
.sidebar-options .j-blog-content .j-twitter a:hover,
.sidebar-options #cc-checkout-gutter a:active,
.sidebar-options #cc-shop-deliveryinfopage a:active,
.sidebar-options #cc-shop-infopage a:active,
.sidebar-options .cc-privacy a:active,
.sidebar-options .cc-shop-product-desc a:active,
.sidebar-options .cc-tos a:active,
.sidebar-options .cc-withdrawal a:active,
.sidebar-options .com-list a:active,
.sidebar-options .com-list-noava a:active,
.sidebar-options .sitemap a:active,
.sidebar-options .cc-m-form-submit a:active,
.sidebar-options .j-cookie-policy a:active,
.sidebar-options .j-cookie-settings a:active,
.sidebar-options .j-catalog-product-description a:active,
.sidebar-options .j-htmlcode a:active,
.sidebar-options .j-table a:active,
.sidebar-options .j-text a:active,
.sidebar-options .j-textWithImage a:active,
.sidebar-options .j-twitter a:active,
.sidebar-options .j-blog-content .j-catalog-product-description a:active,
.sidebar-options .j-blog-content .j-htmlcode a:active,
.sidebar-options .j-blog-content .j-table a:active,
.sidebar-options .j-blog-content .j-text a:active,
.sidebar-options .j-blog-content .j-textWithImage a:active,
.sidebar-options .j-blog-content .j-twitter a:active,
.sidebar-options #cc-checkout-gutter a:focus,
.sidebar-options #cc-shop-deliveryinfopage a:focus,
.sidebar-options #cc-shop-infopage a:focus,
.sidebar-options .cc-privacy a:focus,
.sidebar-options .cc-shop-product-desc a:focus,
.sidebar-options .cc-tos a:focus,
.sidebar-options .cc-withdrawal a:focus,
.sidebar-options .com-list a:focus,
.sidebar-options .com-list-noava a:focus,
.sidebar-options .sitemap a:focus,
.sidebar-options .cc-m-form-submit a:focus,
.sidebar-options .j-cookie-policy a:focus,
.sidebar-options .j-cookie-settings a:focus,
.sidebar-options .j-catalog-product-description a:focus,
.sidebar-options .j-htmlcode a:focus,
.sidebar-options .j-table a:focus,
.sidebar-options .j-text a:focus,
.sidebar-options .j-textWithImage a:focus,
.sidebar-options .j-twitter a:focus,
.sidebar-options .j-blog-content .j-catalog-product-description a:focus,
.sidebar-options .j-blog-content .j-htmlcode a:focus,
.sidebar-options .j-blog-content .j-table a:focus,
.sidebar-options .j-blog-content .j-text a:focus,
.sidebar-options .j-blog-content .j-textWithImage a:focus,
.sidebar-options .j-blog-content .j-twitter a:focus{color:#000}.sidebar-options input[type="submit"],
.sidebar-options .j-formnew input[type="submit"],
.sidebar-options .j-blogarticle .blogreadmore:link,
.sidebar-options .j-blogarticle .blogreadmore:visited,
.sidebar-options .j-blog .skiptoform a,
.sidebar-options .j-blogarticle .comment,
.sidebar-options .post .blogreadmore:link,
.sidebar-options .post .blogreadmore:visited,
.sidebar-options .post .comment,
.sidebar-options .j-downloadDocument .cc-m-download-link,
.sidebar-options .j-newsletterbox input[type="submit"],
.sidebar-options .j-comment input[type="submit"],
.sidebar-options .j-comment .skiptoform a,
.sidebar-options .commententry input[type="submit"],
.sidebar-options .cc-checkout-btn[type="submit"],
.sidebar-options .j-rss br + a[target="_blank"],
.sidebar-options .j-googlemaps .cc-map-route-submit button,
.sidebar-options .j-checkout__button{background-color:#eee;border-color:#eee;border-style:solid;color:#fff}.sidebar-options input[type="submit"]:hover,
.sidebar-options .j-formnew input[type="submit"]:hover,
.sidebar-options .j-blogarticle .blogreadmore:link:hover,
.sidebar-options .j-blogarticle .blogreadmore:visited:hover,
.sidebar-options .j-blog .skiptoform a:hover,
.sidebar-options .j-blogarticle .comment:hover,
.sidebar-options .post .blogreadmore:link:hover,
.sidebar-options .post .blogreadmore:visited:hover,
.sidebar-options .post .comment:hover,
.sidebar-options .j-downloadDocument .cc-m-download-link:hover,
.sidebar-options .j-newsletterbox input[type="submit"]:hover,
.sidebar-options .j-comment input[type="submit"]:hover,
.sidebar-options .j-comment .skiptoform a:hover,
.sidebar-options .commententry input[type="submit"]:hover,
.sidebar-options .cc-checkout-btn[type="submit"]:hover,
.sidebar-options .j-rss br + a[target="_blank"]:hover,
.sidebar-options .j-googlemaps .cc-map-route-submit button:hover,
.sidebar-options .j-checkout__button:hover,
.sidebar-options input[type="submit"]:active,
.sidebar-options .j-formnew input[type="submit"]:active,
.sidebar-options .j-blogarticle .blogreadmore:link:active,
.sidebar-options .j-blogarticle .blogreadmore:visited:active,
.sidebar-options .j-blog .skiptoform a:active,
.sidebar-options .j-blogarticle .comment:active,
.sidebar-options .post .blogreadmore:link:active,
.sidebar-options .post .blogreadmore:visited:active,
.sidebar-options .post .comment:active,
.sidebar-options .j-downloadDocument .cc-m-download-link:active,
.sidebar-options .j-newsletterbox input[type="submit"]:active,
.sidebar-options .j-comment input[type="submit"]:active,
.sidebar-options .j-comment .skiptoform a:active,
.sidebar-options .commententry input[type="submit"]:active,
.sidebar-options .cc-checkout-btn[type="submit"]:active,
.sidebar-options .j-rss br + a[target="_blank"]:active,
.sidebar-options .j-googlemaps .cc-map-route-submit button:active,
.sidebar-options .j-checkout__button:active,
.sidebar-options input[type="submit"]:focus,
.sidebar-options .j-formnew input[type="submit"]:focus,
.sidebar-options .j-blogarticle .blogreadmore:link:focus,
.sidebar-options .j-blogarticle .blogreadmore:visited:focus,
.sidebar-options .j-blog .skiptoform a:focus,
.sidebar-options .j-blogarticle .comment:focus,
.sidebar-options .post .blogreadmore:link:focus,
.sidebar-options .post .blogreadmore:visited:focus,
.sidebar-options .post .comment:focus,
.sidebar-options .j-downloadDocument .cc-m-download-link:focus,
.sidebar-options .j-newsletterbox input[type="submit"]:focus,
.sidebar-options .j-comment input[type="submit"]:focus,
.sidebar-options .j-comment .skiptoform a:focus,
.sidebar-options .commententry input[type="submit"]:focus,
.sidebar-options .cc-checkout-btn[type="submit"]:focus,
.sidebar-options .j-rss br + a[target="_blank"]:focus,
.sidebar-options .j-googlemaps .cc-map-route-submit button:focus,
.sidebar-options .j-checkout__button:focus{background-color:#000;border-color:#000;color:#000}.sidebar-options .j-comment textarea,
.sidebar-options .j-comment input[type="text"],
.sidebar-options .j-comment input[type="date"],
.sidebar-options .commententry textarea,
.sidebar-options .commententry input[type="text"],
.sidebar-options .commententry input[type="date"],
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="text"],
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="date"],
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="email"],
.sidebar-options .j-formnew .cc-m-form-view-sortable textarea,
.sidebar-options .j-formnew .cc-m-form-view-sortable select,
.sidebar-options .j-newsletterbox input[type="email"],
.sidebar-options #cc-checkout-gutter input[type="text"],
.sidebar-options #cc-checkout-gutter input[type="date"],
.sidebar-options #cc-checkout-gutter input[type="email"],
.sidebar-options #cc-checkout-gutter textarea,
.sidebar-options #cc-checkout-gutter select,
.sidebar-options .j-googlemaps .cc-map-route-start,
.sidebar-options .j-checkout__input-field{border-color:#000;color:#000}.sidebar-options .j-comment textarea:hover,
.sidebar-options .j-comment input[type="text"]:hover,
.sidebar-options .j-comment input[type="date"]:hover,
.sidebar-options .commententry textarea:hover,
.sidebar-options .commententry input[type="text"]:hover,
.sidebar-options .commententry input[type="date"]:hover,
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="text"]:hover,
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="date"]:hover,
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="email"]:hover,
.sidebar-options .j-formnew .cc-m-form-view-sortable textarea:hover,
.sidebar-options .j-formnew .cc-m-form-view-sortable select:hover,
.sidebar-options .j-newsletterbox input[type="email"]:hover,
.sidebar-options #cc-checkout-gutter input[type="text"]:hover,
.sidebar-options #cc-checkout-gutter input[type="date"]:hover,
.sidebar-options #cc-checkout-gutter input[type="email"]:hover,
.sidebar-options #cc-checkout-gutter textarea:hover,
.sidebar-options #cc-checkout-gutter select:hover,
.sidebar-options .j-googlemaps .cc-map-route-start:hover,
.sidebar-options .j-checkout__input-field:hover,
.sidebar-options .j-comment textarea:active,
.sidebar-options .j-comment input[type="text"]:active,
.sidebar-options .j-comment input[type="date"]:active,
.sidebar-options .commententry textarea:active,
.sidebar-options .commententry input[type="text"]:active,
.sidebar-options .commententry input[type="date"]:active,
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="text"]:active,
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="date"]:active,
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="email"]:active,
.sidebar-options .j-formnew .cc-m-form-view-sortable textarea:active,
.sidebar-options .j-formnew .cc-m-form-view-sortable select:active,
.sidebar-options .j-newsletterbox input[type="email"]:active,
.sidebar-options #cc-checkout-gutter input[type="text"]:active,
.sidebar-options #cc-checkout-gutter input[type="date"]:active,
.sidebar-options #cc-checkout-gutter input[type="email"]:active,
.sidebar-options #cc-checkout-gutter textarea:active,
.sidebar-options #cc-checkout-gutter select:active,
.sidebar-options .j-googlemaps .cc-map-route-start:active,
.sidebar-options .j-checkout__input-field:active,
.sidebar-options .j-comment textarea:focus,
.sidebar-options .j-comment input[type="text"]:focus,
.sidebar-options .j-comment input[type="date"]:focus,
.sidebar-options .commententry textarea:focus,
.sidebar-options .commententry input[type="text"]:focus,
.sidebar-options .commententry input[type="date"]:focus,
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="text"]:focus,
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="date"]:focus,
.sidebar-options .j-formnew .cc-m-form-view-sortable input[type="email"]:focus,
.sidebar-options .j-formnew .cc-m-form-view-sortable textarea:focus,
.sidebar-options .j-formnew .cc-m-form-view-sortable select:focus,
.sidebar-options .j-newsletterbox input[type="email"]:focus,
.sidebar-options #cc-checkout-gutter input[type="text"]:focus,
.sidebar-options #cc-checkout-gutter input[type="date"]:focus,
.sidebar-options #cc-checkout-gutter input[type="email"]:focus,
.sidebar-options #cc-checkout-gutter textarea:focus,
.sidebar-options #cc-checkout-gutter select:focus,
.sidebar-options .j-googlemaps .cc-map-route-start:focus,
.sidebar-options .j-checkout__input-field:focus{border-color:#eee}.sidebar-options .j-calltoaction-link-style-1:link,
.sidebar-options .j-calltoaction-link-style-1:visited{background-color:#eee;color:#000;border-color:#eee;font-family:"Open Sans",sans-serif,"google"}.sidebar-options .j-calltoaction-link-style-1:hover,
.sidebar-options .j-calltoaction-link-style-1:active,
.sidebar-options .j-calltoaction-link-style-1:focus,
.sidebar-options .j-calltoaction-link-style-1.active{background-color:#000;border-color:#000;color:#000}.sidebar-options .j-calltoaction-link-style-2:link,
.sidebar-options .j-calltoaction-link-style-2:visited{color:#eee;border-color:#eee;font-family:"Open Sans",sans-serif,"google"}.sidebar-options .j-calltoaction-link-style-2:hover,
.sidebar-options .j-calltoaction-link-style-2:active,
.sidebar-options .j-calltoaction-link-style-2:focus,
.sidebar-options .j-calltoaction-link-style-2.active{background-color:#eee;border-color:#eee;color:#000}.sidebar-options .j-calltoaction-link-style-3:link,
.sidebar-options .j-calltoaction-link-style-3:visited{background-color:#eee;color:#000;border-color:#eee;font-family:"Open Sans",sans-serif,"google"}.sidebar-options .j-calltoaction-link-style-3:hover,
.sidebar-options .j-calltoaction-link-style-3:active,
.sidebar-options .j-calltoaction-link-style-3:focus,
.sidebar-options .j-calltoaction-link-style-3.active{background-color:#000;border-color:#000;color:#000}.sidebar-options
hr{border-color:#fff}.sidebar-options hr:after,
.sidebar-options hr:before{color:#000}.sidebar-options .j-imageSubtitle figcaption,
.sidebar-options .j-textWithImage
figcaption{color:#fff;font-weight:normal}.footer-options{font-family:"Open Sans",sans-serif,"google";color:#fff}.footer-options a:link,
.footer-options a:visited,
.footer-options .leftrow,
.footer-options
.rightrow{color:#eee}.footer-options a:hover,
.footer-options a:active,
.footer-options a:focus{color:#000}.j-website-title-content{font-weight:normal;font-style:normal;color:#200f4e;font-family:"Parisienne",cursive,"google"}#cc-sidecart .cc-sidecart-checkout{background-color:#200f4e;border-color:#200f4e;color:#fff}#cc-sidecart .cc-sidecart-checkout:hover,
#cc-sidecart .cc-sidecart-checkout:active,
#cc-sidecart .cc-sidecart-checkout:focus{background-color:#000;border-color:#000;color:#fff}.j-product .cc-shop-product-desc
h4{font-family:"Open Sans",sans-serif,"google";font-weight:normal;font-style:normal;color:#000}.j-product .cc-shop-product-desc .cc-shop-product-price-current{color:#200f4e}.j-product .cc-shop-product-desc .cc-shop-product-price-old{color:#000}.j-product .cc-shop-product-desc .cc-shop-addtocard,
.j-product .cc-shop-product-desc input.cc-checkout-btn{background-color:#200f4e;border-color:#200f4e;color:#fff}.j-product .cc-shop-product-desc .cc-shop-addtocard:hover,
.j-product .cc-shop-product-desc input.cc-checkout-btn:hover,
.j-product .cc-shop-product-desc .cc-shop-addtocard:active,
.j-product .cc-shop-product-desc input.cc-checkout-btn:active,
.j-product .cc-shop-product-desc .cc-shop-addtocard:focus,
.j-product .cc-shop-product-desc input.cc-checkout-btn:focus{background-color:#000;border-color:#000;color:#fff}.j-cart .j-cart--hover-popup--call-to-action-button{background-color:#200f4e;border-color:#200f4e;color:#fff}.j-cart .j-cart--hover-popup--call-to-action-button:hover,
.j-cart .j-cart--hover-popup--call-to-action-button:active,
.j-cart .j-cart--hover-popup--call-to-action-button:focus{background-color:#000;border-color:#000;color:#fff}.cc-product-details .cc-product-title
a{font-family:"Open Sans",sans-serif,"google";font-weight:normal;font-style:normal;color:#000}.cc-catalog-container-new .cc-webview-product-price .cc-shop-old-price-value{color:#000}.cc-catalog-container-new .cc-webview-product-price .cc-price{color:#200f4e}body .j-shop-addtocard-response{background-color:#fff}body .j-shop-addtocard-response .j-shop-addtocard-response--message{color:#333;background-color:#999;background-color:rgba(50, 50, 50, 0.5)}body .j-shop-addtocard-response .j-shop-addtocard-response--item-title,
body .j-shop-addtocard-response .j-shop-addtocard-response--item--variant,
body .j-shop-addtocard-response .j-shop-addtocard-response--item-price{color:#333}body .j-shop-addtocard-response a.j-shop-addtocard-response--backward:link,
body .j-shop-addtocard-response a.j-shop-addtocard-response--backward:visited{background-color:#200f4e;border-color:#200f4e;color:#fff;opacity:0.7}body .j-shop-addtocard-response a.j-shop-addtocard-response--backward:link:hover,
body .j-shop-addtocard-response a.j-shop-addtocard-response--backward:visited:hover,
body .j-shop-addtocard-response a.j-shop-addtocard-response--backward:link:active,
body .j-shop-addtocard-response a.j-shop-addtocard-response--backward:visited:active,
body .j-shop-addtocard-response a.j-shop-addtocard-response--backward:link:focus,
body .j-shop-addtocard-response a.j-shop-addtocard-response--backward:visited:focus{border-color:#000;color:#333}body .j-shop-addtocard-response a.j-shop-addtocard-response--forward:link,
body .j-shop-addtocard-response a.j-shop-addtocard-response--forward:visited{background-color:#200f4e;border-color:#200f4e;color:#fff}body .j-shop-addtocard-response a.j-shop-addtocard-response--forward:link:hover,
body .j-shop-addtocard-response a.j-shop-addtocard-response--forward:visited:hover,
body .j-shop-addtocard-response a.j-shop-addtocard-response--forward:link:active,
body .j-shop-addtocard-response a.j-shop-addtocard-response--forward:visited:active,
body .j-shop-addtocard-response a.j-shop-addtocard-response--forward:link:focus,
body .j-shop-addtocard-response a.j-shop-addtocard-response--forward:visited:focus{background-color:#000;border-color:#000;color:#fff}.j-blog .j-blog-meta .j-blog-headline,
.j-blogSelection .j-blog-headline{font-family:"Parisienne",cursive,"google";font-weight:normal;font-style:normal;color:#200f4e}.datetime{background-color:#200f4e;color:#fff}.j-blog-comment-counter{font-family:"Parisienne",cursive,"google";color:#000}.j-rss .j-rss-feed-title{font-family:"Parisienne",cursive,"google";font-weight:normal;font-style:normal;color:#200f4e}/* ownbackground */
.body { background:#B39212 }
/* ownbackgroundoverlay */
div#cc-inner {
    
}

/*
     FILE ARCHIVED ON 10:37:19 Mar 31, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:44:16 Jan 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.585
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.009
  esindex: 0.009
  cdx.remote: 92.821
  LoadShardBlock: 212.372 (3)
  PetaboxLoader3.datanode: 209.281 (5)
  PetaboxLoader3.resolve: 165.852 (2)
  load_resource: 214.218
  loaddict: 35.918
*/