@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700);@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);@charset "UTF-8";

/*
  small: 0px,
  medium: 640px,
  large: 1024px,
  xlarge: 1200px,
  xxlarge: 1440px,

*/

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 40em) {
  .reveal.large,
  .reveal.small,
  .reveal.tiny,
  .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

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

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

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

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.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-500px:before {
  content: "";
}

.fa-abacus:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-alarm-exclamation:before {
  content: "";
}

.fa-alarm-plus:before {
  content: "";
}

.fa-alarm-snooze:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-slash:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-bags-shopping:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-exclamation:before {
  content: "";
}

.fa-bell-plus:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

.fa-bell-school-slash:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bells:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-biking-mountain:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

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

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-bottom:before {
  content: "";
}

.fa-border-center-h:before {
  content: "";
}

.fa-border-center-v:before {
  content: "";
}

.fa-border-inner:before {
  content: "";
}

.fa-border-left:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-outer:before {
  content: "";
}

.fa-border-right:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-border-style-alt:before {
  content: "";
}

.fa-border-top:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-bring-forward:before {
  content: "";
}

.fa-bring-front:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burger-soda:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-cabinet-filing:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-star:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

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

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-building:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-bus:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

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

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

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cars:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

.fa-city:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coin:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-slash:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-construction:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digging:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

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

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

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

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-drone:before {
  content: "";
}

.fa-drone-alt:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dryer:before {
  content: "";
}

.fa-dryer-alt:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

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

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

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

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

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

.fa-evernote:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

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

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

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

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-farm:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

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

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-search:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-font-case:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

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

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

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

.fa-git-alt:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-citrus:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-chef:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-horizontal-rule:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-icons-alt:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

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

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

.fa-link:before {
  content: "";
}

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

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

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

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

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

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

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

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

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

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

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

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

.fa-receipt:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

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

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

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

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

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

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

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

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

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

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

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

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

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

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

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

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

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

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

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

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

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

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

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

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

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

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

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

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

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

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-light-300.eot");
  src: url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-light-300.woff2") format("woff2"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-light-300.woff") format("woff"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-light-300.ttf") format("truetype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-regular-400.eot");
  src: url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-regular-400.woff") format("woff"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-solid-900.eot");
  src: url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-brands-400.eot");
  src: url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

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

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle,
#main__banner .banner__slideshow .slick-list .slide .slide-content,
#main__banner .mobile__banner__slideshow .slick-list .slide .slide-content,
#mobile__main__banner .banner__slideshow .slick-list .slide .slide-content,
#mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 1.9375rem;
  }

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

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

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

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.button-group::before,
.button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.large-expanded li {
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: flex;
}

.menu.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next,
.orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
  outline: 0;
}

.orbit-next:hover,
.orbit-previous:hover,
.orbit-next:active,
.orbit-previous:active,
.orbit-next:focus,
.orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive,
.switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

@font-face {
  font-family: "eq";
  src: url("/wp-content/themes/eqsaddleworld/assets/webfonts/eq.eot?nexykx");
  src: url("/wp-content/themes/eqsaddleworld/assets/webfonts/eq.eot?nexykx#iefix") format("embedded-opentype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/eq.ttf?nexykx") format("truetype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/eq.woff?nexykx") format("woff"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/eq.svg?nexykx#eq") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "eq" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-saddle-icon .path1:before {
  content: "";
  color: white;
}

.icon-saddle-icon .path2:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-saddle-icon .path3:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-saddle-icon .path4:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-phone-icon:before {
  content: "";
}

.icon-letter-icon:before {
  content: "";
}

.icon-pet-icon .path1:before {
  content: "";
  color: white;
}

.icon-pet-icon .path2:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-pet-icon .path3:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-pet-icon .path4:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-pet-icon .path5:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-pet-icon .path6:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-pet-icon .path7:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-pet-icon .path8:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-pet-icon .path9:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-pet-icon .path10:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-shoe-icon .path1:before {
  content: "";
  color: white;
}

.icon-shoe-icon .path2:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-stable-icon .path1:before {
  content: "";
  color: white;
}

.icon-stable-icon .path2:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-horse-icon .path1:before {
  content: "";
  color: white;
}

.icon-horse-icon .path2:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-rug-icon .path1:before {
  content: "";
  color: white;
}

.icon-rug-icon .path2:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-helmet-icon .path1:before {
  content: "";
  color: white;
}

.icon-helmet-icon .path2:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-cart-icon .path1:before {
  content: "";
  color: black;
}

.icon-cart-icon .path2:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-cart-icon .path3:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-cart-icon .path4:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-cart-icon .path5:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-map-icon:before {
  content: "";
}

.icon-stores-icon:before {
  content: "";
}

.icon-search-icon:before {
  content: "";
}

@media screen and (max-width: 39.99875em) {
  .column,
  .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 39.99875em) {
  .row .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 63.99875em) {
  main {
    margin-top: 130px;
  }
}

@media screen and (max-width: 39.99875em) {
  main {
    margin-top: 9.375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  main #main {
    margin-top: 3.125rem;
  }
}

body.feedback-form-open,
body.price-form-open {
  overflow: hidden;
}

@font-face {
  font-family: "DINEngschriftStd";
  src: url("/wp-content/themes/eqsaddleworld/assets/webfonts/DINEngschriftStd.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/DINEngschriftStd.otf") format("opentype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/DINEngschriftStd.woff") format("woff"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/DINEngschriftStd.ttf") format("truetype"), url("/wp-content/themes/eqsaddleworld/assets/webfonts/DINEngschriftStd.svg#DINEngschriftStd") format("svg");
  font-weight: normal;
  font-style: normal;
}

body#landing__page {
  background-image: url("/wp-content/themes/eqsaddleworld/assets/img/bg-landing-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page {
    background-position: 65% 100%;
  }
}

body#landing__page h1,
body#landing__page h2,
body#landing__page h3,
body#landing__page h4 {
  margin: 0;
}

body#landing__page h1 {
  margin: 3.125rem 0 0.625rem;
  color: #ffffff;
  font-size: 3.125rem;
  line-height: 3.125rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page h1 {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}

body#landing__page h1 br {
  display: none;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page h1 br {
    display: block;
  }
}

body#landing__page h1 span {
  display: inline-block;
  font-size: 1.875rem;
  position: relative;
  top: -7px;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page h1 span {
    font-size: 2.1875rem;
    top: 0;
  }
}

body#landing__page h1 span:before,
body#landing__page h1 span:after {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #ffffff;
  content: "";
}

@media screen and (max-width: 39.99875em) {
  body#landing__page h1 span:before,
  body#landing__page h1 span:after {
    display: none;
  }
}

body#landing__page h1 span:before {
  position: relative;
  top: 7px;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page h1 span:before {
    top: 0;
  }
}

body#landing__page h1 span:after {
  position: relative;
  top: -7px;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page h1 span:after {
    top: 0;
  }
}

body#landing__page h2 {
  margin: 0 0 1.25rem;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page h2 {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}

body#landing__page h3 {
  margin: 0 0 1.25rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page h3 {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}

body#landing__page h4 {
  margin: 0 0 0.9375rem;
  color: #ffffff;
  font-size: 1.625rem;
  line-height: 1.625rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page h4 {
    font-size: 1rem;
    line-height: 1rem;
  }
}

body#landing__page p {
  margin: 2.5rem 0 0;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

body#landing__page p a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page p {
    padding-bottom: 2.5rem;
    font-size: 1rem;
    line-height: 1rem;
  }
}

body#landing__page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

body#landing__page ul li {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

body#landing__page ul li:hover {
  background: #ffffff;
}

body#landing__page ul li:hover a {
  color: #1E1E1E;
}

body#landing__page ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 2.5rem;
  text-align: center;
}

body#landing__page form {
  margin: 0;
  padding: 0;
  position: relative;
}

body#landing__page form input {
  display: inline-block;
  margin: 0;
  border: 0;
  box-shadow: none;
}

body#landing__page form .button {
  height: 100%;
  border-left: 20px solid #1E1E1E;
  color: #1E1E1E;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #ebecdc;
  position: absolute;
  right: 0;
  top: 0;
}

body#landing__page .row {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

body#landing__page .row.follow {
  max-width: 28.125rem;
  position: relative;
}

body#landing__page .row.follow:before {
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: #ffffff;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
}

body#landing__page .logo {
  display: block;
  width: 15.625rem;
  margin: 0 auto;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page .logo {
    width: 11.25rem;
    margin-top: 2.5rem;
  }
}

body#landing__page .v {
  display: flex;
  height: 100vh;
  align-items: center;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page .v {
    height: auto;
  }
}

body#landing__page .v > div {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

body#landing__page .newsletter__signup {
  margin: 0 0 1.25rem;
  padding: 1.25rem 2.1875rem;
  background: rgba(30, 30, 30, 0.8);
}

body#landing__page header {
  flex-grow: 1;
  padding: 3.75rem 0;
  background: none !important;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page header {
    padding: 0;
  }
}

body#landing__page #content {
  padding: 3.75rem 0;
}

@media screen and (max-width: 39.99875em) {
  body#landing__page #content {
    padding: 0;
  }
}

html,
body {
  height: 100%;
}

#topbar {
  padding: 0.4375rem 0;
  background: #1E1E1E;
}

@media screen and (max-width: 63.99875em) {
  #topbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
  }
}

#topbar p {
  margin: 0;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 39.99875em) {
  #topbar p {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}

@media screen and (max-width: 39.99875em) {
  #topbar p span.dash {
    display: none;
  }
}

#topbar p span.green {
  color: #D8DABA;
}

@media screen and (max-width: 39.99875em) {
  #topbar p span.green {
    display: block;
  }
}

header {
  height: 6.25rem;
  background: #f5f5ee;
}

@media print, screen and (min-width: 64em) {
  header {
    height: 7.5rem;
  }
}

@media screen and (max-width: 63.99875em) {
  header {
    position: fixed;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 11;
  }
}

header .row,
header .column,
header .columns {
  height: inherit;
}

header .column,
header .columns {
  display: flex;
  align-items: center;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  header .column:last-child,
  header .columns:last-child {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 63.99875em) {
  header .row .column:last-child,
  header .row .columns:last-child {
    justify-content: flex-end;
  }
}

header .logo {
  display: block;
}

@media screen and (min-width: 40em) {
  header .logo {
    width: 15rem;
  }
}

header #contact__details {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  header #contact__details {
    display: block;
  }
}

header #contact__details li {
  display: inline-block;
  margin-left: 1.875rem;
  color: #1E1E1E;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

header #contact__details li a {
  color: #1E1E1E;
}

header #sub__nav {
  display: none;
  list-style: none;
  margin: 1.875rem 0 0;
  padding: 0;
  position: relative;
  /*left: rem-calc(35);*/
  right: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  header #sub__nav {
    display: flex;
    align-items: center;
  }
}

header #sub__nav li {
  display: inline-block;
}

header #sub__nav li .search-form {
  width: 16.25rem;
  padding: 0 1.25rem;
}

@media screen and (min-width: 75em) {
  header #sub__nav li .search-form {
    width: 22.5rem;
  }
}

header #sub__nav li .search-form input[type=text],
header #sub__nav li .search-form input[type=search] button {
  display: inline-block;
  height: 2.1875rem;
  margin: 0;
}

header #sub__nav li .search-form input[type=text],
header #sub__nav li .search-form input[type=search] {
  width: 100%;
  border: 1px solid #1E1E1E;
  padding: 0.5rem;
  box-shadow: none;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
}

header #sub__nav li .search-form input[type=text]:focus,
header #sub__nav li .search-form input[type=search]:focus {
  outline: none;
}

header #sub__nav li .search-form input[type=text]::-webkit-input-placeholder,
header #sub__nav li .search-form input[type=search]::-webkit-input-placeholder {
  color: #7B7C6C;
}

header #sub__nav li .search-form input[type=text]:-moz-placeholder,
header #sub__nav li .search-form input[type=search]:-moz-placeholder {
  color: #7B7C6C;
}

header #sub__nav li .search-form input[type=text]::-moz-placeholder,
header #sub__nav li .search-form input[type=search]::-moz-placeholder {
  color: #7B7C6C;
}

header #sub__nav li .search-form input[type=text]:-ms-input-placeholder,
header #sub__nav li .search-form input[type=search]:-ms-input-placeholder {
  color: #7B7C6C;
}

header #sub__nav li .search-form button {
  display: none;
  width: 2.1875rem;
  padding: 0;
  background: #1E1E1E;
  vertical-align: top;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}

header #sub__nav li .search-form button span {
  position: relative;
  top: 0.125rem;
}

header #sub__nav li .search-form .smart-search-results a {
  display: block !important;
  padding: 0 0.3125rem !important;
  text-align: left !important;
  text-transform: none !important;
}

header #sub__nav li .search-form .smart-search-results a .smart-search-post-sku {
  float: none !important;
}

header #sub__nav li a {
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem;
  color: #1E1E1E;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

header #sub__nav li a span {
  margin-bottom: 0.625rem;
  font-size: 2.1875rem;
}

header #sub__nav li a span.count {
  min-width: auto !important;
  color: #1E1E1E !important;
  font-weight: 400 !important;
  font-size: 0.6875rem !important;
  position: absolute !important;
  top: 0.2125rem !important;
  right: 0.125rem !important;
  left: auto !important;
  padding: 0.25rem !important;
  background: #ffffff !important;
  border: 2px solid #1E1E1E !important;
  border-radius: 50% !important;
  width: 1.0625rem !important;
  height: 1.0625rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  -webkit-transform: none !important;
          transform: none !important;
}

header #sub__nav li a:hover {
  color: #1E1E1E;
}

header #sub__nav li .cart-contents {
  padding-right: 0;
}

header .hamburger {
  z-index: 100;
  outline: 0 !important;
  padding-right: 0;
}

header .hamburger .hamburger-inner,
header .hamburger .hamburger-inner:after,
header .hamburger .hamburger-inner:before {
  height: 2px;
  border-radius: 0;
}

header .fn-show-cart,
header .fn-show-search {
  margin-right: 0.625rem;
  color: #1E1E1E;
  font-size: 1.25rem;
}

header .fn-show-cart {
  font-size: 2rem;
  position: relative;
  top: -0.1875rem;
}

.smart-search-post-holder {
  overflow: auto;
  font-family: "Open sans", sans-serif;
}

.smart-search-post-holder .smart-search-post-excerpt {
  margin-top: 0 !important;
}

#main__nav {
  height: 2.75rem;
  background: #1E1E1E;
  position: relative;
  z-index: 11;
}

#main__nav:before {
  width: 43.75rem;
  height: 2.75rem;
  content: "";
  background: #1E1E1E;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#main__nav > ul {
  list-style: none;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 64em) {
  #main__nav > ul {
    display: flex;
    max-width: calc(75rem - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}

#main__nav > ul > li {
  display: inline-block;
  height: 2.75rem;
  padding: 0;
  border-left: 1px solid #ffffff;
  background: #D8DABA;
  flex: 1;
}

#main__nav > ul > li:nth-child(1) {
  border: 0;
}

@media print, screen and (min-width: 64em) {
  #main__nav > ul > li {
    display: flex;
    align-items: stretch;
    justify-content: center;
    /*&:nth-last-child(-n+1)
    {
    	background: $black;

    	a
    	{
    		color: $white;

    		&:hover
    		{
    			background: $black;
    			color: $white;
    			border: 0;

    			&:after,
    			&:before
    			{
    				display: none;
    			}
    		}
    	}

    	&:hover
    	{
    		a
    		{
    			background: $black;
    			color: $white;
    			border: 0;

    			&:after,
    			&:before
    			{
    				display: none;
    			}
    		}
    	}
    }*/
    /*&:nth-last-child(-n+2),
    &:nth-last-child(-n+1)
    {
    	flex: 0;
    	min-width: rem-calc(40);
    }*/
  }

  #main__nav > ul > li:hover .mega__menu__container,
  #main__nav > ul > li:hover .dropdown__menu__container {
    visibility: visible;
  }

  #main__nav > ul > li:hover > a {
    background: #ffffff;
    color: #1E1E1E;
    border-bottom: 0;
    position: relative;
  }

  #main__nav > ul > li:hover > a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #1E1E1E;
    border-bottom: 0;
    content: "";
    z-index: 2;
  }

  #main__nav > ul > li:hover > a:after {
    border-bottom: 1px solid #ffffff;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    top: 0;
    z-index: 3;
  }

  #main__nav > ul > li:hover > a.onsale {
    background: #ff0000 !important;
  }

  #main__nav > ul > li:hover > a.onsale:before {
    border-color: #ff0000;
  }

  #main__nav > ul > li:hover > a.price__promise {
    background: #EC2892;
  }

  #main__nav > ul > li:hover > a.price__promise:before {
    border-color: #EC2892;
  }

  #main__nav > ul > li .dropdown__menu__container {
    backface-visibility: hidden;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #1E1E1E;
    left: auto;
    top: 100%;
    margin: 0;
    padding: 0.9375rem 0.9375rem 0.625rem;
    position: absolute;
    transition: visibility 0s linear 0s;
    -o-transition: visibility 0s linear 0s;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -webkit-transition: visibility 0s linear 0s;
    visibility: hidden;
    width: 12.5rem;
    z-index: 0;
  }

  #main__nav > ul > li .dropdown__menu__container .dropdown__menu__items {
    display: flex;
    width: 100%;
  }

  #main__nav > ul > li .dropdown__menu__container .dropdown__menu__items > div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  #main__nav > ul > li .dropdown__menu__container .dropdown__menu__items > div > div {
    width: 100%;
  }

  #main__nav > ul > li .dropdown__menu__container .dropdown__menu__items > div > div > div > a {
    display: block;
    margin-bottom: 0.3125rem;
    padding: 0.625rem 0 0.125rem;
    color: #1E1E1E;
    font-size: 1.25rem;
    line-height: 0.9375rem;
    font-weight: 500;
    font-family: "DINEngschriftStd";
    text-transform: uppercase;
  }

  #main__nav > ul > li .dropdown__menu__container .dropdown__menu__items > div > div > div > a:hover {
    background-color: #f4f3f2;
  }

  #main__nav > ul > li .dropdown__menu__container .dropdown__menu__items > div > div > div > div > a {
    display: block;
    color: #1E1E1E;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
  }

  #main__nav > ul > li .dropdown__menu__container .dropdown__menu__items > div > div > div > div > a:hover {
    background-color: #f4f3f2;
  }

  #main__nav > ul > li .dropdown__menu__container .dropdown__menu__row {
    display: flex;
    width: 100%;
  }

  #main__nav > ul > li .mega__menu__container {
    backface-visibility: hidden;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #1E1E1E;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 2.5rem;
    position: absolute;
    transition: visibility 0s linear 0s;
    -o-transition: visibility 0s linear 0s;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -webkit-transition: visibility 0s linear 0s;
    visibility: hidden;
    width: 100%;
    z-index: 0;
  }

  #main__nav > ul > li .mega__menu__container .brand__menu__items {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 2px solid rgba(30, 30, 30, 0.4) !important;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items,
  #main__nav > ul > li .mega__menu__container .brand__menu__items {
    display: flex;
    width: 60%;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items.wider,
  #main__nav > ul > li .mega__menu__container .brand__menu__items.wider {
    width: 100%;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items > div,
  #main__nav > ul > li .mega__menu__container .brand__menu__items > div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items > div > div,
  #main__nav > ul > li .mega__menu__container .brand__menu__items > div > div {
    width: calc(33.33333334% - 30px);
    margin-right: 1.875rem;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items > div > div.more-links,
  #main__nav > ul > li .mega__menu__container .brand__menu__items > div > div.more-links {
    width: calc(20% - 30px);
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items > div > div.more-links > a,
  #main__nav > ul > li .mega__menu__container .brand__menu__items > div > div.more-links > a {
    display: block;
    margin-bottom: 0.3125rem;
    padding: 0.375rem 0 0;
    color: #1E1E1E;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 500;
    font-family: "DINEngschriftStd";
    text-transform: uppercase;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items > div > div.more-links > a:hover,
  #main__nav > ul > li .mega__menu__container .brand__menu__items > div > div.more-links > a:hover {
    background-color: #f4f3f2;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items > div > div > div,
  #main__nav > ul > li .mega__menu__container .brand__menu__items > div > div > div {
    margin-bottom: 0.9375rem;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items > div > div > div > a,
  #main__nav > ul > li .mega__menu__container .brand__menu__items > div > div > div > a {
    display: block;
    margin-bottom: 0.3125rem;
    color: #1E1E1E;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 500;
    font-family: "DINEngschriftStd";
    text-transform: uppercase;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items > div > div > div > a:hover,
  #main__nav > ul > li .mega__menu__container .brand__menu__items > div > div > div > a:hover {
    background-color: #f4f3f2;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items > div > div > div > div > a,
  #main__nav > ul > li .mega__menu__container .brand__menu__items > div > div > div > div > a {
    display: block;
    padding: 0.375rem 0 0.125rem;
    color: #1E1E1E;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__items > div > div > div > div > a:hover,
  #main__nav > ul > li .mega__menu__container .brand__menu__items > div > div > div > div > a:hover {
    background-color: #f4f3f2;
  }

  #main__nav > ul > li .mega__menu__container .brand__menu__items {
    width: calc(60% - 20px);
  }

  #main__nav > ul > li .mega__menu__container .brand__menu__items > div > div > div > a {
    padding: 0.375rem 0 0.125rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  #main__nav > ul > li .mega__menu__container .brand__menu__items > div > div > div > a:hover {
    background-color: #f4f3f2;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__row {
    display: flex;
    width: 100%;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__images {
    display: flex;
    align-content: flex-start;
    width: 40%;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__images > a {
    display: block;
    align-self: flex-start;
    max-width: 50%;
    width: 200px;
    height: 200px;
    border: 1px solid #1E1E1E;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__images > a:first-child {
    margin-right: 1.25rem;
  }

  #main__nav > ul > li .mega__menu__container .mega__menu__images > a img {
    display: none;
  }
}

#main__nav > ul > li > a {
  display: flex;
  width: 100%;
  justify-content: center;
  color: #ffffff;
  background: #1E1E1E;
  font-size: 1.25rem;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "DINEngschriftStd";
  text-transform: uppercase;
  text-align: center;
}

#main__nav > ul > li > a .icon {
  padding: 0 0.2rem 0 0;
  font-family: "eq";
  font-size: 2rem;
  color: white;
}

#main__nav > ul > li > a.onsale {
  background: #ff0000 !important;
}

#main__nav > ul > li > a.onsale:before {
  border-color: #ff0000;
}

#main__nav > ul > li > a.price__promise {
  background: #EC2892;
}

#main__nav > ul > li > a.price__promise:before {
  border-color: #EC2892;
}

#main__nav > ul > li > a.price__promise:hover {
  color: #ffffff;
}

#main__nav > ul > li > a .onsale {
  min-width: auto !important;
  min-height: auto !important;
  height: 1.5625rem;
  margin: 0.625rem 0 0;
  padding: 0.375rem 0.625rem;
  border-radius: 0 !important;
  background: #ff0000 !important;
  color: #ffffff;
  font-size: 1.25rem !important;
  font-weight: 300;
  line-height: 1.25rem;
  font-family: "DINEngschriftStd";
  text-transform: uppercase;
  position: relative !important;
  left: auto !important;
  top: auto !important;
}

/*#main__nav
{
	height: rem-calc(44);
	background: $black;
	position: relative;
	z-index: 4;

	&:before
	{
		width: rem-calc(700);
		height: rem-calc(44);
		content: '';
		background: $off-green;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}

	ul
	{
		list-style: none;
		height: rem-calc(44);
		margin: 0;
		padding: 0;
		font-size: 0;
		position: relative;
		z-index: 2;
		/*border-right: 1px solid $white;* /

		li
		{
			//position: relative;
			display: inline-block;
			height: rem-calc(44);
			padding: 0;
			border-left: 1px solid $white;
			background: $off-green;
			flex: 1;

			-o-transition: opacity .15s linear;
    		-webkit-transition: opacity .15s linear;
    		transition: opacity .15s linear;

			&:hover
			{
				ul
				{
					visibility: visible;
				}

				a
				{
					background: $white;
					color: $black;
					border: 1px solid $black;
					border-bottom: 0;
					position: relative;

					&:after
					{
						border-bottom: 1px solid $white;
						content: '';
						position: absolute;
						left: 0;
						right: 0;
						bottom: -1px;
						top: 0;
						z-index: 2;
					}
				}
			}

			ul
			{
			    backface-visibility: hidden;
			    box-sizing: border-box;
			    display: flex;
			    justify-content: center;
			    left: 0;
			    top: 100%;
			    padding: 3.75rem 6.25rem 5rem;
			    position: absolute;
			    transition: visibility 0s linear 0s;
			    -o-transition: visibility 0s linear 0s;
			    -webkit-backface-visibility: hidden;
			    -webkit-box-sizing: border-box;
			    -webkit-transition: visibility 0s linear 0s;
			    visibility: hidden;
			    width: 100%;
			    z-index: 0;

			    &:before
			    {
			    	width: 100%;
			    	height: 100%;
			    	content: "";
			    	background: $white;
			    	border: 1px solid $black;
			    	position: absolute;
			    	left: 0;
			    	top: 0;
			    	z-index: 0;
			    }

			    li
			    {
			    	a
			    	{
			    		border: 0;
			    		background: none;
			    		color: $black;
			    	}
			    }
			}
		}

		a
		{
			display: flex;
			align-items: center;
			justify-content: flex-start;

			padding: 0 rem-calc(10);

			color: $black;
			font-size: rem-calc(14);
			line-height: rem-calc(44);
			font-weight: 400;
			font-family: 'Montserrat', sans-serif;
			text-transform: uppercase;

			.icon {
				padding: 0 0.2rem 0 0;
				font-family: 'eq';
				font-size: 2.0rem;
				color: white;
			}			

			@include breakpoint(large) {
				height: auto;
				width: 100%;
				justify-content: center;
				line-height: 1;
				font-size: rem-calc(12);

			}
		}		
	}

	@include breakpoint(large) {
		ul {
			display: flex;
			align-items: center;
			justify-content: center;
			max-width: calc(75rem - 30px);
			margin-left: auto;
			margin-right: auto;			

			li {
				display: flex;
				align-items: stretch;
				justify-content: center;
				flex: 1;	

				&.menu-item-has-children {
					&:hover {
						background-color: $white;	
						&:after {
							content:"";
							position: absolute;
							z-index: 1;
							top: 0;
							right: -1px;
							bottom: 0;
							left: -1px;
							border-top: 1px solid $black;
							border-right: 1px solid $black;
							border-left: 1px solid $black;
							border-bottom: 1px solid $white;					
						}
					}
				}

				&:nth-last-child(-n+2) {
					align-items: center;
					flex: 0;
					min-width: 40px;
					&:before {
						padding: 0 0.2rem;
						font-family: 'eq';
						font-size: 1.6rem;
						color: white;
						@include breakpoint(xlarge up) {
							font-size: 2.5rem;
						}
					}				
					.title {
						display: none;
					}
				}
			}
		}


		a
		{
			display: flex;
			align-items: center;
			justify-content: flex-start;

			padding: 0 rem-calc(10);

			color: $black;
			font-size: rem-calc(14);
			line-height: rem-calc(44);
			font-weight: 400;
			font-family: 'Montserrat', sans-serif;
			text-transform: uppercase;

			&:before {
				padding: 0 0.2rem 0 0;
				font-family: 'eq';
				font-size: 1.6rem;
				color: white;
				@include breakpoint(xlarge up) {
					font-size: 2.5rem;
				}

			}			

			@include breakpoint(large) {
				height: auto;
				line-height: 1;
				white-space: pre;
				font-size: rem-calc(12);
			}
		}
	}

	@include breakpoint(medium down) {
		transform : translateX(100%);
		position: fixed;
		z-index: 99;
		top: rem-calc($menu-top-margin-xs);
		bottom: 0;
		right: 0;
		left: 0;
		height: auto;
		padding-top: rem-calc(20);
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		background: $off-green;
		overflow-y: auto;
		transition-property: transform;
		transition-duration: 0.4s;
		transition-timing-function: linear;		

		&:before {
			display: none;
		}

		.logo {
			max-width: rem-calc(150);
			margin: 0 0 rem-calc(20) rem-calc(20);
		}
		.row {
			width: 100%;
			margin-top: 5rem;			
			.column {
				padding: 0;
			}
		}

		ul {
			display: block;
			width: 100%;
			height: auto;
			border: 0;

			&.expanded-menu {
				& > li > a {
					opacity: 0;
				}
			}

			li {
				display: block;
				margin-bottom: rem-calc(5);
				height: auto;
				border:none;
				&:nth-last-child(-n+3){

					a {
						.icon {
							color: $black;
						}
					}
				}
				a {
					background: none;
					transition-property: opacity;
					transition-duration: 0.4s;
					transition-timing-function: linear;					
					&:hover {
						background: rgba($black, 0.3);
					}
				}
				ul {

					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					background: $off-green;
					transform: translateX(100%);
					transition-property: transform;
					transition-duration: 0.15s;
					transition-timing-function: linear;

				}

				&.expanded {
					ul {
						display: block;
						transform: translateX(0);
					}
				}
			}
		}
		&.is-active {
			transform: translateX(0);
		}
	}

}

header,
#topbar {
	transition-property: height, padding;
	transition-duration: 0.4s;
	transition-timing-function: linear;						
}
body.show-nav {
	@include breakpoint(medium down) {
		/*overflow-y: hidden;* /
	}
}

#mega-menu {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 68px;
	height: 100vh;
	max-width: calc(75rem - 30px);
	margin: 0;
	transform: translateX(100%);
	@include breakpoint(medium down) {
		top: $menu-top-margin-xs;
		transition-property: transform;
		transition-duration: 0.2s;
		transition-timing-function: linear;		
	}

	&.expanded {
		transform: translateX(0);
	}

	@include breakpoint(large) {
		display: none;
		position: absolute;
		z-index: 12;
		top: 194px;
		left: 50%;
		height: auto;
		transform: translateX(-50%);
		border: 1px solid $black;

	}

	&:before {
		@include breakpoint(large) {
			content:"";
			position: absolute;
			top: 0;
			bottom: 0;
			left: -50%;
			width: 200vw;
			background-color: inherit;
		}
	}

	& > li {
		display: flex;
		align-items: flex-start;
		height: 100%;
		padding: rem-calc(20);
		font-size: rem-calc(18);
		text-align: left;
		background-color: $off-green;
		@include breakpoint(large up) {
			height: auto;
			padding: rem-calc(40);
			background-color: $white;
		}
		@include breakpoint(medium down) {
			display:none;
			&.expanded {
				display: block;
			}
		}
		.color-interpolationiner {
			max-width: 75rem;
			display: flex;
			align-items: flex-start;
			margin: auto;
		}

		ul, li {
			display: block;
			margin: 0;
			text-align: left;
		}
	}
	& > * {
		position: relative;
	}
	a {
		display: block;
		/*color: grey;* /
	}

	.links__list {
		position: relative;
		z-index: 2;
		@include breakpoint(large) {
			width: 50%;
			display: flex;
			align-content: flex-start;
			padding-right: rem-calc(35);
		}

		@include breakpoint(large) {
			& > * {
				position: relative;
				width: calc(50% - 30px);
			}
		}

		div {
			@include breakpoint(large) {
				margin-left: rem-calc(30);
				padding-left: rem-calc(30);
				&:after {
					content:"";
					position: absolute;
					top: 10px;
					left: 0;
					bottom: 10px;
					width: 1px;
					background: $black;
				}

			}
			ul {
				&:first-child {
					@include breakpoint(medium) {
						margin-bottom: 30px;
					}
				}
			}
		}

		h4, a {
			display: block;
			margin: 0;
			padding: rem-calc(2) 0;
			color: $black;
			text-transform: uppercase;
			font-size: 0.8rem;
			font-weight: 500;
		    font-family: "Montserrat", sans-serif;

			@include breakpoint(medium down) {
		        line-height: 2.75rem;
			    color: #1E1E1E;
			    font-size: 0.875rem;
			    line-height: 2.75rem;
			    font-weight: 400;
			    font-family: "Montserrat", sans-serif;
			    text-transform: uppercase;

		    }

			&:hover {
				@include breakpoint(medium) {
					background-color: #f4f3f2;
				}
			}		
		}

		h4 {
			color: $off-green;
		}

		.head {
			@include breakpoint(small only) {
				display: none;
			}
		}
        .head {
        	@include breakpoint(medium down) {
        		display: none!important;
        	}
        }		
	}

	.mega-menu__images {
		display: none;
		align-content: flex-start;
		width: calc(50% - 20px);
		@include breakpoint(large) {
			display: flex;
		}
		img {
			display: block;
			align-self: flex-start;
			max-width: 50%;
			border: 1px solid $black;

			&:first-child {
				margin-right: 20px;
			}
		}
	}


	.img {

	}
}*/

.search-mobile {
  display: none;
}

@media screen and (max-width: 63.99875em) {
  .search-mobile {
    visibility: hidden;
    padding: 1.25rem 0;
    background: #1E1E1E;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
  }

  .search-mobile.active {
    display: block;
    visibility: visible;
  }
}

.search-mobile .smart-search-results {
  width: 100% !important;
}

.mobile-menu {
  display: none;
}

@media screen and (max-width: 63.99875em) {
  .mobile-menu {
    visibility: hidden;
    margin-top: 7.875rem;
    padding: 0 1.25rem 1.25rem;
    background: #1E1E1E;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
  }

  .mobile-menu.active {
    display: block;
    visibility: visible;
    overflow: hidden;
    overflow-y: scroll;
  }
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 1.875rem 0 0;
  /*&.brands
  {*/
  margin-top: 0;
}

.mobile-menu ul .mp-level {
  width: 100%;
  height: 100%;
  background: #1E1E1E;
  position: absolute;
  left: 0;
  right: 0;
  top: 7.875rem;
  top: 0;
  z-index: 11;
  padding: 0 1.25rem;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: all 0.4s;
}

.mobile-menu ul .mp-level.level {
  top: 0;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .mobile-menu ul .mp-level {
    top: 9.875rem;
  }
}

.mobile-menu ul .mp-level.open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  overflow-y: scroll;
}

.mobile-menu ul .mp-level .mp-back {
  padding: 1.875rem 0 0;
}

.mobile-menu ul .mp-level .mp-back a {
  color: #4d4d4d;
  font-size: 1.125rem;
}

.mobile-menu ul .mp-level .mp-back a .nav-left-arrow {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  width: 1.125rem;
  height: 1.125rem;
  border-bottom: 2px solid #4d4d4d;
  border-left: 2px solid #4d4d4d;
  position: relative;
  top: 2px;
}

.mobile-menu ul a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.mobile-menu ul a .nav-right-arrow-container {
  position: relative;
  text-align: right;
  display: inline;
  float: right;
  right: 1.375rem;
  bottom: 0;
}

.mobile-menu ul a .nav-right-arrow-container .nav-right-arrow {
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: rotate(45deg);
  color: transparent;
  border-top: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
}

.mobile-menu ul li {
  display: block;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #4d4d4d;
}

.mobile-menu ul li:after {
  display: none;
}

.mobile-menu ul li a {
  display: block;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.mobile-menu ul li a .icon {
  display: none;
}

.mobile-menu ul li a.onsale {
  color: #ff0000;
}

.mobile-menu ul li a.price__promise {
  color: #EC2892;
}

.mobile-menu ul.sub {
  margin-top: 0.3125rem;
}

.mobile-menu ul.sub li {
  padding: 0.3125rem 0;
  border: 0;
}

.mobile-menu ul.sub li a {
  font-size: 0.75rem;
  text-transform: none;
}

.fn-show-menu,
.close__button,
.fn-search-close-menu {
  font: inherit;
  position: relative;
}

.fn-show-menu.active,
.close__button.active,
.fn-search-close-menu.active {
  top: -7px;
}

.fn-show-menu.active .hamburger-inner,
.close__button.active .hamburger-inner,
.fn-search-close-menu.active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
  background-color: #1E1E1E;
}

.fn-show-menu.active .hamburger-inner::before,
.close__button.active .hamburger-inner::before,
.fn-search-close-menu.active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-3.5714285714px, -4px, 0);
          transform: rotate(-45deg) translate3d(-3.5714285714px, -4px, 0);
  opacity: 0;
}

.fn-show-menu.active .hamburger-inner::after,
.close__button.active .hamburger-inner::after,
.fn-search-close-menu.active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
  background-color: #1E1E1E;
  bottom: -14px;
}

.fn-search-close-menu {
  display: block;
  margin-bottom: 0.9375rem;
  text-align: right;
}

.fn-search-close-menu.active .hamburger-inner {
  background-color: #ffffff;
}

.fn-search-close-menu.active .hamburger-inner:after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 25px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #1E1E1E;
  border-radius: 0px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

body.active {
  overflow: hidden;
}

#main__banner,
#mobile__main__banner {
  position: relative;
  min-height: 25rem;
  height: 25rem;
  margin: 0.9375rem 0;
  overflow: hidden;
}

#main__banner .slick-arrow,
#mobile__main__banner .slick-arrow {
  display: none;
}

#main__banner .slick-prev,
#main__banner .slick-next,
#mobile__main__banner .slick-prev,
#mobile__main__banner .slick-next {
  position: absolute;
  top: -10px;
}

@media screen and (min-width: 40em) {
  #main__banner,
  #mobile__main__banner {
    min-height: 25rem;
    height: 25rem;
  }
}

@media screen and (min-width: 64em) {
  #main__banner,
  #mobile__main__banner {
    min-height: 31.25rem;
    max-height: 43.75rem;
  }
}

#main__banner .banner__slideshow,
#main__banner .mobile__banner__slideshow,
#mobile__main__banner .banner__slideshow,
#mobile__main__banner .mobile__banner__slideshow {
  width: 100%;
  height: 100%;
  position: relative;
}

#main__banner .banner__slideshow .slick-list,
#main__banner .mobile__banner__slideshow .slick-list,
#mobile__main__banner .banner__slideshow .slick-list,
#mobile__main__banner .mobile__banner__slideshow .slick-list {
  height: 100%;
}

@media screen and (max-width: 39.99875em) {
  #main__banner .banner__slideshow .slick-list,
  #main__banner .mobile__banner__slideshow .slick-list,
  #mobile__main__banner .banner__slideshow .slick-list,
  #mobile__main__banner .mobile__banner__slideshow .slick-list {
    overflow: unset;
  }
}

#main__banner .banner__slideshow .slick-list .slick-track,
#main__banner .banner__slideshow .slick-list .slick-slide,
#main__banner .banner__slideshow .slick-list .slick-slide div,
#main__banner .banner__slideshow .slick-list .slick-slide .slide,
#main__banner .mobile__banner__slideshow .slick-list .slick-track,
#main__banner .mobile__banner__slideshow .slick-list .slick-slide,
#main__banner .mobile__banner__slideshow .slick-list .slick-slide div,
#main__banner .mobile__banner__slideshow .slick-list .slick-slide .slide,
#mobile__main__banner .banner__slideshow .slick-list .slick-track,
#mobile__main__banner .banner__slideshow .slick-list .slick-slide,
#mobile__main__banner .banner__slideshow .slick-list .slick-slide div,
#mobile__main__banner .banner__slideshow .slick-list .slick-slide .slide,
#mobile__main__banner .mobile__banner__slideshow .slick-list .slick-track,
#mobile__main__banner .mobile__banner__slideshow .slick-list .slick-slide,
#mobile__main__banner .mobile__banner__slideshow .slick-list .slick-slide div,
#mobile__main__banner .mobile__banner__slideshow .slick-list .slick-slide .slide {
  height: 100%;
}

@media screen and (max-width: 39.99875em) {
  #main__banner .banner__slideshow .slick-list .slick-slide,
  #main__banner .mobile__banner__slideshow .slick-list .slick-slide,
  #mobile__main__banner .banner__slideshow .slick-list .slick-slide,
  #mobile__main__banner .mobile__banner__slideshow .slick-list .slick-slide {
    /* Override inline style*/
    background: none !important;
  }
}

#main__banner .banner__slideshow .slick-list .slide .slide-content,
#main__banner .mobile__banner__slideshow .slick-list .slide .slide-content,
#mobile__main__banner .banner__slideshow .slick-list .slide .slide-content,
#mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
}

#main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content,
#main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content,
#mobile__main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content,
#mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content {
  text-align: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (min-width: 64em) {
  #main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content,
  #main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content,
  #mobile__main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content,
  #mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content {
    min-height: 31.25rem;
    max-height: 43.75rem;
  }
}

#main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content a,
#main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content a,
#mobile__main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content a,
#mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content a {
  display: block;
  width: 100%;
  height: 100%;
}

#main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group,
#main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group,
#mobile__main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group,
#mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 39.99875em) {
  #main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group,
  #main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group,
  #mobile__main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group,
  #mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group {
    padding: 0;
  }
}

#main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text,
#main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text,
#mobile__main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text,
#mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text {
  width: 100%;
  display: block;
  text-align: center;
}

#main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text h1,
#main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text h1,
#mobile__main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text h1,
#mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text h1 {
  color: #ffffff;
  font-size: 3.125rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 39.99875em) {
  #main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text h1,
  #main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text h1,
  #mobile__main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text h1,
  #mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text h1 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 39.99875em) {
  #main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text .button,
  #main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text .button,
  #mobile__main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text .button,
  #mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group .slide-text .button {
    width: 11.25rem;
  }
}

@media screen and (max-width: 39.99875em) {
  #main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group img,
  #main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group img,
  #mobile__main__banner .banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group img,
  #mobile__main__banner .mobile__banner__slideshow .slick-list .slide .slide-content .slide-inner-content .slide-text-group img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 39.99875em) {
  #main__banner .banner__slideshow .slick-list .button-wrapper,
  #main__banner .mobile__banner__slideshow .slick-list .button-wrapper,
  #mobile__main__banner .banner__slideshow .slick-list .button-wrapper,
  #mobile__main__banner .mobile__banner__slideshow .slick-list .button-wrapper {
    height: auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 39.99875em) {
  #main__banner .banner__slideshow .slick-dots,
  #main__banner .banner__slideshow .slick-dots-dark,
  #main__banner .mobile__banner__slideshow .slick-dots,
  #main__banner .mobile__banner__slideshow .slick-dots-dark,
  #mobile__main__banner .banner__slideshow .slick-dots,
  #mobile__main__banner .banner__slideshow .slick-dots-dark,
  #mobile__main__banner .mobile__banner__slideshow .slick-dots,
  #mobile__main__banner .mobile__banner__slideshow .slick-dots-dark {
    bottom: 2.5rem;
  }
}

#main__banner .banner__slideshow .slide-tracker-wrapper,
#main__banner .mobile__banner__slideshow .slide-tracker-wrapper,
#mobile__main__banner .banner__slideshow .slide-tracker-wrapper,
#mobile__main__banner .mobile__banner__slideshow .slide-tracker-wrapper {
  min-width: 100%;
  width: 100%;
  position: absolute;
  z-index: 13;
  bottom: 1.875rem;
}

#main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker,
#main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker,
#mobile__main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker,
#mobile__main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker {
  list-style: none;
  text-align: center;
}

#main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li,
#main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li,
#mobile__main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li,
#mobile__main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li {
  display: inline;
}

#main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon,
#main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon,
#mobile__main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon,
#mobile__main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon {
  color: transparent;
  border: 2px solid #ffffff;
  padding: 0.3125rem;
  font-size: 0px;
  margin: 0px 0.25rem;
  border-radius: 10px;
}

@media screen and (min-width: 64em) {
  #main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon,
  #main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon,
  #mobile__main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon,
  #mobile__main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon {
    padding: 0.625rem;
    margin: 0px 0.5rem;
    border-radius: 15px;
  }
}

#main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:hover,
#main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:active,
#main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:focus,
#main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:hover,
#main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:active,
#main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:focus,
#mobile__main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:hover,
#mobile__main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:active,
#mobile__main__banner .banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:focus,
#mobile__main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:hover,
#mobile__main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:active,
#mobile__main__banner .mobile__banner__slideshow .slide-tracker-wrapper .slide-tracker li .slide-icon:focus {
  background-color: #ffffff;
}

@media screen and (max-width: 39.99875em) {
  #mobile__main__banner {
    min-height: auto;
    height: auto;
  }
}

.slick-dots,
.slick-dots-dark {
  list-style: none;
  text-align: center;
  margin: 0px;
  position: relative;
  bottom: 2.5rem;
}

@media screen and (min-width: 64em) {
  .slick-dots,
  .slick-dots-dark {
    bottom: 4.375rem;
  }
}

.slick-dots li,
.slick-dots-dark li {
  display: inline-block;
}

.slick-dots li button,
.slick-dots-dark li button {
  color: transparent;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin: 0px 0.4375rem;
  width: 15px;
  height: 15px;
}

@media screen and (min-width: 64em) {
  .slick-dots li button,
  .slick-dots-dark li button {
    width: 24px;
    height: 24px;
  }
}

.slick-dots li button:focus,
.slick-dots-dark li button:focus {
  outline: none;
}

.slick-dots .slick-active button,
.slick-dots-dark .slick-active button {
  background-color: #ffffff;
}

.slick-dark .slick-dots li button {
  border: 2px solid #1E1E1E;
}

.slick-dark .slick-dots .slick-active button {
  background-color: #1E1E1E;
}

#welcome {
  padding: 1.25rem;
  background: rgba(216, 218, 186, 0.2);
}

@media print, screen and (min-width: 40em) {
  #welcome {
    padding: 1.25rem 0;
  }
}

#welcome p {
  margin: 0;
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  #welcome p br {
    display: none;
  }
}

@media print, screen and (min-width: 40em) {
  #welcome p {
    font-size: 1.625rem;
    line-height: 2.375rem;
  }
}

#cta {
  margin: 1.875rem 0;
}

#cta a {
  display: block;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  #cta a {
    margin-bottom: 20px;
  }
}

#cta a:after {
  background: rgba(30, 30, 30, 0.04);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#cta a span {
  display: none;
  width: 11.25rem;
  padding: 0.5rem 1.25rem;
  background: rgba(30, 30, 30, 0.7);
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  z-index: 2;
}

#cta .row.padding {
  padding-top: 1.875rem;
}

@media screen and (max-width: 39.99875em) {
  #cta .row.padding {
    padding-top: 0;
  }
}

#large__cta {
  overflow: hidden;
}

#large__cta div {
  height: 100%;
}

#large__cta div img {
  width: 100%;
}

#featured__products {
  margin: 1.25rem 0;
}

@media screen and (max-width: 39.99875em) {
  #featured__products a {
    display: block;
    margin-bottom: 20px;
  }
}

#featured__products a:focus {
  outline: none !important;
}

#featured__products h2 {
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

#featured__products h2 span {
  display: inline-block;
  padding: 0.5rem 0.9375rem;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

#featured__products h2:before {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #1E1E1E;
  content: "";
  position: absolute;
  left: 0;
  top: 1.375rem;
  z-index: 1;
}

#featured__products .title {
  color: #1E1E1E;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#featured__products .price {
  color: #7B7C6C;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#featured__products .price ins {
  color: #ff0000;
}

#featured__products .price ins span {
  color: #ff0000;
}

#featured__products .image {
  margin-bottom: 0.625rem;
  padding-bottom: 100%;
  border: 1px solid #eaeaea;
  position: relative;
}

#featured__products .image .thumb_1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

#featured__products .image .onsale {
  padding: 0.5rem 0.9375rem;
  background: #ff0000;
  color: #ffffff;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 1.25rem;
  z-index: 10;
}

@media screen and (max-width: 39.99875em) {
  #featured__products .image .onsale {
    top: 1.25rem;
  }
}

#featured__products .slick-prev,
#featured__products .slick-next {
  position: absolute;
  top: -1.875rem;
  right: 2.5rem;
  font-size: 1.25rem;
}

#featured__products .slick-prev:focus,
#featured__products .slick-next:focus {
  outline: none;
}

#featured__products .slick-next {
  left: auto;
  right: 0.9375rem;
}

#latest__news {
  margin-bottom: 1.875rem;
}

#latest__news h2 {
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

#latest__news h2 span {
  display: inline-block;
  padding: 0.5rem 0.9375rem;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

#latest__news h2:before {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #1E1E1E;
  content: "";
  position: absolute;
  left: 0;
  top: 1.375rem;
  z-index: 1;
}

@media screen and (max-width: 39.99875em) {
  .news__list a {
    display: block;
    margin-bottom: 20px;
  }
}

.news__list a .image {
  margin-bottom: 1.25rem;
}

.news__list a .title {
  padding: 0 1.25rem;
  color: #1E1E1E;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.recent__news__list a {
  display: block;
  margin-bottom: 0.625rem;
}

.recent__news__list a .title {
  padding: 0;
  color: #1E1E1E;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

#instagram {
  margin: 0.625rem 0 0;
}

#instagram h3 {
  color: #1E1E1E;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

#instagram h3 a {
  color: #1E1E1E;
}

@media screen and (max-width: 39.99875em) {
  #instagram .wdi_feed_wrapper .wdi_feed_item {
    width: 50%;
  }
}

#instagram .wdi_feed_wrapper .wdi_feed_item .wdi_photo_wrap {
  width: 100%;
  padding: 0;
}

#instagram .wdi_feed_wrapper .wdi_feed_item .wdi_photo_wrap .wdi_photo_wrap_inner {
  border: 0;
}

@media screen and (max-width: 39.99875em) {
  #instagram .wdi_feed_wrapper .wdi_feed_item .wdi_photo_wrap .wdi_photo_wrap_inner {
    border: 0 !important;
  }
}

#instagram .wdi_feed_wrapper .wdi_feed_item .wdi_photo_wrap .wdi_photo_wrap_inner .wdi_photo_overlay:hover {
  background-color: rgba(30, 30, 30, 0.5) !important;
}

#instagram .wdi_feed_wrapper .wdi_feed_item:first-child .wdi_photo_wrap .wdi_photo_wrap_inner {
  border-left: 0;
}

#instagram .wdi_feed_wrapper .wdi_feed_item:last-child .wdi_photo_wrap .wdi_photo_wrap_inner {
  border-right: 0;
}

.wdi_spider_popup_wrap .wdi_image_wrap .wdi_btn_container .wdi_ctrl_btn_container {
  background-color: rgba(30, 30, 30, 0.8) !important;
}

.wdi_spider_popup_wrap .wdi_image_wrap .wdi_btn_container .wdi_toggle_container {
  background: #1E1E1E !important;
}

.wdi_spider_popup_wrap .wdi_spider_popup_close {
  background-color: #1E1E1E !important;
}

.wdi_spider_popup_wrap .wdi_spider_popup_close:hover {
  color: #ffffff !important;
}

#subscribe {
  padding: 1.875rem 0;
  background: #1E1E1E;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 39.99875em) {
  #subscribe {
    padding: 1.875rem 1.25rem;
  }
}

#subscribe .message {
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}

#subscribe h3 {
  margin: 0 0 1.25rem;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#subscribe form {
  display: flex;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 39.99875em) {
  #subscribe form {
    flex-direction: column;
  }
}

#subscribe form div {
  padding: 0 0.3125rem;
}

@media screen and (max-width: 39.99875em) {
  #subscribe form div {
    padding: 0;
  }
}

#subscribe form input[type=text] {
  display: inline-block;
  width: 19.375rem;
  height: 2.1875rem;
  margin: 0;
  border: 0;
  box-shadow: none;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 39.99875em) {
  #subscribe form input[type=text] {
    display: block;
    width: 100%;
    margin-bottom: 0.3125rem;
  }
}

#subscribe form input[type=text]:focus {
  outline: none;
}

#subscribe form input[type=text]::-webkit-input-placeholder {
  color: #7B7C6C;
}

#subscribe form input[type=text]:-moz-placeholder {
  color: #7B7C6C;
}

#subscribe form input[type=text]::-moz-placeholder {
  color: #7B7C6C;
}

#subscribe form input[type=text]:-ms-input-placeholder {
  color: #7B7C6C;
}

#subscribe form input[type=text].error {
  border: 1px solid #ff0000;
}

#subscribe form button {
  display: inline-block;
  width: 5.625rem;
  height: 2.1875rem;
  margin: 0;
  padding: 0;
  background: #EDF4F9;
  color: #1E1E1E;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}

@media screen and (max-width: 39.99875em) {
  #subscribe form button {
    width: 100%;
  }
}

#subscribe form label.error {
  margin-top: 0.3125rem;
  color: #ff0000;
  font-size: 0.6875rem;
}

footer {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 64em) {
  footer {
    background: #7B7C6C;
  }
}

footer:before {
  display: block;
  height: 13.75rem;
  background: rgba(204, 204, 204, 0.2);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}

@media screen and (max-width: 63.99875em) {
  footer:before {
    height: auto;
    bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  footer:before {
    background: rgba(204, 204, 204, 0.2);
  }
}

footer:after {
  display: block;
  height: 13.75rem;
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  footer:after {
    height: 7.5rem;
  }
}

@media screen and (max-width: 39.99875em) {
  footer:after {
    height: 7.5rem;
  }
}

footer > .row {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 39.99875em) {
  footer > .row {
    flex-direction: column-reverse;
  }
}

footer > .row > .column,
footer > .row > .columns {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  footer > .row > .column:first-child > .row,
  footer > .row > .columns:first-child > .row {
    height: 10rem;
  }
}

footer > .row > .column:last-child,
footer > .row > .columns:last-child {
  background: #EDF4F9;
}

footer h2 {
  margin: 0 0 0.9375rem !important;
  color: #1E1E1E !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

footer h2:after,
footer h2:before {
  display: none !important;
}

footer h3 {
  margin-bottom: 1.875rem;
  color: #1E1E1E;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

footer h4 {
  margin: 0;
  color: #7B7C6C;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

footer p {
  color: #1E1E1E;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

footer p.email {
  padding: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-bottom: 1px solid rgba(30, 30, 30, 0.4);
}

@media screen and (max-width: 39.99875em) {
  footer p.email {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

footer p.phone {
  padding: 0 0 1rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  border-bottom: 1px solid rgba(30, 30, 30, 0.4);
}

footer p.phone a {
  color: #1E1E1E;
}

footer ul {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 39.99875em) {
  footer ul {
    margin-bottom: 0.9375rem !important;
  }
}

footer ul li {
  display: block !important;
  margin: 0 0 0.5rem;
}

footer ul li a {
  display: block !important;
  padding: 0 !important;
  color: #1E1E1E;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

footer .textwidget p {
  margin: 0;
  color: #1E1E1E;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 40em) {
  footer .customer__service {
    padding: 0 0.9375rem;
  }
}

footer .customer__service .phone a {
  color: #1E1E1E;
}

footer .customer__service .social a {
  display: inline-block;
  margin-right: 0.3125rem;
  font-size: 1.25rem;
  color: #1E1E1E;
}

footer .customer__service .credit a {
  color: #1E1E1E;
  font-size: 0.6875rem;
}

footer .customer__service .credit a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 63.99875em) {
  footer .large-9 {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }

  footer .large-9 .row:last-child {
    margin-top: 20px;
    background: #7B7C6C;
  }
}

footer img {
  display: block;
  width: 13.75rem;
  margin: 5.625rem auto 0;
}

@media screen and (max-width: 63.99875em) {
  footer img {
    margin: 1.25rem auto 0;
    padding-bottom: 20px;
  }
}

.feedback {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  position: fixed;
  top: 65%;
  left: auto;
  bottom: auto;
  right: -3px;
  z-index: 100000;
  cursor: pointer;
  -webkit-transform: rotate(270deg) translate(100%, -50%);
  transform: rotate(270deg) translate(100%, -50%);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.feedback:hover {
  right: 0;
}

.feedback .btn-feedback {
  display: inline-block;
  margin: 0;
  padding: 24px;
  background: #1E1E1E;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: #ffffff !important;
  cursor: pointer;
}

@media screen and (max-width: 39.99875em) {
  .feedback .btn-feedback {
    padding: 8px 20px;
  }
}

.feedback .btn-feedback:focus {
  outline: none;
}

.feedback-form.open .feedback-form-overlay {
  opacity: 0.8;
  visibility: visible;
}

.feedback-form.open .feedback-form-wrapper {
  visibility: visible;
}

.feedback-form .feedback-form-overlay {
  background: #1E1E1E;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  transition: all 0.3s;
  visibility: hidden;
}

.feedback-form .feedback-form-main {
  background: #ffffff;
}

.feedback-form .feedback-form-main .feedback-form-close {
  color: #ffffff;
  position: absolute;
  top: -30px;
  right: -5px;
  padding: 5px;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  /*@include breakpoint(small only)
  {
  	color: $black;
  	top: 0;
  	right: 5px;
  	z-index: 50;
  }*/
}

.feedback-form .feedback-form-main .feedback-form-content {
  height: 31.25rem;
  padding: 15px;
  overflow: auto;
  box-sizing: border-box;
  position: relative;
}

.feedback-form .feedback-form-main .feedback-form-content h3 {
  margin-bottom: 0.9375rem !important;
  font-size: 0.9375rem !important;
  line-height: 1.25rem !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

@media screen and (max-width: 39.99875em) {
  .feedback-form .feedback-form-main .feedback-form-content {
    height: 25rem;
    padding: 20px 7px 30px;
    overflow-y: scroll;
  }
}

.feedback-form .feedback-form-main .feedback-form-content #feedback .thankyou-message {
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
  background: #D8DABA;
  color: #1E1E1E;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback .row--center {
  align-items: center;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback label,
.feedback-form .feedback-form-main .feedback-form-content #feedback h3 {
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback label.error,
.feedback-form .feedback-form-main .feedback-form-content #feedback h3.error {
  margin: -1.25rem 0 0.625rem;
  color: #a31a33;
  font-size: 0.75rem;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback label span,
.feedback-form .feedback-form-main .feedback-form-content #feedback h3 span {
  font-size: 0.625rem;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback label.line__height,
.feedback-form .feedback-form-main .feedback-form-content #feedback h3.line__height {
  line-height: 1.375rem;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback label a,
.feedback-form .feedback-form-main .feedback-form-content #feedback h3 a {
  color: #1E1E1E;
  text-decoration: underline;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback .captcha label.error {
  margin-top: 0.9375rem;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback input,
.feedback-form .feedback-form-main .feedback-form-content #feedback select,
.feedback-form .feedback-form-main .feedback-form-content #feedback textarea {
  height: 50px;
  margin-bottom: 30px;
  box-shadow: none;
  border-color: #dce8e7;
  border-width: 2px;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback textarea {
  height: 100px;
  margin-top: 10px;
}

@media screen and (max-width: 39.99875em) {
  .feedback-form .feedback-form-main .feedback-form-content #feedback textarea {
    margin-top: 0;
  }
}

.feedback-form .feedback-form-main .feedback-form-content #feedback input[type=checkbox] {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
  border-color: #dce8e7;
  border-width: 2px;
  position: relative;
  top: -3px;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback input[type=file] {
  width: auto;
  height: auto;
  margin: 0 0 10px;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback .error__message {
  display: none;
  margin-top: 5px;
  color: #ff0000;
  font-size: 12px;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 15px 25px 0;
  padding: 8px 15px;
  background: #1E1E1E;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
}

.feedback-form .feedback-form-main .feedback-form-content #feedback .btn.btn--full {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 39.99875em) {
  .feedback-form .feedback-form-main .feedback-form-content #feedback .btn.btn--full {
    font-size: 0.75rem;
  }
}

.feedback-form .feedback-form-main .feedback-form-content #feedback .btn.btn--large {
  width: 300px;
  height: 60px;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1;
}

@media print, screen and (min-width: 40em) {
  .feedback-form .feedback-form-main .feedback-form-content #feedback .btn.btn--large {
    margin: 0;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .feedback-form .feedback-form-main .feedback-form-content #feedback .btn.btn--large {
    width: 100%;
    margin-top: 20px;
  }
}

.feedback-form .feedback-form-wrapper {
  width: 47.5rem;
  height: 31.25rem;
  margin-top: -15.625rem;
  margin-left: -23.75rem;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 102;
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .feedback-form .feedback-form-wrapper {
    width: auto;
    height: 25rem;
    margin: 60px 30px 30px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .feedback-form .feedback-form-wrapper .g-recaptcha > div {
    margin-left: -20px;
  }

  .feedback-form .feedback-form-wrapper .g-recaptcha iframe {
    max-width: 100%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }

  .feedback-form .feedback-form-wrapper #rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

#primary {
  padding: 2.5rem 0;
}

@media screen and (max-width: 39.99875em) {
  #primary {
    padding: 1.25rem 0;
  }
}

#primary h1 {
  margin-bottom: 1.25rem;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

#primary h2.alt {
  margin: 1.25rem 0 0.9375rem;
  color: #1E1E1E;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

#primary h3 {
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

#primary p,
#primary ul,
#primary ol {
  color: #1E1E1E;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 39.99875em) {
  #primary table,
  #primary thead,
  #primary tbody,
  #primary th,
  #primary td,
  #primary tr {
    display: block;
  }
}

@media screen and (max-width: 39.99875em) {
  .mobile__table td {
    display: block;
    width: 100% !important;
  }

  .mobile__table iframe {
    width: 100% !important;
    height: 180px !important;
  }
}

.woocommerce-breadcrumb {
  margin-bottom: 0.625rem;
  color: #b7b7b7;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 39.99875em) {
  .woocommerce-breadcrumb {
    display: none;
  }
}

.woocommerce-breadcrumb a {
  color: #1E1E1E !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.category__description {
  margin-bottom: 2.5rem;
}

.category__description h1 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.category__description h2 {
  margin-bottom: 0.9375rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.category__description h2:before {
  display: none !important;
}

.category__description h3 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.category__description h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.category__description p,
.category__description ul {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.before-shop-loop {
  height: auto;
  margin-bottom: 1.0625rem;
}

.before-shop-loop .woocommerce-result-count {
  float: left;
  display: none;
}

@media screen and (min-width: 40em) {
  .before-shop-loop .woocommerce-notices-wrapper {
    width: 100%;
  }
}

.before-shop-loop .woocommerce-notices-wrapper .button {
  width: 100%;
  max-width: 11.25rem;
  padding: 0.3125rem 0;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.before-shop-loop .woocommerce-notices-wrapper .button:hover {
  color: #1E1E1E;
}

.before-shop-loop .woocommerce-ordering {
  height: 2.1875rem;
  margin: 0 !important;
}

@media screen and (max-width: 39.99875em) {
  .before-shop-loop .woocommerce-ordering {
    float: none;
  }
}

.before-shop-loop .woocommerce-ordering select {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.before-shop-loop:before,
.before-shop-loop:after {
  display: block;
  content: "";
}

.before-shop-loop:after {
  clear: both;
}

.product__list .item {
  margin-bottom: 1.875rem !important;
  position: relative;
}

.product__list .item .image {
  margin-bottom: 0.625rem;
  padding-bottom: 100%;
  border: 1px solid #eaeaea;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .product__list .item .image {
    margin-bottom: 1.25rem;
  }
}

.product__list .item .image .thumb_1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.product__list .item .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.product__list .item .image .onsale,
.product__list .item .image .online {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0.5rem 0.9375rem;
  border-radius: 0 !important;
  background: #ff0000;
  color: #ffffff;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 1.25rem;
  left: auto !important;
  z-index: 10;
}

@media screen and (max-width: 39.99875em) {
  .product__list .item .image .onsale,
  .product__list .item .image .online {
    top: 1.25rem;
  }
}

.product__list .item .image .online {
  background: #FFD800;
}

.product__list .item .title,
.product__list .item .type {
  color: #1E1E1E;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.product__list .item .type {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.product__list .item .price {
  color: #7B7C6C !important;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.product__list .item .price ins {
  color: #ff0000;
}

.product__list .item .price ins span {
  color: #ff0000;
  font-weight: 400 !important;
}

.product__detail {
  padding: 1.25rem 0;
}

@media print, screen and (min-width: 40em) {
  .product__detail {
    padding: 2.5rem 0;
  }
}

.product__detail .product__details {
  margin-top: 1.875rem;
}

@media screen and (max-width: 39.99875em) {
  .product__detail .product__details {
    margin-top: 0;
  }
}

.product__detail .title {
  margin-bottom: 0;
  color: #1E1E1E;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 39.99875em) {
  .product__detail .title {
    margin-top: 1.25rem;
  }
}

.product__detail .sku {
  margin-bottom: 0.625rem;
  color: #1E1E1E;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.product__detail .price {
  color: #5e582d;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 39.99875em) {
  .product__detail .price {
    margin-bottom: 20px;
  }
}

.product__detail .price ins {
  color: #ff0000;
}

.product__detail .price ins span {
  color: #ff0000;
  font-weight: 400 !important;
}

.product__detail .image img {
  display: block;
  width: 100%;
}

.product__detail .thumbnails {
  display: flex;
  margin-top: 10px;
}

.product__detail .thumbnails .image {
  flex: 1;
  width: calc(25% - 10px);
  margin-right: 10px;
}

.product__detail .thumbnails .image:last-child {
  margin-right: 0;
}

.product__detail .single_add_to_cart_button {
  width: 100%;
  border-color: #2e5625 !important;
  background-color: #2e5625 !important;
  padding: 0.3125rem 0;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  opacity: 1 !important;
}

.product__detail .single_add_to_cart_button:focus,
.product__detail .single_add_to_cart_button:hover {
  color: #ffffff;
  border-color: #2e5625;
  background: #2e5625;
  box-shadow: none;
  outline: none;
}

.product__detail .single_add_to_cart_button.disabled {
  opacity: 0.5 !important;
}

.product__detail .afterpay-payment-info {
  color: #5e582d;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}

.product__detail .variations_form,
.product__detail .cart {
  margin: 0.625rem 0;
  padding: 0 0 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .product__detail .variations_form,
  .product__detail .cart {
    width: 15.625rem;
    margin: 1.875rem 0 0.625rem;
  }
}

.product__detail .variations_form .variations,
.product__detail .cart .variations {
  margin-bottom: 0;
}

.product__detail .variations_form .variations thead,
.product__detail .variations_form .variations tbody,
.product__detail .variations_form .variations tfoot,
.product__detail .cart .variations thead,
.product__detail .cart .variations tbody,
.product__detail .cart .variations tfoot {
  border: 0;
  background: none;
}

.product__detail .variations_form .variations tbody tr:nth-child(even),
.product__detail .cart .variations tbody tr:nth-child(even) {
  background: none;
}

.product__detail .variations_form .variations .label,
.product__detail .variations_form .variations .reset_variations,
.product__detail .cart .variations .label,
.product__detail .cart .variations .reset_variations {
  display: none !important;
}

.product__detail .variations_form .variations .value,
.product__detail .cart .variations .value {
  padding: 0;
}

.product__detail .variations_form select,
.product__detail .cart select {
  height: 2.25rem;
  margin-bottom: 0.625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  border: 1px solid #1E1E1E;
  background-image: url("/wp-content/themes/eqsaddleworld/assets/img/arrow.png");
  background-size: 10px 10px;
  box-shadow: none;
  color: #1E1E1E;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.product__detail .variations_form select:focus,
.product__detail .variations_form select:hover,
.product__detail .cart select:focus,
.product__detail .cart select:hover {
  border-color: #1E1E1E;
  outline: none;
}

.product__detail .variations_form .qty,
.product__detail .cart .qty {
  height: 2.25rem;
  margin-bottom: 0.625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 1.5rem;
  border: 1px solid #1E1E1E;
  background-image: url("/wp-content/themes/eqsaddleworld/assets/img/arrow.png");
  background-size: 10px 10px;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #1E1E1E;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: left;
}

.product__detail .variations_form .qty:focus,
.product__detail .variations_form .qty:hover,
.product__detail .cart .qty:focus,
.product__detail .cart .qty:hover {
  border-color: #1E1E1E;
  outline: none;
}

.product__detail .variations_form .qty::-webkit-input-placeholder,
.product__detail .cart .qty::-webkit-input-placeholder {
  color: #1E1E1E;
}

.product__detail .variations_form .qty:-moz-placeholder,
.product__detail .cart .qty:-moz-placeholder {
  color: #1E1E1E;
}

.product__detail .variations_form .qty::-moz-placeholder,
.product__detail .cart .qty::-moz-placeholder {
  color: #1E1E1E;
}

.product__detail .variations_form .qty:-ms-input-placeholder,
.product__detail .cart .qty:-ms-input-placeholder {
  color: #1E1E1E;
}

.product__detail #wc-stripe-payment-request-wrapper {
  display: none !important;
}

.product__detail .woocommerce-variation-availability p,
.product__detail .in-stock p,
.product__detail .error_msg p {
  color: #1E1E1E;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
}

.product__detail .woocommerce-variation-availability p.out-of-stock,
.product__detail .in-stock p.out-of-stock,
.product__detail .error_msg p.out-of-stock {
  color: #ff0000;
}

.product__detail .woocommerce-variation-availability p.out-of-stock a,
.product__detail .in-stock p.out-of-stock a,
.product__detail .error_msg p.out-of-stock a {
  color: #ff0000;
  text-decoration: underline;
}

.product__detail .woocommerce-variation-availability p.in-stock,
.product__detail .in-stock p.in-stock,
.product__detail .error_msg p.in-stock {
  color: #5e582d;
}

.product__detail .error_msg p {
  color: #ff0000;
}

.product__detail .stock {
  color: #1E1E1E;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
}

.product__detail .stock.out-of-stock {
  color: #ff0000;
}

.product__detail .stock.out-of-stock a {
  color: #ff0000;
  text-decoration: underline;
}

.product__detail .stock.in-stock {
  color: #5e582d;
}

.product__detail .click__collect {
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .product__detail .click__collect {
    width: 15.625rem;
  }
}

.product__detail .click__collect h3 {
  background: #5e582d;
  margin: 0;
  padding: 0.3125rem 0;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.product__detail .click__collect input {
  width: 100%;
  height: 2.25rem;
  margin-bottom: 0.625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border: 1px solid #1E1E1E;
  box-shadow: none;
  color: #1E1E1E;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Open Sans", sans-serif;
}

.product__detail .click__collect input:focus,
.product__detail .click__collect input:hover {
  border-color: #1E1E1E;
  outline: none;
}

.product__detail .click__collect input::-webkit-input-placeholder {
  color: #515151;
}

.product__detail .click__collect input:-moz-placeholder {
  color: #515151;
}

.product__detail .click__collect input::-moz-placeholder {
  color: #515151;
}

.product__detail .click__collect input:-ms-input-placeholder {
  color: #515151;
}

.product__detail .details {
  margin-bottom: 1.25rem;
}

.product__detail .details h3 {
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.product__detail .details p,
.product__detail .details ul {
  color: #1E1E1E;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
}

.product__detail .hide__cart__message p {
  color: #1E1E1E;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
}

.product__detail .related h4 {
  color: #1E1E1E;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.woocommerce-pagination {
  margin-top: 1.875rem;
}

.woocommerce-pagination ul {
  margin: 0 !important;
  border-color: #1E1E1E !important;
  text-align: center;
}

.woocommerce-pagination ul li {
  display: inline-block;
  border-color: #1E1E1E !important;
  border-right: 1px solid #1E1E1E !important;
}

.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li button {
  display: block;
  padding: 0.21875rem 0.9375rem !important;
  color: #1E1E1E;
  font-weight: 400;
  font-size: 0.75rem !important;
  line-height: 1.25rem !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
}

@media screen and (max-width: 39.99875em) {
  .woocommerce-pagination ul li span,
  .woocommerce-pagination ul li a,
  .woocommerce-pagination ul li button {
    font-size: 0.625rem !important;
  }
}

.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a.current,
.woocommerce-pagination ul li button.current {
  background: #1E1E1E;
  color: #ffffff;
}

.woocommerce-pagination ul li span:disabled,
.woocommerce-pagination ul li a:disabled,
.woocommerce-pagination ul li button:disabled {
  color: #9e9e9e;
}

.woocommerce-pagination ul li a:hover {
  background: #eaeaea;
}

.woocommerce .button.single_add_to_cart_button {
  width: 100%;
  border-color: #2e5625 !important;
  background-color: #2e5625 !important;
  padding: 0.3125rem 0;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  opacity: 1 !important;
}

.woocommerce .button.single_add_to_cart_button:focus,
.woocommerce .button.single_add_to_cart_button:hover {
  color: #ffffff;
  border-color: #2e5625;
  background: #2e5625;
  box-shadow: none;
  outline: none;
}

.woocommerce .button.single_add_to_cart_button.disabled {
  opacity: 0.5 !important;
}

.woocommerce .button.single_add_to_cart_button.loading:after {
  top: 0.3125rem !important;
}

.woocommerce .button.loading:after {
  top: 0.3125rem !important;
}

.yith-wacp-related-product a {
  text-align: center !important;
}

.yith-wacp-related-product a .title {
  color: #1E1E1E;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.yith-wacp-related-product a .product-image {
  margin-bottom: 0.625rem;
  padding-bottom: 100%;
  border: 1px solid #eaeaea;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .yith-wacp-related-product a .product-image {
    margin-bottom: 1.25rem;
  }
}

.yith-wacp-related-product a .product-image .thumb_1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.yith-wacp-related-product a .product-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.yith-wacp-related-product a .product-image .onsale,
.yith-wacp-related-product a .product-image .online {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0.5rem 0.9375rem;
  border-radius: 0 !important;
  background: #ff0000;
  color: #ffffff;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 1.25rem;
  left: auto !important;
  z-index: 10;
}

@media screen and (max-width: 39.99875em) {
  .yith-wacp-related-product a .product-image .onsale,
  .yith-wacp-related-product a .product-image .online {
    top: 1.25rem;
  }
}

.yith-wacp-related-product a .product-image .online {
  background: #FFD800;
}

.yith-wacp-related-product a .price {
  color: #7B7C6C !important;
  font-size: 1.25rem !important;
  line-height: 1.625rem !important;
  font-weight: 300 !important;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.yith-wacp-related-product a .price del,
.yith-wacp-related-product a .price ins {
  font-size: 1.25rem !important;
  line-height: 1.625rem !important;
}

.yith-wacp-related-product a .price ins {
  color: #ff0000 !important;
}

.yith-wacp-related-product a .price ins span {
  color: #ff0000 !important;
  font-weight: 400 !important;
}

.price-form.open .price-form-overlay {
  opacity: 0.8;
  visibility: visible;
}

.price-form.open .price-form-wrapper {
  visibility: visible;
}

.price-form .price-form-overlay {
  background: #1E1E1E;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  transition: all 0.3s;
  visibility: hidden;
}

.price-form .price-form-main {
  background: #ffffff;
}

.price-form .price-form-main .price-form-close {
  color: #ffffff;
  position: absolute;
  top: -30px;
  right: -5px;
  padding: 5px;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  /*@include breakpoint(small only)
  {
  	color: $black;
  	top: 0;
  	right: 5px;
  	z-index: 50;
  }*/
}

.price-form .price-form-main .price-form-content {
  height: 25rem;
  padding: 15px;
  overflow: auto;
  box-sizing: border-box;
  position: relative;
}

.price-form .price-form-main .price-form-content h3 {
  margin-bottom: 0.9375rem !important;
  font-size: 0.9375rem !important;
  line-height: 1.25rem !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

@media screen and (max-width: 39.99875em) {
  .price-form .price-form-main .price-form-content {
    height: 25rem;
    padding: 20px 7px 30px;
    overflow-y: scroll;
  }
}

.price-form .price-form-main .price-form-content #price .thankyou-message {
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
  background: #D8DABA;
  color: #1E1E1E;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.price-form .price-form-main .price-form-content #price .row--center {
  align-items: center;
}

.price-form .price-form-main .price-form-content #price label,
.price-form .price-form-main .price-form-content #price h3 {
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.price-form .price-form-main .price-form-content #price label.error,
.price-form .price-form-main .price-form-content #price h3.error {
  margin: -1.25rem 0 0.625rem;
  color: #a31a33;
  font-size: 0.75rem;
}

.price-form .price-form-main .price-form-content #price label span,
.price-form .price-form-main .price-form-content #price h3 span {
  font-size: 0.625rem;
}

.price-form .price-form-main .price-form-content #price label.line__height,
.price-form .price-form-main .price-form-content #price h3.line__height {
  line-height: 1.375rem;
}

.price-form .price-form-main .price-form-content #price label a,
.price-form .price-form-main .price-form-content #price h3 a {
  color: #1E1E1E;
  text-decoration: underline;
}

.price-form .price-form-main .price-form-content #price .captcha label.error {
  margin-top: 0.9375rem;
}

.price-form .price-form-main .price-form-content #price input,
.price-form .price-form-main .price-form-content #price select,
.price-form .price-form-main .price-form-content #price textarea {
  height: 50px;
  margin-bottom: 30px;
  box-shadow: none;
  border-color: #dce8e7;
  border-width: 2px;
}

.price-form .price-form-main .price-form-content #price textarea {
  height: 100px;
  margin-top: 10px;
}

@media screen and (max-width: 39.99875em) {
  .price-form .price-form-main .price-form-content #price textarea {
    margin-top: 0;
  }
}

.price-form .price-form-main .price-form-content #price input[type=checkbox] {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
  border-color: #dce8e7;
  border-width: 2px;
  position: relative;
  top: -3px;
}

.price-form .price-form-main .price-form-content #price input[type=file] {
  width: auto;
  height: auto;
  margin: 0 0 10px;
}

.price-form .price-form-main .price-form-content #price .error__message {
  display: none;
  margin-top: 5px;
  color: #ff0000;
  font-size: 12px;
}

.price-form .price-form-main .price-form-content #price .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 15px 25px 0;
  padding: 8px 15px;
  background: #1E1E1E;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
}

.price-form .price-form-main .price-form-content #price .btn.btn--full {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 39.99875em) {
  .price-form .price-form-main .price-form-content #price .btn.btn--full {
    font-size: 0.75rem;
  }
}

.price-form .price-form-main .price-form-content #price .btn.btn--large {
  width: 300px;
  height: 60px;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1;
}

@media print, screen and (min-width: 40em) {
  .price-form .price-form-main .price-form-content #price .btn.btn--large {
    margin: 0;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .price-form .price-form-main .price-form-content #price .btn.btn--large {
    width: 100%;
    margin-top: 20px;
  }
}

.price-form .price-form-wrapper {
  width: 47.5rem;
  height: 25rem;
  margin-top: -12.5rem;
  margin-left: -23.75rem;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 102;
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .price-form .price-form-wrapper {
    width: auto;
    height: 25rem;
    margin: 60px 30px 30px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .price-form .price-form-wrapper .g-recaptcha > div {
    margin-left: -20px;
  }

  .price-form .price-form-wrapper .g-recaptcha iframe {
    max-width: 100%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }

  .price-form .price-form-wrapper #rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.product__components {
  position: relative;
}

.price__match {
  width: 12.5rem;
  position: absolute;
  right: 6.25rem;
  bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .price__match {
    width: 9.375rem;
    margin: 0 auto;
    position: relative;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .price__match {
    width: 9.375rem;
    position: relative;
    right: 0;
    bottom: 0;
  }
}

.product-totals-html {
  display: none !important;
}

.ad-gallery {
  width: 100%;
  position: relative;
}

.ad-gallery .onsale,
.ad-gallery .online {
  min-width: auto !important;
  min-height: auto !important;
  padding: 0.5rem 0.9375rem !important;
  border-radius: 0 !important;
  background: #ff0000 !important;
  color: #ffffff !important;
  font-weight: 300 !important;
  font-size: 0.875rem !important;
  line-height: 0.875rem !important;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase !important;
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: 1.25rem !important;
  z-index: 10 !important;
}

@media screen and (max-width: 39.99875em) {
  .ad-gallery .onsale,
  .ad-gallery .online {
    top: 1.25rem !important;
  }
}

.ad-gallery .online {
  background: #FFD800 !important;
}

.ad-gallery,
.ad-gallery * {
  margin: 0;
  padding: 0;
}

.ad-gallery .ad-image-wrapper {
  width: 100%;
  height: 570px;
  margin-bottom: 15px;
  position: relative;
  background-color: #fff !important;
  border: 1px solid #eaeaea !important;
  overflow: hidden;
}

@media screen and (max-width: 39.99875em) {
  .ad-gallery .ad-image-wrapper {
    height: 18.75rem;
  }
}

.ad-gallery .ad-image-wrapper .ad-loader {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.ad-gallery .ad-image-wrapper .ad-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 100;
}

.ad-gallery .ad-image-wrapper .ad-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 100;
}

.ad-gallery .ad-image-wrapper .ad-prev,
.ad-gallery .ad-image-wrapper .ad-next {
  /* Or else IE will hide it */
  background: url(/img/non-existing.jpg);
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image,
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  background: url(/img/ad_prev.png);
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  top: 47%;
  left: 0;
  z-index: 101;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  background: url(/img/ad_next.png);
  width: 30px;
  height: 30px;
  right: 0;
  left: auto;
}

.ad-gallery .ad-image-wrapper .ad-image {
  display: flex;
  align-items: center;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
}

.ad-gallery .ad-image-wrapper .ad-image a img {
  border: 0;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 7px;
  text-align: left;
  width: 100%;
  z-index: 2;
  background: url(/img/opa75.png);
  color: #000;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  background: none;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
  display: block;
}

.ad-gallery .ad-controls {
  height: 20px;
}

.ad-gallery .ad-info {
  float: left;
}

.ad-gallery .ad-slideshow-controls {
  float: right;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start,
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
  padding-left: 5px;
  cursor: pointer;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
  padding-left: 5px;
  font-size: 0.9em;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
  cursor: default;
  font-style: italic;
}

.ad-gallery .ad-nav {
  width: 100%;
  position: relative;
}

.ad-gallery .ad-forward,
.ad-gallery .ad-back {
  display: none !important;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
  border: 1px solid #666 !important;
  background-color: #FFF !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  opacity: 1 !important;
}

/* IE 6 doesn't like height: 100% */

.ad-gallery .ad-back {
  cursor: pointer;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.ad-gallery .ad-forward {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 20px;
  right: 0;
}

.ad-gallery .ad-nav .ad-thumbs {
  overflow: hidden;
  width: 100%;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
  float: none;
  width: 9000px;
  list-style: none;
  display: flex !important;
  align-items: center;
}

.ad-gallery .ad-thumbs li {
  float: left;
  width: 85px;
  height: 100px;
  margin: 0 8px 0 0;
  padding: 0 !important;
}

@media screen and (max-width: 39.99875em) {
  .ad-gallery .ad-thumbs li {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.ad-gallery .ad-thumbs li a {
  display: block;
  display: flex;
  height: 100px;
  align-items: center;
  border: 1px solid #eaeaea !important;
}

@media screen and (max-width: 39.99875em) {
  .ad-gallery .ad-thumbs li a {
    height: 3.125rem;
  }
}

.ad-gallery .ad-thumbs li a img {
  border: none;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}

.ad-gallery .ad-thumbs li a.ad-active img {
  border: none;
}

/* Can't do display none, since Opera won't load the images then */

.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

.ad-controls {
  display: none !important;
}

#mobile-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobile-gallery ul li {
  display: inline-block;
}

/*


   Magic Zoom  v5.2.5 
   Copyright 2018 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoom/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
  box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
  display: inline-block;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr !important;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.MagicZoom {
  -webkit-transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}

figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.MagicZoom img,
.mz-figure img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
}

.MagicZoom > img,
.mz-figure > img {
  width: 100%;
  height: auto;
}

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
  width: 100%;
  max-width: none !important;
}

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
  cursor: default !important;
}

.mz-figure.mz-active,
.mz-expand {
  touch-action: none;
}

.mz-lens,
.mz-zoom-window {
  position: absolute !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.mz-lens img,
.mz-zoom-window img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important;
}

.mz-lens img {
  transition: none !important;
}

.mz-zoom-window {
  z-index: 2000000000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mz-zoom-window.mz-magnifier {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-clip: content;
  cursor: none;
}

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
  pointer-events: auto !important;
  cursor: inherit !important;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
  z-index: 2147483647;
}

.mz-zoom-window img {
  width: auto;
  height: auto;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto !important;
  transition: none !important;
  -webkit-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
}

.mz-zoom-window.mz-preview img {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.lt-ie9-magic .mz-zoom-window img {
  margin: 0 !important;
}

.mz-expand-controls {
  z-index: 2147483647;
}

.mz-fade {
  transition: opacity 0.25s;
}

.mz-hidden {
  opacity: 0;
}

.mz-visible {
  opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
}

.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
  display: none !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
  transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
  top: 0 !important;
  left: 0 !important;
}

.mz-expanded-view-open,
.mz-expanded-view-open body {
  overflow: hidden !important;
}

.mz-expanded-view-open body {
  height: auto !important;
}

/**
 * Main figure
 */

.mz-figure.mz-active {
  background: #fff;
}

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
  cursor: pointer;
  cursor: zoom-in;
}

.mz-figure.mz-active.mz-no-expand {
  cursor: crosshair;
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
  cursor: crosshair;
  cursor: zoom-out;
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
  cursor: none;
}

.mz-figure.mz-magnifier-zoom.mz-active {
  overflow: visible !important;
}

.mz-figure.mz-active > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
  -webkit-filter: grayscale(80%) opacity(60%);
  filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active > img {
  opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active > img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}

.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
  opacity: 0;
}

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
  opacity: 1;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
  filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
  background: transparent;
}

/**
 * Zoom lens
 */

.mz-lens {
  border: 1px solid #aaa;
  border-color: rgba(170, 170, 170, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: none;
  z-index: 10;
  opacity: 0;
}

.mz-figure.mz-active .mz-lens {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
  border-radius: 50%;
  opacity: 0;
  cursor: none;
}

/**
 * Zoom window
 */

.mz-zoom-window {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.mz-zoom-window.mz-magnifier {
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
}

.mz-zoom-window.mz-magnifier:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  z-index: 1;
}

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
  border-radius: 0 !important;
}

.lt-ie9-magic .mz-zoom-window {
  border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
  border: none;
  box-shadow: none;
}

/* Caption in zoom window */

.mz-zoom-window .mz-caption {
  background: #777;
  color: #fff;
  font-size: 10pt;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 150;
  padding: 3px;
  width: 100%;
  line-height: normal !important;
  text-align: center !important;
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
  filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
  top: auto;
  bottom: 0;
}

.mz-zoom-window.mz-expanded > .mz-caption {
  display: none;
}

/* Zoom window animations */

.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
  transition-duration: 0.25s, 0.25s, 0.25s;
}

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
  opacity: 0;
  z-index: -100;
}

.mz-zoom-window.mz-p-right {
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
}

/* Inner mode animation */

.mz-zoom-window > img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
  transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}

/* Magnifier mode animation */

.mz-zoom-window.mz-p-magnifier {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

/* Preview mode animation */

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
  transition-duration: 0.2s;
}

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
  opacity: 0;
}

/**
 * Hint & Loading
 */

.mz-hint,
.mz-loading {
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s ease;
}

.mz-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  background-color: transparent;
  transition: opacity 0.25s ease, z-index 0.25s ease;
}

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: 0.7em 1.1em;
}

.mz-hint-message:before {
  content: "⊕";
  font-family: serif;
  font-size: 1.5em;
  speak: none;
  text-align: center;
  vertical-align: -2px;
  margin-right: 6px;
  transition: opacity 0.25s ease;
}

.mobile-magic .mz-hint-message:before {
  display: none;
}

.mz-hint-hidden {
  opacity: 0;
  z-index: -1;
  transition-delay: 0.6s;
}

/* Hint in the expanded view on mobile */

.mz-expand .mz-hint {
  font-size: 18px;
  line-height: 1.1em;
  top: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mz-expand .mz-hint-message {
  padding: 1.1em;
}

.mz-expand .mz-hint-message:before {
  display: none;
}

.mz-expand .mz-hint-hidden {
  transition-delay: 1s;
  opacity: 0;
}

/* Loading indicator */

.mz-loading {
  font-size: 0;
  border-radius: 100%;
  opacity: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mz-loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  box-sizing: border-box;
}

.mz-loading.shown {
  opacity: 1;
  z-index: 1;
  transition: opacity 0s;
}

.mz-loading.shown:after {
  -webkit-animation: spin-loading 0.9s infinite linear;
  animation: spin-loading 0.9s infinite linear;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lt-ie10-magic .mz-loading {
  border-radius: 2em;
  font-size: 12px;
  padding: 0.7em 1.1em;
  width: auto;
  height: auto;
}

.lt-ie10-magic .mz-loading:after {
  content: "Loading...";
  text-indent: 0;
  border: none;
  position: relative;
}

.lt-ie9-magic .mz-loading {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 126px;
  margin: auto;
}

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#7c31333D", EndColorStr="#7c31333D");
}

.lt-ie9-magic .mz-hint-hidden {
  filter: alpha(opacity=0);
}

/**
 * Expanded view
 */

.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
  width: auto !important;
  height: auto !important;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
  min-width: 100% !important;
  min-height: 100% !important;
}

.mz-expand {
  background-color: black;
  text-align: center;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  z-index: 2100000000;
  position: fixed;
  width: auto;
  height: auto;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-overflow-style: none;
}

/* Expanded view background */

.mz-expand .mz-expand-bg {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  z-index: -100;
  max-width: none !important;
  max-height: none !important;
  -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  -webkit-perspective: 600px;
  perspective: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

.mz-expand .mz-expand-bg > img {
  margin: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
  -webkit-filter: blur(20px) brightness(60%);
  filter: blur(20px) brightness(60%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-expand .mz-expand-bg > svg {
  margin: auto;
  opacity: 0.6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
  display: none !important;
}

.lt-ie9-magic .mz-expand {
  background: #1f1f1f;
}

[data-magic-ua=edge] .mz-expand {
  background-color: rgba(31, 31, 31, 0.96);
}

/** Plain backgrounds: dark-bg, white-bg **/

.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
  display: none !important;
}

.mz-expand.dark-bg {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0.96);
}

.mz-expand.white-bg {
  background-color: #fff;
}

/* Expanded view stage */

.mz-expand .mz-expand-stage {
  z-index: 2100000000;
  padding: 0;
}

.mz-expand .mz-expand-stage .mz-image-stage {
  z-index: 50;
  left: 120px;
  right: 120px;
  padding: 20px 0 40px 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 120px;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding: 0 !important;
  left: 0;
  right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 0;
  line-height: 100%;
  width: 0;
}

.mz-expand .mz-image-stage > figure {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 100%;
  position: relative;
}

.mz-expand .mz-figure {
  overflow: visible;
  max-width: 100% !important;
}

.mz-expand .mz-figure > img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
  width: 100%;
  height: 100%;
}

.mz-expand .mz-figure {
  cursor: pointer;
  cursor: zoom-in;
}

.mz-expand .mz-figure.mz-active {
  cursor: crosshair;
  cursor: zoom-out;
}

/* When inner zoom is always shown */

.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
  z-index: 1;
  position: absolute !important;
  top: -5000px !important;
  bottom: -5000px !important;
  left: -5000px !important;
  right: -5000px !important;
  margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
  filter: alpha(opacity=100);
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
  overflow: hidden;
  filter: alpha(opacity=100);
}

/* Caption in expanded view */

.mz-expand .mz-caption {
  color: #fff;
  text-shadow: 0px 0px 46px #000;
  padding: 10px 4px;
  font: normal 10pt/1em "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
}

.mz-expand .mz-caption.mz-show {
  transition: opacity 0.15s ease-out;
  opacity: 1;
}

.mz-expand .mz-caption a {
  color: inherit;
  cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
  color: #555;
  text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
  top: 100%;
}

.mz-expand .mz-zoom-window {
  box-shadow: none;
  background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
  border: 0;
}

/* Expanded view on mobile */

.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
  left: 0px;
  right: 0px;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
  bottom: 0px;
}

.mobile-magic .mz-expand-stage .mz-image-stage {
  padding: 0;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 5px 0 60px;
}

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding-top: 0;
}

.mobile-magic .mz-expand .mz-expand-thumbnails {
  padding: 0;
  height: 60px;
}

/**
 * Buttons & Arrows
 */

.mz-expand-controls,
button.mz-button {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
}

button.mz-button {
  color: #b4b4b4 !important;
  font: 900 34px/1 "magictoolbox-thin" !important;
  cursor: pointer;
  z-index: 90 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 100% !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

button.mz-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
}

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
  margin: auto 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}

button.mz-button.mz-button-prev {
  left: 0 !important;
}

button.mz-button.mz-button-next {
  right: 0 !important;
}

button.mz-button.mz-button-close {
  font-size: 26px !important;
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important;
}

:root:not(.mobile-magic) button.mz-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  transition: color 0.25s, border-color 0.25s, -webkit-transform 0.25s !important;
  transition: color 0.25s, border-color 0.25s, transform 0.25s !important;
  transition: color 0.25s, border-color 0.25s, transform 0.25s, -webkit-transform 0.25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover {
  color: #b4b4b4 !important;
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.mobile-magic button.mz-button {
  transition: -webkit-transform 0.1s !important;
  transition: transform 0.1s !important;
  transition: transform 0.1s, -webkit-transform 0.1s !important;
}

.mobile-magic button.mz-button:active {
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(0.95) !important;
  transform: scale(0.95) !important;
}

button.mz-button.mz-button-close:before {
  content: "ꀁ";
}

button.mz-button.mz-button-prev:before {
  content: "ꀂ";
}

button.mz-button.mz-button-next:before {
  content: "ꀃ";
}

@media screen and (max-device-width: 767px) {
  button.mz-button-prev,
  button.mz-button-next {
    display: none !important;
  }

  .mobile-magic .mz-expand button.mz-button {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(49, 51, 61, 0.3) !important;
    border-color: transparent !important;
  }
}

.lt-ie9-magic button.mz-button {
  border: 0;
  filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
  filter: alpha(opacity=100);
}

/**
 * Thumbnails
 */

/* Thumbnails on the page */

a[data-zoom-id],
.mz-thumb,
.mz-thumb:focus {
  display: inline-block;
  line-height: 0;
  outline: none;
}

a[data-zoom-id] img,
.mz-thumb img {
  border: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

.mz-thumb-selected img {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.no-cssfilters-magic .mz-thumb:hover,
.no-cssfilters-magic .mz-thumb.mz-thumb-selected {
  background: #000;
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.no-cssfilters-magic .mz-thumb-selected img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ie9-magic .mz-thumb img {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

/* Thumbnails in expanded view */

.mz-expand-thumbnails {
  z-index: 50;
  position: absolute;
  bottom: 0;
  left: 65px;
  right: 65px;
  height: 80px;
  padding: 10px 0;
  box-sizing: border-box;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumb {
  padding: 10px 2px;
}

.mz-expand-thumbnails .magic-thumb > img {
  cursor: pointer;
  height: 40px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.mz-expand-thumbnails .magic-thumb-selected img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
  box-shadow: none;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
  opacity: 0;
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/

.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 40px;
}

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
  display: none;
}

.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 0;
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

.magic-thumbs {
  direction: ltr;
  overflow: visible;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
}

.magic-thumbs {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.magic-thumbs.no-buttons {
  padding: 0 !important;
}

.magic-thumbs-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.magic-thumbs ul {
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
  left: 0 !important;
  padding: 0 !important;
  transition: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.magic-thumbs ul li {
  margin: 0 4px;
  height: 100%;
  width: auto;
  vertical-align: top;
  line-height: 0;
  display: inline-block;
}

.magic-thumbs ul li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.magic-thumbs ul li > img {
  width: auto;
  height: auto;
  max-width: none !important;
  max-height: 100% !important;
  vertical-align: middle;
}

.ie8-magic .magic-thumbs ul li > img {
  max-width: none !important;
  max-height: none !important;
}

/* vertical */

.magic-thumbs.magic-thumbs-vertical {
  height: 100%;
}

.magic-thumbs-vertical {
  padding: 30px 0;
}

.magic-thumbs-vertical ul {
  height: auto;
  width: 100%;
  white-space: normal;
}

.magic-thumbs-vertical ul li {
  width: 100%;
  height: auto;
}

.magic-thumbs-vertical ul li {
  margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
  max-width: 100% !important;
  max-height: none !important;
}

.ie8-magic .magic-thumbs-vertical ul li > img {
  width: 100%;
}

/**
 * Buttons
 */

.magic-thumbs button.magic-thumbs-button {
  color: #b4b4b4 !important;
  font: 900 24px/1 "magictoolbox-thin" !important;
  cursor: pointer;
  z-index: 90 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  overflow: hidden;
  position: absolute;
  text-transform: none !important;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  width: 30px;
  height: 100%;
  top: 0;
  bottom: 0;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.magic-thumbs button.magic-thumbs-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
}

.magic-thumbs .magic-thumbs-button-prev {
  left: 0;
}

.magic-thumbs .magic-thumbs-button-next {
  right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before {
  content: "ꀂ";
}

.magic-thumbs .magic-thumbs-button-next:before {
  content: "ꀃ";
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  transition: color 0.25s, -webkit-transform 0.25s !important;
  transition: color 0.25s, transform 0.25s !important;
  transition: color 0.25s, transform 0.25s, -webkit-transform 0.25s !important;
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
  color: #b4b4b4 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

/* Vertical buttons */

.magic-thumbs-vertical .magic-thumbs-button {
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
}

.magic-thumbs-vertical .magic-thumbs-button-prev {
  top: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-next {
  bottom: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
  content: "ꀅ";
}

.magic-thumbs-vertical .magic-thumbs-button-next:before {
  content: "ꀄ";
}

.magic-thumbs.no-buttons .magic-thumbs-button {
  display: none !important;
}

.magic-thumbs-button-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.cart {
  padding: 2.5rem 0;
}

@media screen and (max-width: 39.99875em) {
  .cart {
    padding: 1.25rem 0;
  }
}

@media screen and (min-width: 40em) {
  .cart .woocommerce-info {
    font-weight: 700;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-family: "Montserrat", sans-serif;
  }
}

#account_password_field .woocommerce-input-wrapper {
  display: block;
  position: relative;
}

#account_password_field .woocommerce-input-wrapper #account_show_password {
  width: 2.0625rem;
  height: 2.0625rem;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.woocommerce h2,
.woocommerce h3 {
  padding: 0;
  color: #1E1E1E;
  font-weight: 700;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.woocommerce address {
  border-radius: 0 !important;
  border-bottom-width: 1px !important;
  border-right-width: 1px !important;
  font-size: 0.75rem !important;
  font-family: "Montserrat", sans-serif;
}

.woocommerce address p {
  margin: 0;
  font-size: 0.75rem !important;
  font-family: "Montserrat", sans-serif;
  line-height: unset !important;
}

.woocommerce .woocommerce-notice--success {
  margin-bottom: 2.5rem !important;
  font-size: 1.375rem !important;
  font-family: "Montserrat", sans-serif;
}

.woocommerce .woocommerce-thankyou-order-received {
  color: #1E1E1E;
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 39.99875em) {
  .woocommerce .product .images {
    margin-bottom: 0 !important;
  }
}

.woocommerce table.shop_table {
  border-color: #f2f2f2 !important;
  border-radius: 0;
}

.woocommerce table.shop_table thead,
.woocommerce table.shop_table tbody,
.woocommerce table.shop_table tfoot {
  border-color: #f2f2f2 !important;
  background: none;
  color: #1E1E1E;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.woocommerce table.shop_table thead tr,
.woocommerce table.shop_table tbody tr,
.woocommerce table.shop_table tfoot tr {
  background: none !important;
}

.woocommerce table.shop_table thead td,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot td {
  border-top-color: #f2f2f2 !important;
}

.woocommerce table.shop_table thead td.product-thumbnail img,
.woocommerce table.shop_table tbody td.product-thumbnail img,
.woocommerce table.shop_table tfoot td.product-thumbnail img {
  width: 7.5rem;
}

.woocommerce table.shop_table thead td ul,
.woocommerce table.shop_table tbody td ul,
.woocommerce table.shop_table tfoot td ul {
  margin: 0 !important;
  padding: 0;
  color: #999;
}

.woocommerce table.shop_table thead td ul li p,
.woocommerce table.shop_table tbody td ul li p,
.woocommerce table.shop_table tfoot td ul li p {
  margin: 0;
  font-size: 0.75rem !important;
  font-family: "Montserrat", sans-serif;
  line-height: unset !important;
}

.woocommerce table.shop_table thead td.product-name a,
.woocommerce table.shop_table tbody td.product-name a,
.woocommerce table.shop_table tfoot td.product-name a {
  color: #1E1E1E;
  font-weight: 700;
}

.woocommerce table.shop_table thead td.product-name dl dd,
.woocommerce table.shop_table thead td.product-name dl dt,
.woocommerce table.shop_table tbody td.product-name dl dd,
.woocommerce table.shop_table tbody td.product-name dl dt,
.woocommerce table.shop_table tfoot td.product-name dl dd,
.woocommerce table.shop_table tfoot td.product-name dl dt {
  color: #999;
}

.woocommerce table.shop_table thead td.product-name dl dt,
.woocommerce table.shop_table tbody td.product-name dl dt,
.woocommerce table.shop_table tfoot td.product-name dl dt {
  margin-bottom: 0 !important;
}

.woocommerce table.shop_table thead td.product-name dl dd p,
.woocommerce table.shop_table tbody td.product-name dl dd p,
.woocommerce table.shop_table tfoot td.product-name dl dd p {
  margin: 0;
  font-size: 0.75rem !important;
  font-family: "Montserrat", sans-serif;
  line-height: unset !important;
}

.woocommerce table.shop_table thead td.product-quantity input,
.woocommerce table.shop_table tbody td.product-quantity input,
.woocommerce table.shop_table tfoot td.product-quantity input {
  max-width: 3.75rem !important;
  margin: 0;
  border-color: #1E1E1E !important;
  box-shadow: none;
}

@media screen and (max-width: 39.99875em) {
  .woocommerce table.shop_table thead td.product-quantity,
  .woocommerce table.shop_table tbody td.product-quantity,
  .woocommerce table.shop_table tfoot td.product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .woocommerce table.shop_table thead td.product-quantity .quantity,
  .woocommerce table.shop_table tbody td.product-quantity .quantity,
  .woocommerce table.shop_table tfoot td.product-quantity .quantity {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.woocommerce .woocommerce-shipping-calculator p {
  margin: 0;
}

.woocommerce .shipping-calculator-button {
  color: #1E1E1E !important;
  font-size: 0.75rem !important;
}

.woocommerce label {
  font-family: "Montserrat", sans-serif;
}

.woocommerce .input-text {
  width: 100% !important;
  height: auto;
  margin: 0 0 0.3125rem !important;
  padding: 0.5rem 0.3125rem;
  border: 1px solid #1E1E1E;
  color: #1E1E1E;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: left;
  box-shadow: none;
}

@media print, screen and (min-width: 64em) {
  .woocommerce .input-text {
    max-width: 11.25rem;
  }
}

.woocommerce #customer_details {
  margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 64em) {
  .woocommerce #customer_details .input-text {
    max-width: 100%;
  }
}

.woocommerce #customer_details textarea {
  height: 5rem;
}

.woocommerce #ship-to-different-address label {
  font-size: 0.75rem !important;
}

.woocommerce .select2 {
  max-width: 11.25rem;
  width: 100%;
  margin-bottom: 0.25rem;
}

.woocommerce .select2 .select2-selection {
  height: auto;
  margin: 0 !important;
  padding: 0.5rem 0.3125rem;
  border: 1px solid #1E1E1E;
  border-radius: 0;
  color: #1E1E1E;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background-position: right 0.2rem center;
}

.woocommerce .select2 .select2-selection .select2-selection__rendered {
  padding: 0;
  color: #1E1E1E;
  line-height: 0.75rem;
}

.woocommerce .select2 .select2-selection .select2-selection__arrow {
  width: 1.25rem;
  height: 1.25rem;
  top: 0;
  right: 0;
}

.woocommerce .select2 .select2-selection:focus {
  outline: none;
  box-shadow: none;
}

.woocommerce .cart_totals {
  float: none !important;
  width: 100% !important;
}

.woocommerce .cart_totals h2 {
  display: none;
  margin: 0 0 0.3125rem;
  color: #1E1E1E;
  font-weight: 700;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.woocommerce .cart_totals .shipping-calculator-form p {
  margin: 0;
  padding: 0;
}

.woocommerce .woo_pp_cart_buttons_div,
.woocommerce #wc-stripe-payment-request-wrapper {
  display: none !important;
}

.woocommerce .checkout-button {
  float: none !important;
  display: block !important;
  max-width: 18.125rem;
  width: 100%;
  margin: 2.5rem auto 0 !important;
  padding: 0.3125rem 0 !important;
  border: 1px solid #1E1E1E;
  border-radius: 0 !important;
  background-color: #1E1E1E !important;
  color: #ffffff;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  cursor: pointer;
  opacity: 1 !important;
}

.woocommerce .checkout-button:focus {
  outline: none;
}

.woocommerce .coupon .button {
  width: 100% !important;
}

.woocommerce .button {
  color: #ffffff !important;
  padding: 0.3125rem 0.9375rem !important;
  border: 1px solid #1E1E1E;
  border-radius: 0 !important;
  background-color: #1E1E1E !important;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  cursor: pointer;
  opacity: 1 !important;
}

@media screen and (max-width: 39.99875em) {
  .woocommerce .button {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100%;
  }
}

@media screen and (max-width: 39.99875em) {
  .woocommerce ul#shipping_method li label {
    margin-right: 0;
  }
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  color: #1E1E1E;
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
  text-transform: uppercase;
  border-top-color: #1E1E1E !important;
}

.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
  color: #1E1E1E;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  color: #1E1E1E;
}

.woocommerce-privacy-policy-text p {
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  font-family: "Montserrat", sans-serif;
}

.woocommerce-LostPassword {
  font-size: 0.6875rem;
  line-height: 1.0625rem;
}

#yith-wacp-mini-cart {
  display: none !important;
}

#yith-wacp-popup .yith-wacp-content .button {
  width: auto !important;
  min-width: auto !important;
}

@media screen and (max-width: 39.99875em) {
  #yith-wacp-popup .yith-wacp-content .button {
    width: 100% !important;
    margin-bottom: 0.3125rem !important;
  }
}

#yith-wacp-popup .yith-wacp-content .qty {
  width: 3.125rem !important;
}

#yith-wacp-popup .yith-wacp-content .product-thumb img {
  width: 6.25rem;
}

#yith-wacp-popup .yith-wacp-content .cart-list thead,
#yith-wacp-popup .yith-wacp-content .cart-list tbody,
#yith-wacp-popup .yith-wacp-content .cart-list tfoot {
  border: none !important;
  background: none !important;
}

#yith-wacp-popup .yith-wacp-content .cart-list thead tr:nth-child(even),
#yith-wacp-popup .yith-wacp-content .cart-list tbody tr:nth-child(even),
#yith-wacp-popup .yith-wacp-content .cart-list tfoot tr:nth-child(even) {
  background: none !important;
}

#yith-wacp-popup .yith-wacp-content .cart-list .item-info .item-name {
  color: #1E1E1E;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Montserrat", sans-serif;
}

#yith-wacp-popup .yith-wacp-content .cart-list .item-price,
#yith-wacp-popup .yith-wacp-content .cart-list .item-subtotal {
  color: #1E1E1E;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Montserrat", sans-serif;
}

#yith-wacp-popup .yith-wacp-content .cart-info .cart-shipping,
#yith-wacp-popup .yith-wacp-content .cart-info .cart-totals {
  color: #1E1E1E;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Montserrat", sans-serif;
}

#yith-wacp-popup .yith-wacp-content .product-info h3.product-title a {
  color: #1E1E1E !important;
}

#yith-wacp-popup .yith-wacp-content .product-info .product-price {
  color: #1E1E1E;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Montserrat", sans-serif;
}

#yith-wacp-popup .yith-wacp-content .yith-wacp-message {
  color: #1E1E1E;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
}

.thwmsc-layout-time-line ul.thwmsc-tabs li a {
  font-family: "Montserrat", sans-serif !important;
}

.thwmsc-wrapper .thwmsc-buttons {
  text-align: center !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

@media screen and (max-width: 39.99875em) {
  .thwmsc-mobile-accordion .thwmsc-accordion-label.active .thwmsc-tab-label {
    color: #ffffff !important;
  }

  .woocommerce form.checkout_coupon .form-row-first,
  .woocommerce form.checkout_coupon .form-row-last {
    float: none !important;
    width: 100% !important;
  }

  .woocommerce .thwmsc-buttons {
    display: flex;
  }

  .woocommerce .thwmsc-buttons .button {
    margin: 0 5px 0 0 !important;
  }

  .woocommerce .thwmsc-buttons .button.button-next {
    margin: 0 0 0 5px !important;
  }
}

.woocommerce-checkout .woocommerce .input-text {
  text-transform: none;
}

.gift__card {
  display: block;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  border: 1px solid #d3ced2;
  border-radius: 5px;
}

.gift__card .error {
  color: #a31a33;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.gift__card .thwmsc-buttons {
  text-align: left !important;
}

@media screen and (max-width: 39.99875em) {
  .filter {
    margin-bottom: 20px;
  }

  .filter.active .filter__container {
    display: block;
  }

  .filter.active .fn-show-filter:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}

@media screen and (max-width: 39.99875em) {
  .filter {
    position: fixed;
    left: 0;
    right: 0;
    top: 8.5rem;
    background: #ffffff;
    z-index: 100;
  }

  .filter.active {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 999999;
  }
}

@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .filter.active h2.cat__name {
    margin-top: 0;
    padding: 0.9375rem 1.25rem;
  }

  .filter.active h2.cat__name:after {
    right: 1.25rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .filter .filter__container {
    display: none;
  }
}

.filter h2 {
  position: relative !important;
  margin: 0 !important;
  color: #1E1E1E !important;
  font-size: 0.875rem !important;
  line-height: 1.125rem !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.filter h2:before {
  display: none !important;
}

.filter h2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.375rem;
  height: 0.5625rem;
  width: 0.5625rem;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background-image: url("/wp-content/themes/eqsaddleworld/assets/img/arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.4375rem 0.625rem;
}

.filter h2.cat__name {
  margin: 1.5rem 0 0.3125rem !important;
  border-bottom: 2px solid rgba(30, 30, 30, 0.4) !important;
  font-size: 1rem !important;
  line-height: 1.125rem !important;
}

@media screen and (min-width: 40em) {
  .filter h2.cat__name {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
  }
}

@media screen and (min-width: 40em) {
  .filter h2.cat__name:after {
    display: none;
  }
}

@media screen and (max-width: 39.99875em) {
  .filter h2.cat__name {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0.9375rem 1.25rem !important;
  }

  .filter h2.cat__name:after {
    right: 1.25rem !important;
  }
}

.filter h2.cat__name span {
  padding: 0 !important;
}

.filter ul {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.21875rem;
  margin-right: -0.21875rem;
  margin-top: 0.9375rem !important;
  margin-bottom: 0;
  display: none;
}

.filter ul li {
  flex: 0 0 33.33333334%;
  max-width: 33.33333334%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: inline-block;
  padding: 0 0.21875rem 0.21875rem 0 !important;
}

@media print, screen and (min-width: 40em) {
  .filter ul li {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.filter ul li.current-menu-item a,
.filter ul li.current-product_cat-ancestor a,
.filter ul li.current-cat a {
  background: #1E1E1E;
  color: #ffffff;
}

.filter ul li.cat-item-15 {
  display: none !important;
}

.filter ul li a {
  display: block;
  padding: 0.5rem 0.3125rem 0.375rem !important;
  border: 1px solid #1E1E1E;
  color: #1E1E1E;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 0.75rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter ul li a:before {
  display: none !important;
}

.filter ul li .count {
  display: none;
}

.filter ul li.chosen a {
  background: #1E1E1E;
  color: #ffffff;
}

.filter .widget {
  padding: 0.9375rem 0;
  border-bottom: 2px solid rgba(30, 30, 30, 0.4);
}

@media screen and (max-width: 39.99875em) {
  .filter .widget {
    padding: 0.9375rem 1.25rem;
  }

  .filter .widget h2:after {
    right: 0;
  }
}

.filter .widget.open h2:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.filter .widget.open ul {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.filter .sizes ul li,
.filter .category ul li,
.filter .sub-category ul li,
.filter .gender ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .filter .sizes ul li,
  .filter .category ul li,
  .filter .sub-category ul li,
  .filter .gender ul li {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.filter .sub-category ul li {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .filter .sub-category ul li {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.woocommerce .woocommerce-widget-layered-nav-list__item--chosen a,
.woocommerce .woocommerce-widget-layered-nav-list__item a {
  color: #1E1E1E;
}

.woocommerce .woocommerce-widget-layered-nav-list__item--chosen a:before,
.woocommerce .woocommerce-widget-layered-nav-list__item a:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  font-family: "Font Awesome 5 Pro" !important;
}

.woocommerce .woocommerce-widget-layered-nav-list__item--chosen.chosen a:before,
.woocommerce .woocommerce-widget-layered-nav-list__item.chosen a:before {
  content: "";
  color: #1E1E1E;
}

.brand__banner {
  margin: 1.875rem auto;
}

@media screen and (max-width: 39.99875em) {
  .brand__banner {
    margin-top: 12.5rem;
  }
}

.brand__description {
  margin-bottom: 0;
}

.brand__description p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.news__article h1 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.news__article p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.news__article p.date {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.news__article .alignright {
  float: right;
  margin-left: 1.875rem;
}

.news__article .alignleft {
  float: left;
  margin-right: 1.875rem;
}

.wpsl-search {
  padding: 1.875rem 1.25rem 0.4375rem 0;
  background: #ffffff;
}

@media screen and (max-width: 39.99875em) {
  .wpsl-search {
    padding-right: 0;
  }
}

#wpsl-search-wrap #wpsl-search-input,
#wpsl-search-wrap #wpsl-radius-dropdown,
#wpsl-search-wrap .wpsl-dropdown {
  border-radius: 0;
  border-color: #1E1E1E;
  height: 2.375rem;
  margin: 0 0 0.3125rem !important;
  padding: 0.125rem 0.3125rem;
  color: #1E1E1E;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: left;
  box-shadow: none;
}

#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap .wpsl-dropdown {
  margin-bottom: 0;
}

#wpsl-search-wrap label {
  width: auto !important;
  font-size: 0.75rem;
  line-height: 2.375rem !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

#wpsl-search-wrap #wpsl-search-btn {
  height: 2.375rem;
  color: #ffffff !important;
  border: 1px solid #1E1E1E;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none;
  color: #1E1E1E !important;
  font-size: 0.75rem !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase !important;
  cursor: pointer;
  opacity: 1 !important;
}

#wpsl-search-wrap #wpsl-search-btn:focus {
  outline: none;
}

#wpsl-result-list li {
  padding-left: 0 !important;
  border-bottom: 0 !important;
  font-size: 0.75rem !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

#wpsl-result-list li p {
  margin: 0 !important;
  font-size: 0.75rem !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}

#wpsl-result-list li img {
  float: left;
  width: 1.5625rem;
  margin-right: 0.9375rem;
}

.wpsl-no-results-msg {
  font-size: 0.75rem;
  text-transform: uppercase;
}

#wpsl-gmap {
  width: 65%;
}

@media screen and (max-width: 39.99875em) {
  #wpsl-gmap {
    width: 100%;
  }
}

@media screen and (max-width: 39.99875em) {
  #wpsl-stores {
    height: auto !important;
  }
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 1.25rem 1.25rem 0;
  padding: 0 0 0.625rem 0;
  border-bottom: 2px solid #c7c7c7;
}

@media print, screen and (min-width: 40em) {
  .woocommerce-MyAccount-navigation ul {
    flex-wrap: nowrap;
    margin: 0 0 1.875rem 0;
    padding: 0 0 1.25rem 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .woocommerce-MyAccount-navigation ul {
    margin-right: 0;
  }
}

.woocommerce-MyAccount-navigation li {
  margin-right: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  .woocommerce-MyAccount-navigation li {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }

  .woocommerce-MyAccount-navigation li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .woocommerce-MyAccount-navigation li {
    width: 25%;
    margin-top: 0.9375rem;
  }
}

.woocommerce-MyAccount-navigation li a {
  text-transform: uppercase;
  text-align: center;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  /*&:before {
  	content:"";
  	display: block;
  	width: rem-calc(40);
  	height: rem-calc(40);
  	@include breakpoint(medium) {
  		width: rem-calc(80);
  		height: rem-calc(80);
  	}
  	margin: auto;
  	margin-bottom: rem-calc(10);
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
  	background-size: contain;
  }*/
}

@media print, screen and (min-width: 40em) {
  .woocommerce-MyAccount-navigation li a {
    font-size: 1rem;
  }
}

.woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: underline;
}

/*.woocommerce-MyAccount-navigation-link--dashboard {
	 a:before {
		background-image: url('/wp-content/themes/streetmachine/assets/img/icon__myaccount--profile.png');
	 }
	 &.is-active a:before,
	 &:hover a:before {
	 	background-image: url('/wp-content/themes/streetmachine/assets/img/icon__myaccount--profile--invert.png');	
	 }
}
.woocommerce-MyAccount-navigation-link--orders {
	 a:before {
		background-image: url('/wp-content/themes/streetmachine/assets/img/icon__myaccount--orders.png');
	 }
	 &.is-active a:before,
	 &:hover a:before {
	 	background-image: url('/wp-content/themes/streetmachine/assets/img/icon__myaccount--orders--invert.png');	

	 }
}
.woocommerce-MyAccount-navigation-link--logout {
	 a:before {
		background-image: url('/wp-content/themes/streetmachine/assets/img/icon__myaccount--logout.png');
	 }
	 &.is-active a:before,
	 &:hover a:before {
	 	background-image: url('/wp-content/themes/streetmachine/assets/img/icon__myaccount--logout--invert.png');	
	 }		 
}
.woocommerce-MyAccount-navigation-link--rewards {
	 a:before {
		background-image: url('/wp-content/themes/streetmachine/assets/img/icon__myaccount--rewards.png');
	 }
	 &.is-active a:before,
	 &:hover a:before {
	 	background-image: url('/wp-content/themes/streetmachine/assets/img/icon__myaccount--rewards--invert.png');	
	 }		 
}
.woocommerce-MyAccount-navigation-link--tinv_wishlist,
.woocommerce-MyAccount-navigation-link--wishlist {
	 a:before {
		background-image: url('/wp-content/themes/streetmachine/assets/img/icon__myaccount--wishlist.png');
	 }
	 &.is-active a:before,
	 &:hover a:before {
	 	background-image: url('/wp-content/themes/streetmachine/assets/img/icon__myaccount--wishlist--invert.png');	
	 }		 
}*/

.woocommerce-MyAccount-content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.woocommerce-MyAccount-content header {
  height: auto;
  background: none;
  position: relative;
  top: 0;
}

.woocommerce-MyAccount-content header a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.woocommerce-MyAccount-content address {
  margin-bottom: 1.25rem;
}

.woocommerce-MyAccount-content legend {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.myaccount__dashboard {
  margin-bottom: 6.25rem;
}

@media screen and (max-width: 39.99875em) {
  .myaccount__dashboard {
    margin-bottom: 0;
  }
}

.myaccount__dashboard dl {
  margin-bottom: 1.875rem;
}

.myaccount__dashboard dl div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.875rem;
}

.myaccount__dashboard dl dt {
  margin-bottom: 0;
  min-width: 7.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.myaccount__dashboard dl.vertical div {
  display: block;
}

.myaccount__dashboard h5 {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.myaccount__dashboard .cta {
  display: inline-block;
  margin: 0.3125rem 0 0;
  padding: 0.618em 1em;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 1 !important;
  line-height: 1;
  border: 1px solid #1E1E1E;
  border-radius: 0;
  background-color: #1E1E1E !important;
}

@media screen and (max-width: 39.99875em) {
  .myaccount__dashboard .row {
    display: flex;
    flex-direction: row-reverse;
  }
}

.form__membership .form__row {
  margin-bottom: 1.25rem;
}

.form__membership input[type=text],
.form__membership input[type=email],
.form__membership input[type=phone] {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  margin: 0 0 0.3125rem !important;
  padding: 0.125rem 0.3125rem;
  border: 1px solid #1E1E1E;
  color: #1E1E1E;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: left;
  box-shadow: none;
}

.form__membership span.req {
  color: red;
}

.rewards__points,
.rewards__points__updated {
  color: #1E1E1E;
  font-size: 0.75rem;
  text-align: center;
}

.rewards__points__updated {
  margin-top: 0.9375rem;
}

.woocommerce .input-text {
  max-width: 100% !important;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce .form-row-first,
.woocommerce .form-row-last {
  width: 49% !important;
}

.woocommerce h2 {
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.woocommerce h2 span {
  display: inline-block;
  padding: 0.5rem 0.9375rem;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.woocommerce h2:before {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #1E1E1E;
  content: "";
  position: absolute;
  left: 0;
  top: 1.375rem;
  z-index: 1;
}

.multi-select-wrapper {
  padding: 0 0.1875rem;
}

.multi-select-wrapper .select-wrapper {
  border: 1px solid #1E1E1E;
}

.multi-select-wrapper .select-wrapper select {
  height: auto;
  margin: 0;
  padding: 0.4rem 0.3125rem;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background-position: right 0.2rem center;
}

@media screen and (max-width: 39.99875em) {
  .multi-select-wrapper .select-wrapper {
    margin-bottom: 0.625rem;
  }
}

#eqperks #vip__sign__up__form,
#eqperks main {
  margin-top: 0;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #eqperks #topbar,
  #eqperks header,
  #eqperks #main__nav {
    display: none !important;
  }

  #eqperks #vip__sign__up__form {
    margin-top: 34.375rem;
  }

  #eqperks footer {
    background: #ffffff;
  }
}

#eqperks #vip__banner {
  position: relative;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #eqperks #vip__banner {
    position: fixed;
  }
}

#vip__banner {
  height: 34.375rem;
  padding: 3.75rem 0 2.5rem;
  background-color: #1E1E1E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 39.99875em) {
  #vip__banner {
    height: 28.125rem;
  }
}

#vip__banner .logo {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 39.99875em) {
  #vip__banner .logo {
    width: 9.375rem;
  }
}

#vip__banner h1 {
  display: block;
  width: 31.25rem;
  margin: 2.5rem auto;
  color: #ffffff;
  font-size: 4.375rem;
  line-height: 4.625rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  #vip__banner h1 {
    width: auto;
    font-size: 3.125rem;
    line-height: 3.375rem;
  }
}

#vip__banner h1 span {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: #1E1E1E;
  font-size: 3.75rem;
  line-height: 6.25rem;
  text-align: center;
  position: absolute;
  right: -6.25rem;
  bottom: -0.9375rem;
}

@media screen and (max-width: 39.99875em) {
  #vip__banner h1 span {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 2.5rem;
    position: relative;
    right: 0;
    bottom: 0;
  }
}

#vip__banner h2 {
  padding: 0.9375rem 0;
  background: #1E1E1E;
  color: #ffffff;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  #vip__banner h2 {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}

#vip__sign__up__form {
  padding: 2.5rem 0;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 39.99875em) {
  #vip__sign__up__form {
    margin-top: 28.125rem;
    padding: 1.25rem;
  }
}

#vip__sign__up__form .message {
  color: #1E1E1E;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

#vip__sign__up__form .message p {
  color: #1E1E1E;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

#vip__sign__up__form form {
  width: 37.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 39.99875em) {
  #vip__sign__up__form form {
    width: auto;
  }
}

#vip__sign__up__form form .field {
  margin: 0 0 0.9375rem;
}

#vip__sign__up__form form .field .label {
  margin: 0 0 0.625rem;
  padding: 0;
  background: none;
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

#vip__sign__up__form form .field input,
#vip__sign__up__form form .field select {
  height: 3.125rem;
  margin: 0;
  padding: 0.9375rem;
  border: 1px solid #7B7C6C;
  box-shadow: none;
  color: #1E1E1E;
  font-size: 0.75rem;
}

#vip__sign__up__form form .field input:focus,
#vip__sign__up__form form .field select:focus {
  outline: none;
}

#vip__sign__up__form form .field input.error,
#vip__sign__up__form form .field select.error {
  margin: 0;
  border: 1px solid #ff0000;
}

#vip__sign__up__form form .field input.sml,
#vip__sign__up__form form .field select.sml {
  width: 15.625rem;
}

@media screen and (max-width: 39.99875em) {
  #vip__sign__up__form form .field input.sml,
  #vip__sign__up__form form .field select.sml {
    width: 100%;
  }
}

#vip__sign__up__form form .field select {
  background-position: 98% 7px;
}

#vip__sign__up__form form .field .error {
  margin: 0.3125rem;
  color: #ff0000;
  font-size: 0.6875rem;
}

#vip__sign__up__form form .req {
  margin: 0.625rem;
  font-size: 0.6875rem;
  text-align: center;
}

.view__more__text,
.view__more__tc {
  display: none;
  padding: 0.9375rem 1.25rem;
}

.view__more__text.show__text,
.view__more__text.show__tc,
.view__more__tc.show__text,
.view__more__tc.show__tc {
  display: block;
}

.view__more__text.show__text p,
.view__more__text.show__tc p,
.view__more__tc.show__text p,
.view__more__tc.show__tc p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Montserrat", sans-serif;
}

.group {
  width: 28.125rem;
  margin: 0 auto 1.875rem;
  font-size: 0;
}

@media screen and (max-width: 39.99875em) {
  .group {
    width: 100%;
  }
}

.group .button {
  display: inline-block;
}

.group .button.show__view__more__text {
  margin-right: 0.3125rem;
}

.group .button.view__tc {
  margin-left: 0.3125rem;
}

@media screen and (max-width: 39.99875em) {
  .group .button {
    display: block;
    width: 100%;
    margin: 0 0 0.9375rem !important;
  }
}

.group:before,
.group:after {
  display: block;
  content: "";
}

.group:after {
  clear: both;
}

.button {
  display: block;
  width: 13.75rem;
  margin: 0 auto;
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.button:hover,
.button:focus,
.button:disabled {
  background: #ffffff;
  color: #1E1E1E;
}

.button:disabled:hover {
  background: #ffffff;
  color: #1E1E1E;
}

.button.submit {
  margin-right: 0.3125rem;
}

.button.clear {
  margin-left: 0.3125rem;
  background: #848484;
  border-color: ligten(#1E1E1E, 40%);
  color: #ffffff;
}

.button.clear:hover {
  background: #848484;
  border-color: ligten(#1E1E1E, 40%);
  color: #ffffff;
}

#vip__logo {
  padding: 3.75rem 0 1.875rem;
  background: #1E1E1E;
}

#vip__logo img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 39.99875em) {
  #vip__logo img {
    width: 9.375rem;
  }
}

#vip__promo__banner {
  height: 43.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #vip__promo__banner {
    height: 26.25rem;
  }
}

@media screen and (max-width: 39.99875em) {
  #vip__promo__banner {
    height: 11.25rem;
  }
}

#vip__promo__text {
  padding: 1.875rem 0;
  background: #1E1E1E;
}

@media screen and (max-width: 39.99875em) {
  #vip__promo__text {
    padding: 1.875rem 1.25rem;
  }
}

#vip__promo__text p {
  margin: 0 0 1.875rem;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

@media screen and (max-width: 63.99875em) {
  #vip__promo__text p {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  #vip__promo__text p br {
    display: none;
  }
}

#vip__promo__text a {
  display: block;
  width: 18.75rem;
  height: 3.75rem;
  margin: 0 auto;
  font-size: 0;
}

#vip__promo__text a .mustad__logo {
  float: left;
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.9375rem;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#vip__promo__text a .mustad__button {
  float: left;
  display: inline-block;
  width: calc(100% - 75px);
  height: 3.75rem;
  background: #ffffff;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 3.75rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#vip__find__store,
#vip__content {
  padding: 2.5rem 0;
  background: rgba(204, 204, 204, 0.2);
}

@media screen and (max-width: 39.99875em) {
  #vip__find__store,
  #vip__content {
    padding: 1.875rem 1.25rem;
  }
}

#vip__find__store h3,
#vip__content h3 {
  margin: 0 0 1.875rem;
  font-size: 1.625rem;
  line-height: 1.625rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#vip__find__store p,
#vip__content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

#vip__find__store p.intro,
#vip__content p.intro {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 39.99875em) {
  #vip__find__store p.intro,
  #vip__content p.intro {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

  #vip__find__store p.intro br,
  #vip__content p.intro br {
    display: none;
  }
}

#vip__find__store ul,
#vip__find__store ol,
#vip__content ul,
#vip__content ol {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

#vip__find__store .message p,
#vip__content .message p {
  color: #1E1E1E;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

#vip__content {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#vip__content.more__padding {
  padding: 5rem 0;
}

#vip__content.more__padding:before {
  display: block;
  content: "";
  background: rgba(204, 204, 204, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

#vip__content.more__padding .content {
  position: relative;
  z-index: 3;
}

#vip__subscribe {
  padding: 3.125rem 0 1.875rem;
  background: #1E1E1E;
  position: relative;
  z-index: 2;
}

#vip__subscribe .row {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

#vip__subscribe .row.follow {
  max-width: 28.125rem;
  position: relative;
}

#vip__subscribe .row.follow:before {
  display: block;
  width: 1px;
  height: 100%;
  margin-left: -0.5px;
  background: #ffffff;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
}

#vip__subscribe h4 {
  margin: 0 0 0.9375rem;
  color: #ffffff;
  font-size: 1.625rem;
  line-height: 1.625rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  #vip__subscribe h4 {
    font-size: 1rem;
    line-height: 1rem;
  }
}

#vip__subscribe ul,
#vip__subscribe ol {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#vip__subscribe ul li,
#vip__subscribe ol li {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

#vip__subscribe ul li:hover,
#vip__subscribe ol li:hover {
  background: #ffffff;
}

#vip__subscribe ul li:hover a,
#vip__subscribe ol li:hover a {
  color: #1E1E1E;
}

#vip__subscribe ul li a,
#vip__subscribe ol li a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.about {
  padding: 2.5rem 0;
}

.about h2 {
  margin: 1.25rem 0;
  color: #1E1E1E;
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
  .about h2 {
    margin: 0 0 2.5rem;
  }
}

.about .row {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .about .row {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .about .row:nth-child(2) {
    flex-direction: column-reverse;
  }
}

#primary.saddle-landing h1,
#primary.saddle-landing h2,
#primary.community-landing h1,
#primary.community-landing h2 {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
}

#primary.saddle-landing h1.txt-left,
#primary.saddle-landing h2.txt-left,
#primary.community-landing h1.txt-left,
#primary.community-landing h2.txt-left {
  text-align: center;
}

#primary.saddle-landing h2 span,
#primary.community-landing h2 span {
  display: inline-block;
  padding: 0.5rem 0.9375rem;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

#primary.saddle-landing h2:before,
#primary.community-landing h2:before {
  display: none;
  width: 100%;
  height: 0.125rem;
  background: #1E1E1E;
  content: "";
  position: absolute;
  left: 0;
  top: 1.375rem;
  z-index: 1;
}

#primary.saddle-landing h4,
#primary.community-landing h4 {
  font-weight: bold;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

#primary.saddle-landing img.alignright,
#primary.community-landing img.alignright {
  float: right;
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
}

#primary.saddle-landing .btn,
#primary.community-landing .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 15px 25px 0;
  padding: 8px 15px;
  background: #1E1E1E;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
}

#primary.saddle-landing .btn.btn--full,
#primary.community-landing .btn.btn--full {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 39.99875em) {
  #primary.saddle-landing .btn.btn--full,
  #primary.community-landing .btn.btn--full {
    font-size: 0.75rem;
  }
}

#primary.saddle-landing .btn.btn--large,
#primary.community-landing .btn.btn--large {
  width: 300px;
  height: 60px;
  margin: 20px 0;
  font-size: 1.4rem;
  line-height: 1;
}

@media print, screen and (min-width: 40em) {
  #primary.saddle-landing .btn.btn--large,
  #primary.community-landing .btn.btn--large {
    margin: 50px 0;
    font-size: 1.5rem;
  }
}

#primary.saddle-landing .row--center .column,
#primary.saddle-landing .row--center .columns,
#primary.community-landing .row--center .column,
#primary.community-landing .row--center .columns {
  display: flex;
  align-items: center;
  justify-content: center;
}

#primary.saddle-landing .gallery__slide,
#primary.community-landing .gallery__slide {
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  #primary.saddle-landing .gallery__slide,
  #primary.community-landing .gallery__slide {
    margin-bottom: 1.25rem;
  }
}

#primary.saddle-landing .gallery__slide .slick-arrow,
#primary.community-landing .gallery__slide .slick-arrow {
  margin-top: -0.9375rem;
  color: #ffffff;
  font-size: 2.5rem;
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  z-index: 102;
}

#primary.saddle-landing .gallery__slide .slick-arrow:focus,
#primary.community-landing .gallery__slide .slick-arrow:focus {
  outline: none;
}

#primary.saddle-landing .gallery__slide .slick-next,
#primary.community-landing .gallery__slide .slick-next {
  left: auto;
  right: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  #saddle_intro .row:nth-child(2),
  #community_intro .row:nth-child(2) {
    align-items: stretch;
  }

  #saddle_intro .row:nth-child(2) img,
  #community_intro .row:nth-child(2) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#thankyou {
  display: none;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #a31a33;
  color: #ffffff;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#book-your-saddle label,
#book-your-saddle h3 {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

#book-your-saddle label.error,
#book-your-saddle h3.error {
  margin: -0.9375rem 0 0.9375rem;
  color: #a31a33;
  font-size: 0.75rem;
}

#book-your-saddle label span,
#book-your-saddle h3 span {
  font-size: 0.625rem;
}

#book-your-saddle label.line__height,
#book-your-saddle h3.line__height {
  line-height: 1.375rem;
}

#book-your-saddle label a,
#book-your-saddle h3 a {
  color: #1E1E1E;
  text-decoration: underline;
}

#book-your-saddle .captcha label.error {
  margin-top: 0.9375rem;
}

#book-your-saddle input,
#book-your-saddle select,
#book-your-saddle textarea {
  height: 50px;
  margin-bottom: 30px;
  box-shadow: none;
  border-color: #dce8e7;
  border-width: 2px;
}

#book-your-saddle textarea {
  height: 150px;
  margin-top: 10px;
}

#book-your-saddle input[type=checkbox] {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
  border-color: #dce8e7;
  border-width: 2px;
  position: relative;
  top: -3px;
}

#book-your-saddle input[type=file] {
  width: auto;
  height: auto;
  margin: 0 0 10px;
}

#book-your-saddle .error__message {
  display: none;
  margin-top: 5px;
  color: #ff0000;
  font-size: 12px;
}

#book-your-saddle .file__error .error__message {
  display: block;
}

#book-your-saddle #comments label {
  margin-bottom: 30px;
  text-align: center;
}

#book-your-saddle #fit-details p {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

@media print, screen and (min-width: 40em) {
  .saddle-fitters__list {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .saddle-fitters__list .row {
    padding-bottom: 30px;
  }
}

.saddle-fitters__list .title {
  margin: 15px 0;
  line-height: 1.875rem;
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

#yith-quick-view-modal {
  z-index: 1400000;
}

#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none;
  border: 0;
}

#yith-quick-view-modal .yith-wcqv-main .product__detail {
  padding: 0 0 1.25rem;
}

@media screen and (max-width: 39.99875em) {
  #yith-quick-view-modal .yith-wcqv-main .product__detail {
    padding: 1.25rem 0;
  }
}

#yith-quick-view-modal .yith-wcqv-close {
  padding: 0.3125rem !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  position: absolute;
  top: 0.625rem !important;
  right: 0.625rem !important;
}

.woocommerce .yith-wcqv-button {
  width: 9.375rem !important;
  max-width: 100% !important;
  margin: 0.625rem auto 0 !important;
  padding: 0.3125rem 0 !important;
  color: #ffffff !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 13.125rem !important;
  z-index: 10;
}

@media screen and (max-width: 39.99875em) {
  .woocommerce .yith-wcqv-button {
    width: 6.25rem !important;
    top: 5.625rem !important;
  }
}

.woocommerce .yith-wcqv-button:focus,
.woocommerce .yith-wcqv-button:hover {
  color: #1E1E1E;
  border-color: #1E1E1E;
  background: #ffffff;
  box-shadow: none;
  outline: none;
}

.related .yith-wcqv-button {
  top: 7.5rem !important;
}

@media screen and (max-width: 39.99875em) {
  .related .yith-wcqv-button {
    width: 6.25rem !important;
    top: 5.625rem !important;
  }
}

#brands h2 {
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

#brands h2 span {
  display: inline-block;
  padding: 0.5rem 0.9375rem;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

#brands h2:before {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #1E1E1E;
  content: "";
  position: absolute;
  left: 0;
  top: 1.375rem;
  z-index: 1;
}

#brands a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#brands a img {
  width: 10rem;
  transition: all 0.3s ease;
}

@media screen and (max-width: 39.99875em) {
  #brands a img {
    width: auto;
  }
}

