@charset "UTF-8";
@import url("//hello.myfonts.net/count/2ae5ca");
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/node_modules/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("/node_modules/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("/node_modules/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("/node_modules/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("/node_modules/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("/node_modules/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .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);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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 {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap: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: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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: "";
}

@font-face {
  font-family: 'HandleOldstyle';
  src: url("/css/fonts/2AE5CA_0_0.eot");
  src: url("/css/fonts/2AE5CA_0_0.eot?#iefix") format("embedded-opentype"), url("/css/fonts/2AE5CA_0_0.woff") format("woff"), url("/css/fonts/2AE5CA_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'HandleOldstyleAlt';
  src: url("/css/fonts/2AE5CA_1_0.eot");
  src: url("/css/fonts/2AE5CA_1_0.eot?#iefix") format("embedded-opentype"), url("/css/fonts/2AE5CA_1_0.woff") format("woff"), url("/css/fonts/2AE5CA_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'BurinRoman';
  src: url("/css/fonts/2AE5CA_2_0.eot");
  src: url("/css/fonts/2AE5CA_2_0.eot?#iefix") format("embedded-opentype"), url("/css/fonts/2AE5CA_2_0.woff") format("woff"), url("/css/fonts/2AE5CA_2_0.ttf") format("truetype");
}

@font-face {
  font-family: 'BurinRomanAlt';
  src: url("/css/fonts/2AE5CA_3_0.eot");
  src: url("/css/fonts/2AE5CA_3_0.eot?#iefix") format("embedded-opentype"), url("/css/fonts/2AE5CA_3_0.woff") format("woff"), url("/css/fonts/2AE5CA_3_0.ttf") format("truetype");
}

.row, .max-width-1000 {
  margin: 0 auto;
  max-width: none;
}

.max-width-1000 {
  max-width: 1000px;
  margin: auto;
}

body {
  font-family: 'BurinRoman';
}

body.hide-donation-bar header > .row, body.hide-donation-bar header > .max-width-1000 {
  overflow: hidden;
  height: 0 !important;
  opacity: 0;
}

body.menu-open, body.search-open, body.secondary-menu-open {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'BurinRoman';
  color: #fff;
}

a, a:hover {
  color: #AF1E2B;
}

p {
  margin-bottom: 0;
}

ul {
  list-style-type: none;
}

table {
  background-color: transparent;
}

label {
  font-family: 'BurinRoman';
  cursor: default;
}

.field-validation-error {
  color: #af1e2b;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.field-validation-error.msg {
  font-size: 22px;
}

.button, button, .button:hover, button:hover, .button:focus {
  background-color: #AF1E2B;
  color: #fff;
  outline: transparent;
  text-shadow: 0px -1px 0px;
}

button, button:hover, button:focus, input[type="submit"].button {
  background: #8b1d24 url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.png) repeat 0 0;
  border-bottom: solid 1px #8b1d24;
  color: #fff;
  border-color: #8b1d24;
  text-shadow: 2px 2px #6c1317;
  border-color: #8b1d24;
  outline: none;
  outline: transparent;
}

.ribbon {
  color: #fff;
  font-size: 1em;
  text-align: center;
  margin: 0 -20px 50px -5px;
  padding: 10px 20px;
  -o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  background: #AF1E2B;
  position: relative;
  top: -60px;
}

fieldset {
  border: none;
}

.price span {
  vertical-align: baseline;
}

.price .small {
  font-size: .5em;
  position: relative;
  bottom: .5em;
}

/*----MACROS----*/
.browser-downloads {
  max-width: 542px;
  width: 100%;
  margin: 30px auto 0;
}

.browser-downloads::after {
  content: '';
  clear: both;
  display: table;
}

.browser-downloads a {
  margin-top: 15px;
}

.browser-downloads a:last-child {
  float: left;
}

@media only screen and (max-width: 64em) {
  .browser-downloads {
    max-width: 271px;
  }
}

.reveal {
  opacity: 0;
  position: absolute;
  left: -9999px;
  transition: opacity 0.6s;
}

.reveal.show {
  position: relative;
  left: auto;
  opacity: 1;
}

.register-cta {
  text-shadow: 1px 1px 1px #757575;
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_CTA.png");
  background-position: 0 0;
  background-size: cover;
  box-shadow: 1px 9px 13px 0px rgba(50, 50, 50, 0.75);
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin: 2em auto;
  display: inline-block;
  width: 100%;
}

.register-cta .button {
  text-shadow: none;
  background-color: #E5E5E5;
  color: #AF1E2B;
  padding: 10px;
  margin-left: 15px;
  font-family: 'HandleOldstyle';
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 64.063em) {
  .register-cta .button {
    margin-top: .5em;
    background-color: #E5E5E5;
    color: #AF1E2B;
    text-shadow: none;
  }
}

.register-cta p {
  font-size: 24px;
}

@media only screen and (max-width: 40em) {
  .register-cta {
    padding: 20px 0.5em;
    margin-top: 0;
  }
  .register-cta .button {
    margin: 0;
  }
}

#showMyPassword, #showMyPassword + label {
  margin-top: -1em;
}

input[type='text'], input[type='password'] {
  box-shadow: inset 0 1px 2px 1px #888;
  border-radius: 3px;
  /* width: 100%;
	*/
}

input[type='text']:focus, input[type='password']:focus, input[type='email']:focus {
  border: solid 2px #AF1E2B;
}

.ng-invalid-email {
  border: solid 2px #AF1E2B !important;
}

.ng-valid-required {
  border: 1px solid #78d216 !important;
}

.error-message {
  color: #AF1E2B;
  margin-left: 10px;
}

select {
  color: #fff;
  background-color: #666;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+), linear-gradient(to bottom, #7E7E7E, #696969);
  font-family: HandleOldstyle;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 7px;
}

select option {
  color: black;
  background-color: #fff;
}

select.outofstock {
  background-color: #af1e2b;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
}

select:hover {
  background-color: #666666 !important;
  border-color: inherit;
}

::-webkit-input-placeholder {
  color: #666;
  font-family: 'BurinRoman';
}

:-moz-placeholder {
  color: #666;
  font-family: 'BurinRoman';
}

::-moz-placeholder {
  color: #666;
  font-family: 'BurinRoman';
}

:-ms-input-placeholder {
  color: #666;
}

.clear {
  clear: both;
}

.button.disabled-btn {
  background-color: #7e7e7e !important;
  cursor: default;
}

.black-text {
  color: #000;
}

.bottom-shadow {
  width: 100%;
  display: block;
}

.vertical-center {
  min-height: 100%;
}

.vertical-center::before, .vertical-center > * {
  vertical-align: middle;
  display: inline-block;
}

.vertical-center::before {
  content: '';
  margin-left: -4px;
}

.vertical-center > * {
  position: relative;
}

.slick-slider > button {
  height: 40px;
  width: 40px;
  margin-top: -20px;
  transition: opacity 0.4s;
}

.slick-slider > button::before, .slick-slider > button::after {
  color: #CCCCCC;
  font-size: 40px;
}

.slick-slider > button:hover {
  border: none;
}

@media only screen and (min-width: 64.063em) {
  .slick-slider > button {
    display: none;
  }
}

.slick-slider::after {
  clear: both;
  display: table;
  content: '';
}

.product .price::after {
  clear: both;
  display: table;
  content: '';
}

/*----MOBILE MENU----*/
.menu-trigger {
  color: #4d4d4d;
}

.mobile-menu ul {
  margin: 0;
}

@media only screen and (max-width: 40em) {
  .two-tone-border {
    border-top: 1px solid #fffeff;
    border-bottom: 1px solid #d5d1ae;
  }
  .inverted-two-tone-border {
    border-top: 1px solid #d5d1ae;
    border-bottom: 1px solid #fffeff;
  }
  .mobile-menu .menu-trigger {
    text-transform: uppercase;
    padding: 5px 0;
    margin: 0;
    transition: background-color 0.4s;
    color: #4d4d4d;
  }
  .mobile-menu .menu-trigger span.show-for-small::before {
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    right: 10px;
  }
  .mobile-menu .menu-trigger:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .mobile-menu .menu-content {
    height: 100%;
    position: fixed;
    padding-top: 45px;
    top: 0;
    width: 300px;
    right: -300px;
    background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_tile.png");
    text-align: left;
    transition: right 1s;
    z-index: 9;
  }
  .mobile-menu .menu-content > div {
    overflow: auto;
    padding: 30px 15px;
    max-height: 100%;
  }
  .mobile-menu .menu-content h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'HandleOldStyle';
    color: #6d6960;
  }
}

.secondary-menu-open .menu-content {
  right: 0;
}

.dropdown {
  font-size: 14px;
  font-family: 'BurinRoman';
  padding-right: 2.563rem;
  box-shadow: 2px 2px 5px 0px rgba(130, 130, 130, 0.75);
  background-image: linear-gradient(to bottom, #7E7E7E 30%, #676767 100%);
}

.reveal-modal {
  margin-top: 60px;
  width: 50%;
  margin-left: -25%;
  background: transparent url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_formTile.png.jpg) repeat 0 0;
  border-radius: 10px;
  color: #666;
  text-align: center;
}

.reveal-modal h1, .reveal-modal h2, .reveal-modal h3, .reveal-modal h4, .reveal-modal h5, .reveal-modal h6 {
  color: #666;
}

.reveal-modal > a.close-reveal-modal.close-icon {
  background-color: #AF1E2B;
  border: solid 4px #fff;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  height: 30px;
  width: 30px;
}

.reveal-modal p a {
  margin-left: 20px;
}

@media only screen and (max-width: 40em) {
  .reveal-modal p a {
    width: 80%;
    margin-left: 0;
  }
}

.reveal-modal p a:first-child {
  margin-left: 0;
  position: relative;
  font-size: 1rem;
  top: 0;
  color: #fff;
  font-weight: normal;
  margin-right: 0;
  right: 0;
  height: 52px;
}

@media only screen and (max-width: 40em) {
  .reveal-modal {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (max-width: 40em) {
  .scroll-to {
    text-align: center;
    position: relative;
  }
  .scroll-to h4 {
    color: inherit;
    font-family: 'HandleOldstyle';
  }
  .home .scroll-to {
    top: 0;
  }
}

.center-loader {
  text-align: center;
  width: 100px;
}

.no-click {
  cursor: none;
}

a.no-click {
  cursor: context-menu;
}

#addToCartModal {
  text-align: left;
  color: #393939;
}

#addToCartModal p {
  line-height: normal;
  font-weight: bold;
}

#addToCartModal h3 {
  color: #A7342F;
  text-transform: uppercase;
  margin: 0;
}

#addToCartModal h3.price {
  float: right;
  margin-left: 10px;
}

#addToCartModal h3.price::before {
  content: '$';
  font-size: .8em;
  vertical-align: top;
}

#addToCartModal h3 + p {
  margin: 0 0 15px;
}

#addToCartModal .images {
  background-color: #FFF;
}

#addToCartModal .images .main-images {
  padding-top: 60%;
}

#addToCartModal .text-right {
  /* a temporary fix style until we have a better design on the popup */
  text-align: left !important;
}

#addToCartModal .view-cart {
  margin-left: 15px;
}

#addToCartModal .outofstock-msg {
  color: #af1e2b;
}

#addToCartModal .buyinstore {
  background-color: #008cba;
  border-color: #007095;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
}

#addToCartModal .stock-out {
  color: #FFF;
  padding: 10px 15px;
}

#addToCartModal .result {
  text-align: center;
}

#addToCartModal .options .button {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.png");
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 1px -1px #6c1317;
  font-size: 12px;
}

#addToCartModal .button {
  margin: 0;
}

#addToCartModal .large-6 {
  margin-top: 20px;
}

#addToCartModal .button, #addToCartModal .stock-out, #addToCartModal .stock-warning, #addToCartModal .close-icon {
  text-align: center;
}

#addToCartModal ul {
  margin: 0;
}

#addToCartModal .collections li {
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 5px;
}

#addToCartModal .collections img, #addToCartModal .collections span {
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}

/* section:header
proposed for style consolidation */
.cart-title, .page-header .padded {
  padding-left: 115px;
  position: relative;
}

.cart-title img, .page-header .padded img {
  position: absolute;
  left: 0;
  top: 15px;
}

@media only screen and (max-width: 40em) {
  .cart-title, .page-header .padded {
    padding-left: 0;
  }
  .cart-title img, .page-header .padded img {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px;
    width: 40px;
  }
}

.page-title p {
  font-family: 'HandleOldstyle';
}

.page-title h1 {
  font-size: 4rem;
  margin: 0;
  line-height: 1;
}

@media only screen and (max-width: 40em) {
  .page-title h1 {
    font-size: 2rem;
  }
}

.empty-cart-text h2 {
  color: #6E6A5F;
}

/*----PARTIALS----*/
/**----INVOICE RECEIPT----**/
.invoice-receipt h2 {
  color: #222;
}

.invoice-receipt .items {
  width: 100%;
}

.invoice-receipt .payment .column {
  text-align: right;
}

.invoice-receipt .payment .column:first-child {
  text-align: left;
}

.invoice-receipt .payment .column + .column {
  padding-top: 17px;
  border-top: 2px solid whitesmoke;
  margin-top: 15px;
  text-align: left;
}

.invoice-receipt .payment .column p {
  padding: 0.5625rem 0.625rem;
}

.invoice-receipt .payment span {
  display: inline-block;
  width: 80px;
}

/*----MODALS----*/
/**----LOGIN----**/
#loginModal {
  width: 250px;
  margin-left: -125px;
}

#loginModal input {
  width: 100%;
}

#loginModal input.button {
  background-image: none;
  width: auto;
  height: auto;
  background-color: #AF1E2B;
  font-family: 'HandleOldstyle';
  text-transform: uppercase;
  border-radius: 3px;
  text-shadow: 2px 2px #6c1317;
  border-bottom: solid 1px #8b1d24;
  padding: 11px 32px 12px;
}

#loginModal .checkbox input {
  display: inline-block;
  width: auto;
  margin: 0;
}

.ext-create-account, .blog .create-account {
  text-shadow: 1px 1px 1px #757575;
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_CTA.jpg");
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin-bottom: 2em;
}

@media only screen and (max-width: 40em) {
  .ext-create-account, .blog .create-account {
    margin-bottom: 0;
  }
}

.ext-create-account h2, .blog .create-account h2 {
  margin: 0;
}

.ext-create-account .button, .blog .create-account .button {
  text-shadow: none;
  background-color: #E5E5E5;
  color: #AF1E2B;
  padding: 10px;
  margin-left: 15px;
  font-family: 'HandleOldstyle';
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

div.large-12.columns.breadcrumb {
  padding-left: 0;
  padding-right: 0;
}

div.large-12.columns.breadcrumb nav {
  padding: 10px 0;
  background-color: #e0e0e0;
  padding-left: 15%;
}

div.large-12.columns.breadcrumb nav ul {
  margin-bottom: 0;
}

div.large-12.columns.breadcrumb nav ul li {
  display: inline-block;
  color: #AF1E2B;
}

div.large-12.columns.breadcrumb nav ul li a {
  color: #AF1E2B;
}

.dropdown-label {
  font-family: 'HandleOldStyle';
  color: #39393B;
}

/* end section:header */
.mobile-product-filter {
  margin-left: 5%;
  width: 90%;
}

.mobile-product-filter a.close-reveal-modal.filter-modal {
  font-size: 1rem;
  font-weight: normal;
  position: static;
  margin-top: 20px;
}

.mobile-product-filter p {
  color: #39393B;
  font-size: 16px;
  text-transform: uppercase;
  margin: .5em 0;
}

.mobile-product-filter .button {
  text-shadow: none;
  margin: 0;
  background-color: #EEEEEE;
  background-image: none;
}

.mobile-product-filter .button.active {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}

.mobile-product-filter .dropdown-label {
  color: inherit;
  text-transform: uppercase;
}

.mobile-product-filter .f-dropdown {
  width: 100% !important;
  background-color: #666;
}

.mobile-product-filter .f-dropdown button {
  width: 33.3333%;
  float: left;
  padding: 2em;
  color: #000;
  border: 1px solid #A9A9A9;
}

.mobile-product-filter .f-dropdown button.active {
  color: #FFF;
  background-color: #af1e2b;
}

.mobile-product-filter .box-filter button:last-child {
  float: left;
}

.mobile-product-filter .gender-select button {
  height: 50px;
  border-top: 1px solid #A9A9A9;
  border-bottom: 1px solid #A9A9A9;
  border-left: 1px solid #A9A9A9;
  background-color: #EEEEEE;
  background-image: none;
  text-shadow: none;
  color: #000;
}

.mobile-product-filter .gender-select button.active {
  color: #fff;
  background-color: #AF1E2B;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.6);
}

.mobile-product-filter .gender-select button:first-child {
  border-radius: 5px 0 0 5px;
}

.mobile-product-filter .gender-select button:last-child {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #A9A9A9;
}

.mobile-product-filter .product-series-select button {
  background-color: none;
  margin: 0;
  padding: 10px 0;
  font-family: 'BurinRoman';
  transition: all 0.3s ease 0s;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}

.mobile-product-filter .product-series-select button img {
  margin-bottom: 10px;
}

.mobile-product-filter .product-series-select button.active {
  box-shadow: inset -3px 3px 10px 0 #4D4D4D;
}

.mobile-product-filter .product-series-select .khumbu {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhumbuGreenTile.jpg);
  border-radius: 5px 0 0 0;
}

.mobile-product-filter .product-series-select .parbat {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_ParbatBlueTile.jpg);
  border-radius: 0 5px 0 0;
}

.mobile-product-filter .product-series-select .khangri {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.jpg);
  border-radius: 0 0 0 5px;
}

.mobile-product-filter .product-series-select .accessories {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_AccessoriesYellowTile.jpg);
  border-radius: 0 0 5px 0;
}

.mobile-product-filter .product-type-select button {
  height: 80px;
  border: 1px solid #A9A9A9;
  background-color: #EEEEEE;
  background-image: none;
  color: #000;
  margin: 0;
}

.mobile-product-filter .product-type-select button.active {
  color: #fff;
  background-color: #AF1E2B;
}

.mobile-product-filter .product-type-select button:first-child, .mobile-product-filter .product-type-select button:nth-child(3) {
  border-right: none;
}

.mobile-product-filter .product-type-select button:first-child, .mobile-product-filter .product-type-select button:nth-child(2) {
  border-bottom: none;
}

.mobile-product-filter p.dropdown-title {
  text-align: left;
  font-family: 'BurinRoman';
  text-transform: none;
  margin-top: 1em;
}

.mobile-product-filter a.dropdown {
  width: 100%;
  text-align: left;
  font-family: 'BurinRoman';
  padding-right: 1rem;
  padding-left: 1rem;
}

.mobile-product-filter .custom {
  position: relative;
  margin-top: 20px;
}

.mobile-product-filter .custom .dropdown {
  margin: 0;
}

.mobile-product-filter .custom .f-dropdown.open {
  top: 100% !important;
  left: 0 !important;
}

#productOptions h3 {
  text-transform: uppercase;
}

#productOptions form span a, #productOptions form div a {
  color: #AF1E2B;
}

.account-settings .msg, .store-locator .msg {
  color: #af1e2b;
}

.account-settings h1, .account-settings h2, .account-settings h3, .account-settings h4, .account-settings h5, .account-settings h6, .store-locator h1, .store-locator h2, .store-locator h3, .store-locator h4, .store-locator h5, .store-locator h6 {
  font-family: 'HandleOldStyle';
}

.account-settings div.main, .store-locator div.main {
  background: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_formTile.png.jpg) repeat 0 0;
  border: solid 1px #ccc;
}

.account-settings div.main h3, .store-locator div.main h3 {
  color: #666;
  text-align: center;
}

.account-settings div.main form, .store-locator div.main form {
  width: 75%;
  margin: 8% auto;
}

.account-settings div.main form div, .store-locator div.main form div {
  clear: both;
}

.account-settings div.main form .button, .store-locator div.main form .button {
  background: transparent url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.png) repeat 0 0;
  color: #fff;
  padding: .5rem;
  font-family: 'HandleOldStyle';
  width: 100%;
  cursor: default;
  border-color: #8b1d24;
  text-shadow: 2px 2px #6c1317;
}

.account-settings div.main form input[type="submit"].button, .store-locator div.main form input[type="submit"].button {
  width: 25%;
  float: right;
}

.account-settings div.sidebar div, .store-locator div.sidebar div {
  margin-bottom: 20px;
}

.account-settings div.header, .store-locator div.header {
  margin-bottom: 8%;
}

.account-settings div.header div, .store-locator div.header div {
  padding: 0;
}

.account-settings div.header div div, .store-locator div.header div div {
  position: absolute;
  top: 18%;
  left: 13%;
  width: 100%;
}

.account-settings div.header div div img, .store-locator div.header div div img {
  width: auto;
}

.account-settings div.header div div div, .store-locator div.header div div div {
  position: absolute;
  top: 18%;
  left: 13%;
}

.account-settings div.header div div div h1, .store-locator div.header div div div h1 {
  font-family: 'BurinRoman';
  font-size: 3rem;
  padding-top: 1%;
  margin: 0;
}

.account-settings div.header div div div h2, .store-locator div.header div div div h2 {
  margin: 0;
}

.account-settings div.header div > img, .store-locator div.header div > img {
  width: 100%;
  position: static;
}

.account-settings div.header div nav, .store-locator div.header div nav {
  padding: 10px 0;
  background-color: #e0e0e0;
  padding-left: 15%;
}

.account-settings div.header div nav ul, .store-locator div.header div nav ul {
  margin-bottom: 0;
}

.account-settings div.header div nav ul li, .store-locator div.header div nav ul li {
  display: inline-block;
  color: #ccc;
}

.account-settings div.header div nav ul li a, .store-locator div.header div nav ul li a {
  color: #AF1E2B;
}

@media only screen and (max-width: 40em) {
  .account-settings, .store-locator {
    margin-top: 10%;
  }
  .account-settings div.header div, .account-settings div.header div div, .account-settings div.header div div div, .store-locator div.header div, .store-locator div.header div div, .store-locator div.header div div div {
    position: static;
  }
  .account-settings div.header div img, .store-locator div.header div img {
    display: block;
    width: 20%;
    margin: 0 auto;
  }
  .account-settings div.header div h1, .account-settings div.header div h2, .store-locator div.header div h1, .store-locator div.header div h2 {
    color: #666;
    text-align: center;
  }
  .account-settings div.header div div div h1, .store-locator div.header div div div h1 {
    margin-top: 5%;
    font-size: 2rem;
  }
  .account-settings div.header div div div h2, .store-locator div.header div div div h2 {
    font-size: 1.5rem;
  }
  .account-settings div.main, .store-locator div.main {
    background: none;
    border: none;
  }
  .account-settings div.main form, .store-locator div.main form {
    width: 100%;
  }
  .account-settings div.main form input[type="submit"].button, .store-locator div.main form input[type="submit"].button {
    width: 75%;
    float: none;
    margin: 0 auto;
    display: block;
  }
}

div.banner {
  color: #fff;
  position: relative;
  background: #008cba;
  border: 4px solid #008cba;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 3%;
}

div.banner div {
  padding: 0 4.4rem;
}

div.banner h4, div.banner h5, div.banner h6 {
  font-family: 'HandleOldStyle';
  margin: 0;
}

div.banner h4 {
  color: #88b7d5;
  font-size: 3rem;
  text-shadow: none;
  line-height: 4.5rem;
}

div.banner h5 {
  font-size: 2.2rem;
  line-height: 2rem;
}

div.banner h6 {
  font-size: 1.6rem;
  margin-top: 6%;
}

div.banner::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

div.banner::after {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #008cba;
  border-width: 20px 26px;
  margin-left: -26px;
}

.post {
  text-align: left;
  position: relative;
  display: block;
}

.post .post-header > div {
  position: relative;
}

.post .post-header img:first-child {
  width: 100%;
}

.post .post-header .post-date {
  position: absolute;
  bottom: 10px;
  left: -5px;
  background-color: #AE1E27;
  color: #FFF;
  padding: 4px 15px 6px;
  font-family: 'HandleOldStyle';
  display: inline-block;
  font-size: 18px;
}

.post .post-header.no-image .post-date {
  position: relative;
  bottom: auto;
  left: auto;
}

.post .post-header.no-image .bottom-shadow {
  display: none;
}

.post + .post, .pagination {
  padding-top: 41px;
  margin-top: 40px;
  position: relative;
}

.post + .post::before, .pagination::before {
  content: '';
  display: block;
  width: 70%;
  height: 1px;
  background-color: #D9D5D5;
  position: absolute;
  top: 0;
  left: 15%;
}

@media only screen and (max-width: 40em) {
  .post + .post, .pagination {
    padding-top: 26px;
    margin-top: 25px;
  }
}

/*.pagination {
    .active {
        font-weight: bold;
    }
    @media only screen and (max-width: 40em)
	{
		> a {
            background-color: #AE1E27;
            color: #FFF;
            padding: 0 5px;
            display: inline-block;
		}
	}
}*/
@media only screen and (max-width: 64em) {
  .secondary {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 40em) {
  .secondary {
    padding: 0;
  }
}

.blog ul {
  margin: 0;
}

.blog .post {
  text-align: left;
}

.blog div.header {
  margin-bottom: 2%;
  margin-left: 0;
}

.blog h5, .blog h6, .blog .large-8 > p {
  text-align: left;
}

.blog h5 {
  color: #6d6960;
  font-size: 36px;
}

.blog h5 a, .blog h5 a:hover {
  color: inherit;
}

.blog h6 {
  color: #6D6960;
  font-family: 'HandleOldStyle';
}

.blog .subtitle {
  margin: 0.5em 0 1em;
}

.blog .read-more {
  color: #AF1E2B;
}

.blog .sidebar-items {
  margin-top: 1.5em;
}

.blog .sidebar-items > * + * {
  margin-top: 30px;
}

.blog .sidebar-items h4 {
  color: #4d4d4d;
}

@media only screen and (max-width: 40em) {
  .blog .sidebar-items h4 {
    padding: 8px 40px 8px 0.9375rem;
  }
}

.blog .sidebar-items > * {
  text-align: center;
}

.blog .sidebar-items ol, .blog .sidebar-items ul {
  padding-left: 0;
}

.store-locator h1, .store-locator h2, .store-locator h3 {
  color: #666;
}

.store-locator h1 {
  font-family: "BurinRoman";
  font-size: 76px;
}

.store-locator h3 {
  text-align: center;
}

.store-locator div.main form .button {
  width: inherit;
  padding: 2% 8%;
  border-bottom: solid 1px #8b1d24;
}

.store-locator div.main a {
  color: #AF1E2B;
  display: block;
  margin: 5% auto;
  width: 75%;
  clear: both;
}

.store-locator div.main div.search-results {
  width: 75%;
  margin: 0 auto;
}

.store-locator div.main div.search-results ul {
  margin-left: 0;
}

.store-locator div.main div.search-results ul li {
  margin-bottom: 5%;
}

.store-locator div.main div.search-results ul li a {
  margin: 0;
}

.store-locator div.main div.search-results ul li div p {
  color: #AF1E2B;
}

.store-locator div.main div.search-results ul li div address {
  font-style: normal;
}

.store-locator div.main div.search-results ul li div address span {
  font-family: "BurinRoman";
  display: block;
}

.store-locator div.main div.search-results ul li div address span a {
  display: inline;
}

@media only screen and (max-width: 40em) {
  .store-locator div.main a {
    width: 100%;
  }
  .store-locator div.main div.search-results {
    margin-top: 15%;
    width: 100%;
  }
}

.validation-container {
  position: relative;
  margin-bottom: 1rem;
}

.validation-container select, .validation-container input {
  margin-bottom: 0;
}

.validation {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 2;
  color: #FFF;
  background-color: rgba(175, 30, 43, 0.8);
  font-size: 12px;
  padding: 2px 10px;
  display: none;
  white-space: normal;
  text-align: left;
}

.validation.ng-active {
  display: block;
}

.ccjs-card .validation.error {
  padding: 2px 10px;
  top: 5.5em;
}

.ccjs-card .validation.error.card-name {
  top: 4.7em;
}

.ccjs-card .validation span {
  font-family: burinroman;
}

.ccjs-card.ccjs-invalid .ccjs-type-read-only {
  color: #af1e2b;
  background-color: rgba(18, 97, 205, 0.05);
  border: 1px solid rgba(18, 97, 205, 0.15);
  border-bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ccjs-card .ccjs-csc-diagram-amex .ccjs-card-code {
  text-align: right;
  margin: 3em 2em 0 0;
}

.ccjs-card label.ccjs-number .validation {
  width: 234px;
}

.ccjs-card label.ccjs-csc .validation {
  width: 92px;
  right: 0;
  left: auto;
}

.ccjs-card .ccjs-name .validation {
  width: 182px;
}

.ccjs-card .ccjs-expiration .validation {
  top: 4.9em;
}

@media (max-width: 57.2em) {
  .ccjs-card {
    z-index: 3;
  }
  .ccjs-card label.ccjs-csc .validation {
    right: auto;
    left: 0;
  }
  .ccjs-card .ccjs-csc-diagram-wrapper {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    z-index: 3;
    left: 0;
  }
  .ccjs-card .ccjs-csc-diagram-wrapper div {
    position: relative;
    left: 0;
  }
}

.checkout {
  /* border: solid 1px $gray;
	*/
}

.checkout label {
  color: #464646;
}

.checkout h1, .checkout h2, .checkout h3, .checkout h4, .checkout h5, .checkout h6 {
  font-family: 'HandleOldStyle';
}

.checkout h5 {
  color: inherit;
}

.checkout .page-title h1 {
  font-family: 'BurinRoman';
}

.checkout .ccmessage {
  color: #af1e2b;
  padding-left: 15px;
}

.checkout .msg-box {
  border: none !important;
  font-size: 32px;
}

.checkout .msg-box .msg {
  font-size: 16px;
  vertical-align: middle;
}

.checkout div.main {
  background: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_formTile.png.jpg) repeat 0 0;
  border: solid 1px #ccc;
  padding-left: 5em;
  padding-right: 5em;
}

.checkout div.main .row, .checkout div.main .max-width-1000 {
  padding-top: 1em;
}

@media only screen and (max-width: 40em) {
  .checkout div.main {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.checkout div.main h3 {
  color: #666;
  text-align: center;
}

.checkout div.main form {
  width: 75%;
  margin: 0 auto;
}

.checkout div.main form div {
  clear: both;
}

.checkout div.main form .button {
  background: transparent url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.png) repeat 0 0;
  color: #fff;
  padding: .5rem;
  font-family: 'HandleOldStyle';
  width: 100%;
  cursor: default;
  border-color: #8b1d24;
  text-shadow: 2px 2px #6c1317;
}

.checkout div.main form select[name='billingRegion'], .checkout div.main form select[name='shippingRegion'] {
  font-size: 12px;
}

.checkout div.header {
  margin-bottom: 8%;
}

.checkout div.header div {
  padding: 0;
}

.checkout div.header div div {
  position: absolute;
  top: 18%;
  left: 13%;
  width: 100%;
}

.checkout div.header div div img {
  width: auto;
}

.checkout div.header div div div {
  position: absolute;
  top: 18%;
  left: 13%;
}

.checkout div.header div div div h1 {
  font-family: 'BurinRoman';
  font-size: 3rem;
  padding-top: 1%;
  margin: 0;
}

.checkout div.header div div div h2 {
  margin: 0;
}

.checkout div.header div > img {
  width: 100%;
  position: static;
}

.checkout div.header div nav {
  padding: 10px 0;
  background-color: #e0e0e0;
  padding-left: 15%;
}

.checkout div.header div nav ul {
  margin-bottom: 0;
}

.checkout div.header div nav ul li {
  display: inline-block;
  color: #ccc;
}

.checkout div.header div nav ul li a {
  color: #AF1E2B;
}

.checkout div.sidebar {
  /* begin: customization for spinner */
  /* end: customization for spinner */
}

.checkout div.sidebar h2, .checkout div.sidebar h4 {
  color: #666;
}

.checkout div.sidebar div.spinner div {
  padding: 0;
}

.checkout div.sidebar div.spinner div div {
  padding: 0;
}

.checkout div.sidebar div {
  border: solid 1px #999;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  color: #666;
}

.checkout div.sidebar div h6 {
  color: #666;
}

.checkout div.sidebar div a {
  color: #AF1E2B;
}

.checkout div.sidebar div p {
  margin-bottom: 10px;
  font-family: 'BurinRoman';
  font-size: .8rem;
}

.checkout div.sidebar div form {
  margin: 10px auto 0;
}

.checkout div.sidebar div input {
  width: 40%;
  display: inline-block;
}

.checkout div.sidebar div .button {
  background: transparent url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.png) repeat 0 0;
  color: #fff;
  padding: .5rem;
  font-family: 'HandleOldStyle';
  margin-left: 20px;
  display: block;
  float: none;
  margin: 5px 0 20px;
  text-align: center !important;
  width: 100%;
}

.checkout div.sidebar #donate, .checkout div.sidebar .donation {
  background: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/CTA_paldorjeKids.png) no-repeat, url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_formTile.png.jpg) repeat;
}

.checkout div.sidebar #donate h4, .checkout div.sidebar .donation h4 {
  margin-top: 150px;
}

@media only screen and (max-width: 40em) {
  .checkout div.sidebar #donate, .checkout div.sidebar .donation {
    background-size: 100%, 100%;
    margin-top: 5em;
  }
}

.checkout div.sidebar #coupon {
  background: transparent url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_formTile.png.jpg) repeat 0 0;
}

.checkout div.sidebar #orderSummary, .checkout div.sidebar .orderSummary {
  padding: 0;
  background-image: none;
  border: none;
}

.checkout div.sidebar #orderSummary .edit-details, .checkout div.sidebar .orderSummary .edit-details {
  color: #af1e2b !important;
}

.checkout div.sidebar #orderSummary table, .checkout div.sidebar .orderSummary table {
  width: 100%;
  border: none;
}

.checkout div.sidebar #orderSummary table tr, .checkout div.sidebar #orderSummary table td, .checkout div.sidebar .orderSummary table tr, .checkout div.sidebar .orderSummary table td {
  background-color: transparent;
  padding: 0;
}

.checkout div.sidebar #orderSummary table tr :nth-child(odd), .checkout div.sidebar .orderSummary table tr :nth-child(odd) {
  text-align: left;
  color: #AF1E2B;
}

.checkout div.sidebar #orderSummary table tr :nth-child(even), .checkout div.sidebar .orderSummary table tr :nth-child(even) {
  text-align: right;
  color: #666;
}

.checkout div.sidebar #orderSummary table tr td, .checkout div.sidebar .orderSummary table tr td {
  font-family: 'BurinRoman';
}

.checkout div.sidebar #orderSummary table tr td input.button, .checkout div.sidebar .orderSummary table tr td input.button {
  color: #fff;
  float: right;
}

.checkout div.sidebar #orderSummary table .total td, .checkout div.sidebar .orderSummary table .total td {
  padding-top: 20px;
  font-size: 2rem;
}

.checkout div.sidebar #orderSummary .buttons, .checkout div.sidebar .orderSummary .buttons {
  padding-top: 15px !important;
  text-align: right !important;
}

.checkout form input {
  color: #000;
}

@media only screen and (max-width: 40em) {
  .checkout div.header div, .checkout div.header div div, .checkout div.header div div div {
    position: static;
  }
  .checkout div.header div.order-summary {
    margin-top: 5%;
    float: none;
    width: 100%;
    padding: 0 2%;
    text-align: center;
  }
  .checkout div.header div.order-summary h3, .checkout div.header div.order-summary p {
    color: #666;
  }
  .checkout div.header div.order-summary h3 {
    font-family: 'BurinRoman';
  }
  .checkout div.header div.order-summary p {
    margin-bottom: 5%;
  }
  .checkout div.header div.order-summary form input {
    width: 50%;
    display: inline-block;
    font-family: 'BurinRoman';
  }
  .checkout div.header div.order-summary form input.button {
    background: transparent url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.png) repeat 0 0;
    font-family: 'HandleOldStyle';
    float: right;
    padding: .5rem;
    width: 45%;
    color: #fff;
    display: inline-block;
    border-color: #8b1d24;
    text-shadow: 2px 2px #6c1317;
  }
  .checkout div.header div.order-summary table {
    width: 100%;
    border: none;
  }
  .checkout div.header div.order-summary table tr, .checkout div.header div.order-summary table td {
    background-color: transparent;
    padding: 0;
  }
  .checkout div.header div.order-summary table tr :nth-child(odd) {
    text-align: left;
    color: #AF1E2B;
  }
  .checkout div.header div.order-summary table tr :nth-child(even) {
    text-align: right;
    color: #666;
  }
  .checkout div.header div.order-summary table tr td {
    font-family: 'BurinRoman';
  }
  .checkout div.header div.order-summary table .total td {
    padding-top: 20px;
    font-size: 2rem;
  }
  .checkout div.main form {
    width: 100%;
  }
}

.checkout .shipping-address {
  transition: 0.5s linear all;
  opacity: 1;
}

.checkout .shipping-address.ng-hide-add, .checkout .shipping-address.ng-hide-remove {
  display: block !important;
}

.checkout .shipping-address.ng-hide-remove, .checkout .shipping-address.ng-hide-add.ng-hide-add-active {
  margin-left: -80px;
  opacity: 0;
}

.checkout .shipping-address.ng-hide-remove-active, .checkout .shipping-address.ng-hide-add {
  margin-left: 0;
  opacity: 1;
}

.social-icons li {
  display: inline;
}

.social-icons li + li {
  margin-left: 25px;
}

.social-icons li a {
  display: inline-block;
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/socialIconsSprite.png);
  width: 30px;
  width: 30px;
  width: 31px;
  height: 31px;
}

.social-icons li a:hover {
  background-position-x: -32px;
}

.social-icons li .facebook {
  background-position: 0 0;
}

.social-icons li .twitter {
  background-position: 0 -38px;
}

.social-icons li .google-plus {
  background-position: 0 -76px;
  background-position: 0 -75px;
}

.social-icons li .flickr {
  background-position: 0 -114px;
  background-position: 0 -113px;
}

@media only screen and (min-width: 40.063em) {
  header.shrunk-header .main, .shrink header .main {
    padding: 2em 1em;
  }
}

@media only screen and (min-width: 40.063em) {
  .logo.shrunk-logo, .shrink .logo {
    top: 1.5em;
  }
}

.logo .small-logo {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 40.063em) {
  .logo img.shrunk-logo-img, .shrink .logo img:first-child {
    opacity: 0;
  }
}

header .main, .give-back-bar, .st-container, .logo, .logo img {
  transition: all 0.3s ease 0s;
}

header {
  color: #fff;
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  z-index: 10;
  top: 0;
}

header .main {
  padding: 5em 1em;
  background-color: #AA2234;
  background-size: cover;
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/header_Clouds_Expanded_BG_GoldenRatio1500x927px.png);
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 40em) {
  header .main {
    padding: 0em 1em;
    height: 100%;
    position: relative;
    z-index: 1;
  }
}

header > .row, header > .max-width-1000 {
  transition: all 1.5s;
  opacity: 1;
}

header input[type="text"] {
  width: 100%;
}

@media only screen and (max-width: 40em) {
  header {
    height: 45px;
    padding: 0;
    box-shadow: 0 1px 15px 0px #000;
  }
  header form.search {
    position: absolute;
    z-index: 0;
    top: -22px;
    transition: top 0.5s;
    background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_tile.png");
    background-repeat: repeat;
    width: 100%;
    padding: 15px 110px 15px 10px;
  }
  header form.search input {
    margin: 0;
  }
  header form.search .button {
    width: 90px;
    height: auto;
    padding: 6px 0 8px;
    right: 10px;
    top: 15px;
    font-family: 'HandleOldstyle';
    font-size: 18px;
  }
}

header .logo {
  left: 41%;
  top: 3em;
  position: absolute;
  width: 18%;
  border-bottom-left-radius: 23px;
}

@media only screen and (max-width: 40em) {
  header .logo {
    top: 5px;
    z-index: 2;
  }
}

header .top-bar, header .top-bar li, header .top-bar-section li > a, header .top-bar-section li:not(.has-form) a:not(.button) {
  font-family: 'BurinRoman';
  font-size: 20px;
  background: none;
}

header .top-bar:hover, header .top-bar li:hover, header .top-bar-section li > a:hover, header .top-bar-section li:not(.has-form) a:not(.button):hover {
  background: none;
}

header .top-bar-section .dropdown {
  padding: 0;
  background-color: #eee;
  box-shadow: 0 2px 2px 0 rgba(32, 32, 32, 0.4);
  border: none;
  border: solid 1px #888;
}

header .top-bar-section .dropdown::before {
  content: '';
  position: absolute;
  left: 30px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  display: block;
}

header .top-bar-section .dropdown > li {
  position: relative;
  z-index: 2;
}

header .top-bar-section .dropdown li:not(.has-form) a, header .top-bar-section .dropdown li:not(.has-form):hover a {
  font-size: .8em;
  padding-left: 2em;
  padding-right: 2em;
}

header .top-bar-section .dropdown li:not(.has-form) a:not(.button), header .top-bar-section .dropdown li:not(.has-form):hover a:not(.button) {
  background-color: #eee;
  color: #999;
}

header .top-bar-section .dropdown li:not(.has-form) a:not(.button):hover, header .top-bar-section .dropdown li:not(.has-form):hover a:not(.button):hover {
  background-color: #AF1E2B;
  color: white;
}

header .top-bar-section .dropdown li:not(.has-form) a.no-arrow, header .top-bar-section .dropdown li:not(.has-form):hover a.no-arrow {
  color: #AF1E2B;
}

header .top-bar-section .dropdown li:not(.has-form) a.no-arrow:hover, header .top-bar-section .dropdown li:not(.has-form):hover a.no-arrow:hover {
  color: #fff;
}

header .top-bar-section .dropdown li:not(.has-form) a.no-arrow:after, header .top-bar-section .dropdown li:not(.has-form):hover a.no-arrow:after {
  border-width: 0px;
}

header .top-bar-section .dropdown li:not(.has-form) li, header .top-bar-section .dropdown li:not(.has-form):hover li {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  z-index: 2;
}

header .top-bar-section .dropdown li:not(.has-form) form, header .top-bar-section .dropdown li:not(.has-form):hover form {
  padding-left: 1em;
  padding-right: 1em;
  background-color: #eee;
  padding-top: 10px;
}

header .top-bar-section .dropdown li:not(.has-form) form label, header .top-bar-section .dropdown li:not(.has-form):hover form label {
  background-color: transparent;
}

header .top-bar-section .dropdown li:not(.has-form) form input[type="text"], header .top-bar-section .dropdown li:not(.has-form) form input[type="password"], header .top-bar-section .dropdown li:not(.has-form):hover form input[type="text"], header .top-bar-section .dropdown li:not(.has-form):hover form input[type="password"] {
  margin-bottom: 1em;
  width: 100%;
}

header .top-bar-section .dropdown li:not(.has-form) form input[type="submit"], header .top-bar-section .dropdown li:not(.has-form):hover form input[type="submit"] {
  background-image: none;
  position: static;
  margin: 1em auto 0.5em;
  width: auto;
  height: auto;
  background-color: #AF1E2B;
  display: block;
  font-family: 'HandleOldstyle';
  text-transform: uppercase;
  border-radius: 3px;
  text-shadow: 2px 2px #6c1317;
  border-bottom: solid 1px #8b1d24;
}

header .top-bar-section .dropdown li:not(.has-form) form input[type="checkbox"], header .top-bar-section .dropdown li:not(.has-form) form label, header .top-bar-section .dropdown li:not(.has-form):hover form input[type="checkbox"], header .top-bar-section .dropdown li:not(.has-form):hover form label {
  display: inline-block;
  width: auto;
  top: 3px;
}

header .top-bar-section .right .dropdown::before {
  left: auto;
  right: 30px;
}

header .top-bar-section > .row, header .top-bar-section > .max-width-1000 {
  transition: height 0.8s;
  opacity: 1;
}

header .top-bar-section > .row.hidden, header .top-bar-section > .hidden.max-width-1000 {
  height: 0 !important;
  opacity: 0;
}

header .shop-dropdown {
  width: 164px !important;
}

header .shop-dropdown li {
  padding: 0;
  height: auto;
}

header .shop-dropdown li a {
  padding: 5px 15px !important;
  line-height: normal !important;
  display: block;
}

header .cart-details {
  text-align: right;
}

header .cart-details a {
  color: #E6C30F;
}

header input[type="submit"] {
  background: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/searchIcon.png) no-repeat scroll 0 0 transparent;
  border: 0 none;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 2em;
  top: 1em;
}

header .hamburger-icon {
  padding-left: 0;
}

header .search-icon {
  padding-right: 0;
}

header .hamburger-icon button, header .search-icon button {
  width: 40px;
  height: 40px;
  margin: 5px;
  padding: 0;
  background: none;
  border-bottom-width: 0;
}

header .search-icon {
  text-align: right;
}

@media only screen and (max-width: 40em) {
  header header form.search {
    position: absolute;
    z-index: 0;
    top: -22px;
    transition: top 0.5s;
    background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_tile.png");
    background-repeat: repeat;
    width: 100%;
    padding: 15px 110px 15px 10px;
  }
  header header form.search input {
    margin: 0;
  }
  header header form.search .button {
    width: 90px;
    height: auto;
    padding: 6px 0 8px;
    right: 10px;
    top: 15px;
    font-family: 'HandleOldstyle';
    font-size: 18px;
  }
}

@media only screen and (max-width: 40em) {
  .search-open header form.search {
    top: 45px;
  }
  .st-container::after {
    content: '';
    background-color: #FFF;
    transition: opacity 0.5s;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    z-index: 4;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: opacity 0.5s, height 0s 0.5s;
    display: block;
  }
  .menu-open .st-container::after, .search-open .st-container::after, .secondary-menu-open .st-container::after {
    pointer-events: initial;
    opacity: .6;
    transition: opacity 0.5s, height 0s;
    height: 100%;
  }
}

.register {
  background: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_Register.png) no-repeat 0 0, url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_formTile.png) repeat 0 0;
  background-size: 100%, 10% 10%;
  text-align: center;
  padding-top: 10%;
}

.register h1, .register h2 {
  font-family: 'HandleOldStyle';
}

.register h1 {
  text-shadow: 0px 2px 2px #a4a8a7;
}

.register h2 {
  color: #454545;
  text-transform: uppercase;
}

.register a {
  color: #AF1E2B;
  clear: left;
  font-size: 2rem;
}

.register a {
  color: #AF1E2B;
  clear: left;
  font-size: 17px;
  line-height: normal;
  padding: 10px 20px 10px 60px;
  text-transform: uppercase;
  text-align: left;
  width: 400px;
  display: block;
}

.register a span {
  display: block;
  font-size: 14px;
}

.register a.facebookButton {
  background: #3b5998 url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/icon_BtnGooglePlus.png) no-repeat 5% 60%;
  border-bottom: solid 2px #008cba;
  color: #fff;
  margin: 0 auto 30px;
  font-family: 'HandleOldStyle';
  font-size: 100%;
}

.register a.facebookButton span {
  color: #85a4e5;
}

.register a.googlePlusButton {
  background: #D34836 url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/icon_BtnGooglePlus.png) no-repeat 5% 60%;
  border-bottom: solid 2px #953E33;
  color: #fff;
  margin: 0 auto 30px;
  font-family: 'HandleOldStyle';
  font-size: 100%;
}

.register a.googlePlusButton span {
  color: #F2A89F;
}

.register form {
  width: 50%;
  margin: 0 auto;
}

.register form input[type="text"], .register form input[type="password"] {
  width: 100%;
  box-shadow: none;
}

.register form input[type="checkbox"] {
  float: left;
}

.register form label {
  color: #AF1E2B;
  float: left;
}

.register form button {
  background: transparent url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.png) repeat 0 0;
  float: right;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-color: #8b1d24;
  text-shadow: 0px -2px 0px #6e1318;
  font-family: 'HandleOldstyle';
}

.register form + a {
  padding: 0;
  display: inline;
}

.register .completion > div {
  float: left;
  position: relative;
  top: 7px;
}

.register .completion > div input, .register .completion > div label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  float: none;
}

.register .completion > div label {
  font-weight: bold;
}

@media only screen and (max-width: 40em) {
  .register > div {
    width: 100%;
  }
  .register > div a.facebookButton, .register > div a.googlePlusButton {
    width: 100%;
  }
  .register > div form {
    width: 100%;
  }
}

.thankYou {
  background: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_Thankyou.png) no-repeat 0 0, url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_tile.png) repeat 0 0;
  background-size: 100%, 10% 10%;
  text-align: center;
}

.thankYou div.large-12.columns {
  padding-top: 30%;
  margin-bottom: 20%;
}

.thankYou div.large-12.columns h1 {
  font-size: 3rem;
}

.thankYou div.large-12.columns h4 {
  font-family: 'HandleOldStyle';
}

.thankYou div.large-12.columns h1, .thankYou div.large-12.columns h4 {
  text-shadow: 2px 2px #666;
}

.thankYou div.large-12.columns a {
  color: #AF1E2B;
}

.thankYou div.large-12.columns div.centered {
  background: transparent url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_formTile.png.jpg) repeat 0 0;
  padding-top: 5%;
  padding-bottom: 5%;
}

.thankYou div.large-12.columns div.centered > div {
  margin: 0 20%;
}

.thankYou div.large-12.columns div.centered > div p, .thankYou div.large-12.columns div.centered > div li, .thankYou div.large-12.columns div.centered > div a {
  font-family: 'BurinRoman';
}

.thankYou div.large-12.columns div.centered > div a.facebookButton {
  background: #3b5998 url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/icon_BtnFacebook.png) no-repeat 5% 60%;
  border-bottom: solid 2px #3b5990;
  padding: 1% 5%;
  color: #fff;
  width: 60%;
  margin: 0 auto 5%;
  display: block;
  font-family: 'HandleOldStyle';
}

.thankYou div.large-12.columns div.centered > div a.facebookButton span {
  color: #008cba;
  display: block;
}

.thankYou div.large-12.columns div.centered div.banner {
  position: relative;
  background: #008cba;
  border: 4px solid #008cba;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 3%;
}

.thankYou div.large-12.columns div.centered div.banner div {
  padding: 0 4.4rem;
}

.thankYou div.large-12.columns div.centered div.banner h4, .thankYou div.large-12.columns div.centered div.banner h5, .thankYou div.large-12.columns div.centered div.banner h6 {
  font-family: 'HandleOldStyle';
  margin: 0;
}

.thankYou div.large-12.columns div.centered div.banner h4 {
  color: #88b7d5;
  font-size: 3rem;
  text-shadow: none;
  line-height: 4.5rem;
}

.thankYou div.large-12.columns div.centered div.banner h5 {
  font-size: 2.2rem;
  line-height: 2rem;
}

.thankYou div.large-12.columns div.centered div.banner h6 {
  font-size: 1.6rem;
  margin-top: 6%;
}

.thankYou div.large-12.columns div.centered div.banner:after, .thankYou div.large-12.columns div.centered div.banner:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.thankYou div.large-12.columns div.centered div.banner:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #008cba;
  border-width: 30px;
  margin-left: -30px;
}

.thankYou div.large-12.columns div.centered div.banner:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #008cba;
  border-width: 36px;
  margin-left: -36px;
}

.thankYou div.large-12.columns div.centered div.form {
  margin-top: 5%;
}

.thankYou div.large-12.columns div.centered div.form h5 {
  color: #666;
  font-size: 1.5rem;
  font-family: 'HandleOldStyle';
}

.thankYou div.large-12.columns div.centered div.form .button {
  background: transparent url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.png) repeat 0 0;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-family: 'HandleOldStyle';
  border-color: #8b1d24;
  text-shadow: 2px 2px #6c1317;
}

.thankYou div.large-12.columns div.centered div.form input[type="checkbox"], .thankYou div.large-12.columns div.centered div.form label {
  float: left;
}

.thankYou div.large-12.columns div.centered ul li {
  display: inline-block;
}

.thankYou div.large-12.columns div.centered .clear {
  clear: both;
}

@media only screen and (max-width: 40em) {
  .thankYou .content {
    margin-bottom: 50%;
  }
  .thankYou div.large-12.columns div.centered > div {
    margin: 0 3%;
  }
  .thankYou div.large-12.columns div.centered > div a.facebookButton {
    width: 100%;
    background-position: 1% 60%;
  }
  .thankYou div.large-12.columns div.centered div.banner div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .thankYou div.large-12.columns div.centered div.banner h4 {
    font-size: 3rem;
  }
  .thankYou div.large-12.columns div.centered div.banner h5, .thankYou div.large-12.columns div.centered div.banner h6 {
    font-size: 1.2rem;
  }
  .thankYou div.large-12.columns div.centered div.form {
    margin: 5% 0;
  }
  .thankYou div.large-12.columns div.centered div.form h5 {
    font-size: 1.2rem;
    margin: 0 3%;
  }
  .thankYou div.large-12.columns div.centered div.form form p.button {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .thankYou div.large-12.columns div.centered div.form form input[type="text"], .thankYou div.large-12.columns div.centered div.form form input[type="password"] {
    margin: 2% 5%;
    width: 90%;
  }
  .thankYou div.large-12.columns div.centered div.form form input[type="checkbox"] {
    margin: 2% 0 0 5%;
  }
  .thankYou div.large-12.columns div.centered div.form form input[type="submit"] {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.give-back-bar {
  color: #fff;
  background-color: #202020;
  padding: 1em 2em 1em 1em;
  text-align: center;
}

.give-back-bar a {
  color: #E6C30F;
}

.give-back-bar a.close {
  color: #FFF;
  position: absolute;
  font-family: sans-serif;
  background-color: #af1e2b;
  top: 50%;
  margin-top: -12px;
  right: 5px;
  width: 24px;
  height: 24px;
  font-weight: bold;
  border-radius: 12px;
  padding-top: 1px;
  border: 2px solid #202020;
  transition: box-shadow 0.4s;
  line-height: normal;
  box-shadow: none;
}

.give-back-bar a.close:hover {
  box-shadow: 0 0 5px #000 inset;
}

.brown-text, .page-header .brown-text * {
  color: #6E6A5F;
  text-shadow: none;
}

.page-header {
  min-height: 230px;
  padding: 4em 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-shadow: 1px 1px 1px #d7d3c0;
}

.page-header .tagline-icon {
  margin-top: -50px;
}

@media only screen and (min-width: 40.063em) {
  .page-header .tagline-icon {
    text-align: right;
  }
}

.page-header p {
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

@media only screen and (max-width: 40em) {
  .page-header {
    text-align: center;
    padding: 2em 0;
    min-height: 150px;
  }
  .page-header p {
    font-size: 17px;
  }
}

.breadcrumbs-container {
  border-bottom: 1px solid #BCB4A9;
  margin-bottom: 3em;
  background-color: #dbd3c6;
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #DBD3C6 100%);
}

@media only screen and (max-width: 40em) {
  .breadcrumbs-container {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.breadcrumbs-container .breadcrumbs {
  padding: 15px;
  font-family: 'HandleOldStyle';
  background: transparent;
  border: none;
}

.breadcrumbs-container .breadcrumbs li {
  font-size: 18px;
  padding: .5em;
  color: #AF1E2B;
  color: #000;
}

.breadcrumbs-container .breadcrumbs li a {
  color: #AF1E2B;
  text-shadow: 1px 1px 1px #FFFFFF;
}

.st-container {
  padding-top: 320px;
  background: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_tile.png");
}

@media only screen and (max-width: 40em) {
  .st-container {
    padding-top: 45px;
  }
}

.hide-donation-bar .st-container {
  padding-top: 265px;
}

@media only screen and (min-width: 40.063em) {
  .home .st-container, .shrink .st-container {
    padding-top: 226px;
  }
}

.home.hide-donation-bar .st-container, .hide-donation-bar.shrink .st-container {
  padding-top: 169px;
}

.st-content-inner > section {
  padding-bottom: 140px;
  margin-bottom: -120px;
  background-size: 100% auto;
}

.footer-mountains {
  position: relative;
  z-index: 9;
}

.footer-mountains img {
  width: 100%;
}

footer {
  position: relative;
  z-index: 9;
  background-color: #817d74;
  color: #fff;
  padding: 0.5em 1em 1.5em;
}

footer .social-icons li + li {
  margin-left: 15px;
}

@media only screen and (max-width: 40em) {
  footer img {
    width: 70px;
  }
  footer nav > ul > li + li {
    margin-top: 30px;
  }
  footer ul li ul {
    margin-left: 0;
  }
}

footer nav li {
  font-size: 18px;
  line-height: 18px;
}

footer nav li li + li {
  margin-top: 10px;
}

@media only screen and (max-width: 40em) {
  footer nav li {
    text-align: center;
  }
}

footer nav li a {
  color: #fff;
  font-family: 'HandleOldStyle';
  font-variant: small-caps;
  letter-spacing: 1px;
}

footer .fb-like-box > span {
  background-color: #FFF;
}

footer .social-icons {
  margin: 10px 0 0;
}

.copyright {
  background-color: #121212;
  padding: 1em 0;
  color: #fff;
  text-align: center;
}

.copyright p {
  font-family: 'HandleOldStyle';
  font-variant: small-caps;
  letter-spacing: 1px;
}

.st-menu {
  background-color: #000;
  color: #fff;
  font-family: 'HandleOldstyle';
  text-transform: uppercase;
  z-index: 5;
}

@media only screen and (max-width: 40em) {
  .st-menu {
    position: fixed;
    height: 100%;
    padding-top: 45px;
  }
}

.st-menu > div {
  overflow: auto;
  height: 100%;
}

.st-menu > div > a {
  display: block;
  border-bottom: 1px solid #3F3F3F;
  padding: 10px 15px;
}

.st-menu .checkbox {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.st-menu .checkbox input {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}

.st-menu .checkbox label {
  display: inline-block;
}

.st-menu .accounts {
  text-align: center;
  padding: 15px 30px;
}

.st-menu form {
  width: 100%;
}

.st-menu form input {
  width: 100%;
  box-shadow: none;
  border-radius: 2px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.st-menu form input.button {
  padding: 10px 15px 9px;
}

.st-menu form input + input {
  margin-top: 10px;
}

.st-menu label {
  color: #FFF;
}

.st-menu .reg-link {
  font-size: 12px;
  text-transform: uppercase;
}

.st-menu #RememberMe {
  width: auto;
}

.st-menu .cart {
  text-align: center;
  vertical-align: middle;
  padding: 9px 15px;
  border-top: 1px solid #3F3F3F;
}

.st-menu .cart::before {
  content: '';
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/home/iconCartWhite.png");
  background-size: cover;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.st-menu .filter img {
  width: 60px;
  margin-bottom: 10px;
}

.st-menu .filter h4 {
  margin: 0;
  line-height: normal;
  text-transform: none;
  font-size: 22px;
}

.st-menu .filter h4 span {
  font-size: 13px;
  text-transform: uppercase;
}

.st-menu .accordion-navigation > a, .st-menu .accordion-navigation a:hover, .st-menu .accordion-navigation.active a, .st-menu a {
  background-color: transparent;
  color: #fff;
  font-family: 'HandleOldstyle';
  font-size: 18px;
}

.st-menu a.promotion {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_ParbatBlueTile.png");
  display: block;
  text-align: center;
}

.st-menu a.promotion h4, .st-menu a.promotion h5 {
  margin: 0;
}

.st-menu a.promotion h5 {
  font-size: 12px;
  color: #78DEFF;
}

.st-menu a.promotion h4 {
  font-size: 18px;
  text-transform: none;
  font-family: 'BurinRoman';
}

.st-menu .accordion .accordion-navigation > .content.active, .st-menu .accordion dd > .content.active {
  background-color: transparent;
}

.st-menu ul {
  padding-bottom: 10px;
}

.st-menu .accordion .accordion-navigation {
  border-bottom: 1px solid #3F3F3F;
}

.st-menu .accordion .accordion-navigation a {
  padding: 10px 15px;
  position: relative;
}

.st-menu .accordion .accordion-navigation a .open-arrow {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/slideout_Nav_Arrow_expanded.png");
  background-repeat: repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  display: block;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.st-menu .accordion .accordion-navigation.active > a .open-arrow {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  right: 18px;
}

.st-menu .accordion .accordion-navigation .content {
  padding: 0;
}

.st-menu .accordion .accordion-navigation .content li a {
  padding: 0 0 0 10%;
}

.st-menu .product-series-select a {
  background-color: none;
  min-height: 130px;
  margin: 0;
  padding: 25px 10px 10px;
  font-family: 'BurinRoman';
  transition: all 0.3s ease 0s;
  text-align: center;
}

.st-menu .product-series-select .khumbu {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhumbuGreenTile.jpg);
}

.st-menu .product-series-select .parbat {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_ParbatBlueTile.jpg);
}

.st-menu .product-series-select .khangri {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.jpg);
}

.st-menu .product-series-select .accessories {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_AccessoriesYellowTile.jpg);
}

.row.products > li:last-child, .products.max-width-1000 > li:last-child {
  float: left;
}

@media only screen and (max-width: 40em) {
  .row.products > div.columns, .products.max-width-1000 > div.columns {
    padding-left: 0.2375rem;
    padding-right: 0.2375rem;
  }
  .row.products > div.columns:last-child, .products.max-width-1000 > div.columns:last-child {
    float: left;
  }
}

.product {
  font-family: 'BurinRoman';
  background-color: #fff;
  border-top: 3px solid #AF1E2B;
  color: #AF1E2B;
  padding: 5px 5px 38px;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  box-shadow: 0 2px 0 0 #dddacb;
}

.product .product-price {
  float: right;
}

.product .product-price .product-cents {
  position: relative;
  top: 2px;
  vertical-align: text-top;
}

.product p {
  text-align: left;
  font-size: 22px;
  margin-bottom: 0;
}

.product p .product-cents {
  font-size: 14px;
}

.product p.product-line {
  font-size: 16px;
  color: #222222;
}

.product .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  width: 100%;
}

.product .button.tiny {
  background-color: #BBBBBB;
  width: 48%;
  margin-bottom: 0;
  padding: 5px 0 3px;
  font-family: 'BurinRoman';
  font-size: 15px;
  clear: both;
}

.product .button.tiny:last-child {
  margin-left: 4%;
  float: right;
}

.product .button.tiny:hover, .product .button.tiny .out-of-stock {
  background-color: #AE1E27;
}

.product .button.tiny .out-of-stock {
  cursor: default;
}

section.search form input[type="submit"] {
  background: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/searchIcon.png) no-repeat scroll 0 0 transparent;
  border: 0 none;
  width: 14px;
  height: 14px;
  position: relative;
  left: 9.2em;
  bottom: 3.2em;
}

section.search div.header div.large-12.columns {
  padding-left: 10%;
  padding-right: 10%;
}

@media only screen and (max-width: 40em) {
  section.search div.header div.large-12.columns {
    padding-left: 0;
    padding-right: 0;
  }
}

section.search .empty-message {
  color: #666;
  text-align: center;
  font-family: 'HandleOldstyle';
  font-size: 22px;
}

section.search .content h1 {
  color: #AF1E2B;
  text-align: center;
}

section.search .content div.products {
  padding-left: 0;
  padding-right: 0;
}

section.search .content div.products h3 {
  color: #666;
  text-align: center;
  font-family: 'HandleOldStyle';
  font-size: 2em;
}

section.search .content div.products .slick-item {
  padding: 1em;
}

section.search .content div.posts {
  padding-left: 0;
}

section.search .content div.posts h2, section.search .content div.posts h3, section.search .content div.posts h4, section.search .content div.posts h5, section.search .content div.posts h6 {
  color: #666;
}

section.search .content div.posts h4 {
  text-align: center;
  font-family: "HandleOldStyle";
  margin-bottom: 1em;
}

section.search .content div.posts h6 {
  font-family: 'HandleOldStyle';
}

section.search .content div.posts ul {
  margin-left: 0;
}

section.search .content div.posts ul li a {
  color: #AF1E2B;
}

section.search .content div.posts .main .articles {
  margin-bottom: 5em;
}

@media only screen and (max-width: 40em) {
  section.search .content div.posts .main {
    padding-left: 0;
    padding-right: 0;
  }
  section.search .content div.posts .main .articles {
    padding: 2em 0.5em;
    background: transparent url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_formTile.png.jpg) repeat 0 0;
  }
  section.search .content div.posts .main img {
    height: 150%;
  }
  section.search .content div.posts .main .ribbon {
    margin-left: 0;
  }
}

section.search .content div.posts .blog-posts h5 {
  font-family: 'HandleOldStyle';
}

section.search .content div.posts .blog-posts ul li {
  clear: both;
  margin-bottom: 10px;
}

section.search .content div.posts .blog-posts ul li::after {
  content: '';
  display: table;
  clear: both;
}

section.search .content div.posts .blog-posts ul li div h5 {
  margin-top: 0;
}

section.search .content div.posts .blog-posts ul li div p {
  font-family: 'BurinRoman';
}

@media only screen and (max-width: 40em) {
  section.search .content div.posts .blog-posts {
    padding-left: .5em;
    padding-right: .5em;
  }
  section.search .content div.posts .blog-posts li img {
    width: 100%;
  }
  section.search .content div.posts .blog-posts li span.ribbon {
    margin: 0;
    padding: 2% 5%;
    display: inline-block !important;
  }
}

section.search .content div.posts div.sidebar {
  margin-top: 5em;
  padding-right: 0;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  section.search .content div.posts {
    padding-right: 0;
  }
}

section.search .pagination {
  text-align: center;
}

section.shop {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_shopOverviewImg.png"), url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_tile.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 2em;
}

section.shop li:nth-child(4n+1) {
  clear: both;
}

@media only screen and (max-width: 40em) {
  section.shop {
    padding-top: 0;
  }
  section.shop li:nth-child(2n+1) {
    clear: both;
  }
}

section.shop [class*="column"] + [class*="column"]:last-child {
  float: left;
}

section.shop .create-account {
  text-shadow: 1px 1px 1px #757575;
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_CTA.png");
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin-bottom: 2em;
}

@media only screen and (max-width: 40em) {
  section.shop .create-account {
    margin-bottom: 0;
  }
}

section.shop .create-account h2 {
  margin: 0;
}

section.shop .create-account .button {
  text-shadow: none;
  background-color: #E5E5E5;
  color: #af1e2b;
  padding: 10px;
  margin-left: 15px;
  font-family: 'HandleOldstyle';
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

section.shop p {
  font-size: 24px;
}

section.shop h4 {
  bottom: 12%;
  line-height: 20px;
  position: absolute;
  width: 100%;
}

section.shop h4 .product-line-subtitle {
  font-family: 'HandleOldstyle';
  text-transform: uppercase;
}

section.shop h5 {
  color: #6D6960;
  font-size: 32px;
  text-align: center;
  margin: 1em 0 15px;
}

section.shop .drop-shadow {
  position: relative;
}

@media only screen and (max-width: 40em) {
  section.shop .drop-shadow {
    display: none;
  }
}

section.shop .drop-shadow img {
  width: 100%;
  display: block;
}

section.shop .large-shadow {
  position: relative;
  top: -34px;
}

section.shop .mens-womens .small-6 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 40em) {
  section.shop .mens-womens .small-6 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -3px;
  }
}

section.shop .mens-womens .small-6 .background-image {
  min-height: 250px;
}

@media only screen and (max-width: 40em) {
  section.shop .mens-womens .small-6 .background-image {
    min-height: 185px;
    background-size: auto 185px;
  }
}

section.shop .mens-womens .small-6 .men {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/Men.png");
}

@media only screen and (max-width: 40em) {
  section.shop .mens-womens .small-6 .men {
    background-position: 80% 50%;
  }
}

section.shop .mens-womens .small-6 .women {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/Women.png");
}

section.shop .mens-womens .small-6 h3 {
  bottom: 20%;
  font-size: 36px;
  left: 10%;
  line-height: 36px;
  position: absolute;
  text-shadow: 1px 1px 1px #757575;
}

@media only screen and (max-width: 40em) {
  section.shop .mens-womens .small-6 h3 {
    top: 20%;
  }
}

section.shop .mens-womens .small-6 h3 .shop-word {
  font-family: 'HandleOldstyle';
  text-transform: uppercase;
  font-size: 26px;
}

@media only screen and (max-width: 40em) {
  section.shop .product-lines .medium-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

section.shop .product-lines .background-image.khumbu {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/Dawa_Khumbu.png");
}

section.shop .product-lines .background-image.parbat {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/Lakpa_River.png");
}

section.shop .product-lines .background-image.khangri {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/Dawa_Alpine.png");
}

section.shop .product-lines .background-image.accessories {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/accessories.png");
}

@media only screen and (max-width: 40em) {
  section.shop .product-lines .background-image.khumbu {
    background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/ctaThumb_khumbu.png");
  }
  section.shop .product-lines .background-image.parbat {
    background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/ctaThumb_parbat.png");
  }
  section.shop .product-lines .background-image.khangri {
    background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/ctaThumb_khangri.png");
  }
  section.shop .product-lines .background-image.accessories {
    background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/ctaThumb_accessories.png");
  }
}

section.shop .product-lines .background-image {
  background-repeat: no-repeat;
  min-height: 325px;
  position: relative;
}

section.shop .product-lines .background-image .title-card {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  text-align: center;
}

section.shop .product-lines .product-line-icon {
  position: absolute;
  left: 8%;
  bottom: 80px;
}

section.shop .product-lines .khumbu .title-card {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhumbuGreenTile.jpg);
}

section.shop .product-lines .parbat .title-card {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_ParbatBlueTile.jpg);
}

section.shop .product-lines .khangri .title-card {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.jpg);
}

section.shop .product-lines .accessories .title-card {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_AccessoriesYellowTile.jpg);
}

section.shop .product-lines-mobile .product-line-mobile {
  display: block;
}

section.shop .product-lines-mobile .product-line-mobile .small-4 {
  text-align: center;
  height: 120px;
}

section.shop .product-lines-mobile .product-line-mobile .small-4 img {
  margin-top: 25px;
}

section.shop .product-lines-mobile .product-line-mobile .small-8 {
  background-size: cover;
  height: 120px;
}

section.shop .product-lines-mobile .product-line-mobile .small-8 h4 {
  position: absolute;
  bottom: 10px;
  font-size: 28px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  margin: 0;
}

section.shop .product-lines-mobile .product-line-mobile .small-8 h4 span {
  font-size: 18px;
}

section.shop .product-lines-mobile .khumbu .small-4 {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhumbuGreenTile.jpg);
}

section.shop .product-lines-mobile .khumbu .small-8 {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/Dawa_Khumbu.png");
}

section.shop .product-lines-mobile .parbat .small-4 {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_ParbatBlueTile.jpg);
}

section.shop .product-lines-mobile .parbat .small-8 {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/Lakpa_River.png");
}

section.shop .product-lines-mobile .khangri .small-4 {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_KhangriRedTile.jpg);
}

section.shop .product-lines-mobile .khangri .small-8 {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/Dawa_Alpine.png");
}

section.shop .product-lines-mobile .accessories .small-4 {
  background-image: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/bg_AccessoriesYellowTile.jpg);
}

section.shop .product-lines-mobile .accessories .small-8 {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/accessories.png");
}

#Container {
  min-height: 460px;
}

#Container .mix {
  display: none;
}

#Container .columns:last-child {
  float: left;
}

#Container .columns:last-child {
  float: left;
}

.shopcategory-template .breadcrumbs-container {
  margin: 0;
}

/*----FILTER SIDEBAR----*/
aside {
  padding-bottom: 140px;
}

aside > div {
  background-color: #222;
  padding: 0.3rem 0.975rem;
}

aside h3, aside .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

aside h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
}

aside .button {
  float: right;
}

aside .off-canvas-list li label {
  color: #fff;
}

aside .off-canvas-list .filter {
  background-color: transparent;
  padding: 10px 25px;
  transition: background-color 0.2s;
  position: relative;
  cursor: pointer;
}

aside .off-canvas-list .filter .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.5em;
  opacity: 0;
  transition: opacity 0.3s;
}

aside .off-canvas-list .filter.active .fa {
  opacity: 1;
}

aside .off-canvas-list .filter:hover {
  background-color: #222;
}

aside .off-canvas-list .filter span, aside .off-canvas-list .filter img {
  vertical-align: middle;
}

aside .off-canvas-list .filter img {
  margin-right: 5px;
}

aside input {
  display: none;
}

aside .move-right .exit-off-canvas {
  background-color: rgba(255, 255, 255, 0.4);
}

aside .move-right .exit-off-canvas:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 40.063em) {
  aside.left-off-canvas-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 9;
  }
  aside.left-off-canvas-menu + div {
    margin-left: 15.625rem;
  }
}

section.shop-category {
  padding-bottom: 0;
}

section.shop-category .filter-buttons {
  display: inline-block;
}

section.shop-category .inner-wrap {
  padding: 1em 0 140px;
}

section.shop-category .f-dropdown {
  z-index: 9;
}

section.shop-category .pagination {
  min-height: 1000px;
  margin-top: 0;
  padding-top: 15px;
}

section.shop-category .pagination li {
  display: none;
}

section.shop-category .pagination li.ng-scope {
  display: block;
}

@media only screen and (max-width: 40em) {
  section.shop-category .pagination {
    min-height: 300px;
  }
}

section.shop-category .controls button {
  display: block;
  margin-bottom: .5em;
  text-align: left;
  padding: 5px 8px 0;
  color: #000;
  font-family: 'BurinRoman';
  font-size: 14px;
  background: transparent;
  text-shadow: none;
  border-bottom: none;
}

section.shop-category .controls .button.action-button {
  font-family: "BurinRoman";
  padding: 0.5rem 1.5rem;
  text-shadow: inherit;
  text-transform: uppercase;
}

section.shop-category .controls button.half-column:last-child {
  float: left;
}

section.shop-category .controls button.active {
  background: #d5ceb4;
  background: rgba(213, 206, 180, 0.5);
}

section.shop-category .controls .dropdown {
  padding: 0.5rem 1.4rem 0.5rem 0.5rem;
  max-width: 300px;
}

section.shop-category .controls .dropdown.button:after, section.shop-category .controls button.dropdown:after {
  right: 0.406rem;
}

section.shop-category .controls .filter-modal {
  padding: 0.5rem 1rem;
}

section.shop-category .controls input[type="checkbox"] {
  margin: 10px;
}

section.shop-category .filters {
  margin: 0.5em 0 1.5em;
}

section.shop-category .filters .button {
  /*padding: 13px 10px;*/
}

section.shop-category .filters .button.action-button {
  font-family: "BurinRoman";
  padding: 0.5rem 1.5rem;
  text-shadow: inherit;
  text-transform: uppercase;
}

section.shop-category .filters .small-6.columns {
  width: 46%;
  margin: 0 2%;
}

section.shop-category .filters .small-6.columns:first-child {
  padding: 0;
}

section.shop-category .filters .small-6.columns > a.button {
  padding: 15px 30px 15px 10px;
  position: relative;
}

section.shop-category .filters .small-6.columns > a.button::after {
  padding: 5px 30px 5px 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  padding: 0;
}

section.shop-category .filters > li {
  display: inline-block;
  /*vertical-align: middle;*/
}

section.shop-category .filters > li + li {
  /*margin-left: 20px;*/
  padding-left: 0;
}

section.shop-category .filters .small-6:first-child {
  padding: 0;
}

section.shop-category .filter-modal {
  font-size: 18px;
  font-family: 'HandleOldstyle';
  text-transform: uppercase;
  background-color: #AF1E2B;
}

section.shop-category .dropdown {
  font-size: 13px;
  margin: 0;
}

section.shop-category fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

section.shop-category .checkbox {
  position: relative;
}

section.shop-category .checkbox * {
  vertical-align: middle;
}

section.shop-category .checkbox label {
  display: inline-block;
}

section.shop-category .products .product-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}

section.shop-category .categories button {
  padding-left: 29px;
}

section.shop-category .categories img {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 5px;
}

section.shop-category h2.warning {
  color: #af1e2b;
}

#productControllerContainer a.filterbtn {
  font-family: 'HandleOldstyle';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-variant: small-caps;
  text-shadow: none;
}

section.product-page {
  font-family: 'BurinRoman';
  color: #6E6A5F;
}

section.product-page [class*="column"] + [class*="column"]:last-child {
  float: left;
}

section.product-page .large-3:nth-child(4n + 1), section.product-page .medium-3:nth-child(4n + 1), section.product-page .medium-2:nth-child(6n + 1) {
  clear: both;
}

@media only screen and (max-width: 40em) {
  section.product-page .small-6:nth-child(2n + 1) {
    clear: both;
  }
  section.product-page h2, section.product-page .product-series {
    text-align: center;
  }
}

section.product-page form p {
  margin-bottom: 0;
}

section.product-page form a {
  font-size: 14px;
}

section.product-page .product-intro, section.product-page .product-intro p {
  line-height: 1.5;
  font-size: 26px;
  margin: 3em 1em;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  section.product-page .product-intro, section.product-page .product-intro p {
    font-size: 16px;
  }
}

section.product-page .product-series {
  margin: 0;
}

@media only screen and (max-width: 40em) {
  section.product-page .product-series {
    margin: 2em 0 0;
  }
  section.product-page .product-series span {
    display: block;
  }
}

section.product-page h2 {
  color: #6E6A5F;
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 10px;
  font-family: 'HandleOldstyle';
  text-transform: uppercase;
}

@media only screen and (max-width: 40em) {
  section.product-page h2 {
    font-size: 38px;
    line-height: 30px;
  }
}

section.product-page .product-subtitle {
  font-size: 26px;
  position: relative;
  top: -.5em;
}

section.product-page strong {
  color: #393939;
}

section.product-page p {
  margin-bottom: 1em;
}

section.product-page .product p {
  margin-bottom: 0;
}

section.product-page .zoom-thumbs {
  margin-top: 1.5em;
  text-align: center;
}

section.product-page .zoom-thumbs li {
  margin-bottom: 1em;
}

section.product-page .zoom-thumbs li:last-child {
  float: left;
}

section.product-page .main-product-price {
  font-size: 36px;
  color: #393939;
  font-family: 'HandleOldstyle';
  margin-bottom: 0;
}

section.product-page .plus-tax {
  font-family: 'BurinRoman';
  color: #6E6A5F;
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 30px;
}

section.product-page .plus-tax em {
  text-transform: uppercase;
}

section.product-page .add-to-cart {
  clear: both;
}

section.product-page .add-to-cart .button {
  font-size: 16px;
  display: block;
  width: 100%;
  font-family: HandleOldstyle;
  padding: 7px 15px 8px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}

section.product-page .add-to-cart input[type='submit'].button {
  background: #af1e2b;
  border-width: 0;
}

section.product-page h3 {
  color: #AF1E2B;
  font-size: 42px;
  text-align: center;
  margin: 1em 0;
}

section.product-page .product-features {
  position: relative;
}

section.product-page .product-features ul:before, section.product-page .product-features ul:after {
  content: " ";
  display: table;
}

section.product-page .product-features ul:after {
  clear: both;
}

section.product-page .product-features li {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33%;
  float: left;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (max-width: 40em) {
  section.product-page .product-features li {
    width: 100%;
  }
}

section.product-page h4 {
  color: #6E6A5F;
  font-family: 'HandleOldstyle';
  text-align: center;
  font-size: 28px;
  margin: 1em 0;
}

section.product-page h4.stock-out {
  color: #FFF;
  margin: 0;
}

section.product-page .other-features li {
  margin-bottom: 2em;
}

section.product-page .other-features li:nth-child(4n+1) {
  clear: both;
}

section.product-page .other-features li:last-child {
  float: left;
}

section.product-page .other-features .feature-icon-frame {
  text-align: center;
  height: 95px;
  margin: 0 auto;
  overflow: hidden;
}

section.product-page .other-features .feature-icon-frame img {
  height: 100%;
}

section.product-page .other-features p {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

section.product-page .other-features .other-feature-title {
  color: #6E6A5F;
  font-family: 'HandleOldstyle';
  text-align: center;
  font-size: 32px;
  line-height: normal;
  margin: 1em 0;
}

@media only screen and (max-width: 40em) {
  section.product-page .other-features .other-feature-title {
    margin-top: .2em;
  }
}

section.product-page .manufacturer-logos {
  text-align: center;
  margin: 4em 0;
}

section.product-page .manufacturer-logos li {
  margin: 1em 0;
}

section.product-page .product-quote {
  text-align: center;
  color: #666;
  font-size: 24px;
  font-style: italic;
  margin: 3em 0;
}

section.product-page .product-quote p {
  margin: 1em 0;
}

section.product-page .product-quote strong {
  display: inline-block;
  margin-top: 1em;
  color: #000;
  font-size: 14px;
}

section.product-page .video {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

section.product-page #disqus_thread {
  max-width: 640px;
  background-color: #fff;
  margin: 2em auto;
  padding: 1em;
}

section.product-page .series-links {
  font-family: 'HandleOldstyle';
  color: #fff;
}

section.product-page .series-links a {
  color: #fff;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
}

@media only screen and (max-width: 40em) {
  section.product-page .series-links a {
    padding: 20px 10px;
  }
}

section.product-page .series-links p {
  font-size: 18px;
  line-height: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

section.product-page .series-links img {
  max-width: 45px;
}

@media only screen and (max-width: 40em) {
  section.product-page .series-links .columns {
    padding: 0;
  }
  section.product-page .series-links a > * {
    vertical-align: middle;
    margin: 0;
  }
  section.product-page .series-links p {
    display: inline-block;
  }
}

section.product-page .find-store.button {
  text-transform: uppercase;
  padding: 15px;
  line-height: 18px;
  font-family: burinroman;
  text-shadow: inherit;
  width: 100%;
}

section.product-page .not-available {
  border: 1px solid #c2c2c2;
  padding: 15px;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "HandleOldstyle";
}

/*----SIZES----*/
.sizes a {
  color: #393939;
  display: block;
  padding: 2px 5px 0;
  overflow: hidden;
  border: 2px solid #DCDCDC;
  line-height: normal;
  font-weight: bold;
  min-width: 26px;
  text-align: center;
}

.sizes li {
  display: inline-block;
  background-color: #DCDCDC;
}

.sizes li .slash {
  display: none;
}

.sizes li:not(.disabled).active a, .sizes li:not(.disabled) a:hover {
  border-width: 0;
  padding: 6px 7px 0;
  background-color: #999;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
}

.sizes li.disabled a {
  position: relative;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.sizes li.disabled .slash {
  content: '';
  width: 200px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 1px;
  -webkit-transform-origin: left 3px;
          transform-origin: left 3px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}

.sizes li.disabled.active a, .sizes li.disabled a:hover {
  border-color: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
}

.sizes li.disabled.active a .slash, .sizes li.disabled a:hover .slash {
  background-color: rgba(0, 0, 0, 0.4);
}

.sizes li + li {
  margin-left: 5px;
}

/*----COLORs----*/
.colors li {
  padding: 4px;
  border-radius: 20px;
  box-shadow: none;
  display: inline-block;
}

.colors li.active, .colors li:hover {
  background-color: #EEE;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px inset, rgba(255, 255, 255, 0.4) 0 -1px inset;
}

.colors li + li {
  margin-left: 10px;
}

.colors a {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 15px;
}

/*----IMAGES----*/
.images {
  padding: 15px 0;
}

.images .main-images {
  padding-top: 60%;
  position: relative;
}

.images .main-images div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.images .main-images div.active {
  opacity: 1;
}

.images .main-images img {
  width: 100%;
}

.images .th:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.images .active .th {
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}

.images .error {
  padding: 15px;
}

/*----LOADER----*/
.loader {
  position: relative;
}

.loader .fa-spin {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  color: #FFF;
  z-index: 1;
  display: none;
}

.loader.loading .fa-spin {
  display: block;
}

.loader.loading input {
  color: transparent;
}

/*----PAGINATION----*/
.pagination .empty, .pagination .finished {
  text-align: center;
  clear: both;
}

.pagination .empty h5, .pagination .finished h5 {
  background-color: #AF1E2B;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  margin: 0;
}

.pagination .loader {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  margin-left: .5rem;
  z-index: 2;
  font-size: 2rem;
  display: none;
}

.pagination .loader .fa-spin {
  color: #AF1E2B;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  border-radius: 40px;
  margin-left: -21px;
}

.pagination .loader.loading {
  display: block;
}

.pagination .resetting-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.pagination .resetting-indicator .fa {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -2rem;
  font-size: 4rem;
  z-index: 2;
  color: #AF1E2B;
}

.pagination .resetting-indicator::before {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
}

.stock-out {
  padding: 15px;
  background-color: #8F692B;
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
}

section.shopping-cart label.outofstock {
  color: white;
  margin-top: 5px;
}

section.shopping-cart .delete {
  white-space: nowrap;
}

section.shopping-cart .delete span:first-child {
  background-color: #af1e2b;
  color: #FFF;
  border-radius: 10px;
  font-weight: bold;
  padding: 3px 6px 7px;
  line-height: 12px;
  display: inline-block;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart {
    margin: 0 0.5em;
  }
  section.shopping-cart .delete span:first-child {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  section.shopping-cart .product-title {
    position: relative;
    padding-right: 31px;
  }
}

section.shopping-cart .quantity {
  min-width: 90px;
}

section.shopping-cart input {
  margin: 0;
}

section.shopping-cart .shopping-cart-header {
  font-size: 20px;
  font-family: 'HandleOldstyle';
  margin-bottom: 5px;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart .shopping-cart-header {
    text-align: center;
  }
}

section.shopping-cart table thead {
  background-color: transparent;
  width: 100%;
}

section.shopping-cart .shopping-cart-items {
  color: #AF1E2B;
  margin-left: 0;
  font-size: 20px;
  background: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_formTile.png.jpg);
}

section.shopping-cart .shopping-cart-items td {
  vertical-align: middle;
  font-size: 18px;
  color: inherit;
}

section.shopping-cart .shopping-cart-items .shopping-cart-item {
  position: relative;
  min-height: 140px;
  padding-left: 140px;
  border-bottom: 1px solid #BAB6AA;
}

section.shopping-cart .shopping-cart-items .shopping-cart-item td {
  height: 140px;
  border-bottom: 1px solid #BAB6AA;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart .shopping-cart-items .shopping-cart-item td {
    height: 70px;
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  section.shopping-cart .shopping-cart-items .shopping-cart-item .product-image, section.shopping-cart .shopping-cart-items .shopping-cart-item .product-title {
    display: table-cell;
  }
}

section.shopping-cart .shopping-cart-items .shopping-cart-item .product-image {
  position: relative;
  background-color: #FFF;
  width: 140px;
}

section.shopping-cart .shopping-cart-items .shopping-cart-item .product-image::before {
  content: '';
  display: block;
  border-left: 4px solid #AF1E2B;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

section.shopping-cart .shopping-cart-items .shopping-cart-item .product-image img {
  width: 100%;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart .shopping-cart-items .shopping-cart-item .product-image {
    padding: 15px 10px;
    background-color: transparent;
    width: 75px;
    vertical-align: top;
  }
  section.shopping-cart .shopping-cart-items .shopping-cart-item .product-image::before {
    border-left-width: 0;
  }
  section.shopping-cart .shopping-cart-items .shopping-cart-item .product-image > div {
    border-left: 2px solid #AF1E2B;
    background-color: #FFF;
  }
}

@media only screen and (max-width: 40em) {
  section.shopping-cart .shopping-cart-items .shopping-cart-item .product-title {
    padding: 15px 10px 15px 0;
  }
}

section.shopping-cart .shopping-cart-items .shopping-cart-item div div div div {
  padding-top: 2em;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart .shopping-cart-items .shopping-cart-item div div div div {
    padding-top: 0;
  }
}

section.shopping-cart .shopping-cart-items .shopping-cart-item div div div .product-image {
  padding: 0;
  margin: 0;
}

section.shopping-cart .shopping-cart-items .shopping-cart-item .dropdown {
  padding: 0.5rem 2.4rem 0.5rem 0.5rem;
  top: 0;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart .shopping-cart-items .shopping-cart-item .dropdown {
    margin-bottom: 10px;
  }
}

section.shopping-cart .shopping-cart-items .shopping-cart-item .dropdown.button:after {
  right: 0.406rem;
}

section.shopping-cart .shopping-cart-items .shopping-cart-item input[type="number"] {
  max-width: 65px;
}

section.shopping-cart .shopping-cart-items .shopping-cart-item .product-price {
  font-size: 34px;
  position: relative;
  display: inline-block;
}

section.shopping-cart .shopping-cart-items .shopping-cart-item .product-price .product-cents {
  font-size: 16px;
  position: relative;
  bottom: 10px;
}

section.shopping-cart .shopping-cart-items .shopping-cart-item .remove-item {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  color: #D9D3C5;
  background-color: #AF1E2B;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 0.8;
  font-family: sans-serif;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart .shopping-cart-items .shopping-cart-item .remove-item {
    top: -20px;
  }
}

section.shopping-cart .paldorje-did-you-know {
  padding-left: .5em;
  padding-right: .5em;
  border: 1px solid #BAB6AA;
  background-repeat: no-repeat;
}

section.shopping-cart .paldorje-did-you-know .button {
  padding: .5rem;
}

section.shopping-cart .paldorje-did-you-know .medium-5.columns {
  padding: 0;
  background-size: cover;
  min-height: 216px;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart .paldorje-did-you-know .medium-5.columns {
    min-height: 131px;
  }
}

section.shopping-cart .paldorje-did-you-know > .row, section.shopping-cart .paldorje-did-you-know > .max-width-1000 {
  background: url(//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_formTile.png.jpg);
}

section.shopping-cart .paldorje-did-you-know > .row h6, section.shopping-cart .paldorje-did-you-know > .max-width-1000 h6 {
  color: #000;
  font-size: 24px;
  font-family: 'HandleOldstyle';
}

section.shopping-cart .paldorje-did-you-know > .row p, section.shopping-cart .paldorje-did-you-know > .max-width-1000 p {
  line-height: 1;
  margin-bottom: 1em;
}

section.shopping-cart .paldorje-did-you-know > .row a, section.shopping-cart .paldorje-did-you-know > .max-width-1000 a {
  color: #AF1E2B;
}

section.shopping-cart .paldorje-did-you-know > .row .burinroman, section.shopping-cart .paldorje-did-you-know > .max-width-1000 .burinroman {
  font-family: 'BurinRoman';
  font-size: 14px;
}

section.shopping-cart .paldorje-did-you-know > .row form, section.shopping-cart .paldorje-did-you-know > .max-width-1000 form {
  margin: 1em auto;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart .paldorje-did-you-know > .row form, section.shopping-cart .paldorje-did-you-know > .max-width-1000 form {
    max-width: 190px;
  }
}

section.shopping-cart .paldorje-did-you-know > .row form input, section.shopping-cart .paldorje-did-you-know > .max-width-1000 form input {
  margin-bottom: 10px;
  font-size: 20px;
  padding: 0.2em 0 0.3em;
}

section.shopping-cart table {
  font-family: 'BurinRoman';
  border: none;
  margin: 0 auto;
  width: 100%;
  margin-bottom: .5em;
}

section.shopping-cart table td {
  color: #AF1E2B;
  padding: 0.3625rem 1rem;
}

section.shopping-cart table td .col-s-12 {
  width: 100%;
}

section.shopping-cart table tr:nth-of-type(2n) {
  background-color: transparent;
  border-left: none;
}

section.shopping-cart table tr.total-cost td {
  font-size: 32px;
}

section.shopping-cart .cart-total .button {
  padding: 0.5em 0 0.6em;
}

.product-title.outofstock {
  background-color: #af1e2b;
  color: white !important;
  outline: medium none transparent;
  text-shadow: 0 -1px 0;
}

.product-title.outofstock > a {
  color: white;
}

/*----BASKET FORM----*/
#basket-list td {
  height: 140px;
}

#basket-list .product-image {
  width: 140px;
}

@media only screen and (max-width: 40em) {
  #basket-list thead {
    display: none;
  }
  #basket-list .product-title {
    padding: 10px 31px 10px 15px;
  }
  #basket-list .product-title.outofstock {
    background-color: #af1e2b;
    color: white !important;
    outline: medium none transparent;
    text-shadow: 0 -1px 0;
  }
  #basket-list .product-price {
    margin: 10px 0;
  }
}

#basket-list tr.total-cost {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_tile.png");
}

#basket-list tr.total-cost td {
  display: table-cell;
  border-bottom-width: 0;
  height: 45px;
}

#basket-list tr.total-cost td:first-child span, #basket-list tr.total-cost td:last-child {
  color: #000;
}

@media only screen and (min-width: 40.063em) {
  #basket-list tr.total-cost td:first-child span {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  section.shopping-cart.previous-purchases .shopping-cart-header {
    font-size: 12px;
  }
}

section.shopping-cart.previous-purchases .shopping-cart-items {
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
  font-family: 'BurinRoman';
}

section.shopping-cart.previous-purchases .shopping-cart-items .product-title, section.shopping-cart.previous-purchases .shopping-cart-items .product-price {
  color: #AF1E2B;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart.previous-purchases .shopping-cart-items .product-title, section.shopping-cart.previous-purchases .shopping-cart-items .product-price {
    font-size: 18px;
  }
}

section.shopping-cart.previous-purchases .shopping-cart-items .product-title p {
  color: #000;
  margin-top: 20px;
  font-size: 13px;
  clear: both;
}

@media only screen {
  section.shopping-cart.previous-purchases .shopping-cart-items .product-title p {
    display: none;
  }
}

section.shopping-cart.previous-purchases .shopping-cart-items .product-title p span + span {
  margin-left: 15px;
}

section.shopping-cart.previous-purchases .shopping-cart-items .product-title .product-price {
  float: right;
  margin-left: 15px;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart.previous-purchases .shopping-cart-items .product-price, section.shopping-cart.previous-purchases .shopping-cart-items .product-price .product-cents {
    font-size: 24px;
    top: 0;
    bottom: 0;
  }
}

section.shopping-cart.previous-purchases .previous-orders {
  margin: 0;
}

section.shopping-cart.previous-purchases .previous-order + .previous-order {
  margin-top: 45px;
}

section.shopping-cart.previous-purchases .order-total {
  background-color: #F8F8F8;
  color: #656565;
  border-bottom: 3px solid #B7B7B7;
  font-size: 32px;
  padding: .1em 0;
  font-family: 'HandleOldstyle';
}

@media only screen and (max-width: 40em) {
  section.shopping-cart.previous-purchases .order-total {
    font-size: 20px;
  }
}

section.shopping-cart.previous-purchases .order-total span {
  font-size: 20px;
  display: block;
  color: #af1e2b;
  line-height: 24px;
}

section.shopping-cart.previous-purchases .order-total a {
  color: #AF1E2B;
  font-size: 20px;
  font-family: 'HandleOldstyle';
}

section.shopping-cart.previous-purchases .order-total a + a {
  margin-left: 30px;
}

@media only screen and (max-width: 40em) {
  section.shopping-cart.previous-purchases .order-total a {
    font-size: 16px;
  }
}

section.error-page {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_shopOverviewImg.png"), url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_tile.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

section.error-page .error-message {
  margin-top: 4em;
  margin-bottom: 20em;
  color: red;
  padding: 3em 0;
  box-shadow: 0 0 20px 10px #D4D4D4;
  min-height: 390px;
  background-color: #f8f8f8;
  background-image: linear-gradient(to bottom, #F8F8F8 0%, #E7E7E7 28%);
}

section.error-page .error-message > img:first-child {
  max-width: 80px;
}

section.error-page h1 {
  color: #AF1E2B;
  font-size: 62px;
  margin-bottom: 0;
}

section.error-page p {
  font-family: 'BurinRoman';
}

section.error-page p.error-subtitle {
  font-size: 22px;
  font-family: 'HandleOldstyle';
  margin-bottom: 2em;
}

section.error-page a {
  color: #AF1E2B;
}

section.child-page-generic h1, section.child-page-generic h2, section.child-page-generic h3 {
  color: #6D695D;
}

section.child-page-generic h1 {
  font-size: 70px;
}

@media only screen and (max-width: 40em) {
  section.child-page-generic h1 {
    font-size: 30px;
  }
}

section.child-page-generic h2 {
  font-size: 30px;
  margin-bottom: 2em;
  font-family: 'HandleOldstyle';
}

@media only screen and (max-width: 40em) {
  section.child-page-generic h2 {
    font-size: 20px;
  }
}

section.child-page-generic .page-titles {
  text-align: center;
}

section.child-page-generic .page-titles h2 {
  margin-bottom: 0.2em;
}

section.child-page-generic .banner p {
  color: #ace5f8;
}

section.child-page-generic .banner strong {
  color: #fff;
}

section.child-page-generic .banner h4 {
  padding: 0.6em 0 0;
}

section.child-page-generic .bx-viewport {
  margin-bottom: 2em;
}

@media only screen and (max-width: 40em) {
  section.child-page-generic .bx-viewport {
    margin-top: 3em;
  }
}

section.child-page-generic .child-page-rte strong {
  font-size: 20px;
  line-height: 28px;
}

section.child-page-generic .slick-item {
  padding: 0 10px;
}

section.child-page-generic .slide-article-title {
  background-color: #fff;
  text-shadow: 1px 1px #6d695d;
  text-align: center;
  color: #AF1E2B;
  font-size: 20px;
  height: 80px;
  line-height: 90px;
  border-bottom: 2px solid #BFBCB3;
}

@media only screen and (max-width: 40em) {
  section.child-page-generic .slide-article-title {
    font-size: 14px;
    line-height: 1;
    padding-top: 30px;
  }
}

section.child-page-generic ul.bxslider {
  margin-left: 0;
}

section.child-page-generic ul.bxslider .bx-wrapper .bx-loading {
  display: none;
}

section.child-page-generic .bx-wrapper .bx-viewport {
  background: transparent;
  border: none;
  box-shadow: none;
}

section.child-page-generic .bx-wrapper .bx-controls-direction a {
  text-indent: -9999em;
  z-index: 1;
  width: 35px;
  height: 62px;
  top: 40%;
}

section.child-page-generic .bx-wrapper .bx-prev {
  background: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/carouselArrowLeft.png") no-repeat scroll 0 0 transparent;
  left: -70px;
}

section.child-page-generic .bx-wrapper .bx-next {
  background: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/carouselArrowRight.png") no-repeat scroll 0 0 transparent;
  right: -70px;
}

section.child-page-generic .quote {
  margin: 3em 0;
}

section.child-page-generic .quote p {
  margin-top: 1em;
  font-size: 14px;
  font-style: italic;
  color: #9D9C9A;
  font-family: 'BurinRoman';
}

section.child-page-generic .quote .partial-bottom-border {
  height: 1px;
  margin: 1em 35%;
  background-color: #9D9C9A;
  width: 30%;
}

section.child-page-generic .header-image {
  text-align: center;
}

section.child-page-generic .header-image > div {
  display: inline-block;
}

section.child-page-generic .child-page-rte {
  font-family: 'BurinRoman';
  font-size: 14px;
}

section.child-page-generic .child-page-rte p {
  margin: 1em 0;
  font-size: 14px;
}

section.child-page-generic .child-page-rte ul {
  margin-left: 0;
}

section.child-page-generic .child-page-rte ul li {
  line-height: 1em;
  margin-bottom: .5em;
  font-size: 14px;
}

section.child-page-generic .child-page-rte ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #AF1E2B;
  line-height: 1;
  float: left;
  margin: 0.25em 0.25em 0;
}

section.child-page-generic .athlete-bio {
  font-size: 12px;
}

section.child-page-generic .athlete-bio p {
  margin: 1em 0;
  font-size: 14px;
}

section.child-page-generic .banner h4 {
  text-transform: uppercase;
  color: #A5D8ED;
  font-size: 30px;
  margin: 0;
  line-height: 1;
}

section.child-page-generic .banner p {
  font-family: 'BurinRoman';
  width: 80%;
  margin: 1em 10% 0;
  font-size: 14px;
  line-height: 1.5;
}

section.child-page-generic .form {
  padding-top: 3em;
  background: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/BG_formTile.png.jpg") repeat scroll 0 0 transparent;
  margin: 0;
}

section.child-page-generic .form input[type="text"], section.child-page-generic .form input[type="password"] {
  border-radius: 3px;
  box-shadow: 0 0px 2px 0 #999 inset;
}

@media only screen and (max-width: 40em) {
  section.child-page-generic .form input[type="text"], section.child-page-generic .form input[type="password"] {
    width: 48%;
    margin: .5em 1%;
  }
}

section.child-page-generic .form label {
  font-size: 16px;
  font-family: 'HandleOldstyle';
  text-transform: uppercase;
  margin-bottom: 5px;
}

section.child-page-generic .form .inputs {
  max-width: 400px;
  margin: 0 auto;
}

section.child-page-generic .form input.button {
  padding: 7px 2rem;
  font-family: 'HandleOldstyle';
  text-transform: uppercase;
  border-radius: 3px;
  width: 10em;
  text-shadow: 2px 2px #6c1317;
}

section.child-page-generic .form input.button[type="submit"] {
  width: 48%;
  margin: .2em 1%;
}

@media only screen and (max-width: 40em) {
  section.child-page-generic .form input.button[type="submit"] {
    margin: .5em 1%;
  }
}

section.child-page-generic .sidebar .learn-more {
  margin-top: 2em;
}

section.child-page-generic .sidebar .learn-more p {
  font-size: 30px;
  color: #6D695D;
}

section.child-page-generic .sidebar .learn-more li {
  font-family: 'BurinRoman';
  font-size: 20px;
  margin-top: 1em;
}

@media only screen and (max-width: 40em) {
  section.child-page-generic .sidebar {
    margin-top: 1em;
  }
}

section.athletes h1, section.athletes h2 {
  text-align: center;
  color: #6D695D;
}

section.athletes h1 {
  margin: 1em 0 0;
}

section.athletes h2 {
  font-family: 'HandleOldstyle';
  text-transform: uppercase;
  font-size: 16px;
}

section.athletes .athlete-tile {
  margin-bottom: 1em;
}

section.athletes .athlete-tile img {
  width: 100%;
}

section.athletes .athlete-blurb {
  background-image: url("//s3.amazonaws.com/bonsaimediagroup/Websites/Sherpa/header_Clouds_Expanded_BG_GoldenRatio1500x927px.jpg");
  color: #fff;
  text-align: center;
  font-family: "BurinRoman";
  height: 80px;
  padding: 5px;
}

section.athletes .athlete-blurb p {
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  .ccjs-card .ccjs-csc-diagram, .ccjs-card-style .ccjs-csc-diagram, .ccjs-card .ccjs-csc-diagram-amex, .ccjs-card-style .ccjs-csc-diagram-amex {
    left: 0;
  }
  .ccjs-card .ccjs-csc-diagram-wrapper:not(.ccjs-media-query-disabled) .ccjs-csc-diagram, .ccjs-card-style .ccjs-csc-diagram-wrapper:not(.ccjs-media-query-disabled) .ccjs-csc-diagram {
    bottom: 0;
  }
  .ccjs-card label.ccjs-csc, .ccjs-card-style label.ccjs-csc {
    left: 1.5em;
    position: relative;
    right: -2.5em;
    text-align: inherit;
    top: 5.5em;
    white-space: nowrap;
    width: 7.5em;
    z-index: 3;
  }
  .ccjs-card label.ccjs-csc input, .ccjs-card-style label.ccjs-csc input {
    right: auto;
  }
  form .ccjs-card button.ccjs-csc-help, form .ccjs-card button.ccjs-csc-help:focus, form .ccjs-card-style button.ccjs-csc-help, form .ccjs-card-style button.ccjs-csc-help:focus, form .ccjs-card label.ccjs-csc-help, form .ccjs-card-style label.ccjs-csc-help {
    position: relative;
    right: -5.7em;
    top: 5.5em;
  }
  .ccjs-card label.ccjs-name {
    bottom: 0;
    position: relative;
    top: 6em;
  }
  .ccjs-card .ccjs-expiration {
    bottom: -8.5em;
    left: 1.5em;
    position: relative;
    right: auto;
  }
  .ccjs-card, .ccjs-card {
    height: 22em !important;
    max-width: 100%;
  }
}
